Skip to content

Instantly share code, notes, and snippets.

@chuckremes
Created May 20, 2011 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuckremes/983180 to your computer and use it in GitHub Desktop.
Save chuckremes/983180 to your computer and use it in GitHub Desktop.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0xc6608a41, pid=4016, tid=3928
#
# JRE version: 6.0_25-b06
# Java VM: Java HotSpot(TM) Client VM (20.0-b11 mixed mode, sharing windows-x86 )
# Problematic frame:
# C 0xc6608a41
#
# 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.
#
--------------- T H R E A D ---------------
Current thread (0x05645c00): JavaThread "RubyThread-4: c:/jruby-1.6.1/lib/ruby/gems/1.8/gems/zmqmachine-0.5.1/lib/zm/reactor.rb:105" daemon [_thread_in_native, id=3928, stack(0x07540000,0x07740000)]
siginfo: ExceptionCode=0xc0000005, reading address 0xc6608a41
Registers:
EAX=0xc6608a41, EBX=0x05c73918, ECX=0x10b50077, EDX=0x0773e6fc
ESP=0x0773e6c4, EBP=0x0773e704, ESI=0x0773e6e0, EDI=0x00000009
EIP=0xc6608a41, EFLAGS=0x00010202
Top of Stack: (sp=0x0773e6c4)
0x0773e6c4: 6e7f18b9 0854b840 6e804098 0773e6fc
0x0773e6d4: 00000001 00000800 0773e728 00750046
0x0773e6e4: 006c006c 0061004e 0065006d 6e7f0000
0x0773e6f4: 0854b840 05645d28 0773e6e0 8052154d
0x0773e704: 0773ebe4 6e7f1bc4 0854b840 0773e728
0x0773e714: 00000800 05645c00 34f5a108 0773ebc8
0x0773e724: 34f5a108 00000000 74b52fac 01ed6f20
0x0773e734: 0773e758 74b5eebb 00002733 005c9418
Instructions: (pc=0xc6608a41)
0xc6608a21:
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]
Register to memory mapping:
EAX=0xc6608a41 is an unknown value
EBX=0x05c73918 is an unknown value
ECX=0x10b50077 is an unknown value
EDX=0x0773e6fc is pointing into the stack for thread: 0x05645c00
ESP=0x0773e6c4 is pointing into the stack for thread: 0x05645c00
EBP=0x0773e704 is pointing into the stack for thread: 0x05645c00
ESI=0x0773e6e0 is pointing into the stack for thread: 0x05645c00
EDI=0x00000009 is an unknown value
Stack: [0x07540000,0x07740000], sp=0x0773e6c4, free space=2041k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0xc6608a41
C [racob-x86.dll+0x1bc4] Java_org_racob_com_Dispatch_invokev0+0x64
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.racob.com.Dispatch.invokev0(ILjava/lang/String;III)Ljava/lang/Object;+0
j org.racob.com.Dispatch.callO(Ljava/lang/String;)Ljava/lang/Object;+10
j org.jruby.ext.win32ole.RubyWIN32OLE.invokeMethodOrGet(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+15
j org.jruby.ext.win32ole.RubyWIN32OLE.method_missing(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+40
j org.jruby.ext.win32ole.RubyWIN32OLE$i$0$0$method_missing.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;+32
J org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment