octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44478] test __osmesa_print__.cc-tst crashes o


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #44478] test __osmesa_print__.cc-tst crashes on Ubuntu with Nvidia drivers
Date: Mon, 16 Mar 2015 20:57:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36

Follow-up Comment #38, bug #44478 (project octave):

Ok,

JWE gave me new valid instructions to debug octave using gdb.
The instructions in comment #37 do not work for me anymore.

After compilation as indicated in comment #37 run octave


sudo ./run-octave -f --no-gui


>From within Octave run


system (sprintf ('gnome-terminal --command "gdb --init-eval-command=c -p %d"
&', getpid ()))


This will start gdb in another terminal.
We need to set the log (to record the backtrace) by typing in the gdb
terminal


set loggin on


After it loads the symbols you get some TTOUT due to some missing files. 
Run

continue

in gdb until the octave prompt comes back to life.

Then run the octave commands given in comment #37.

The output of 

bt full
bt

is attached


(file #33370)
    _______________________________________________________

Additional Item Attachment:

File name: gdb.txt                        Size:14 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44478>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]