jetma / jav8

Automatically exported from code.google.com/p/jav8
0 stars 0 forks source link

JVM crashed when use jav8 in windows 2003 and some win 7 #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Unhandled exception
Type=Segmentation error vmState=0x00000000
J9Generic_Signal_Number=00000004 ExceptionCode=c0000005 
ExceptionAddress=5C5D922A ContextFlags=0001003f
Handler1=01C5A0C0 Handler2=0033C000 InaccessibleAddress=00000013
EDI=54F1A028 ESI=050CE021 EAX=00000001 EBX=54E467CD
ECX=54E73DB0 EDX=00000000
EIP=5C5D922A ESP=5FEDFC08 EBP=5FEDFC44 EFLAGS=00010202
GS=002B FS=0053 ES=002B DS=002B
Module=c:\yourlibpath\jav8.dll
Module_base_address=5C5B0000 Offset_in_DLL=0002922a
Target=2_40_20110203_074623 (Windows 7 6.1 build 7600)
CPU=x86 (4 logical CPUs) (0xf7d9d000 RAM)
----------- Stack Backtrace -----------
_JNI_OnUnload@8+0xd90a (0x5C5D922A [jav8+0x2922a])
_JNI_OnUnload@8+0x17c44 (0x5C5E3564 [jav8+0x33564])
_JNI_OnUnload@8+0x16f3f (0x5C5E285F [jav8+0x3285f])
_JNI_OnUnload@8+0x9d0e6 (0x5C668A06 [jav8+0xb8a06])
_JNI_OnUnload@8+0x12670 (0x5C5DDF90 [jav8+0x2df90])
_Java_lu_flier_script_V8Function_internalInvoke@28+0x16796 (0x5C5C9036 
[jav8+0x19036])
setTagSumCheck+0x10 (j9memtag.c:60, 0x00334100 [J9PRT24+0x4100])
wrapBlockAndSetTags+0x65 (j9memtag.c:90, 0x00334175 [J9PRT24+0x4175])
j9mem_allocate_memory+0x87 (j9memtag.c:165, 0x003342B7 [J9PRT24+0x42b7])
J9HookDispatch+0x8a (hookable.c:175, 0x001910BA [J9HOOKABLE24+0x10ba])
j9sig_protect+0x41 (j9signal.c:144, 0x0033C161 [J9PRT24+0xc161])
(0x001D8450)
(0x13C516A0)
(0x13C52020)

1. Create a sample web project
2. Use jav8 jar download from this site to process less files
3. Jvm crashed

Same jar works fine in Mac and some of linux OS
Please let use know what's the root cause of this issue.
Thanks,
Yong

Original issue reported on code.google.com by reachli...@gmail.com on 20 Aug 2012 at 8:34

GoogleCodeExporter commented 9 years ago
Please try the latest SVN trunk code

Original comment by flier...@gmail.com on 14 Jun 2013 at 7:47