[webkit-qt] SEGV from libz.inflateEnd()

Mitchell Verter mitchell.verter at gmail.com
Fri May 10 13:02:25 PDT 2013


Hi all,

I am using QT 4.7.4.
When I try to load http://www.salon.com from a QT Webkit Browser, I
get the following SEGV:

Any idea how I can fix this?

Thanks
Mitchell

PS:  I do see that this bug has been filed and fixed in 4.80.  Is it
the same thing?  https://bugreports.qt-project.org/browse/QTBUG-22660

(gdb) backtrace
#0  0xb582ee1e in inflateEnd () from /lib/i386-linux-gnu/libz.so.1
#1  0xb5f0dce8 in ?? () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtNetwork.so.4
#2  0xb5f1a21b in ?? () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtNetwork.so.4
#3  0xb5f1c12d in ?? () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtNetwork.so.4
#4  0xb5f1cbc6 in ?? () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtNetwork.so.4
#5  0xb5f1e8e9 in ?? () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtNetwork.so.4
#6  0xb5d7ee33 in QMetaObject::metacall(QObject*, QMetaObject::Call,
int, void**) () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtCore.so.4
#7  0xb5d8f3d4 in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtCore.so.4
#8  0xb5de5ed7 in QIODevice::readyRead() () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtCore.so.4
#9  0xb5f8f917 in ?? () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtNetwork.so.4
#10 0xb5f7ce2b in ?? () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtNetwork.so.4
#11 0xb5f7e09f in ?? () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtNetwork.so.4
#12 0xb617a99c in QApplicationPrivate::notify_helper(QObject*,
QEvent*) () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtGui.so.4
#13 0xb617e853 in QApplication::notify(QObject*, QEvent*) () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtGui.so.4
#14 0xb5d7830b in QCoreApplication::notifyInternal(QObject*, QEvent*)
() from /home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtCore.so.4
#15 0xb5da87e3 in ?? () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtCore.so.4
#16 0xb565daa8 in g_main_context_dispatch () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#17 0xb565e270 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#18 0xb565e524 in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#19 0xb5da8981 in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
() from /home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtCore.so.4
#20 0xb623ba25 in ?? () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtGui.so.4
#21 0xb5d774cd in
QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtCore.so.4
#22 0xb5d7775a in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtCore.so.4
#23 0xb5d798b1 in QCoreApplication::exec() () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtCore.so.4
#24 0xb6179fd7 in QApplication::exec() () from
/home/curio/QtSDK/Desktop/Qt/474/gcc/lib/libQtGui.so.4
#25 0x08051f61 in main (argc=1, argv=0xbffff8c4) at main.cpp:20
(gdb)


More information about the webkit-qt mailing list