[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend |
Date: |
Fri, 29 Apr 2016 16:16:48 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 |
Update of bug #47699 (project octave):
Status: Patch Submitted => Fixed
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #25:
Finally, we have a solution. I checked in a modified version of your cset
here http://hg.savannah.gnu.org/hgweb/octave/rev/c32590cd0080. Specifically,
I changed the flag variable from an int to a bool, since this construct was
widely used elsewhere in the code. And I changed the name from pause_redraw
to delete_executing to match other examples in the code like
drawnow_executing. It should happen very rarely, but I still thought it good
practice to preface the warning with the function that generated it. If
someone does encounter this problem later it will be much more informative
then just "internal error" which could occur anywhere.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47699>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend, (continued)
- [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend, Juan Pablo Carbajal, 2016/04/27
- [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend, Juan Pablo Carbajal, 2016/04/27
- [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend, Lachlan Andrew, 2016/04/27
- [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend, Lachlan Andrew, 2016/04/27
- [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend, Rik, 2016/04/27
- [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend, Lachlan Andrew, 2016/04/28
- [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend, Lachlan Andrew, 2016/04/28
- [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend, Rik, 2016/04/28
- [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend, Rik, 2016/04/28
- [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend, Lachlan Andrew, 2016/04/29
- [Octave-bug-tracker] [bug #47699] FLTK can segfault after using legend,
Rik <=