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

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

[Octave-bug-tracker] [bug #48519] Segfault with Qt plotting when running


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #48519] Segfault with Qt plotting when running demos
Date: Sun, 30 Dec 2018 11:36:20 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #25, bug #48519 (project octave):

Meanwhile I'm able to trigger this within seconds moving the window by hand or
per xdotool.

file doit.m

more off
for k=1:10
  plot (1:10);
  print ('-dpng', 'out.png');
  system ('xdotool search "Figure 1" windowmove 50 150');
  close ('all');
endfor


And I call it with

gdb --args octave -f doit.m


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?48519>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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