Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » a swt bug? crashes on windows xp3 occurs with a customized build of xulrunner.
a swt bug? crashes on windows xp3 occurs with a customized build of xulrunner. [message #635738] Wed, 27 October 2010 22:16 Go to next message
itest  is currently offline itest Friend
Messages: 3
Registered: October 2010
Junior Member
[FONT=Arial][SIZE=6]We build our xulrunner ( source of 1.9.2.10, JDK 1.6.0.13 used for xpcom) on window's xp2 with following config:

[FONT=Arial][SIZE=4]
mk_add_options MOZ_CO_PROJECT=xulrunner
mk_add_options MOZ_OBJDIR=C:/Moz/build/obj-xul-res
mk_add_options MOZ_MAKE_FLAGS="-j4"
WIN32_REDIST_DIR="C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT"
ac_add_options --with-windows-version=502
ac_add_options --with-java-bin-path="C:\Progra~1\Java\jdk1.6.0_13\bin"
ac_add_options --with-java-include-path="C:\Progra~1\Java\jdk1.6.0_13/include "
ac_add_options --enable-application=xulrunner
ac_add_options --enable-jemalloc
ac_add_options --enable-javaxpcom
ac_add_options --disable-tests


JRE1.6.0.13 is bundled with our application. Most of the time, everything works just fine, but when launching a browser from our app and pointing to a url ( a Juniper device ), after click on login button, our app crashes.

What we see is that crash only happens when there are two JRE on the machine, one from JRE that our application ships, one from system. Everything works just fine if there is no JRE installed on the machine or if our JRE is removed from our installation root.

To make sure that JRE bondled with our app is getting picked, we add -vm and -Xbootclasspath to the .ini file as following, but it did not help and our app. still crashes.,

one thing is that we used the content under under the obj-dir /dist/bin directly after the build, did not do make package., could this be related or it is just caused by this already logged swt bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=293223,



-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715. jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200 .v20090519
-vm
C:\Progra~1\Fanfare\iTest 4.0\jre\bin\client\jvm.dll
-vmargs
-Xmx384M
-Dfile.encoding=UTF-8
-XX:PermSize=128M
-XX:MaxPermSize=128M
-XX:MaxDirectMemorySize=128m
-Xbootclasspath/a:C:\PROGRA~1\Fanfare\iTest
4.0\jre\lib\deploy.jar;C:\PROGRA~1\Fanfare\iTest
4.0\jre\lib\javaws.jar;C:\PROGRA~1\Fanfare\iTest 4.0\jre\lib\plugin.jar


#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8a6a3c, pid=2808, tid=644
#
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
# Problematic frame:
# C [jvm.dll+0xa6a3c]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#

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

Current thread (0x23f2ac00): JavaThread "main" [_thread_in_vm, id=644,
stack(0x00030000,0x00130000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x8bec8b59

Registers:
EAX=0x00000000, EBX=0x0012bd04, ECX=0x8bec8b55, EDX=0x009525c0
ESP=0x0012bc54, EBP=0x00000000, ESI=0x0012bc78, EDI=0x0012bd04
EIP=0x6d8a6a3c, EFLAGS=0x00010246

Top of Stack: (sp=0x0012bc54)
0x0012bc54: 23f2ac00 0012bce4 6d858dd3 0012bc78
0x0012bc64: 0012bd04 26013410 23f2ac00 23d5efa0
0x0012bc74: 26013408 2d56026d e1c1204d 00000000
0x0012bc84: 00000000 8bec8b55 2d56026d 6d8fec6f
0x0012bc94: 23f2ac00 00000000 23f2ac00 30663b68
0x0012bca4: 0012be10 30663b68 00000000 008f7600
0x0012bcb4: 2d3c5950 2d5987a9 23f2ac00 2619406c
0x0012bcc4: 00000159 26013408 26013410 260137fc

Instructions: (pc=0x6d8a6a3c)
0x6d8a6a2c: 56 e8 ce fe ff ff 5f 8b c6 5e c2 08 00 8b 49 10
0x6d8a6a3c: 8b 51 04 8b 01 52 83 c1 08 50 51 8b ce e8 f2 14


Stack: [0x00030000,0x00130000], sp=0x0012bc54, free space=1007k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [jvm.dll+0xa6a3c]

[error occurred during error reporting (printing native stack), id 0xc0000005]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j
java.security.AccessController.getStackAccessControlContext( )Ljava/security/AccessControlContext;+0
j
java.security.AccessController.getContext()Ljava/security/Ac cessControlContext;+0
j
java.lang.Thread.init(Ljava/lang/ThreadGroup;Ljava/lang/Runn able;Ljava/lang/String;J)V+135
j java.lang.Thread.<init>(Ljava/lang/ThreadGroup;Ljava/lang/String;)V+45
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
=>0x23f2ac00 JavaThread "main" [_thread_in_vm, id=644,
stack(0x00030000,0x00130000)]

Other Threads:
0x263b9c00 VMThread [stack: 0x36250000,0x36350000] [id=2164]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 960K, used 17K [0x2f5e0000, 0x2f6e0000, 0x2f710000)
eden space 896K, 2% used [0x2f5e0000, 0x2f5e47c0, 0x2f6c0000)
from space 64K, 0% used [0x2f6c0000, 0x2f6c0000, 0x2f6d0000)
to space 64K, 0% used [0x2f6d0000, 0x2f6d0000, 0x2f6e0000)
tenured generation total 4096K, used 0K [0x2f710000, 0x2fb10000, 0x305e0000)
the space 4096K, 0% used [0x2f710000, 0x2f710000, 0x2f710200, 0x2fb10000)
compacting perm gen total 12288K, used 528K [0x305e0000, 0x311e0000,
0x345e0000)
the space 12288K, 4% used [0x305e0000, 0x30664190, 0x30664200, 0x311e0000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x0040e000 C:\Program Files\Fanfare\iTest 4.0\iTest.exe
0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
0x5d090000 - 0x5d12a000 C:\WINDOWS\system32\COMCTL32.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
0x72000000 - 0x72014000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0 .200.v20090519\eclipse_1206.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x6d800000 - 0x6da56000 C:\Progra~1\Fanfare\iTest
4.0\jre\bin\client\jvm.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x7c340000 - 0x7c396000 C:\WINDOWS\system32\MSVCR71.dll
0x6d290000 - 0x6d298000 C:\Progra~1\Fanfare\iTest 4.0\jre\bin\hpi.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d7b0000 - 0x6d7bc000 C:\Progra~1\Fanfare\iTest 4.0\jre\bin\verify.dll
0x6d330000 - 0x6d34f000 C:\Progra~1\Fanfare\iTest 4.0\jre\bin\java.dll
0x6d7f0000 - 0x6d7ff000 C:\Progra~1\Fanfare\iTest 4.0\jre\bin\zip.dll
0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
0x5b860000 - 0x5b8b5000 C:\WINDOWS\system32\netapi32.dll
0x6d610000 - 0x6d623000 C:\Program Files\Fanfare\iTest 4.0\jre\bin\net.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
0x62740000 - 0x6274a000 C:\Documents and Settings\All Users\Application
Data\Real\RealPlayer\BrowserRecordPlugin\Chrome\Hook\rpchrom ebrowserrecordhelper.dll
0x7c3c0000 - 0x7c43c000 C:\WINDOWS\system32\MSVCP71.dll
0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x773d0000 - 0x774d3000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595 b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll
0x74720000 - 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime
0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
0x6d630000 - 0x6d639000 C:\Program Files\Fanfare\iTest 4.0\jre\bin\nio.dll
0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.DLL
0x24200000 - 0x24259000 C:\Program Files\Fanfare\iTest
4.0\configuration\org.eclipse.osgi\bundles\436\1\.cp\swt-win 32-3557.dll
0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
0x3d930000 - 0x3da01000 C:\WINDOWS\system32\WININET.dll
0x24260000 - 0x24269000 C:\WINDOWS\system32\Normaliz.dll
0x3dfd0000 - 0x3e015000 C:\WINDOWS\system32\iertutil.dll
0x245c0000 - 0x245d4000 C:\Program Files\Fanfare\iTest
4.0\configuration\org.eclipse.osgi\bundles\436\1\.cp\swt-gdi p-win32-3557.dll
0x4ec50000 - 0x4edfb000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144cc f1df_1.0.6001.22319_x-ww_f0b4c2df\gdiplus.dll
0x24820000 - 0x24828000 C:\Program Files\Fanfare\iTest
4.0\configuration\org.eclipse.osgi\bundles\288\1\.cp\os\win3 2\x86\localfile_1_0_0.dll
0x24c90000 - 0x24e53000 C:\Program Files\Fanfare\iTest
4.0\plugins\com.fnfr.svt.configuration.licensing.flexlm.nati veprovider.win32_4.0.0.51700\flexlm\lmgr11.dll
0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
0x74c80000 - 0x74cac000 C:\WINDOWS\system32\oleacc.dll
0x76080000 - 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll
0x25080000 - 0x2523a000 C:\Program Files\Fanfare\iTest
4.0\configuration\org.eclipse.osgi\bundles\170\1\.cp\flexlm_ license.dll
0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
0x74290000 - 0x74294000 C:\WINDOWS\system32\icmp.Dll
0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x26640000 - 0x26905000 C:\WINDOWS\system32\xpsp2res.dll
0x26f70000 - 0x26f83000 C:\Program Files\Fanfare\iTest
4.0\configuration\org.eclipse.osgi\bundles\436\1\.cp\swt-xul runner-win32-3557.dll
0x26f90000 - 0x26fba000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\nspr4.dll
0x78130000 - 0x781df000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\MOZCRT19.dll
0x270c0000 - 0x270c7000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\plc4.dll
0x270d0000 - 0x270d7000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\plds4.dll
0x27200000 - 0x27275000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\sqlite3.dll
0x270e0000 - 0x270f4000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\nssutil3.dll
0x27280000 - 0x272a6000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\softokn3.dll
0x272b0000 - 0x2734d000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\nss3.dll
0x27350000 - 0x27371000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\ssl3.dll
0x27380000 - 0x27398000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\smime3.dll
0x273a0000 - 0x27472000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\js3250.dll
0x27480000 - 0x27e6e000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\xul.dll
0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x76380000 - 0x76385000 C:\WINDOWS\system32\MSIMG32.dll
0x27e70000 - 0x27f1f000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\MOZCPP19.dll
0x27f30000 - 0x27f37000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\xpcom.dll
0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x77d00000 - 0x77d33000 C:\WINDOWS\system32\netman.dll
0x76d40000 - 0x76d58000 C:\WINDOWS\system32\MPRAPI.dll
0x77cc0000 - 0x77cf2000 C:\WINDOWS\system32\ACTIVEDS.dll
0x76e10000 - 0x76e35000 C:\WINDOWS\system32\adsldpc.dll
0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
0x71bf0000 - 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll
0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
0x76400000 - 0x765a5000 C:\WINDOWS\system32\netshell.dll
0x76c00000 - 0x76c2e000 C:\WINDOWS\system32\credui.dll
0x478c0000 - 0x478ca000 C:\WINDOWS\system32\dot3api.dll
0x736d0000 - 0x736d6000 C:\WINDOWS\system32\dot3dlg.dll
0x5dca0000 - 0x5dcc8000 C:\WINDOWS\system32\OneX.DLL
0x76f50000 - 0x76f58000 C:\WINDOWS\system32\WTSAPI32.dll
0x76360000 - 0x76370000 C:\WINDOWS\system32\WINSTA.dll
0x77a80000 - 0x77b15000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
0x745b0000 - 0x745d2000 C:\WINDOWS\system32\eappcfg.dll
0x5dcd0000 - 0x5dcde000 C:\WINDOWS\system32\eappprxy.dll
0x76ee0000 - 0x76f1c000 C:\WINDOWS\system32\RASAPI32.dll
0x76e90000 - 0x76ea2000 C:\WINDOWS\system32\rasman.dll
0x76eb0000 - 0x76edf000 C:\WINDOWS\system32\TAPI32.dll
0x73030000 - 0x73040000 C:\WINDOWS\system32\WZCSAPI.DLL
0x7db10000 - 0x7db9c000 C:\WINDOWS\system32\WZCSvc.DLL
0x76d30000 - 0x76d34000 C:\WINDOWS\system32\WMI.dll
0x7d4b0000 - 0x7d4d2000 C:\WINDOWS\system32\DHCPCSVC.DLL
0x72810000 - 0x7281b000 C:\WINDOWS\system32\EapolQec.dll
0x726c0000 - 0x726d6000 C:\WINDOWS\system32\QUtil.dll
0x606b0000 - 0x607bd000 C:\WINDOWS\system32\ESENT.dll
0x28f40000 - 0x28f48000 C:\Program Files\Fanfare\iTest
4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\javaxpcomglue.dll
0x73ce0000 - 0x73d01000 C:\WINDOWS\system32\t2embed.dll
0x73dc0000 - 0x73dc3000 C:\WINDOWS\system32\LZ32.dll
0x77b40000 - 0x77b62000 C:\WINDOWS\system32\appHelp.dll
0x29d50000 - 0x29d68000 C:\Program Files\Common
Files\TortoiseOverlays\TortoiseOverlays.dll
0x29e10000 - 0x29e1e000 C:\Program Files\TortoiseSVN\bin\TortoiseStub.dll
0x29e40000 - 0x29f0a000 C:\Program Files\TortoiseSVN\bin\TortoiseSVN.dll
0x76780000 - 0x76789000 C:\WINDOWS\system32\SHFOLDER.dll
0x6eec0000 - 0x6eee2000 C:\Program Files\TortoiseSVN\bin\libapr_tsvn.dll
0x78520000 - 0x785c3000
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9. 0.30729.4148_x-ww_d495ac4e\MSVCR90.dll
0x6ee60000 - 0x6ee8f000 C:\Program
Files\TortoiseSVN\bin\libaprutil_tsvn.dll
0x29f40000 - 0x29f52000 C:\Program Files\TortoiseSVN\bin\intl3_tsvn.dll
0x78480000 - 0x7850e000
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9. 0.30729.4148_x-ww_d495ac4e\MSVCP90.dll
0x77a20000 - 0x77a74000 C:\WINDOWS\System32\cscui.dll
0x76600000 - 0x7661d000 C:\WINDOWS\System32\CSCDLL.dll
0x24000000 - 0x2400f000 C:\Program Files\Fanfare\iTest
4.0\configuration\org.eclipse.osgi\bundles\291\1\.cp\jWinHtt p-1.0.0.dll
0x4d4f0000 - 0x4d549000 C:\WINDOWS\system32\WINHTTP.dll
0x77c70000 - 0x77c95000 C:\WINDOWS\system32\msv1_0.dll

VM Arguments:
jvm_args:
-Xbootclasspath/a:C:\PROGRA~1\Java\jre6\lib\deploy.jar;C:\PR OGRA~1\Java\jre6\lib\javaws.jar;C:\PROGRA~1\Java\jre6\lib\pl ugin.jar
-Xmx16m -Djava.awt.headless=true -Dkernel.background.download=false
-Dkernel.download.dialog=false -XX:MaxDirectMemorySize=64m
java_command: <unknown>
Launcher Type: generic

Environment Variables:
PATH=C:/Progra~1/Fanfare/iTest 4.0/jre/bin/client;C:/Progra~1/Fanfare/iTest
4.0/jre/bin;C:\Program Files\Fanfare\iTest 4.0;C:\Program Files\Fanfare\iTest
4.0\iTestRT;C:\Tcl\bin; C:\Program Files\Ixia\IxOS\IxOS_5.30_GA;
C:\Perl\site\bin;C:\Perl\bin;C:\Tcl\bin;C:\WINDOWS\system32; C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\TortoiseSVN\bin;C:\Program Files\Fanfare\DCE;C:\Program
Files\Fanfare\DCE\iTestRT;C:\Program Files\Spirent_Fanfare_iTest_3.4;C:\Program
Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program
Files\Spirent_Fanfare_iTest_3.4;C:\Program
Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program Files\MySQL\MySQL Server
5.1\bin;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program
Files\usr\bin;C:\Program Files\Vim\vim73;C:\Program Files\Microsoft
SDKs\Windows\v7.0\;c:\Program Files\Microsoft SQL
Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL
Server\100\DTS\Binn\;C:\Documents and
Settings\wdai\Desktop\iTestRT-win32.win32.x86\iTestRT; C:\Program
Files\GNUMake\make-3.81; C:\Program Files\Fanfare\iTest 4.0;C:\Program
Files\Fanfare\iTest 4.0\iTestRT
USERNAME=wdai
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 2, GenuineIntel



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

OS: Windows XP Build 2600 Service Pack 3

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 2,
cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3

Memory: 4k page, physical 2097151k(1921496k free), swap 4194303k(3974332k free)

vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE
(1.6.0_13-b03), built on Mar 9 2009 01:15:24 by "java_re" with MS VC++ 7.1

time: Wed Oct 27 12:13:37 2010
elapsed time: 0 seconds
Re: a swt bug? crashes on windows xp3 occurs with a customized build of xulrunner. [message #636184 is a reply to message #635738] Fri, 29 October 2010 14:31 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Your dump resembles the second one that's pasted in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=293223 . However I don't
think that the two dumps in the report are showing the same problem, and
it's not obvious from your dump that there's any connection to xulrunner.
Looking at your dump I notice the following:

- the crash is happening in jvm.dll
- you say that the problem only happens with multiple JREs installed
- in the "jvm_args" section I see
" -Xbootclasspath/a:C:\PROGRA~1\Java\jre6\lib\deploy.jar;C:\PR
OGRA~1\Java\jre6\lib\javaws.jar;C:\PROGRA~1\Java\jre6\lib\pl ugin.jar "
- in the "Environment Variables:" section I see
"PATH=C:/Progra~1/Fanfare/iTest 4.0/jre/bin/client;C:/Progra~1/Fanfare/iTest
4.0/jre/bin;..."

Based on this it's possible that some components from the two JREs are
getting mixed with each other at runtime. It looks like you're setting
"-Xbootclasspath/a" to point at your JRE, but in the dump this is pointing
at the other JRE. I suspect that eclipse launcher is overwriting this
value. Also note that (I believe) the correct usage of the "-vm" switch is
to point at the java executable not the .dll ("-vm
<fullPathToJava>/jre/bin/java)". If you fix this then eclipse may take care
of the other details required to use this jre properly (auto-setting of
"-Xbootclasspath/a", etc.).

If this does not help then please follow up.

Grant


"itest" <wdai@fnfr.com> wrote in message
news:iaa85a$3ca$1@news.eclipse.org...
> We build our xulrunner ( source of 1.9.2.10, JDK
> 1.6.0.13 used for xpcom) on window's xp2 with following config:
>
>
> mk_add_options MOZ_CO_PROJECT=xulrunner
> mk_add_options MOZ_OBJDIR=C:/Moz/build/obj-xul-res mk_add_options
> MOZ_MAKE_FLAGS="-j4" WIN32_REDIST_DIR="C:\Program Files\Microsoft
> Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT"
> ac_add_options --with-windows-version=502
> ac_add_options --with-java-bin-path="C:\Progra~1\Java\jdk1.6.0_13\bin"
> ac_add_options --with-java-include-path="C:\Progra~1\Java\jdk1.6.0_13/include
> "
> ac_add_options --enable-application=xulrunner
> ac_add_options --enable-jemalloc
> ac_add_options --enable-javaxpcom
> ac_add_options --disable-tests
>
> JRE1.6.0.13 is bundled with our application. Most of the time, everything
> works just fine, but when launching a browser from our app and pointing
> to a url ( a Juniper device ), after click on login button, our app
> crashes.
> What we see is that crash only happens when there are two JRE on the
> machine, one from JRE that our application ships, one from system.
> Everything works just fine if there is no JRE installed on the machine or
> if our JRE is removed from our installation root.
> To make sure that JRE bondled with our app is getting picked, we add -vm
> and -Xbootclasspath to the .ini file as following, but it did not help and
> our app. still crashes.,
> one thing is that we used the content under under the obj-dir /dist/bin
> directly after the build, did not do make package., could this be related
> or it is just caused by this already logged swt bug
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=293223,
>
>
> -startup
> plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715. jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200 .v20090519
> -vm C:\Progra~1\Fanfare\iTest 4.0\jre\bin\client\jvm.dll
> -vmargs
> -Xmx384M
> -Dfile.encoding=UTF-8
> -XX:PermSize=128M
> -XX:MaxPermSize=128M
> -XX:MaxDirectMemorySize=128m -Xbootclasspath/a:C:\PROGRA~1\Fanfare\iTest
> 4.0\jre\lib\deploy.jar;C:\PROGRA~1\Fanfare\iTest
> 4.0\jre\lib\javaws.jar;C:\PROGRA~1\Fanfare\iTest 4.0\jre\lib\plugin.jar
>
> #
> # An unexpected error has been detected by Java Runtime Environment:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8a6a3c, pid=2808,
> tid=644
> #
> # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
> # Problematic frame:
> # C
> #
> # If you would like to submit a bug report, please visit:
> # http://java.sun.com/webapps/bugreport/crash.jsp
> #
>
> --------------- T H R E A D ---------------
>
> Current thread (0x23f2ac00): JavaThread "main"
>
> siginfo: ExceptionCode=0xc0000005, reading address 0x8bec8b59
>
> Registers:
> EAX=0x00000000, EBX=0x0012bd04, ECX=0x8bec8b55, EDX=0x009525c0
> ESP=0x0012bc54, EBP=0x00000000, ESI=0x0012bc78, EDI=0x0012bd04
> EIP=0x6d8a6a3c, EFLAGS=0x00010246
>
> Top of Stack: (sp=0x0012bc54)
> 0x0012bc54: 23f2ac00 0012bce4 6d858dd3 0012bc78
> 0x0012bc64: 0012bd04 26013410 23f2ac00 23d5efa0
> 0x0012bc74: 26013408 2d56026d e1c1204d 00000000
> 0x0012bc84: 00000000 8bec8b55 2d56026d 6d8fec6f
> 0x0012bc94: 23f2ac00 00000000 23f2ac00 30663b68
> 0x0012bca4: 0012be10 30663b68 00000000 008f7600
> 0x0012bcb4: 2d3c5950 2d5987a9 23f2ac00 2619406c
> 0x0012bcc4: 00000159 26013408 26013410 260137fc
> Instructions: (pc=0x6d8a6a3c)
> 0x6d8a6a2c: 56 e8 ce fe ff ff 5f 8b c6 5e c2 08 00 8b 49 10
> 0x6d8a6a3c: 8b 51 04 8b 01 52 83 c1 08 50 51 8b ce e8 f2 14
>
> Stack: , sp=0x0012bc54, free space=1007k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
> code)
> C
>
>
>
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j
> java.security.AccessController.getStackAccessControlContext( )Ljava/security/AccessControlContext;+0
> j java.security.AccessController.getContext()Ljava/security/Ac
> cessControlContext;+0
> j java.lang.Thread.init(Ljava/lang/ThreadGroup;Ljava/lang/Runn
> able;Ljava/lang/String;J)V+135
> j java.lang.Thread.<init>(Ljava/lang/ThreadGroup;Ljava/lang/String;)V+45
> v ~StubRoutines::call_stub
>
> --------------- P R O C E S S ---------------
>
> Java Threads: ( => current thread )
> =>0x23f2ac00 JavaThread "main"
>
> Other Threads:
> 0x263b9c00 VMThread [id=2164]
>
> VM state:not at safepoint (normal execution)
>
> VM Mutex/Monitor currently owned by a thread: None
>
> Heap
> def new generation total 960K, used 17K [0x2f5e0000, 0x2f6e0000,
> 0x2f710000)
> eden space 896K, 2% used [0x2f5e0000, 0x2f5e47c0, 0x2f6c0000)
> from space 64K, 0% used [0x2f6c0000, 0x2f6c0000, 0x2f6d0000)
> to space 64K, 0% used [0x2f6d0000, 0x2f6d0000, 0x2f6e0000)
> tenured generation total 4096K, used 0K [0x2f710000, 0x2fb10000,
> 0x305e0000)
> the space 4096K, 0% used [0x2f710000, 0x2f710000, 0x2f710200,
> 0x2fb10000)
> compacting perm gen total 12288K, used 528K [0x305e0000, 0x311e0000,
> 0x345e0000)
> the space 12288K, 4% used [0x305e0000, 0x30664190, 0x30664200,
> 0x311e0000)
> No shared spaces configured.
>
> Dynamic libraries:
> 0x00400000 - 0x0040e000 C:\Program Files\Fanfare\iTest 4.0\iTest.exe
> 0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
> 0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
> 0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
> 0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
> 0x5d090000 - 0x5d12a000 C:\WINDOWS\system32\COMCTL32.dll
> 0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
> 0x77e70000 - 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll
> 0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
> 0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
> 0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
> 0x72000000 - 0x72014000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0
> .200.v20090519\eclipse_1206.dll
> 0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
> 0x6d800000 - 0x6da56000 C:\Progra~1\Fanfare\iTest
> 4.0\jre\bin\client\jvm.dll
> 0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
> 0x7c340000 - 0x7c396000 C:\WINDOWS\system32\MSVCR71.dll
> 0x6d290000 - 0x6d298000 C:\Progra~1\Fanfare\iTest 4.0\jre\bin\hpi.dll
> 0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
> 0x6d7b0000 - 0x6d7bc000 C:\Progra~1\Fanfare\iTest
> 4.0\jre\bin\verify.dll
> 0x6d330000 - 0x6d34f000 C:\Progra~1\Fanfare\iTest 4.0\jre\bin\java.dll
> 0x6d7f0000 - 0x6d7ff000 C:\Progra~1\Fanfare\iTest 4.0\jre\bin\zip.dll
> 0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
> 0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
> 0x5b860000 - 0x5b8b5000 C:\WINDOWS\system32\netapi32.dll
> 0x6d610000 - 0x6d623000 C:\Program Files\Fanfare\iTest
> 4.0\jre\bin\net.dll
> 0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
> 0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
> 0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
> 0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
> 0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
> 0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
> 0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
> 0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
> 0x62740000 - 0x6274a000 C:\Documents and Settings\All
> Users\Application
> Data\Real\RealPlayer\BrowserRecordPlugin\Chrome\Hook\rpchrom
> ebrowserrecordhelper.dll
> 0x7c3c0000 - 0x7c43c000 C:\WINDOWS\system32\MSVCP71.dll
> 0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
> 0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
> 0x773d0000 - 0x774d3000
> C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595
> b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll
> 0x74720000 - 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
> 0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime
> 0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
> 0x6d630000 - 0x6d639000 C:\Program Files\Fanfare\iTest
> 4.0\jre\bin\nio.dll
> 0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.DLL
> 0x24200000 - 0x24259000 C:\Program Files\Fanfare\iTest
> 4.0\configuration\org.eclipse.osgi\bundles\436\1\.cp\swt-win 32-3557.dll
> 0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
> 0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
> 0x3d930000 - 0x3da01000 C:\WINDOWS\system32\WININET.dll
> 0x24260000 - 0x24269000 C:\WINDOWS\system32\Normaliz.dll
> 0x3dfd0000 - 0x3e015000 C:\WINDOWS\system32\iertutil.dll
> 0x245c0000 - 0x245d4000 C:\Program Files\Fanfare\iTest
> 4.0\configuration\org.eclipse.osgi\bundles\436\1\.cp\swt-gdi
> p-win32-3557.dll
> 0x4ec50000 - 0x4edfb000
> C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144cc
> f1df_1.0.6001.22319_x-ww_f0b4c2df\gdiplus.dll
> 0x24820000 - 0x24828000 C:\Program Files\Fanfare\iTest
> 4.0\configuration\org.eclipse.osgi\bundles\288\1\.cp\os\win3
> 2\x86\localfile_1_0_0.dll
> 0x24c90000 - 0x24e53000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\com.fnfr.svt.configuration.licensing.flexlm.nati
> veprovider.win32_4.0.0.51700\flexlm\lmgr11.dll
> 0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
> 0x74c80000 - 0x74cac000 C:\WINDOWS\system32\oleacc.dll
> 0x76080000 - 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll
> 0x25080000 - 0x2523a000 C:\Program Files\Fanfare\iTest
> 4.0\configuration\org.eclipse.osgi\bundles\170\1\.cp\flexlm_ license.dll
> 0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
> 0x74290000 - 0x74294000 C:\WINDOWS\system32\icmp.Dll
> 0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
> 0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
> 0x26640000 - 0x26905000 C:\WINDOWS\system32\xpsp2res.dll
> 0x26f70000 - 0x26f83000 C:\Program Files\Fanfare\iTest
> 4.0\configuration\org.eclipse.osgi\bundles\436\1\.cp\swt-xul
> runner-win32-3557.dll
> 0x26f90000 - 0x26fba000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\nspr4.dll
> 0x78130000 - 0x781df000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn
> er\MOZCRT19.dll
> 0x270c0000 - 0x270c7000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\plc4.dll
> 0x270d0000 - 0x270d7000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\plds4.dll
> 0x27200000 - 0x27275000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn
> er\sqlite3.dll
> 0x270e0000 - 0x270f4000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn
> er\nssutil3.dll
> 0x27280000 - 0x272a6000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn
> er\softokn3.dll
> 0x272b0000 - 0x2734d000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\nss3.dll
> 0x27350000 - 0x27371000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\ssl3.dll
> 0x27380000 - 0x27398000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\smime3.dll
> 0x273a0000 - 0x27472000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\js3250.dll
> 0x27480000 - 0x27e6e000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\xul.dll
> 0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
> 0x76380000 - 0x76385000 C:\WINDOWS\system32\MSIMG32.dll
> 0x27e70000 - 0x27f1f000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn
> er\MOZCPP19.dll
> 0x27f30000 - 0x27f37000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er\xpcom.dll
> 0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
> 0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
> 0x77d00000 - 0x77d33000 C:\WINDOWS\system32\netman.dll
> 0x76d40000 - 0x76d58000 C:\WINDOWS\system32\MPRAPI.dll
> 0x77cc0000 - 0x77cf2000 C:\WINDOWS\system32\ACTIVEDS.dll
> 0x76e10000 - 0x76e35000 C:\WINDOWS\system32\adsldpc.dll
> 0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
> 0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
> 0x71bf0000 - 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll
> 0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
> 0x76400000 - 0x765a5000 C:\WINDOWS\system32\netshell.dll
> 0x76c00000 - 0x76c2e000 C:\WINDOWS\system32\credui.dll
> 0x478c0000 - 0x478ca000 C:\WINDOWS\system32\dot3api.dll
> 0x736d0000 - 0x736d6000 C:\WINDOWS\system32\dot3dlg.dll
> 0x5dca0000 - 0x5dcc8000 C:\WINDOWS\system32\OneX.DLL
> 0x76f50000 - 0x76f58000 C:\WINDOWS\system32\WTSAPI32.dll
> 0x76360000 - 0x76370000 C:\WINDOWS\system32\WINSTA.dll
> 0x77a80000 - 0x77b15000 C:\WINDOWS\system32\CRYPT32.dll
> 0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
> 0x745b0000 - 0x745d2000 C:\WINDOWS\system32\eappcfg.dll
> 0x5dcd0000 - 0x5dcde000 C:\WINDOWS\system32\eappprxy.dll
> 0x76ee0000 - 0x76f1c000 C:\WINDOWS\system32\RASAPI32.dll
> 0x76e90000 - 0x76ea2000 C:\WINDOWS\system32\rasman.dll
> 0x76eb0000 - 0x76edf000 C:\WINDOWS\system32\TAPI32.dll
> 0x73030000 - 0x73040000 C:\WINDOWS\system32\WZCSAPI.DLL
> 0x7db10000 - 0x7db9c000 C:\WINDOWS\system32\WZCSvc.DLL
> 0x76d30000 - 0x76d34000 C:\WINDOWS\system32\WMI.dll
> 0x7d4b0000 - 0x7d4d2000 C:\WINDOWS\system32\DHCPCSVC.DLL
> 0x72810000 - 0x7281b000 C:\WINDOWS\system32\EapolQec.dll
> 0x726c0000 - 0x726d6000 C:\WINDOWS\system32\QUtil.dll
> 0x606b0000 - 0x607bd000 C:\WINDOWS\system32\ESENT.dll
> 0x28f40000 - 0x28f48000 C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn
> er\javaxpcomglue.dll
> 0x73ce0000 - 0x73d01000 C:\WINDOWS\system32\t2embed.dll
> 0x73dc0000 - 0x73dc3000 C:\WINDOWS\system32\LZ32.dll
> 0x77b40000 - 0x77b62000 C:\WINDOWS\system32\appHelp.dll
> 0x29d50000 - 0x29d68000 C:\Program Files\Common
> Files\TortoiseOverlays\TortoiseOverlays.dll
> 0x29e10000 - 0x29e1e000 C:\Program
> Files\TortoiseSVN\bin\TortoiseStub.dll
> 0x29e40000 - 0x29f0a000 C:\Program
> Files\TortoiseSVN\bin\TortoiseSVN.dll
> 0x76780000 - 0x76789000 C:\WINDOWS\system32\SHFOLDER.dll
> 0x6eec0000 - 0x6eee2000 C:\Program
> Files\TortoiseSVN\bin\libapr_tsvn.dll
> 0x78520000 - 0x785c3000
> C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.
> 0.30729.4148_x-ww_d495ac4e\MSVCR90.dll
> 0x6ee60000 - 0x6ee8f000 C:\Program
> Files\TortoiseSVN\bin\libaprutil_tsvn.dll
> 0x29f40000 - 0x29f52000 C:\Program
> Files\TortoiseSVN\bin\intl3_tsvn.dll
> 0x78480000 - 0x7850e000
> C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.
> 0.30729.4148_x-ww_d495ac4e\MSVCP90.dll
> 0x77a20000 - 0x77a74000 C:\WINDOWS\System32\cscui.dll
> 0x76600000 - 0x7661d000 C:\WINDOWS\System32\CSCDLL.dll
> 0x24000000 - 0x2400f000 C:\Program Files\Fanfare\iTest
> 4.0\configuration\org.eclipse.osgi\bundles\291\1\.cp\jWinHtt p-1.0.0.dll
> 0x4d4f0000 - 0x4d549000 C:\WINDOWS\system32\WINHTTP.dll
> 0x77c70000 - 0x77c95000 C:\WINDOWS\system32\msv1_0.dll
>
> VM Arguments:
> jvm_args:
> -Xbootclasspath/a:C:\PROGRA~1\Java\jre6\lib\deploy.jar;C:\PR
> OGRA~1\Java\jre6\lib\javaws.jar;C:\PROGRA~1\Java\jre6\lib\pl ugin.jar
> -Xmx16m -Djava.awt.headless=true -Dkernel.background.download=false
> -Dkernel.download.dialog=false -XX:MaxDirectMemorySize=64m java_command:
> <unknown>
> Launcher Type: generic
>
> Environment Variables:
> PATH=C:/Progra~1/Fanfare/iTest
> 4.0/jre/bin/client;C:/Progra~1/Fanfare/iTest
> 4.0/jre/bin;C:\Program Files\Fanfare\iTest 4.0;C:\Program
> Files\Fanfare\iTest
> 4.0\iTestRT;C:\Tcl\bin; C:\Program Files\Ixia\IxOS\IxOS_5.30_GA;
> C:\Perl\site\bin;C:\Perl\bin;C:\Tcl\bin;C:\WINDOWS\system32;
> C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
> Files\TortoiseSVN\bin;C:\Program Files\Fanfare\DCE;C:\Program
> Files\Fanfare\DCE\iTestRT;C:\Program
> Files\Spirent_Fanfare_iTest_3.4;C:\Program
> Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program
> Files\Spirent_Fanfare_iTest_3.4;C:\Program
> Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program Files\MySQL\MySQL
> Server
> 5.1\bin;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program
> Files\usr\bin;C:\Program Files\Vim\vim73;C:\Program Files\Microsoft
> SDKs\Windows\v7.0\;c:\Program Files\Microsoft SQL
> Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL
> Server\100\DTS\Binn\;C:\Documents and
> Settings\wdai\Desktop\iTestRT-win32.win32.x86\iTestRT; C:\Program
> Files\GNUMake\make-3.81; C:\Program Files\Fanfare\iTest 4.0;C:\Program
> Files\Fanfare\iTest 4.0\iTestRT
> USERNAME=wdai
> OS=Windows_NT
> PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 2, GenuineIntel
>
>
>
> --------------- S Y S T E M ---------------
>
> OS: Windows XP Build 2600 Service Pack 3
>
> CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15
> stepping 2,
> cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
>
> Memory: 4k page, physical 2097151k(1921496k free), swap 4194303k(3974332k
> free)
>
> vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE
> (1.6.0_13-b03), built on Mar 9 2009 01:15:24 by "java_re" with MS VC++
> 7.1
>
> time: Wed Oct 27 12:13:37 2010
> elapsed time: 0 seconds
Re: a swt bug? crashes on windows xp3 occurs with a customized build of xulrunner. [message #636223 is a reply to message #636184] Fri, 29 October 2010 18:14 Go to previous messageGo to next message
itest  is currently offline itest Friend
Messages: 3
Registered: October 2010
Junior Member
Thanks for the response, Grant.

When the machine has two JREs, even with -vm provided ( I don't think pointing to java matters but I will give it a try), and in the launching configuration, all reference to the JRE are pointing to the one that bundled with our application, below is our application ( RCP ) installation details of the configuration section, there is no reference to the system JRE, why the dump has the system JRE from -Xbootclasspath/a section is a puzzle, it occurs only when the internal browser ( which uses xulrunner ) is launched to the device.



*** Date: Wednesday, October 27, 2010 12:04:03 PM PT

*** Platform Details:

*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
derby.stream.error.file=C:/Documents and Settings/wdai/derby.log
eclipse.application=com.fnfr.svt.rcp.application
eclipse.commands=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\Fanfare\iTest 4.0\iTest.exe
-name
ITest
--launcher.library
C:\Program Files\Fanfare\iTest 4.0\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0 .200.v20090519\eclipse_1206.dll
-startup
C:\Program Files\Fanfare\iTest 4.0\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090 715.jar
-vm
C:\Progra~1\Fanfare\iTest 4.0\jre\bin\client\jvm.dll
eclipse.home.location=file:/C:/Program Files/Fanfare/iTest 4.0/
eclipse.launcher=C:\Program Files\Fanfare\iTest 4.0\iTest.exe
eclipse.p2.data.area=@config.dir/../p2/
eclipse.p2.profile=profile
eclipse.product=com.fnfr.svt.editions.team.iTest_team
eclipse.startTime=1288206214105
eclipse.vm=C:\Progra~1\Fanfare\iTest 4.0\jre\bin\client\jvm.dll
eclipse.vmargs=-Xmx384M
-Dfile.encoding=UTF-8
-XX:PermSize=128M
-XX:MaxPermSize=128M
-Djava.class.path=C:\Program Files\Fanfare\iTest 4.0\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090 715.jar
file.encoding=UTF-8
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\Program Files\Fanfare\iTest 4.0\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090 715.jar
java.class.version=50.0
java.endorsed.dirs=C:\Progra~1\Fanfare\iTest 4.0\jre\lib\endorsed
java.ext.dirs=C:\Progra~1\Fanfare\iTest 4.0\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
java.home=C:\Progra~1\Fanfare\iTest 4.0\jre
java.io.tmpdir=C:\DOCUME~1\wdai\LOCALS~1\Temp\
java.library.path=C:\Program Files\Fanfare\iTest 4.0;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS ;C:/Progra~1/Fanfare/iTest 4.0/jre/bin/client;C:/Progra~1/Fanfare/iTest 4.0/jre/bin;C:\Program Files\Fanfare\iTest 4.0;C:\Program Files\Fanfare\iTest 4.0\iTestRT;C:\Tcl\bin; C:\Program Files\Ixia\IxOS\IxOS_5.30_GA; C:\Perl\site\bin;C:\Perl\bin;C:\Tcl\bin;C:\WINDOWS\system32; C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Fanfare\DCE;C:\Program Files\Fanfare\DCE\iTestRT;C:\Program Files\Spirent_Fanfare_iTest_3.4;C:\Program Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program Files\Spirent_Fanfare_iTest_3.4;C:\Program Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program Files\MySQL\MySQL Server 5.1\bin;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\usr\bin;C:\Program Files\Vim\vim73;C:\Program Files\Microsoft SDKs\Windows\v7.0\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Documents and Settings\wdai\Desktop\iTestRT-win32.win32.x86\iTestRT; C:\Program Files\GNUMake\make-3.81; C:\Program Files\Fanfare\iTest 4.0;C:\Program Files\Fanfare\iTest 4.0\iTestRT
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.6.0_13-b03
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.6
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.6.0_13
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=11.3-b02
line.separator=

org.eclipse.equinox.launcher.splash.location=c:\Program Files\Fanfare\iTest 4.0\plugins\com.fnfr.svt.editions.team_4.0.3.54206\splash.bm p
org.eclipse.equinox.simpleconfigurator.configUrl=file:org.ec lipse.equinox.simpleconfigurator/bundles.info
org.eclipse.swt.browser.XULRunnerInitialized=true
org.eclipse.swt.browser.XULRunnerPath=C:\Program Files\Fanfare\iTest 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er
org.eclipse.update.reconcile=false
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSG i/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2S E-1.4,J2SE-1.5,JavaSE-1.6
org.osgi.framework.language=en
org.osgi.framework.os.name=WindowsXP
org.osgi.framework.os.version=5.1.0
org.osgi.framework.processor=x86
org.osgi.framework.system.packages=javax.accessibility,javax .activation,javax.activity,javax.annotation,javax.annotation .processing,javax.crypto,javax.crypto.interfaces,javax.crypt o.spec,javax.imageio,javax.imageio.event,javax.imageio.metad ata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,jav ax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap ,javax.lang.model,javax.lang.model.element,javax.lang.model. type,javax.lang.model.util,javax.management,javax.management .loading,javax.management.modelmbean,javax.management.monito r,javax.management.openmbean,javax.management.relation,javax .management.remote,javax.management.remote.rmi,javax.managem ent.timer,javax.naming,javax.naming.directory,javax.naming.e vent,javax.naming.ldap,javax.naming.spi,javax.net,javax.net. ssl,javax.print,javax.print.attribute,javax.print.attribute. standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.r mi.ssl,javax.script,javax.security.auth,javax.security.auth. callback,javax.security.auth.kerberos,javax.security.auth.lo gin,javax.security.auth.spi,javax.security.auth.x500,javax.s ecurity.cert,javax.security.sasl,javax.sound.midi,javax.soun d.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax .sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rows et.spi,javax.swing,javax.swing.border,javax.swing.colorchoos er,javax.swing.event,javax.swing.filechooser,javax.swing.pla f,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing. plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.sw ing.text,javax.swing.text.html,javax.swing.text.html.parser, javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax .tools,javax.transaction,javax.transaction.xa,javax.xml,java x.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotati on.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers ,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,j avax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.cry pto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.dataty pe,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,java x.xml.stream,javax.xml.stream.events,javax.xml.stream.util,j avax.xml.transform,javax.xml.transform.dom,javax.xml.transfo rm.sax,javax.xml.transform.stax,javax.xml.transform.stream,j avax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax. xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,java x.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.i etf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.p ortable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage ,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.om g.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.om g.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.Dyn amicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.Dyna micAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPac kage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.Port ableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPacka ge,org.omg.PortableServer,org.omg.PortableServer.CurrentPack age,org.omg.PortableServer.POAManagerPackage,org.omg.Portabl eServer.POAPackage,org.omg.PortableServer.portable,org.omg.P ortableServer.ServantLocatorPackage,org.omg.SendingContext,o rg.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w 3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.l s,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.tra versal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.x ml.sax.ext,org.xml.sax.helpers
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.5.0
org.osgi.supports.framework.extension=true
org.osgi.supports.framework.fragment=true
org.osgi.supports.framework.requirebundle=true
os.arch=x86
os.name=Windows XP
os.version=5.1
osgi.arch=x86
osgi.bundles=reference:file: org.eclipse.equinox.simpleconfigurator_1.0.101.R35x_v2009080 7-1100.jar @1:start,reference:file:org.eclipse.equinox.ds_1.1.1.R35x_v20090806.jar@1:start
osgi.bundles.defaultStartLevel=4
osgi.bundlestore=C:\Program Files\Fanfare\iTest 4.0\configuration\org.eclipse.osgi\bundles
osgi.configuration.area=file:/C:/Program Files/Fanfare/iTest 4.0/configuration/
osgi.framework=file:/c:/Program Files/Fanfare/iTest 4.0/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
osgi.framework.extensions=
osgi.framework.shape=jar
osgi.framework.version=3.5.2.R35x_v20100126
osgi.install.area=file:/C:/Program Files/Fanfare/iTest 4.0/
osgi.instance.area=file:/C:/Documents and Settings/wdai/iTest_4.0_workspace/
osgi.instance.area.default=file:/C:/Documents and Settings/wdai/workspace/
osgi.logfile=C:\Documents and Settings\wdai\iTest_4.0_workspace\.metadata\.log
osgi.manifest.cache=C:\Program Files\Fanfare\iTest 4.0\configuration\org.eclipse.osgi\manifests
osgi.nl=en_US
osgi.os=win32
osgi.splashLocation=c:\Program Files\Fanfare\iTest 4.0\plugins\com.fnfr.svt.editions.team_4.0.3.54206\splash.bm p
osgi.splashPath=platform:/base/plugins/com.fnfr.svt.editions .team
osgi.syspath=c:\Program Files\Fanfare\iTest 4.0\plugins
osgi.tracefile=C:\Documents and Settings\wdai\iTest_4.0_workspace\.metadata\trace.log
osgi.ws=win32
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=C:\Progra~1\Fanfare\iTest 4.0\jre\lib\resources.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\lib\rt.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\lib\sunrsasign.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\lib\jsse.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\lib\jce.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\lib\charsets.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\classes
sun.boot.library.path=C:\Progra~1\Fanfare\iTest 4.0\jre\bin
sun.cpu.endian=little
sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.jnu.encoding=Cp1252
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=Service Pack 3
user.country=US
user.dir=C:\Program Files\Fanfare\iTest 4.0
user.home=C:\Documents and Settings\wdai
user.language=en
user.name=wdai
user.timezone=America/Los_Angeles
user.variant=
Re: a swt bug? crashes on windows xp3 occurs with a customized build of xulrunner. [message #636232 is a reply to message #636223] Fri, 29 October 2010 18:51 Go to previous messageGo to next message
itest  is currently offline itest Friend
Messages: 3
Registered: October 2010
Junior Member
HI Grant,

I just double checked by pass java instead of jvm via -vm, same result:
, configuration of our app:


*** Date: Friday, October 29, 2010 11:42:49 AM PT

*** Platform Details:

*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
derby.stream.error.file=C:/Documents and Settings/wdai/derby.log
eclipse.application=com.fnfr.svt.rcp.application
eclipse.commands=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\Fanfare\iTest 4.0\iTest.exe
-name
ITest
--launcher.library
C:\Program Files\Fanfare\iTest 4.0\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0 .200.v20090519\eclipse_1206.dll
-startup
C:\Program Files\Fanfare\iTest 4.0\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090 715.jar
-exitdata
b58_40
-vm
C:\Progra~1\Fanfare\iTest 4.0\jre\bin\javaw.exe

eclipse.home.location=file:/C:/Program Files/Fanfare/iTest 4.0/
eclipse.launcher=C:\Program Files\Fanfare\iTest 4.0\iTest.exe
eclipse.p2.data.area=@config.dir/../p2/
eclipse.p2.profile=profile
eclipse.product=com.fnfr.svt.editions.team.iTest_team
eclipse.startTime=1288377740031
eclipse.vm=C:\Progra~1\Fanfare\iTest 4.0\jre\bin\javaw.exe
eclipse.vmargs=-Xmx384M
-Dfile.encoding=UTF-8
-XX:PermSize=64M
-XX:MaxPermSize=128M
-jar
C:\Program Files\Fanfare\iTest 4.0\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090 715.jar
file.encoding=UTF-8
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\Program Files\Fanfare\iTest 4.0\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090 715.jar
java.class.version=50.0
java.endorsed.dirs=C:\Progra~1\Fanfare\iTest 4.0\jre\lib\endorsed
java.ext.dirs=C:\Progra~1\Fanfare\iTest 4.0\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
java.home=C:\Progra~1\Fanfare\iTest 4.0\jre
java.io.tmpdir=C:\DOCUME~1\wdai\LOCALS~1\Temp\
java.library.path=C:\Progra~1\Fanfare\iTest 4.0\jre\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C: \WINDOWS;C:\Program Files\Fanfare\iTest 4.0;C:\Program Files\Fanfare\iTest 4.0\iTestRT;C:\Tcl\bin; C:\Program Files\Ixia\IxOS\IxOS_5.30_GA; C:\Perl\site\bin;C:\Perl\bin;C:\Tcl\bin;C:\WINDOWS\system32; C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Fanfare\DCE;C:\Program Files\Fanfare\DCE\iTestRT;C:\Program Files\Spirent_Fanfare_iTest_3.4;C:\Program Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program Files\Spirent_Fanfare_iTest_3.4;C:\Program Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program Files\MySQL\MySQL Server 5.1\bin;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\usr\bin;C:\Program Files\Vim\vim73;C:\Program Files\Microsoft SDKs\Windows\v7.0\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Documents and Settings\wdai\Desktop\iTestRT-win32.win32.x86\iTestRT; C:\Program Files\GNUMake\make-3.81; C:\Program Files\Fanfare\iTest 4.0;C:\Program Files\Fanfare\iTest 4.0\iTestRT
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.6.0_13-b03
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.6
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.6.0_13
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=11.3-b02
line.separator=

org.eclipse.equinox.launcher.splash.location=c:\Program Files\Fanfare\iTest 4.0\plugins\com.fnfr.svt.editions.team_4.0.3.54206\splash.bm p
org.eclipse.equinox.simpleconfigurator.configUrl=file:org.ec lipse.equinox.simpleconfigurator/bundles.info
org.eclipse.swt.browser.XULRunnerInitialized=true
org.eclipse.swt.browser.XULRunnerPath=C:\Program Files\Fanfare\iTest 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er
org.eclipse.update.reconcile=false
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSG i/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2S E-1.4,J2SE-1.5,JavaSE-1.6
org.osgi.framework.language=en
org.osgi.framework.os.name=WindowsXP
org.osgi.framework.os.version=5.1.0
org.osgi.framework.processor=x86
org.osgi.framework.system.packages=javax.accessibility,javax .activation,javax.activity,javax.annotation,javax.annotation .processing,javax.crypto,javax.crypto.interfaces,javax.crypt o.spec,javax.imageio,javax.imageio.event,javax.imageio.metad ata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,jav ax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap ,javax.lang.model,javax.lang.model.element,javax.lang.model. type,javax.lang.model.util,javax.management,javax.management .loading,javax.management.modelmbean,javax.management.monito r,javax.management.openmbean,javax.management.relation,javax .management.remote,javax.management.remote.rmi,javax.managem ent.timer,javax.naming,javax.naming.directory,javax.naming.e vent,javax.naming.ldap,javax.naming.spi,javax.net,javax.net. ssl,javax.print,javax.print.attribute,javax.print.attribute. standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.r mi.ssl,javax.script,javax.security.auth,javax.security.auth. callback,javax.security.auth.kerberos,javax.security.auth.lo gin,javax.security.auth.spi,javax.security.auth.x500,javax.s ecurity.cert,javax.security.sasl,javax.sound.midi,javax.soun d.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax .sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rows et.spi,javax.swing,javax.swing.border,javax.swing.colorchoos er,javax.swing.event,javax.swing.filechooser,javax.swing.pla f,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing. plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.sw ing.text,javax.swing.text.html,javax.swing.text.html.parser, javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax .tools,javax.transaction,javax.transaction.xa,javax.xml,java x.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotati on.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers ,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,j avax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.cry pto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.dataty pe,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,java x.xml.stream,javax.xml.stream.events,javax.xml.stream.util,j avax.xml.transform,javax.xml.transform.dom,javax.xml.transfo rm.sax,javax.xml.transform.stax,javax.xml.transform.stream,j avax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax. xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,java x.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.i etf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.p ortable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage ,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.om g.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.om g.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.Dyn amicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.Dyna micAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPac kage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.Port ableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPacka ge,org.omg.PortableServer,org.omg.PortableServer.CurrentPack age,org.omg.PortableServer.POAManagerPackage,org.omg.Portabl eServer.POAPackage,org.omg.PortableServer.portable,org.omg.P ortableServer.ServantLocatorPackage,org.omg.SendingContext,o rg.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w 3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.l s,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.tra versal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.x ml.sax.ext,org.xml.sax.helpers
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.5.0
org.osgi.supports.framework.extension=true
org.osgi.supports.framework.fragment=true
org.osgi.supports.framework.requirebundle=true
os.arch=x86
os.name=Windows XP
os.version=5.1
osgi.arch=x86
osgi.bundles=reference:file: org.eclipse.equinox.simpleconfigurator_1.0.101.R35x_v2009080 7-1100.jar @1:start,reference:file:org.eclipse.equinox.ds_1.1.1.R35x_v20090806.jar@1:start
osgi.bundles.defaultStartLevel=4
osgi.bundlestore=C:\Program Files\Fanfare\iTest 4.0\configuration\org.eclipse.osgi\bundles
osgi.configuration.area=file:/C:/Program Files/Fanfare/iTest 4.0/configuration/
osgi.framework=file:/c:/Program Files/Fanfare/iTest 4.0/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
osgi.framework.extensions=
osgi.framework.shape=jar
osgi.framework.version=3.5.2.R35x_v20100126
osgi.install.area=file:/C:/Program Files/Fanfare/iTest 4.0/
osgi.instance.area=file:/C:/Documents and Settings/wdai/iTest_4.0_workspace/
osgi.instance.area.default=file:/C:/Documents and Settings/wdai/workspace/
osgi.logfile=C:\Documents and Settings\wdai\iTest_4.0_workspace\.metadata\.log
osgi.manifest.cache=C:\Program Files\Fanfare\iTest 4.0\configuration\org.eclipse.osgi\manifests
osgi.nl=en_US
osgi.os=win32
osgi.splashLocation=c:\Program Files\Fanfare\iTest 4.0\plugins\com.fnfr.svt.editions.team_4.0.3.54206\splash.bm p
osgi.splashPath=platform:/base/plugins/com.fnfr.svt.editions .team
osgi.syspath=c:\Program Files\Fanfare\iTest 4.0\plugins
osgi.tracefile=C:\Documents and Settings\wdai\iTest_4.0_workspace\.metadata\trace.log
osgi.ws=win32
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=C:\Progra~1\Fanfare\iTest 4.0\jre\lib\resources.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\lib\rt.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\lib\sunrsasign.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\lib\jsse.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\lib\jce.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\lib\charsets.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\classes
sun.boot.library.path=C:\Progra~1\Fanfare\iTest 4.0\jre\bin
sun.cpu.endian=little
sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.java.launcher=SUN_STANDARD
sun.jnu.encoding=Cp1252
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=Service Pack 3
user.country=US
user.dir=C:\Program Files\Fanfare\iTest 4.0
user.home=C:\Documents and Settings\wdai
user.language=en
user.name=wdai
user.timezone=America/Los_Angeles
user.variant=

vm section from crash log: ]

VM Arguments:
jvm_args: -Xbootclasspath/a:C:\PROGRA~1\Java\jre6\lib\deploy.jar;C:\PR OGRA~1\Java\jre6\lib\javaws.jar;C:\PROGRA~1\Java\jre6\lib\pl ugin.jar -Xmx16m -Djava.awt.headless=true -Dkernel.background.download=false -Dkernel.download.dialog=false -XX:MaxDirectMemorySize=64m
java_command: <unknown>
Launcher Type: generic

Environment Variables:
JAVA_HOME="C:\Program Files\Java\jdk1.6.0_13"
PATH=C:\Program Files\Fanfare\iTest 4.0;C:\Program Files\Fanfare\iTest 4.0\iTestRT;C:\Tcl\bin; C:\Program Files\Ixia\IxOS\IxOS_5.30_GA; C:\Perl\site\bin;C:\Perl\bin;C:\Tcl\bin;C:\WINDOWS\system32; C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Fanfare\DCE;C:\Program Files\Fanfare\DCE\iTestRT;C:\Program Files\Spirent_Fanfare_iTest_3.4;C:\Program Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program Files\Spirent_Fanfare_iTest_3.4;C:\Program Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program Files\MySQL\MySQL Server 5.1\bin;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\usr\bin;C:\Program Files\Vim\vim73;C:\Program Files\Microsoft SDKs\Windows\v7.0\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Documents and Settings\wdai\Desktop\iTestRT-win32.win32.x86\iTestRT; C:\Program Files\GNUMake\make-3.81; C:\Program Files\Fanfare\iTest 4.0;C:\Program Files\Fanfare\iTest 4.0\iTestRT
USERNAME=wdai
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 2, GenuineIntel
Re: a swt bug? crashes on windows xp3 occurs with a customized build of xulrunner. [message #636740 is a reply to message #636232] Tue, 02 November 2010 15:52 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
In your latest configuration dump it still has -Xbootclasspath/a pointing at
jars in C:\PROGRA~1\Java\jre6\lib\... , and I'm still suspicious of this
given where the crash occurs.

I've confirmed that the eclipse launcher does not set this vm argument. If
it's not your eclipse.ini file that's setting this, do you have either
JAVA_TOOL_OPTIONS or JAVA_OPTIONS set in your Windows environment? I
believe that tools such as profiles may need to set -Xbootclasspath/a, and I
think that determining how -Xbootclasspath/a is being set to point at jars
in a different jre is what's needed to resolve this.

If you find that the crash still happens with -Xbootclasspath/a pointing at
jars within the correct jre then please log a report with swt at
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform &component=SWT .

Grant


"itest" <wdai@fnfr.com> wrote in message
news:iaf4sk$gqg$1@news.eclipse.org...
> HI Grant,
> I just double checked by pass java instead of jvm via -vm, same result:,
> configuration of our app:
>
>
> *** Date: Friday, October 29, 2010 11:42:49 AM PT
>
> *** Platform Details:
>
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> derby.stream.error.file=C:/Documents and Settings/wdai/derby.log
> eclipse.application=com.fnfr.svt.rcp.application
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -showsplash
> -launcher
> C:\Program Files\Fanfare\iTest 4.0\iTest.exe
> -name
> ITest
> --launcher.library
> C:\Program Files\Fanfare\iTest
> 4.0\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0
> .200.v20090519\eclipse_1206.dll
> -startup
> C:\Program Files\Fanfare\iTest
> 4.0\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090 715.jar
> -exitdata
> b58_40
> -vm
> C:\Progra~1\Fanfare\iTest 4.0\jre\bin\javaw.exe
> eclipse.home.location=file:/C:/Program Files/Fanfare/iTest 4.0/
> eclipse.launcher=C:\Program Files\Fanfare\iTest 4.0\iTest.exe
> eclipse.p2.data.area=@config.dir/../p2/
> eclipse.p2.profile=profile
> eclipse.product=com.fnfr.svt.editions.team.iTest_team
> eclipse.startTime=1288377740031
> eclipse.vm=C:\Progra~1\Fanfare\iTest 4.0\jre\bin\javaw.exe
> eclipse.vmargs=-Xmx384M
> -Dfile.encoding=UTF-8
> -XX:PermSize=64M
> -XX:MaxPermSize=128M
> -jar
> C:\Program Files\Fanfare\iTest
> 4.0\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090 715.jar
> file.encoding=UTF-8
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Fanfare\iTest
> 4.0\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090 715.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Progra~1\Fanfare\iTest 4.0\jre\lib\endorsed
> java.ext.dirs=C:\Progra~1\Fanfare\iTest
> 4.0\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Progra~1\Fanfare\iTest 4.0\jre
> java.io.tmpdir=C:\DOCUME~1\wdai\LOCALS~1\Temp\
> java.library.path=C:\Progra~1\Fanfare\iTest
> 4.0\jre\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:
> \WINDOWS;C:\Program Files\Fanfare\iTest 4.0;C:\Program Files\Fanfare\iTest
> 4.0\iTestRT;C:\Tcl\bin; C:\Program Files\Ixia\IxOS\IxOS_5.30_GA;
> C:\Perl\site\bin;C:\Perl\bin;C:\Tcl\bin;C:\WINDOWS\system32;
> C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
> Files\TortoiseSVN\bin;C:\Program Files\Fanfare\DCE;C:\Program
> Files\Fanfare\DCE\iTestRT;C:\Program
> Files\Spirent_Fanfare_iTest_3.4;C:\Program
> Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program
> Files\Spirent_Fanfare_iTest_3.4;C:\Program
> Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program Files\MySQL\MySQL
> Server 5.1\bin;c:\Program Files\Microsoft SQL
> Server\90\Tools\binn\;C:\Program Files\usr\bin;C:\Program
> Files\Vim\vim73;C:\Program Files\Microsoft SDKs\Windows\v7.0\;c:\Program
> Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL
> Server\100\DTS\Binn\;C:\Documents and
> Settings\wdai\Desktop\iTestRT-win32.win32.x86\iTestRT; C:\Program
> Files\GNUMake\make-3.81; C:\Program Files\Fanfare\iTest 4.0;C:\Program
> Files\Fanfare\iTest 4.0\iTestRT
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_13-b03
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_13
> java.vm.info=mixed mode
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=11.3-b02
> line.separator=
>
> org.eclipse.equinox.launcher.splash.location=c:\Program
> Files\Fanfare\iTest
> 4.0\plugins\com.fnfr.svt.editions.team_4.0.3.54206\splash.bm p
> org.eclipse.equinox.simpleconfigurator.configUrl=file:org.ec
> lipse.equinox.simpleconfigurator/bundles.info
> org.eclipse.swt.browser.XULRunnerInitialized=true
> org.eclipse.swt.browser.XULRunnerPath=C:\Program Files\Fanfare\iTest
> 4.0\plugins\org.mozilla.xulrunner.win32.x86_1.9.2.10\xulrunn er
> org.eclipse.update.reconcile=false
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSG
> i/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2S
> E-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=en
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1.0
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax
> .activation,javax.activity,javax.annotation,javax.annotation
> .processing,javax.crypto,javax.crypto.interfaces,javax.crypt
> o.spec,javax.imageio,javax.imageio.event,javax.imageio.metad
> ata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,jav
> ax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap
> ,javax.lang.model,javax.lang.model.element,javax.lang.model.
> type,javax.lang.model.util,javax.management,javax.management
> .loading,javax.management.modelmbean,javax.management.monito
> r,javax.management.openmbean,javax.management.relation,javax
> .management.remote,javax.management.remote.rmi,javax.managem
> ent.timer,javax.naming,javax.naming.directory,javax.naming.e
> vent,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.
> ssl,javax.print,javax.print.attribute,javax.print.attribute.
> standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.r
> mi.ssl,javax.script,javax.security.auth,javax.security.auth.
> callback,javax.security.auth.kerberos,javax.security.auth.lo
> gin,javax.security.auth.spi,javax.security.auth.x500,javax.s
> ecurity.cert,javax.security.sasl,javax.sound.midi,javax.soun
> d.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax
> .sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rows
> et.spi,javax.swing,javax.swing.border,javax.swing.colorchoos
> er,javax.swing.event,javax.swing.filechooser,javax.swing.pla
> f,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.
> plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.sw
> ing.text,javax.swing.text.html,javax.swing.text.html.parser,
> javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax
> .tools,javax.transaction,javax.transaction.xa,javax.xml,java
> x.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotati
> on.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers
> ,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,j
> avax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.cry
> pto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.dataty
> pe,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,java
> x.xml.stream,javax.xml.stream.events,javax.xml.stream.util,j
> avax.xml.transform,javax.xml.transform.dom,javax.xml.transfo
> rm.sax,javax.xml.transform.stax,javax.xml.transform.stream,j
> avax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.
> xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,java
> x.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.i
> etf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.p
> ortable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage
> ,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.om
> g.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.om
> g.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.Dyn
> amicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.Dyna
> micAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPac
> kage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.Port
> ableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPacka
> ge,org.omg.PortableServer,org.omg.PortableServer.CurrentPack
> age,org.omg.PortableServer.POAManagerPackage,org.omg.Portabl
> eServer.POAPackage,org.omg.PortableServer.portable,org.omg.P
> ortableServer.ServantLocatorPackage,org.omg.SendingContext,o
> rg.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w
> 3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.l
> s,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.tra
> versal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.x
> ml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.5.0
> org.osgi.supports.framework.extension=true
> org.osgi.supports.framework.fragment=true
> org.osgi.supports.framework.requirebundle=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=reference:file:mailto: org.eclipse.equinox.simpleconfigurator_1.0.101.R35x_v2009080 7-1100.jar @1:start,reference:file:mailto:org.eclipse.equinox.ds_1.1.1.R35x_v20090806.jar@1:start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Fanfare\iTest
> 4.0\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Fanfare/iTest
> 4.0/configuration/
> osgi.framework=file:/c:/Program Files/Fanfare/iTest
> 4.0/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
> osgi.framework.extensions=
> osgi.framework.shape=jar
> osgi.framework.version=3.5.2.R35x_v20100126
> osgi.install.area=file:/C:/Program Files/Fanfare/iTest 4.0/
> osgi.instance.area=file:/C:/Documents and
> Settings/wdai/iTest_4.0_workspace/
> osgi.instance.area.default=file:/C:/Documents and Settings/wdai/workspace/
> osgi.logfile=C:\Documents and
> Settings\wdai\iTest_4.0_workspace\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Fanfare\iTest
> 4.0\configuration\org.eclipse.osgi\manifests
> osgi.nl=en_US
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Fanfare\iTest
> 4.0\plugins\com.fnfr.svt.editions.team_4.0.3.54206\splash.bm p
> osgi.splashPath=platform:/base/plugins/com.fnfr.svt.editions .team
> osgi.syspath=c:\Program Files\Fanfare\iTest 4.0\plugins
> osgi.tracefile=C:\Documents and
> Settings\wdai\iTest_4.0_workspace\.metadata\trace.log
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Progra~1\Fanfare\iTest
> 4.0\jre\lib\resources.jar;C:\Progra~1\Fanfare\iTest
> 4.0\jre\lib\rt.jar;C:\Progra~1\Fanfare\iTest
> 4.0\jre\lib\sunrsasign.jar;C:\Progra~1\Fanfare\iTest
> 4.0\jre\lib\jsse.jar;C:\Progra~1\Fanfare\iTest
> 4.0\jre\lib\jce.jar;C:\Progra~1\Fanfare\iTest
> 4.0\jre\lib\charsets.jar;C:\Progra~1\Fanfare\iTest 4.0\jre\classes
> sun.boot.library.path=C:\Progra~1\Fanfare\iTest 4.0\jre\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386
> i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=Cp1252
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 3
> user.country=US
> user.dir=C:\Program Files\Fanfare\iTest 4.0
> user.home=C:\Documents and Settings\wdai
> user.language=en
> user.name=wdai
> user.timezone=America/Los_Angeles
> user.variant=
>
> vm section from crash log: ]
>
> VM Arguments:
> jvm_args: -Xbootclasspath/a:C:\PROGRA~1\Java\jre6\lib\deploy.jar;C:\PR
> OGRA~1\Java\jre6\lib\javaws.jar;C:\PROGRA~1\Java\jre6\lib\pl
> ugin.jar -Xmx16m -Djava.awt.headless=true -Dkernel.background.download=false
> -Dkernel.download.dialog=false -XX:MaxDirectMemorySize=64m java_command:
> <unknown>
> Launcher Type: generic
>
> Environment Variables:
> JAVA_HOME="C:\Program Files\Java\jdk1.6.0_13"
> PATH=C:\Program Files\Fanfare\iTest 4.0;C:\Program Files\Fanfare\iTest
> 4.0\iTestRT;C:\Tcl\bin; C:\Program Files\Ixia\IxOS\IxOS_5.30_GA;
> C:\Perl\site\bin;C:\Perl\bin;C:\Tcl\bin;C:\WINDOWS\system32;
> C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
> Files\TortoiseSVN\bin;C:\Program Files\Fanfare\DCE;C:\Program
> Files\Fanfare\DCE\iTestRT;C:\Program
> Files\Spirent_Fanfare_iTest_3.4;C:\Program
> Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program
> Files\Spirent_Fanfare_iTest_3.4;C:\Program
> Files\Spirent_Fanfare_iTest_3.4\iTestRT;C:\Program Files\MySQL\MySQL
> Server 5.1\bin;c:\Program Files\Microsoft SQL
> Server\90\Tools\binn\;C:\Program Files\usr\bin;C:\Program
> Files\Vim\vim73;C:\Program Files\Microsoft SDKs\Windows\v7.0\;c:\Program
> Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL
> Server\100\DTS\Binn\;C:\Documents and
> Settings\wdai\Desktop\iTestRT-win32.win32.x86\iTestRT; C:\Program
> Files\GNUMake\make-3.81; C:\Program Files\Fanfare\iTest 4.0;C:\Program
> Files\Fanfare\iTest 4.0\iTestRT
> USERNAME=wdai
> OS=Windows_NT
> PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 2, GenuineIntel
Previous Topic:Flickering panels in Swt_Awt bridge
Next Topic:Drawing to a GC through an external native library
Goto Forum:
  


Current Time: Wed Apr 24 17:16:10 GMT 2024

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

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

Back to the top