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

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

[Octave-bug-tracker] [bug #46501] Crash running uimenu code under Qt


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #46501] Crash running uimenu code under Qt
Date: Sat, 2 Jul 2016 11:26:53 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36

Follow-up Comment #9, bug #46501 (project octave):

I tried your patch and it does stop the crashing, but now I see this error
message:


error: base_graphics_object::get_properties: invalid graphics object

This message was not seen before, probably because the crash was fast, and the
window was gone before we could see this error message.

When I single stepped through the prog. I did not get the error message.


I added a delay like:
H = findall(allchild(F),'flat');
pause(.5);
delete(H);

and this reduced the probability of the error happening.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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