Ticket #208 (new defect)

Opened 10 months ago

Last modified 10 months ago

Running a Qt4 script causes Qt to segfault

Reported by: fperez Assigned to: DarrenDale
Priority: high Milestone:
Component: ipython Version:
Severity: critical Keywords:
Cc:

Description

Run the attached script. Even with Qt4 support, it segfaults:

ipython -q4thread
Python 2.5.1 (r251:54863, Oct  5 2007, 13:36:32)
Type "copyright", "credits" or "license" for more information.

IPython 0.8.3.svn.r2919 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object'. ?object also works, ?? prints more.

In [1]: run calculate
ASSERT failure in QCoreApplication: "there should be only one application
object", file kernel/qcoreapplication.cpp, line 418
Abandon (core dumped)

Attachments

calculate.py (1.6 kB) - added by fperez on 01/13/08 10:47:36.
Example script that causes the crash

Change History

01/13/08 10:47:36 changed by fperez

  • attachment calculate.py added.

Example script that causes the crash

01/13/08 10:50:34 changed by fperez

  • owner changed from fperez to DarrenDale.