Serg_HD wrote:
> My application use qwebkit and problem like this: 
> http://old.nabble.com/Problem-with-QWebView-td22898481.html
>
> Error: 
> # An unexpected error has been detected by Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x051a0257, pid=31772, 
> tid=12556
> #
> # Java VM: Java HotSpot(TM) Client VM (10.0-b19 mixed mode, sharing 
> windows-x86)
> # Problematic frame:
> # C  [QtWebKit4.dll+0x70257]
> #
> # An error report file with more information is saved as:
> # C:\Action\!NetBeans\WebCruiser\hs_err_pid31772.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://java.sun.com/webapps/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
> QWaitCondition: Destroyed while threads are still waiting
> Java Result: 1
>
> Each thread uses QWebView.
> Maybe somehow need to be cleaned threads manually? 
> Help if you have any ideas please, the second day I can not decide this...
>   
Sorry, I'm not an expert on QWebView. However, you should
ensure that you enforce updates on your views in the GUI thread
by using QApplication.invokeLater(Runnable()) in multithreaded
environments.

Regards,
Helge Fredriksen

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to