Opened 13 years ago

Closed 13 years ago

#50 closed defect (fixed)

zipcontrol: error in native code

Reported by: abwillis Owned by:
Priority: major Milestone:
Component: general Version: 1.6.0-b19 Beta 2
Severity: low Keywords:
Cc:

Description

Attempting to launch zipcontrol.jar
http://www.rpfsoftware.com/common/zipcontrol.jar
gives error:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1a2b84cd, pid=1155, tid=75694099
#
# JRE version: 6.0
# Java VM: OpenJDK Client VM (16.0-b13 mixed mode os2-x86 )
# Problematic frame:
# C [KERNEL32+0x10484cd]
#
# 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.
#


Current thread (0x20258c00): JavaThread? "ZCMW;1" [_thread_in_native, id=75694099, stack(0x04540000,0x135e7000)]

siginfo: ExceptionCode?=0xc0000005, writing address 0x00000000

Registers:
EAX=0x0463ed3c, EBX=0x1697768c, ECX=0x00000000, EDX=0x00000000
ESP=0x0463eab8, EBP=0x0463f038, ESI=0x0000001a, EDI=0x0463ed32
EIP=0x1a2b84cd, EFLAGS=0x00012246

Top of Stack: (sp=0x0463eab8)
0x0463eab8: 33363430 38626165 000a0d29 00000000
0x0463eac8: 00000000 00000001 0000002f 2d2d2d2d
0x0463ead8: 2d2d2d2d 2d2d2d2d 202d2d2d 48205420
0x0463eae8: 45205220 44204120 2d2d2020 2d2d2d2d
0x0463eaf8: 2d2d2d2d 2d2d2d2d 660a0d2d 7720726f
0x0463eb08: 65726568 206f7420 6f706572 74207472
0x0463eb18: 62206568 0d2e6775 eb2c000a 231f0000
0x0463eb28: 1fa1f9e8 19fb02aa 150b0000 e7e7231f

Instructions: (pc=0x1a2b84cd)
0x1a2b84bd: 5f 5b 5d c3 55 53 57 56 55 33 c9 bb 8c 76 97 16
0x1a2b84cd: 66 8b 0a 33 ff 8b e9 33 f6 c1 fd 08 66 8b 3c 6b

Stack: [0x04540000,0x135e7000], sp=0x0463eab8, free space=3fa135e7000k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [KERNEL32+0x10484cd]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j 0x21129f15
C 0x00000000

Change History (5)

comment:1 Changed 13 years ago by abwillis

This log was from Beta 2, the same occurred with Beta 1 but it looks like an error in Kernel32 but I have no idea where. Also using the latest Odin code.

comment:2 Changed 13 years ago by dmik

This works in UNI mode now with the current Java/Odin? SVN (probably related to problems fixed within #48). Did you try it with UNI or SMP?

comment:3 Changed 13 years ago by dmik

Summary: error in native codezipcontrol: error in native code

comment:4 Changed 13 years ago by abwillis

Severity: low

Sorry, I did not see the update question. It was with UNI.
The latest Java release now works with Zipcontrol.

comment:5 Changed 13 years ago by Silvan Scherrer

Resolution: fixed
Status: newclosed

thanks for testing again.

Note: See TracTickets for help on using tickets.