Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 172)

Ticket Resolution Summary Owner Reporter
#50 fixed zipcontrol: error in native code abwillis
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

#51 fixed java.library.path is incorrectly initialized with PATH instead of LIBPATH dmik
Description

This results into the inability to find native JNI DLLs of third party applications (such as TCPCFG2 or LVMGUI, see #49).

#52 fixed duplicate dll names Silvan Scherrer
Description

dll names in jre\bin could have same names as in some rpm ports. this leads then to a problem, as either one can't be loaded

Note: See TracQuery for help on using queries.