Re: debugging segfaults in pythen PyQt (QWebview)

2011-03-04 Thread Hans-Peter Jansen
On Thursday 03 March 2011, 10:40:20 Gelonida wrote: > Hi, > > I have a QWebview application, which segfaults rather often, > but not all the time. > > I assume it is some kind of race condition when loading a certain web > page with quite some built in AJax. > [...] > > The application crashes unde

Re: debugging segfaults in pythen PyQt (QWebview)

2011-03-04 Thread Marco Bizzarri
This applies to debugging a spinning Zope server, but I think you can adapt the suggestions to your core dump: http://www.upfrontsystems.co.za/Members/jean/zope-notes/debug-spinning-zope Regards Marco On Thu, Mar 3, 2011 at 10:40 AM, Gelonida wrote: > Hi, > > I have a QWebview application, whi

debugging segfaults in pythen PyQt (QWebview)

2011-03-03 Thread Gelonida
Hi, I have a QWebview application, which segfaults rather often, but not all the time. I assume it is some kind of race condition when loading a certain web page with quite some built in AJax. How can I debug it? The application crashes under Windows and under Linux. I enabled already core