FS#14924 - [wxmaxima] fails to connect to maxima backend
Attached to Project:
Arch Linux
Opened by Davorin Učakar (phantom) - Tuesday, 02 June 2009, 18:21 GMT
Last edited by Ronald van Haren (pressh) - Monday, 15 June 2009, 05:13 GMT
Opened by Davorin Učakar (phantom) - Tuesday, 02 June 2009, 18:21 GMT
Last edited by Ronald van Haren (pressh) - Monday, 15 June 2009, 05:13 GMT
|
Details
Description:
After starting wxMaxima it says in statusbar: "Maxima started. Waiting for connection ..." In console, it prints some error message (look attachment) and asks what to do. Additional info: * package version(s) maxima 5.18.1-3 wxmaxima 0.8.2-2 sbcl 1.0.28-1 * config and/or log files etc. The error remains if I delete ~/.wxMaxima. I'm not sure whether it's the only configuration file that affects wxMaxima/maxima/sbcl. Steps to reproduce: Start wxMaxima |
This task depends upon
Closed by Ronald van Haren (pressh)
Monday, 15 June 2009, 05:13 GMT
Reason for closing: Works for me
Monday, 15 June 2009, 05:13 GMT
Reason for closing: Works for me
[edit] maxima itself does work I presume?
I am currently on i686. I just tried on x86_64, in resume:
(i686)
maxima: OK
xmaxima: OK, but shows SBCL errors attached by phanthom on exit. (plus these errors at end [#1])
wxmaxima: OK
(SB-IMPL::SIMPLE-STREAM-PERROR "Couldn't write to ~s" #<SB-SYS:FD-STREAM for "a socket" {C78B7B1}> 32)
0] fatal error encountered in SBCL pid 30251(tid 3085101840):
%PRIMITIVE HALT called; the party is over.
Welcome to LDB, a low-level debugger for the Lisp runtime environment.
ldb> [djgera@arch32 ~]$
--------------------------------------------------------------------------------------------
(x86_64)
maxima: FAIL
xmaxima: FAIL
wxmaxima: FAIL
[djgera@arch64 ~]$ maxima
fatal error encountered in SBCL pid 2777(tid 140350229448432):
can't load .core for different runtime, sorry
Welcome to LDB, a low-level debugger for the Lisp runtime environment.
ldb>
--------------------------------------------------------------------------------------------
@phantom: can you try:
sbcl --core /usr/lib/maxima/5.18.1/binary-sbcl/maxima.core --noinform --end-runtime-options --eval '(cl-user::run)' --end-toplevel-options -v '' ''
Only the weird message on exit from xmaxima(32,64) exist, but seems that "not is important". wxmaxima works fine on both(32,64)
I use i686 and I've deleted both ~/.maximarc and ~/.wxMaxima. maxima (the command-line) works fine.
Has anyone any idea what's going on?
@pressh:
I've just tried this -- maxima starts normally in command line.
There is another configuration file for xmaxima: ~/.xmaximarc. You can try removing that and start xmaxima. Does it give another error message?
If it does not work, can you try with a new user to rule out any configuration issues?