Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Crash using browser.evaluate(jscript9.dll)
Crash using browser.evaluate [message #769080] Wed, 21 December 2011 11:07 Go to next message
Francois Missing name is currently offline Francois Missing nameFriend
Messages: 15
Registered: October 2011
Junior Member
Hello,

I'm using SWT browser and since few weeks I have a lot of random crash with the browser.evaluate method.

Seems related to IE9 but the problem should be solved in 3.7.1 but it is not. I have the following message :


#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x615d7178, pid=1844, tid=6344
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing windows-x86 )
# Problematic frame:
# C

Any idea ?

I'm running Windows 7 64 bits with 32 bits Java (and SWT).

Thanks

François from MMM

The log file is :


#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x615d7178, pid=1844, tid=6344
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing windows-x86 )
# Problematic frame:
# C
#
# 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.
#

--------------- T H R E A D ---------------

Current thread (0x024a9400): JavaThread "main"

siginfo: ExceptionCode=0xc0000005, reading address 0x00000004

Registers:
EAX=0x09e81018, EBX=0x0a14b660, ECX=0x00000000, EDX=0x0a14b660
ESP=0x0235f378, EBP=0x0235f3c8, ESI=0x6162c042, EDI=0x0a4aec78
EIP=0x615d7178, EFLAGS=0x00010246

Top of Stack: (sp=0x0235f378)
0x0235f378: a08522e7 0a146628 6162c042 0a4aec78
0x0235f388: 00000004 09ee80a0 0235f370 0235f378
0x0235f398: 0235f3ec 6162c13d 0a14b630 0235f3ec
0x0235f3a8: 6162c1aa 6162c14e a08522c3 0235ef1c
0x0235f3b8: 0235f484 615dc98a c3eda327 fffffffe
0x0235f3c8: 0235f3ec 615d70f5 0a14b660 6162c042
0x0235f3d8: 00000001 0235f3fc 0a14b660 09eeb5d0
0x0235f3e8: fffffffe 0235f40c 6162cc6a 0a14b660

Instructions: (pc=0x615d7178)
0x615d7158: c8 0b 00 00 8b 40 04 8b 48 0c 49 0f 88 19 60 01
0x615d7168: 00 3b 48 0c 0f 8d 10 60 01 00 8b 50 08 8b 0c 8a
0x615d7178: 8b 71 04 8b 03 8b cb 8b 90 cc 00 00 00 ff d2 f7
0x615d7188: d8 1b c0 40 80 bf 70 05 00 00 00 0f 85 a6 a6 07


Register to memory mapping:

EAX=0x09e81018 is an unknown value
EBX=0x0a14b660 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x0a14b660 is an unknown value
ESP=0x0235f378 is pointing into the stack for thread: 0x024a9400
EBP=0x0235f3c8 is pointing into the stack for thread: 0x024a9400
ESI=0x6162c042 is an unknown value
EDI=0x0a4aec78 is an unknown value


