Hello<br><br>I&#39;m trying to use QWebPage as server-side browser.<br>When I&#39;m loading <a href="http://www.match.com/cp.aspx?cpp=/cppp/index/domestic/15661/nl.html" target="_blank">http://www.match.com/cp.aspx?cpp=/cppp/index/domestic/15661/nl.html</a> (redirect page), I&#39;m receiving segmentation fault.<br>



Backtrace:<br>Core was generated by `python-dbg webbrowser.py&#39;.<br>Program terminated with signal 11, Segmentation fault.<br>#0  QCoreApplication::postEvent (receiver=0x20045c0, event=0x7f716c0050a0, priority=0)<br>    at kernel/qcoreapplication.cpp:1105<br>



    in kernel/qcoreapplication.cpp<br>#0  QCoreApplication::postEvent (receiver=0x20045c0, event=0x7f716c0050a0, priority=0)<br>    at kernel/qcoreapplication.cpp:1105<br>#1  0x00007f71870ac788 in WebCore::QNetworkReplyHandler::finish (this=0x20f9940)<br>



    at platform/network/qt/QNetworkReplyHandler.cpp:251<br>#2  0x00007f71870acd54 in WebCore::QNetworkReplyHandler::qt_metacall (this=0x20f9940, <br>    _c=QMetaObject::InvokeMetaMethod, _id=&lt;value optimized out&gt;, _a=&lt;value optimized out&gt;)<br>



    at .moc/release-shared/moc_QNetworkReplyHandler.cpp:82<br>#3  0x00007f718c91cd49 in QObject::event (this=0x20f9940, e=0x1ffe130) at kernel/qobject.cpp:1248<br>#4  0x00007f718a39422c in QApplicationPrivate::notify_helper (this=0x1dbb970, receiver=0x20f9940, e=0x1ffe130)<br>



    at kernel/qapplication.cpp:4300<br>#5  0x00007f718a39a6fb in QApplication::notify (this=0x1dcb9b0, receiver=0x20f9940, e=0x1ffe130)<br>    at kernel/qapplication.cpp:4183<br>#6  0x00007f718b314fff in sipQApplication::notify (this=0x1dcb9b0, a0=0x20f9940, a1=0x1ffe130)<br>



    at sipQtGuipart9.cpp:18539<br>#7  0x00007f718c90d06c in QCoreApplication::notifyInternal (this=0x1dcb9b0, receiver=0x20f9940, event=0x1ffe130)<br>    at kernel/qcoreapplication.cpp:704<br>#8  0x00007f718c90f7e7 in QCoreApplication::sendEvent (receiver=0x0, event_type=&lt;value optimized out&gt;, data=<br>



    0x1c02cf0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215<br>#9  QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=&lt;value optimized out&gt;, data=0x1c02cf0)<br>    at kernel/qcoreapplication.cpp:1345<br>



#10 0x00007f718c9369d3 in QCoreApplication::sendPostedEvents (s=&lt;value optimized out&gt;)<br>    at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:220<br>#11 postEventSourceDispatch (s=&lt;value optimized out&gt;) at kernel/qeventdispatcher_glib.cpp:276<br>



#12 0x00007f718bbc78c2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0<br>#13 0x00007f718bbcb748 in ?? () from /lib/libglib-2.0.so.0<br>#14 0x00007f718bbcb8fc in g_main_context_iteration () from /lib/libglib-2.0.so.0<br>



#15 0x00007f718c936513 in QEventDispatcherGlib::processEvents (this=0x1cb6250, flags=&lt;value optimized out&gt;)<br>    at kernel/qeventdispatcher_glib.cpp:412<br>#16 0x00007f718a44446e in QGuiEventDispatcherGlib::processEvents (this=0x20045c0, flags=&lt;value optimized out&gt;)<br>



    at kernel/qguieventdispatcher_glib.cpp:204<br>#17 0x00007f718c90b992 in QEventLoop::processEvents (this=&lt;value optimized out&gt;, flags=) at kernel/qeventloop.cpp:149<br>#18 0x00007f718c90bd6c in QEventLoop::exec (this=0x7fff3cec43c0, flags=) at kernel/qeventloop.cpp:201<br>



#19 0x00007f718c90faab in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981<br>#20 0x00007f718b315b6c in meth_QApplication_exec_ (sipArgs=&lt;value optimized out&gt;) at sipQtGuipart9.cpp:20479<br>#21 0x00000000005a402b in PyCFunction_Call (func=&lt;built-in method exec_ of QApplication object at remote 0x1d32f78&gt;, <br>



    arg=(), kw=0x0) at ../Objects/methodobject.c:81<br>#22 0x00000000004d1e22 in call_function (pp_stack=0x7fff3cec45b0, oparg=0) at ../Python/ceval.c:3750<br><br>... Rest of the trace code stripped out ...<br><br>Any ideas on fix?<br>

Should I post this as a bug to Qt forum instead?<br>Why other redirect pages works smoothly?<br>

<br clear="all">Best regards,<br>    Kay<br>