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

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

[Octave-bug-tracker] [bug #45540] Segfault when moving the mouse over Qt


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #45540] Segfault when moving the mouse over Qt figures
Date: Mon, 07 Sep 2015 19:10:25 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

Follow-up Comment #31, bug #45540 (project octave):

Can you attach a back-trace of the crash? As the one you attached in comment
#23 does not contain very useful info, I suspect you don't have debug symbols
enabled.

Here is the nasty way I use to produce back-traces with the gui: 
* build default Octave with debug symbols: 
$ ./configure CXXFLAGS="... -g -O0"; make
* run gdb on octave-gui binary directly: 
$ gdb ./src/.libs/octave-gui
* then in gdb run Octave and produce the backtrace after the crash:
$ run
... 
$ bt


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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