Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > debugging segfaults in pythen PyQt (QWebview)

Reply
Thread Tools

debugging segfaults in pythen PyQt (QWebview)

 
 
Gelonida
Guest
Posts: n/a
 
      03-03-2011
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 dumps and am able to

start

gdb python.exe core

I guess the command "bt"
will be able to give m a backtrace of the C program


Is there any way to obtain the related backtrace of the python script?


I'm at a complete loss of what I am doing wrong in my script and would
hope to get at least some indication.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
fixing random segfaults Skeleton Man Perl 0 06-04-2006 03:35 PM
axis cpp questions ...?wsdl segfaults Rob Yampolsky Java 0 05-03-2005 03:50 PM
Weird segfaults Naveen Parihar C++ 3 04-06-2004 06:18 AM
sprintf segfaults Robert Mens C Programming 3 10-25-2003 11:52 PM
[PY GUI] interest function in python GUI(wxpython,pyqt) program.wxpython,pyqt ulysses Python 4 10-22-2003 03:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57