An unexpected exception has been detected in native code outside the VM.
843811Nov 23 2004 — edited Jan 16 2005i have one program to print label , but unfortunitely it always shut down and produce beneath error message log , while it prints around 2000 peaces, can any one help me about that, thanks.
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77FCC2C0
Function=[Unknown.]
Library=(N/A)
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at sun.awt.windows.WPrinterJob._startDoc(Native Method)
at sun.awt.windows.WPrinterJob.startDoc(Unknown Source)
at sun.print.RasterPrinterJob.print(Unknown Source)
at sun.print.RasterPrinterJob.print(Unknown Source)
at com.toppoly.neo.jctlabel.client.PrintLabel.printall(PrintLabel.java:47)
- locked <0x1001f6f8> (a com.toppoly.neo.jctlabel.client.PrintLabel)
at com.toppoly.neo.jctlabel.client.CTLabelMainFrame.Print_actionPerformed(CTLabelMainFrame.java:291)
at com.toppoly.neo.jctlabel.client.CTLabelMainFrame_Print_actionAdapter.actionPerformed(CTLabelMainFrame.java:401)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Dynamic libraries:
Heap at VM Abort:
Heap
def new generation total 576K, used 232K [0x10010000, 0x100b0000, 0x113c0000)
eden space 512K, 36% used [0x10010000, 0x1003e5b8, 0x10090000)
from space 64K, 72% used [0x100a0000, 0x100aba80, 0x100b0000)
to space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000)
tenured generation total 2640K, used 1479K [0x113c0000, 0x11654000, 0x20010000)
the space 2640K, 56% used [0x113c0000, 0x11531fa0, 0x11532000, 0x11654000)
compacting perm gen total 8960K, used 8823K [0x20010000, 0x208d0000, 0x24010000)
the space 8960K, 98% used [0x20010000, 0x208ade08, 0x208ae000, 0x208d0000)
Local Time = Tue Nov 23 22:58:08 2004
Elapsed Time = 584
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
#