|
|
I'm having a similar problem with CF8, code that had been running fine on CF7
on the same machine and continues to run fine on many other CF7 boxes. There is
mention on the web of the same problem elsewhere, but no fix posted that I
could find. It's enough to make us revert to CF7 until Adobe gets the bugs
worked out of CF8. I'll be asking for support on this issue with them.
My issue is somehow related to processing jpg files, I haven't tracked the
code down yet. The snippet from my error log is:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x39d432fb, pid=5728, tid=2172
#
# Java VM: Java HotSpot(TM) Server VM (1.6.0_01-b06 mixed mode)
# Problematic frame:
# C [clib_jiio_sse2.dll+0xc32fb]
#
# 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 (0x3ad09400): JavaThread "AWT-EventQueue-0"
[_thread_in_native, id=2172]
siginfo: ExceptionCode=0xc0000005, reading address 0x39df4000
Registers:
EAX=0x39df3dd0, EBX=0x38ed5418, ECX=0x38ed51f8, EDX=0x00000100
ESP=0x3e5ced40, EBP=0x3e5cedc0, ESI=0x39df3ee0, EDI=0x39df3ff0
EIP=0x39d432fb, EFLAGS=0x00010287
Top of Stack: (sp=0x3e5ced40)
0x3e5ced40: 00000110 002a0028 00000000 002c0029
0x3e5ced50: 00000110 7e007e00 00000110 38ed4ff8
0x3e5ced60: 000001fb 38ed5418 000005e8 38ed4dd8
0x3e5ced70: 7e7e7e7d 7e7e7e7e 8080807e 80808080
0x3e5ced80: 7e7e7e7e 807e7e7e 80808080 80808080
0x3e5ced90: 7e7e7e7e 7e7e7e7e 8080807f 80808080
0x3e5ceda0: 7e7e7e7e 7e7e7e7e 7e7e7e7e 7e7e7e7e
0x3e5cedb0: 00000220 3e5cee6c 00000006 00000110
Instructions: (pc=0x39d432fb)
0x39d432eb: 6f 46 ff f3 0f 6f 1e f3 0f 6f 57 ff f3 0f 6f 27
0x39d432fb: f3 0f 6f 77 01 f3 0f 6f 7e 01 66 0f 7f 44 24 30
|
|