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

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

[Octave-bug-tracker] [bug #44330] Qt toolkit segmentation fault when fig


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #44330] Qt toolkit segmentation fault when figure opened, closed, and opened again
Date: Sat, 21 Feb 2015 04:06:22 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36

Update of bug #44330 (project octave):

                Category:                     GUI => Plotting with OpenGL   
                Severity:              3 - Normal => 4 - Important          
                  Status:                    None => Confirmed              
                 Summary: 80% immediate crash probability when running scrips
=> Qt toolkit segmentation fault when figure opened, closed, and opened again

    _______________________________________________________

Follow-up Comment #1:

Thanks for your bug report. Confirmed, the segmentation fault is in the Qt
graphics_toolkit library. If "graphics_toolkit fltk" is used instead there is
no segfault.

The following is enough to make the segfault occur for me. The commands have
to occur on a single line, no return to the prompt to allow background events
to be processed. Or the commands have to occur in a single script without any
pause between them.


graphics_toolkit ("qt");
h = figure (); close (h); h = figure ();


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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