Stack: , sp=0x0235f378, free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C DllGetClassObject+0x4da8c
C DllGetClassObject+0x4da09
C DllCanUnloadNow+0x149a9
C DllCanUnloadNow+0x14103
C DllCanUnloadNow+0x148ea
C DllCanUnloadNow+0x14b53
C DllCanUnloadNow+0x14ae6
C JsVarToScriptDirect+0x69f7
C DllCanUnloadNow+0x14a55
C DllCanUnloadNow+0x199d1
C JsVarToScriptDirect+0x699c
C DllUnregisterServer+0x16dbd
C DllUnregisterServer+0x16fd4
C DllUnregisterServer+0x7523
C DllUnregisterServer+0x73ae
C Java_org_eclipse_swt_internal_win32_OS_VtblCall__IIJ_3I+0x3a
j org.eclipse.swt.internal.ole.win32.COM.VtblCall(IIII[I)I+0
j org.eclipse.swt.internal.ole.win32.IDispatch.GetTypeInfo(II[I)I+8
j org.eclipse.swt.ole.win32.OleAutomation.<init>(Lorg/eclipse/swt/internal/ole/win32/IDispatch;)V+40
j org.eclipse.swt.ole.win32.Variant.getAutomation()Lorg/eclipse/swt/ole/win32/OleAutomation;+31
j org.eclipse.swt.browser.IE.execute(Ljava/lang/String;)Z+109
j org.eclipse.swt.browser.WebBrowser.evaluate(Ljava/lang/String;)Ljava/lang/Object;+122
j org.eclipse.swt.browser.Browser.evaluate(Ljava/lang/String;)Ljava/lang/Object;+17
j MMMBrowser.getListOfTags(Ljava/lang/String;)Ljava/util/ArrayList;+117
j MMMBrowser.isInPage(Ljava/lang/String;Ljava/lang/String;)Z+32
j MMMBrowser.waitUntil(Ljava/lang/String;Ljava/lang/String;I)V+76
j MMMBrowser.autoNav(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;+1918
j MMMBrowser.connect(Ljava/lang/String;)Ljava/lang/String;+348
j mmm$24.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+15
j org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+71
j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j org.eclipse.swt.widgets.Display.runDeferredEvents()Z+92
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+69
j mmm.main([Ljava/lang/String;)V+3383
v ~StubRoutines::call_stub
V
V
V
V
V
C
C
C BaseThreadInitThunk+0x12
C RtlInitializeExceptionChain+0x63
C RtlInitializeExceptionChain+0x36

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.eclipse.swt.internal.ole.win32.COM.VtblCall(IIII
0x023e8400 JavaThread "C1 CompilerThread0" daemon
0x023e5400 JavaThread "Attach Listener" daemon
0x023e2400 JavaThread "Signal Dispatcher" daemon
0x023dac00 JavaThread "Finalizer" daemon
0x023d9000 JavaThread "Reference Handler" daemon
=>0x024a9400 JavaThread "main"

Other Threads:
0x0239cc00 VMThread
0x023f8c00 WatcherThread [id=3600]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 4928K, used 2349K [0x24560000, 0x24ab0000, 0x29ab0000)
eden space 4416K, 47% used [0x24560000, 0x2476f7e8, 0x249b0000)
from space 512K, 46% used [0x24a30000, 0x24a6bce8, 0x24ab0000)
to space 512K, 0% used [0x249b0000, 0x249b0000, 0x24a30000)
tenured generation total 10944K, used 156K [0x29ab0000, 0x2a560000, 0x34560000)
the space 10944K, 1% used [0x29ab0000, 0x29ad7180, 0x29ad7200, 0x2a560000)
compacting perm gen total 12288K, used 2379K [0x34560000, 0x35160000, 0x38560000)
the space 12288K, 19% used [0x34560000, 0x347b2e00, 0x347b2e00, 0x35160000)
ro space 10240K, 51% used [0x38560000, 0x38a8dff8, 0x38a8e000, 0x38f60000)
rw space 12288K, 55% used [0x38f60000, 0x395fc208, 0x395fc400, 0x39b60000)

Code Cache [0x024b0000, 0x02578000, 0x044b0000)
total_blobs=293 nmethods=143 adapters=86 free_code_cache=32741248 largest_free_block=0

Dynamic libraries:
0x00400000 - 0x00424000 C:\Program Files (x86)\Java\jre6\bin\javaw.exe
0x77ad0000 - 0x77c50000 C:\Windows\SysWOW64\ntdll.dll
0x75d40000 - 0x75e50000 C:\Windows\syswow64\kernel32.dll
0x75fc0000 - 0x76006000 C:\Windows\syswow64\KERNELBASE.dll
0x76160000 - 0x76200000 C:\Windows\syswow64\ADVAPI32.dll
0x76eb0000 - 0x76f5c000 C:\Windows\syswow64\msvcrt.dll
0x76010000 - 0x76029000 C:\Windows\SysWOW64\sechost.dll
0x75c50000 - 0x75d40000 C:\Windows\syswow64\RPCRT4.dll
0x751b0000 - 0x75210000 C:\Windows\syswow64\SspiCli.dll
0x751a0000 - 0x751ac000 C:\Windows\syswow64\CRYPTBASE.dll
0x76060000 - 0x76160000 C:\Windows\syswow64\USER32.dll
0x77180000 - 0x77210000 C:\Windows\syswow64\GDI32.dll
0x77aa0000 - 0x77aaa000 C:\Windows\syswow64\LPK.dll
0x75ae0000 - 0x75b7d000 C:\Windows\syswow64\USP10.dll
0x75370000 - 0x753d0000 C:\Windows\system32\IMM32.DLL
0x75b80000 - 0x75c4c000 C:\Windows\syswow64\MSCTF.dll
0x7c340000 - 0x7c396000 C:\Program Files (x86)\Java\jre6\bin\msvcr71.dll
0x6d7f0000 - 0x6da9f000 C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll
0x741b0000 - 0x741e2000 C:\Windows\system32\WINMM.dll
0x75090000 - 0x750dc000 C:\Windows\system32\apphelp.dll
0x6d7a0000 - 0x6d7ac000 C:\Program Files (x86)\Java\jre6\bin\verify.dll
0x6d320000 - 0x6d33f000 C:\Program Files (x86)\Java\jre6\bin\java.dll
0x75fb0000 - 0x75fb5000 C:\Windows\system32\PSAPI.DLL
0x6d7e0000 - 0x6d7ef000 C:\Program Files (x86)\Java\jre6\bin\zip.dll
0x10000000 - 0x1006e000 C:\Users\FPuech\.swt\lib\win32\x86\swt-win32-3738.dll
0x75e50000 - 0x75fac000 C:\Windows\syswow64\ole32.dll
0x75460000 - 0x754ef000 C:\Windows\syswow64\OLEAUT32.dll
0x754f0000 - 0x7556b000 C:\Windows\syswow64\comdlg32.dll
0x75630000 - 0x75687000 C:\Windows\syswow64\SHLWAPI.dll
0x70940000 - 0x70ade000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x76200000 - 0x76e4a000 C:\Windows\syswow64\SHELL32.dll
0x72930000 - 0x72981000 C:\Windows\system32\WINSPOOL.DRV
0x75220000 - 0x7533b000 C:\Windows\syswow64\WININET.dll
0x75210000 - 0x75213000 C:\Windows\syswow64\Normaliz.dll
0x75800000 - 0x759b8000 C:\Windows\syswow64\iertutil.dll
0x759c0000 - 0x75ad1000 C:\Windows\syswow64\urlmon.dll
0x756e0000 - 0x757fd000 C:\Windows\syswow64\CRYPT32.dll
0x77130000 - 0x7713c000 C:\Windows\syswow64\MSASN1.dll
0x72180000 - 0x72200000 C:\Windows\system32\uxtheme.dll
0x72160000 - 0x72173000 C:\Windows\system32\dwmapi.dll
0x04c80000 - 0x04cb8000 c:\Program Files\WIDCOMM\Bluetooth Software\SysWOW64\BtMmHook.dll
0x04f20000 - 0x05015000 C:\Windows\system32\propsys.dll
0x755a0000 - 0x75623000 C:\Windows\syswow64\CLBCatQ.DLL
0x622e0000 - 0x62c26000 C:\Windows\SysWOW64\ieframe.dll
0x726a0000 - 0x726dc000 C:\Windows\SysWOW64\OLEACC.dll
0x74970000 - 0x74986000 C:\Windows\system32\CRYPTSP.dll
0x74930000 - 0x7496b000 C:\Windows\system32\rsaenh.dll
0x720a0000 - 0x720ff000 C:\Windows\system32\SXS.DLL
0x74830000 - 0x7483e000 C:\Windows\system32\RpcRtRemote.dll
0x73200000 - 0x73208000 C:\Windows\system32\Secur32.dll
0x74860000 - 0x7486b000 C:\Windows\system32\profapi.dll
0x77140000 - 0x77175000 C:\Windows\syswow64\WS2_32.dll
0x76050000 - 0x76056000 C:\Windows\syswow64\NSI.dll
0x73a50000 - 0x73a94000 C:\Windows\system32\dnsapi.DLL
0x73ef0000 - 0x73f0c000 C:\Windows\system32\iphlpapi.DLL
0x73ee0000 - 0x73ee7000 C:\Windows\system32\WINNSI.DLL
0x61720000 - 0x622db000 C:\Windows\SysWOW64\mshtml.dll
0x749a0000 - 0x749a9000 C:\Windows\SysWOW64\VERSION.dll
0x6d600000 - 0x6d613000 C:\Program Files (x86)\Java\jre6\bin\net.dll
0x73e50000 - 0x73e8c000 C:\Windows\system32\mswsock.dll
0x72230000 - 0x72236000 C:\Windows\System32\wship6.dll
0x73e40000 - 0x73e45000 C:\Windows\System32\wshtcpip.dll
0x73aa0000 - 0x73ac7000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x739a0000 - 0x739c1000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll
0x73430000 - 0x73436000 C:\Windows\system32\rasadhlp.dll
0x73450000 - 0x73488000 C:\Windows\System32\fwpuclnt.dll
0x716a0000 - 0x716ab000 C:\Windows\system32\msimtf.dll
0x6ee20000 - 0x6ee4b000 C:\Windows\system32\msls31.dll
0x76f90000 - 0x7712d000 C:\Windows\syswow64\setupapi.dll
0x75570000 - 0x75597000 C:\Windows\syswow64\CFGMGR32.dll
0x76030000 - 0x76042000 C:\Windows\syswow64\DEVOBJ.dll
0x6cd00000 - 0x6cdba000 C:\Windows\system32\d2d1.dll
0x6bab0000 - 0x6bbba000 C:\Windows\system32\DWrite.dll
0x6ce60000 - 0x6cee3000 C:\Windows\system32\dxgi.dll
0x75340000 - 0x7536d000 C:\Windows\syswow64\WINTRUST.dll
0x6eeb0000 - 0x6eedc000 C:\Windows\system32\d3d10_1.dll
0x6d130000 - 0x6d16a000 C:\Windows\system32\d3d10_1core.dll
0x6b980000 - 0x6baac000 C:\Windows\system32\D3D10Warp.dll
0x72410000 - 0x7243e000 C:\Windows\system32\MLANG.dll
0x6ce20000 - 0x6ce59000 C:\Windows\system32\MMDevAPI.DLL
0x6d100000 - 0x6d130000 C:\Windows\system32\wdmaud.drv
0x70e00000 - 0x70e04000 C:\Windows\system32\ksuser.dll
0x70910000 - 0x70917000 C:\Windows\system32\AVRT.dll
0x6ccc0000 - 0x6ccf6000 C:\Windows\system32\AUDIOSES.DLL
0x73800000 - 0x73852000 C:\Windows\system32\RASAPI32.dll
0x737e0000 - 0x737f5000 C:\Windows\system32\rasman.dll
0x70f50000 - 0x70f5d000 C:\Windows\system32\rtutils.dll
0x73410000 - 0x73416000 C:\Windows\system32\sensapi.dll
0x73e90000 - 0x73eb1000 C:\Windows\system32\ntmarta.dll
0x75690000 - 0x756d5000 C:\Windows\syswow64\WLDAP32.dll
0x706a0000 - 0x706a8000 C:\Windows\system32\msacm32.drv
0x713c0000 - 0x713d4000 C:\Windows\system32\MSACM32.dll
0x70900000 - 0x70907000 C:\Windows\system32\midimap.dll
0x6ae60000 - 0x6af5b000 C:\Windows\system32\windowscodecs.dll
0x6b870000 - 0x6b972000 C:\Windows\system32\d3d10.dll
0x6ded0000 - 0x6df03000 C:\Windows\system32\d3d10core.dll
0x72530000 - 0x7269f000 C:\Windows\system32\explorerframe.dll
0x72500000 - 0x7252f000 C:\Windows\system32\DUser.dll
0x72440000 - 0x724f2000 C:\Windows\system32\DUI70.dll
0x6ee60000 - 0x6ee91000 C:\Windows\system32\EhStorShell.dll
0x72330000 - 0x723a0000 C:\Windows\system32\ntshrui.dll
0x73490000 - 0x734a9000 C:\Windows\system32\srvcli.dll
0x727a0000 - 0x727ab000 C:\Windows\system32\cscapi.dll
0x72740000 - 0x7274a000 C:\Windows\system32\slc.dll
0x6cdf0000 - 0x6ce1f000 C:\Windows\system32\xmllite.dll
0x6b1d0000 - 0x6b22c000 C:\Windows\System32\StructuredQuery.dll
0x726e0000 - 0x7272e000 C:\Windows\SysWOW64\actxprxy.dll
0x6cc80000 - 0x6ccb2000 C:\Program Files (x86)\Internet Explorer\ieproxy.dll
0x6b130000 - 0x6b1d0000 C:\Windows\system32\SearchFolder.dll
0x6edc0000 - 0x6edd6000 C:\Windows\SysWOW64\thumbcache.dll
0x6ede0000 - 0x6ee0e000 C:\Windows\system32\SHDOCVW.dll
0x70f70000 - 0x70f79000 C:\Windows\system32\LINKINFO.dll
0x6d170000 - 0x6d308000 C:\Windows\system32\NetworkExplorer.dll
0x73510000 - 0x73522000 C:\Windows\system32\MPR.dll
0x72220000 - 0x72228000 C:\Windows\System32\drprov.dll
0x734b0000 - 0x734d9000 C:\Windows\System32\WINSTA.dll
0x70d80000 - 0x70d94000 C:\Windows\System32\ntlanman.dll
0x70920000 - 0x70937000 C:\Windows\System32\davclnt.dll
0x72210000 - 0x72218000 C:\Windows\System32\DAVHLPR.dll
0x73440000 - 0x7344f000 C:\Windows\system32\wkscli.dll
0x734e0000 - 0x734e9000 C:\Windows\system32\netutils.dll
0x6b0a0000 - 0x6b129000 C:\Windows\system32\PortableDeviceApi.dll
0x6b840000 - 0x6b862000 C:\Windows\system32\EhStorAPI.dll
0x73d90000 - 0x73da0000 C:\Windows\system32\NLAapi.dll
0x61560000 - 0x6171b000 C:\Windows\SysWOW64\jscript9.dll
0x60c30000 - 0x61557000 C:\Windows\SysWOW64\Macromed\Flash\Flash11c.ocx
0x6c840000 - 0x6c8b2000 C:\Windows\system32\DSOUND.dll
0x6c810000 - 0x6c835000 C:\Windows\system32\POWRPROF.dll

VM Arguments:
jvm_args: -Dorg.eclipse.swt.browser.IEVersion=8888 -Djava.library.path=C:\Users\FPuech\Documents\workspace\org.eclipse.swt -Dfile.encoding=Cp1252
java_command: mmm
Launcher Type: SUN_STANDARD

Environment Variables:
CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
PATH=C:/Program Files (x86)/Java/jre6/bin/client;C:/Program Files (x86)/Java/jre6/bin;C:/Program Files (x86)/Java/jre6/lib/i386;C:\Program Files (x86)\DominoForOutlook\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files\Intel\DMIX;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;c:\Program Files\WIDCOMM\Bluetooth Software\;c:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\12.0\DLLShared\;C:\Program Files (x86)\Roxio\OEM\AudioCore\;C:\Program Files (x86)\Windows Live\Shared;C:\oracle\instantclient; C:\oracle\product\10.2.0\client_1\BIN;C:\Program Files (x86)\Pinnacle\Shared Files\;C:\Program Files (x86)\QuickTime\QTSystem\;\\ad.linedata.com\corpdfs\corp\bin;\\ad.linedata.com\corpdfs\corp\cygwin\bin
USERNAME=FPuech
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel



--------------- S Y S T E M ---------------

OS: Windows 7 Build 7601 Service Pack 1

CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht

Memory: 4k page, physical 4052820k(2159732k free), swap 8103792k(5809860k free)

vm_info: Java HotSpot(TM) Client VM (20.1-b02) for windows-x86 JRE (1.6.0_26-b03), built on May 4 2011 00:50:59 by "java_re" with MS VC++ 7.1 (VS2003)

time: Wed Dec 21 11:56:38 2011
elapsed time: 37 seconds

[Updated on: Wed, 21 December 2011 11:08]

Report message to a moderator

Re: Crash using browser.evaluate [message #769209 is a reply to message #769080] Wed, 21 December 2011 15:18 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
You're seeing https://bugs.eclipse.org/bugs/show_bug.cgi?id=354640 .
This is a bug in IE9's embeddable control, and can be reproduced in
stand-alone IE9 without any involvement of swt, so a report has been
logged with MS (it's linked in the bug report).

I tried to find a way to anticipate when an execute()/evaluate() would
fail in order to at least avoid the crash but couldn't, because the
crashing and non-crashing cases seemed indentical. So the only reliable
way to avoid this would be to disable all execute()/evaluate() when IE9
is being used (not desirable), or for the user to specify the java
property described in http://www.eclipse.org/swt/faq.php#browsernativeie
to use an earlier IE version.

Grant


On 12/21/2011 6:07 AM, Fran wrote:
> Hello,
>
> I'm using SWT browser and since few weeks I have a lot of random crash
> with the browser.evaluate method.
> Seems related to IE9 but the problem should be solved in 3.7.1 but it is
> not. I have the following message :
>
>
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x615d7178, pid=1844,
> tid=6344
> #
> # JRE version: 6.0_26-b03
> # Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing
> windows-x86 )
> # Problematic frame:
> # C
> Any idea ?
>
> Thanks
> François from MMM
>
> The log file is :
>
>
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x615d7178, pid=1844,
> tid=6344
> #
> # JRE version: 6.0_26-b03
> # Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode, sharing
> windows-x86 )
> # Problematic frame:
> # C #
> # 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.
> #
>
> --------------- T H R E A D ---------------
>
> Current thread (0x024a9400): JavaThread "main"
> siginfo: ExceptionCode=0xc0000005, reading address 0x00000004
>
> Registers:
> EAX=0x09e81018, EBX=0x0a14b660, ECX=0x00000000, EDX=0x0a14b660
> ESP=0x0235f378, EBP=0x0235f3c8, ESI=0x6162c042, EDI=0x0a4aec78
> EIP=0x615d7178, EFLAGS=0x00010246
>
> Top of Stack: (sp=0x0235f378)
> 0x0235f378: a08522e7 0a146628 6162c042 0a4aec78
> 0x0235f388: 00000004 09ee80a0 0235f370 0235f378
> 0x0235f398: 0235f3ec 6162c13d 0a14b630 0235f3ec
> 0x0235f3a8: 6162c1aa 6162c14e a08522c3 0235ef1c
> 0x0235f3b8: 0235f484 615dc98a c3eda327 fffffffe
> 0x0235f3c8: 0235f3ec 615d70f5 0a14b660 6162c042
> 0x0235f3d8: 00000001 0235f3fc 0a14b660 09eeb5d0
> 0x0235f3e8: fffffffe 0235f40c 6162cc6a 0a14b660
> Instructions: (pc=0x615d7178)
> 0x615d7158: c8 0b 00 00 8b 40 04 8b 48 0c 49 0f 88 19 60 01
> 0x615d7168: 00 3b 48 0c 0f 8d 10 60 01 00 8b 50 08 8b 0c 8a
> 0x615d7178: 8b 71 04 8b 03 8b cb 8b 90 cc 00 00 00 ff d2 f7
> 0x615d7188: d8 1b c0 40 80 bf 70 05 00 00 00 0f 85 a6 a6 07
>
> Register to memory mapping:
>
> EAX=0x09e81018 is an unknown value
> EBX=0x0a14b660 is an unknown value
> ECX=0x00000000 is an unknown value
> EDX=0x0a14b660 is an unknown value
> ESP=0x0235f378 is pointing into the stack for thread: 0x024a9400
> EBP=0x0235f3c8 is pointing into the stack for thread: 0x024a9400
> ESI=0x6162c042 is an unknown value
> EDI=0x0a4aec78 is an unknown value
>
>
> Stack: , sp=0x0235f378, free space=316k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
> C=native code)
> C DllGetClassObject+0x4da8c
> C DllGetClassObject+0x4da09
> C DllCanUnloadNow+0x149a9
> C DllCanUnloadNow+0x14103
> C DllCanUnloadNow+0x148ea
> C DllCanUnloadNow+0x14b53
> C DllCanUnloadNow+0x14ae6
> C JsVarToScriptDirect+0x69f7
> C DllCanUnloadNow+0x14a55
> C DllCanUnloadNow+0x199d1
> C JsVarToScriptDirect+0x699c
> C DllUnregisterServer+0x16dbd
> C DllUnregisterServer+0x16fd4
> C DllUnregisterServer+0x7523
> C DllUnregisterServer+0x73ae
> C Java_org_eclipse_swt_internal_win32_OS_VtblCall__IIJ_3I+0x3a
> j org.eclipse.swt.internal.ole.win32.COM.VtblCall(IIII[I)I+0
> j org.eclipse.swt.internal.ole.win32.IDispatch.GetTypeInfo(II[I)I+8
> j
> org.eclipse.swt.ole.win32.OleAutomation.<init>(Lorg/eclipse/swt/internal/ole/win32/IDispatch;)V+40
>
> j
> org.eclipse.swt.ole.win32.Variant.getAutomation()Lorg/eclipse/swt/ole/win32/OleAutomation;+31
>
> j org.eclipse.swt.browser.IE.execute(Ljava/lang/String;)Z+109
> j
> org.eclipse.swt.browser.WebBrowser.evaluate(Ljava/lang/String;)Ljava/lang/Object;+122
>
> j
> org.eclipse.swt.browser.Browser.evaluate(Ljava/lang/String;)Ljava/lang/Object;+17
>
> j MMMBrowser.getListOfTags(Ljava/lang/String;)Ljava/util/ArrayList;+117
> j MMMBrowser.isInPage(Ljava/lang/String;Ljava/lang/String;)Z+32
> j MMMBrowser.waitUntil(Ljava/lang/String;Ljava/lang/String;I)V+76
> j
> MMMBrowser.autoNav(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;+1918
>
> j MMMBrowser.connect(Ljava/lang/String;)Ljava/lang/String;+348
> j mmm$24.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+15
> j
> org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+71
>
> j
> org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
>
> j org.eclipse.swt.widgets.Display.runDeferredEvents()Z+92
> j org.eclipse.swt.widgets.Display.readAndDispatch()Z+69
> j mmm.main([Ljava/lang/String;)V+3383
> v ~StubRoutines::call_stub
> V V V V V C C C BaseThreadInitThunk+0x12
> C RtlInitializeExceptionChain+0x63
> C RtlInitializeExceptionChain+0x36
>
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j org.eclipse.swt.internal.ole.win32.COM.VtblCall(IIII
> 0x023e8400 JavaThread "C1 CompilerThread0" daemon 0x023e5400 JavaThread
> "Attach Listener" daemon 0x023e2400 JavaThread "Signal Dispatcher"
> daemon 0x023dac00 JavaThread "Finalizer" daemon 0x023d9000 JavaThread
> "Reference Handler" daemon =>0x024a9400 JavaThread "main"
> Other Threads:
> 0x0239cc00 VMThread 0x023f8c00 WatcherThread [id=3600]
>
> VM state:not at safepoint (normal execution)
>
> VM Mutex/Monitor currently owned by a thread: None
>
> Heap
> def new generation total 4928K, used 2349K [0x24560000, 0x24ab0000,
> 0x29ab0000)
> eden space 4416K, 47% used [0x24560000, 0x2476f7e8, 0x249b0000)
> from space 512K, 46% used [0x24a30000, 0x24a6bce8, 0x24ab0000)
> to space 512K, 0% used [0x249b0000, 0x249b0000, 0x24a30000)
> tenured generation total 10944K, used 156K [0x29ab0000, 0x2a560000,
> 0x34560000)
> the space 10944K, 1% used [0x29ab0000, 0x29ad7180, 0x29ad7200, 0x2a560000)
> compacting perm gen total 12288K, used 2379K [0x34560000, 0x35160000,
> 0x38560000)
> the space 12288K, 19% used [0x34560000, 0x347b2e00, 0x347b2e00, 0x35160000)
> ro space 10240K, 51% used [0x38560000, 0x38a8dff8, 0x38a8e000, 0x38f60000)
> rw space 12288K, 55% used [0x38f60000, 0x395fc208, 0x395fc400, 0x39b60000)
>
> Code Cache [0x024b0000, 0x02578000, 0x044b0000)
> total_blobs=293 nmethods=143 adapters=86 free_code_cache=32741248
> largest_free_block=0
>
> Dynamic libraries:
> 0x00400000 - 0x00424000 C:\Program Files (x86)\Java\jre6\bin\javaw.exe
> 0x77ad0000 - 0x77c50000 C:\Windows\SysWOW64\ntdll.dll
> 0x75d40000 - 0x75e50000 C:\Windows\syswow64\kernel32.dll
> 0x75fc0000 - 0x76006000 C:\Windows\syswow64\KERNELBASE.dll
> 0x76160000 - 0x76200000 C:\Windows\syswow64\ADVAPI32.dll
> 0x76eb0000 - 0x76f5c000 C:\Windows\syswow64\msvcrt.dll
> 0x76010000 - 0x76029000 C:\Windows\SysWOW64\sechost.dll
> 0x75c50000 - 0x75d40000 C:\Windows\syswow64\RPCRT4.dll
> 0x751b0000 - 0x75210000 C:\Windows\syswow64\SspiCli.dll
> 0x751a0000 - 0x751ac000 C:\Windows\syswow64\CRYPTBASE.dll
> 0x76060000 - 0x76160000 C:\Windows\syswow64\USER32.dll
> 0x77180000 - 0x77210000 C:\Windows\syswow64\GDI32.dll
> 0x77aa0000 - 0x77aaa000 C:\Windows\syswow64\LPK.dll
> 0x75ae0000 - 0x75b7d000 C:\Windows\syswow64\USP10.dll
> 0x75370000 - 0x753d0000 C:\Windows\system32\IMM32.DLL
> 0x75b80000 - 0x75c4c000 C:\Windows\syswow64\MSCTF.dll
> 0x7c340000 - 0x7c396000 C:\Program Files (x86)\Java\jre6\bin\msvcr71.dll
> 0x6d7f0000 - 0x6da9f000 C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll
> 0x741b0000 - 0x741e2000 C:\Windows\system32\WINMM.dll
> 0x75090000 - 0x750dc000 C:\Windows\system32\apphelp.dll
> 0x6d7a0000 - 0x6d7ac000 C:\Program Files (x86)\Java\jre6\bin\verify.dll
> 0x6d320000 - 0x6d33f000 C:\Program Files (x86)\Java\jre6\bin\java.dll
> 0x75fb0000 - 0x75fb5000 C:\Windows\system32\PSAPI.DLL
> 0x6d7e0000 - 0x6d7ef000 C:\Program Files (x86)\Java\jre6\bin\zip.dll
> 0x10000000 - 0x1006e000
> C:\Users\FPuech\.swt\lib\win32\x86\swt-win32-3738.dll
> 0x75e50000 - 0x75fac000 C:\Windows\syswow64\ole32.dll
> 0x75460000 - 0x754ef000 C:\Windows\syswow64\OLEAUT32.dll
> 0x754f0000 - 0x7556b000 C:\Windows\syswow64\comdlg32.dll
> 0x75630000 - 0x75687000 C:\Windows\syswow64\SHLWAPI.dll
> 0x70940000 - 0x70ade000
> C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
>
> 0x76200000 - 0x76e4a000 C:\Windows\syswow64\SHELL32.dll
> 0x72930000 - 0x72981000 C:\Windows\system32\WINSPOOL.DRV
> 0x75220000 - 0x7533b000 C:\Windows\syswow64\WININET.dll
> 0x75210000 - 0x75213000 C:\Windows\syswow64\Normaliz.dll
> 0x75800000 - 0x759b8000 C:\Windows\syswow64\iertutil.dll
> 0x759c0000 - 0x75ad1000 C:\Windows\syswow64\urlmon.dll
> 0x756e0000 - 0x757fd000 C:\Windows\syswow64\CRYPT32.dll
> 0x77130000 - 0x7713c000 C:\Windows\syswow64\MSASN1.dll
> 0x72180000 - 0x72200000 C:\Windows\system32\uxtheme.dll
> 0x72160000 - 0x72173000 C:\Windows\system32\dwmapi.dll
> 0x04c80000 - 0x04cb8000 c:\Program Files\WIDCOMM\Bluetooth
> Software\SysWOW64\BtMmHook.dll
> 0x04f20000 - 0x05015000 C:\Windows\system32\propsys.dll
> 0x755a0000 - 0x75623000 C:\Windows\syswow64\CLBCatQ.DLL
> 0x622e0000 - 0x62c26000 C:\Windows\SysWOW64\ieframe.dll
> 0x726a0000 - 0x726dc000 C:\Windows\SysWOW64\OLEACC.dll
> 0x74970000 - 0x74986000 C:\Windows\system32\CRYPTSP.dll
> 0x74930000 - 0x7496b000 C:\Windows\system32\rsaenh.dll
> 0x720a0000 - 0x720ff000 C:\Windows\system32\SXS.DLL
> 0x74830000 - 0x7483e000 C:\Windows\system32\RpcRtRemote.dll
> 0x73200000 - 0x73208000 C:\Windows\system32\Secur32.dll
> 0x74860000 - 0x7486b000 C:\Windows\system32\profapi.dll
> 0x77140000 - 0x77175000 C:\Windows\syswow64\WS2_32.dll
> 0x76050000 - 0x76056000 C:\Windows\syswow64\NSI.dll
> 0x73a50000 - 0x73a94000 C:\Windows\system32\dnsapi.DLL
> 0x73ef0000 - 0x73f0c000 C:\Windows\system32\iphlpapi.DLL
> 0x73ee0000 - 0x73ee7000 C:\Windows\system32\WINNSI.DLL
> 0x61720000 - 0x622db000 C:\Windows\SysWOW64\mshtml.dll
> 0x749a0000 - 0x749a9000 C:\Windows\SysWOW64\VERSION.dll
> 0x6d600000 - 0x6d613000 C:\Program Files (x86)\Java\jre6\bin\net.dll
> 0x73e50000 - 0x73e8c000 C:\Windows\system32\mswsock.dll
> 0x72230000 - 0x72236000 C:\Windows\System32\wship6.dll
> 0x73e40000 - 0x73e45000 C:\Windows\System32\wshtcpip.dll
> 0x73aa0000 - 0x73ac7000 C:\Program Files (x86)\Common Files\Microsoft
> Shared\Windows Live\WLIDNSP.DLL
> 0x739a0000 - 0x739c1000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll
> 0x73430000 - 0x73436000 C:\Windows\system32\rasadhlp.dll
> 0x73450000 - 0x73488000 C:\Windows\System32\fwpuclnt.dll
> 0x716a0000 - 0x716ab000 C:\Windows\system32\msimtf.dll
> 0x6ee20000 - 0x6ee4b000 C:\Windows\system32\msls31.dll
> 0x76f90000 - 0x7712d000 C:\Windows\syswow64\setupapi.dll
> 0x75570000 - 0x75597000 C:\Windows\syswow64\CFGMGR32.dll
> 0x76030000 - 0x76042000 C:\Windows\syswow64\DEVOBJ.dll
> 0x6cd00000 - 0x6cdba000 C:\Windows\system32\d2d1.dll
> 0x6bab0000 - 0x6bbba000 C:\Windows\system32\DWrite.dll
> 0x6ce60000 - 0x6cee3000 C:\Windows\system32\dxgi.dll
> 0x75340000 - 0x7536d000 C:\Windows\syswow64\WINTRUST.dll
> 0x6eeb0000 - 0x6eedc000 C:\Windows\system32\d3d10_1.dll
> 0x6d130000 - 0x6d16a000 C:\Windows\system32\d3d10_1core.dll
> 0x6b980000 - 0x6baac000 C:\Windows\system32\D3D10Warp.dll
> 0x72410000 - 0x7243e000 C:\Windows\system32\MLANG.dll
> 0x6ce20000 - 0x6ce59000 C:\Windows\system32\MMDevAPI.DLL
> 0x6d100000 - 0x6d130000 C:\Windows\system32\wdmaud.drv
> 0x70e00000 - 0x70e04000 C:\Windows\system32\ksuser.dll
> 0x70910000 - 0x70917000 C:\Windows\system32\AVRT.dll
> 0x6ccc0000 - 0x6ccf6000 C:\Windows\system32\AUDIOSES.DLL
> 0x73800000 - 0x73852000 C:\Windows\system32\RASAPI32.dll
> 0x737e0000 - 0x737f5000 C:\Windows\system32\rasman.dll
> 0x70f50000 - 0x70f5d000 C:\Windows\system32\rtutils.dll
> 0x73410000 - 0x73416000 C:\Windows\system32\sensapi.dll
> 0x73e90000 - 0x73eb1000 C:\Windows\system32\ntmarta.dll
> 0x75690000 - 0x756d5000 C:\Windows\syswow64\WLDAP32.dll
> 0x706a0000 - 0x706a8000 C:\Windows\system32\msacm32.drv
> 0x713c0000 - 0x713d4000 C:\Windows\system32\MSACM32.dll
> 0x70900000 - 0x70907000 C:\Windows\system32\midimap.dll
> 0x6ae60000 - 0x6af5b000 C:\Windows\system32\windowscodecs.dll
> 0x6b870000 - 0x6b972000 C:\Windows\system32\d3d10.dll
> 0x6ded0000 - 0x6df03000 C:\Windows\system32\d3d10core.dll
> 0x72530000 - 0x7269f000 C:\Windows\system32\explorerframe.dll
> 0x72500000 - 0x7252f000 C:\Windows\system32\DUser.dll
> 0x72440000 - 0x724f2000 C:\Windows\system32\DUI70.dll
> 0x6ee60000 - 0x6ee91000 C:\Windows\system32\EhStorShell.dll
> 0x72330000 - 0x723a0000 C:\Windows\system32\ntshrui.dll
> 0x73490000 - 0x734a9000 C:\Windows\system32\srvcli.dll
> 0x727a0000 - 0x727ab000 C:\Windows\system32\cscapi.dll
> 0x72740000 - 0x7274a000 C:\Windows\system32\slc.dll
> 0x6cdf0000 - 0x6ce1f000 C:\Windows\system32\xmllite.dll
> 0x6b1d0000 - 0x6b22c000 C:\Windows\System32\StructuredQuery.dll
> 0x726e0000 - 0x7272e000 C:\Windows\SysWOW64\actxprxy.dll
> 0x6cc80000 - 0x6ccb2000 C:\Program Files (x86)\Internet
> Explorer\ieproxy.dll
> 0x6b130000 - 0x6b1d0000 C:\Windows\system32\SearchFolder.dll
> 0x6edc0000 - 0x6edd6000 C:\Windows\SysWOW64\thumbcache.dll
> 0x6ede0000 - 0x6ee0e000 C:\Windows\system32\SHDOCVW.dll
> 0x70f70000 - 0x70f79000 C:\Windows\system32\LINKINFO.dll
> 0x6d170000 - 0x6d308000 C:\Windows\system32\NetworkExplorer.dll
> 0x73510000 - 0x73522000 C:\Windows\system32\MPR.dll
> 0x72220000 - 0x72228000 C:\Windows\System32\drprov.dll
> 0x734b0000 - 0x734d9000 C:\Windows\System32\WINSTA.dll
> 0x70d80000 - 0x70d94000 C:\Windows\System32\ntlanman.dll
> 0x70920000 - 0x70937000 C:\Windows\System32\davclnt.dll
> 0x72210000 - 0x72218000 C:\Windows\System32\DAVHLPR.dll
> 0x73440000 - 0x7344f000 C:\Windows\system32\wkscli.dll
> 0x734e0000 - 0x734e9000 C:\Windows\system32\netutils.dll
> 0x6b0a0000 - 0x6b129000 C:\Windows\system32\PortableDeviceApi.dll
> 0x6b840000 - 0x6b862000 C:\Windows\system32\EhStorAPI.dll
> 0x73d90000 - 0x73da0000 C:\Windows\system32\NLAapi.dll
> 0x61560000 - 0x6171b000 C:\Windows\SysWOW64\jscript9.dll
> 0x60c30000 - 0x61557000 C:\Windows\SysWOW64\Macromed\Flash\Flash11c.ocx
> 0x6c840000 - 0x6c8b2000 C:\Windows\system32\DSOUND.dll
> 0x6c810000 - 0x6c835000 C:\Windows\system32\POWRPROF.dll
>
> VM Arguments:
> jvm_args: -Dorg.eclipse.swt.browser.IEVersion=8888
> -Djava.library.path=C:\Users\FPuech\Documents\workspace\org.eclipse.swt
> -Dfile.encoding=Cp1252 java_command: mmm
> Launcher Type: SUN_STANDARD
>
> Environment Variables:
> CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
> PATH=C:/Program Files (x86)/Java/jre6/bin/client;C:/Program Files
> (x86)/Java/jre6/bin;C:/Program Files (x86)/Java/jre6/lib/i386;C:\Program
> Files (x86)\DominoForOutlook\;C:\Program Files\Common Files\Microsoft
> Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft
> Shared\Windows
> Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program
> Files\Intel\DMIX;C:\Program Files\Intel\WiFi\bin\;C:\Program
> Files\Common Files\Intel\WirelessCommon\;c:\Program
> Files\WIDCOMM\Bluetooth Software\;c:\Program Files\WIDCOMM\Bluetooth
> Software\syswow64;C:\Program Files (x86)\NTRU Cryptosystems\NTRU TCG
> Software Stack\bin\;C:\Program Files\NTRU Cryptosystems\NTRU TCG
> Software Stack\bin\;C:\Program Files\Wave Systems Corp\Gemalto\Access
> Client\v5\;C:\Program Files (x86)\Common Files\Roxio
> Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio
> Shared\OEM\DLLShared\;C:\Program Files (x86)\Common Files\Roxio
> Shared\OEM\DLLShared\;C:\Program Files (x86)\Common Files\Roxio
> Shared\OEM\12.0\DLLShared\;C:\Program Files
> (x86)\Roxio\OEM\AudioCore\;C:\Program Files (x86)\Windows
> Live\Shared;C:\oracle\instantclient;
> C:\oracle\product\10.2.0\client_1\BIN;C:\Program Files
> (x86)\Pinnacle\Shared Files\;C:\Program Files
> (x86)\QuickTime\QTSystem\;\\ad.linedata.com\corpdfs\corp\bin;\\ad.linedata.com\corpdfs\corp\cygwin\bin
>
> USERNAME=FPuech
> OS=Windows_NT
> PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
>
>
>
> --------------- S Y S T E M ---------------
>
> OS: Windows 7 Build 7601 Service Pack 1
>
> CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37
> stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1,
> sse4.2, popcnt, ht
>
> Memory: 4k page, physical 4052820k(2159732k free), swap
> 8103792k(5809860k free)
>
> vm_info: Java HotSpot(TM) Client VM (20.1-b02) for windows-x86 JRE
> (1.6.0_26-b03), built on May 4 2011 00:50:59 by "java_re" with MS VC++
> 7.1 (VS2003)
>
> time: Wed Dec 21 11:56:38 2011
> elapsed time: 37 seconds
>
Re: Crash using browser.evaluate [message #769557 is a reply to message #769209] Thu, 22 December 2011 10:25 Go to previous messageGo to next message
Francois Missing name is currently offline Francois Missing nameFriend
Messages: 15
Registered: October 2011
Junior Member
Thanks Grant !

Problem is that I'm already using the compatibility mode of IE9 (-Dorg.eclipse.swt.browser.IEVersion=8888) and it doesn't change anything on the problem...

Bu the way I'm not sure that the -Dorg.eclipse.swt.browser.IEVersion is still working because it doesn't seem to cahnge anything anymore.

François
Re: Crash using browser.evaluate [message #771840 is a reply to message #769080] Wed, 28 December 2011 10:02 Go to previous messageGo to next message
Francois Missing name is currently offline Francois Missing nameFriend
Messages: 15
Registered: October 2011
Junior Member
For some reasons I don't have the problem anymore. Strange...
Re: Crash using browser.evaluate [message #793864 is a reply to message #769080] Wed, 08 February 2012 17:21 Go to previous messageGo to next message
Francois Missing name is currently offline Francois Missing nameFriend
Messages: 15
Registered: October 2011
Junior Member
Actually I still have the problem. What is strange is that I don't have the problem when I'm behind a proxy.

Crash only occurs when I have a direct connection to the Internet...

Still have the problem even after upgrading JRE to 1.6.30.

François
http://www.myspacemarketingmanager.com
Re: Crash using browser.evaluate [message #795608 is a reply to message #769080] Fri, 10 February 2012 17:19 Go to previous message
Francois Missing name is currently offline Francois Missing nameFriend
Messages: 15
Registered: October 2011
Junior Member
Actually the problem is still there. Strangly enough it does not occur when I'm behind a proxy.

When I've a direct connection to the internet I have the problem. Even after upgrading to Java 1.6.30, still there.

François
Previous Topic:Master Detail Block-Retain Section state
Next Topic:Loading an image using GTK on Linux
Goto Forum:
  


Current Time: Fri Apr 19 23:14:07 GMT 2024

Powered by FUDForum. Page generated in 0.03715 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top