> <username>@<hostname>:~$ ps -A|grep sci > 3657 pts/8 00:00:00 scilab > 3688 pts/8 00:00:00 scilab-bin > <username>@<hostname>:~$ sudo gdb -ex 'thread apply all bt' --pid=3657
héhé you picked the wrong one :) ; scilab is just a wrapper script used to detect options, set SCI and launch the scilab-bin (or lt-scilab-bin) binary. To get a backtrace you should attach to the binary. _______________________________________________ dev mailing list [email protected] http://lists.scilab.org/mailman/listinfo/dev
