Comment 2 for bug 50404

Revision history for this message
Johan Christiansen (johandc) wrote :

Maxima only crashes when run from wxmaxima. Running in terminal, maxima is working fine. So i can't figure out wether it's a maxima or a wxmaxima problem.

Without installing debugging symbols, here is what i get:

johan@home:~$ ps aux|grep maxima
johan 13156 0.7 2.2 129928 23104 ? S 11:58 0:01 wxmaxima
johan 14163 0.2 0.6 196488 6544 ? S 12:00 0:00 /usr/lib/maxima/5.9.2/binary-gcl/maxima -eval (cl-user::run) -f -- -r :lisp (setup-server 4010)
johan 14299 0.0 0.0 2716 568 pts/0 R+ 12:01 0:00 grep maxima
johan@home:~$ gdb --pid 14163
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Attaching to process 14163
Reading symbols from /usr/lib/maxima/5.9.2/binary-gcl/maxima...(no debugging symbols found)...done.
Using host libthread_db library "/lib/libthread_db.so.1".
[.....]
0x00002aaaab1dcd25 in select ()
   from /lib/libc.so.6
(gdb) c
Continuing.

Program exited normally.
(gdb)

It seems that maxima isn't crashing afterall. Somehow it's told to exit normally...