[Webkit-unassigned] [Bug 49216] Segmentation Fault when calling QWebFrame::setHtml() with an image, then QWebFrame::setUrl()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 10 04:55:54 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49216





--- Comment #3 from Volker Grabsch <vog at notjusthosting.com>  2010-11-10 04:55:54 PST ---
Created an attachment (id=73487)
 --> (https://bugs.webkit.org/attachment.cgi?id=73487&action=review)
minimal Qt application to reproduce the segmentation fault

Unfortunately, the stack trace doesn't provide much information on my system:

(gdb) bt
#0  0xb6d960b0 in ?? () from /home/vog/work/rentapacs/qt/lib/libQtWebKit.so.4
#1  0xb6be2a4e in ?? () from /home/vog/work/rentapacs/qt/lib/libQtWebKit.so.4
#2  0xb6cf20b2 in ?? () from /home/vog/work/rentapacs/qt/lib/libQtWebKit.so.4
#3  0xb6bdde65 in ?? () from /home/vog/work/rentapacs/qt/lib/libQtWebKit.so.4
#4  0xb6e1891f in ?? () from /home/vog/work/rentapacs/qt/lib/libQtWebKit.so.4
#5  0xb6da718e in ?? () from /home/vog/work/rentapacs/qt/lib/libQtWebKit.so.4
#6  0xb6daf07f in ?? () from /home/vog/work/rentapacs/qt/lib/libQtWebKit.so.4
#7  0xb6fe68e4 in QWebFrame::setUrl () from /home/vog/work/rentapacs/qt/lib/libQtWebKit.so.4
#8  0x08048b38 in main (argc=-1269742464, argv=0x0) at main.cpp:11

That's why I attached a minimal Qt application that contains the mentioned 3 lines of code. That way, anyone interested can reproduce this issue and get a stack trace without any effort - just unpack, qmake, make and run.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list