On Sat, Oct 17, 2009 at 2:02 PM, <[email protected]> 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
