[PyQt] Segfaulting in PyQt-4.6
Ville M. Vainio
vivainio at gmail.com
Sat Oct 17 11:16:58 BST 2009
On Sat, Oct 17, 2009 at 2:02 PM, <jonnobleuk at gmail.com> wrote:
> I have a bit of a problem. My application worked fine in ver-4.5.* but every
> time I start it in 4.6 the app fails to start and all I see is
>
> "Segmentation fault (core dumped)"
>
> I've tried to debug the app in Eric IDE but all I get is
>
> "The program being debugged terminated unexpectedly"
>
> Has anything critical changed between 4.5 and 4.6? How do I go about debugging
> my application?
Some crashes appeared when 4.6 hit Karmic.
You can debug your application by:
gdb python
(gdb) r myapp.py
... CRASH ...
(gdb) bt
--
Ville M. Vainio
http://tinyurl.com/vainio
More information about the PyQt
mailing list