Hello,
after than i have override the function of a QWebView with :
@Override
protected QWebView createWindow(QWebPage.WebWindowType type) {
setParent(null);
disposeLater();
QWebView newWeb = new QWebView(parent);
newWeb.setGeometry(geometry());
return newWeb;
}
I getting often this access violation:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x10919cc2, pid=2360,
tid=4588
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode)
# Problematic frame:
# C [QtWebKit4.dll+0xe9cc2]
#
# An error report file with more information is saved as hs_err_pid2360.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
QWaitCondition: Destroyed while threads are still waiting
Any ideas ?
best regards
Matthias Ebel
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest