Ticket #773 (closed: fixed)

Opened 11 years ago

Last modified 5 years ago

Mantid crashes if running script with progress tracking window open

Reported by: Russell Taylor Owned by: Russell Taylor
Priority: major Milestone: Iteration 19
Component: Keywords:
Cc: Blocked By:
Blocking: Tester:

Description

Running the attached script with the 'Details' window open crashes Mantid every time (but not always in the same place).

Attachments

LOQ_analysis_new.py (10.9 KB) - added by Russell Taylor 11 years ago.

Change History

Changed 11 years ago by Russell Taylor

comment:1 Changed 11 years ago by Nick Draper

  • Owner set to Russell Taylor
  • Milestone changed from Iteration 18 to Iteration 19

stack trace from gdb attached. Different script, same problem.

(gdb) backtrace #0 0x0000000000b8cda0 in QVectorData::shared_null () #1 0x000000000075ff8c in MonitorDlg::updateProgress () #2 0x0000000000824feb in MonitorDlg::qt_metacall () #3 0x00007f513aceb848 in QObject::event () from /usr/lib/libQtCore.so.4 #4 0x00007f513b51e0fd in QWidget::event () from /usr/lib/libQtGui.so.4 #5 0x00007f513b4cd78d in QApplicationPrivate::notify_helper ()

from /usr/lib/libQtGui.so.4

#6 0x00007f513b4d597a in QApplication::notify () from /usr/lib/libQtGui.so.4 #7 0x000000000071ecdd in MantidApplication::notify () #8 0x00007f513acdb75c in QCoreApplication::notifyInternal ()

from /usr/lib/libQtCore.so.4

#9 0x00007f513acdc3ca in QCoreApplicationPrivate::sendPostedEvents ()

from /usr/lib/libQtCore.so.4

#10 0x00007f513ad051e3 in ?? () from /usr/lib/libQtCore.so.4 #11 0x00007f513825620a in g_main_context_dispatch ()

from /usr/lib/libglib-2.0.so.0

#12 0x00007f51382598e0 in ?? () from /usr/lib/libglib-2.0.so.0 #13 0x00007f5138259a7c in g_main_context_iteration ()

from /usr/lib/libglib-2.0.so.0

#14 0x00007f513ad04e6f in QEventDispatcherGlib::processEvents ()

from /usr/lib/libQtCore.so.4

#15 0x00007f513b565bef in ?? () from /usr/lib/libQtGui.so.4 #16 0x00007f513acdc819 in QCoreApplication::processEvents () ---Type <return> to continue, or q <return> to quit---

comment:2 Changed 11 years ago by Russell Taylor

(In [2901]) Fix for crash when viewing algorithm details window when running python script. Re #773.

comment:3 Changed 11 years ago by Russell Taylor

  • Status changed from new to closed
  • Resolution set to fixed

comment:4 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 1621

Note: See TracTickets for help on using tickets.