DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2004
    Posts
    7

    Urgent:Exceptions about Multi-Threading Programming

    Hi,
    Here is the exceptions listed as follows:

    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x771B312E
    Function=CoGetComCatalog+0xD88
    Library=D:\WINDOWS\system32\ole32.dll

    Current Java thread:
    at sun.awt.windows.WComponentPeer.addNativeDropTarget(Native Method)
    at sun.awt.windows.WComponentPeer.addDropTarget(WComponentPeer.java:645)
    - locked <0x10090150> (a sun.awt.windows.WFramePeer)
    at java.awt.dnd.DropTarget.addNotify(DropTarget.java:457)
    at java.awt.Component.addNotify(Component.java:5485)
    - locked <0x105069e8> (a java.awt.Component$AWTTreeLock)
    at java.awt.Container.addNotify(Container.java:2042)
    - locked <0x105069e8> (a java.awt.Component$AWTTreeLock)
    at javax.swing.JComponent.addNotify(JComponent.java:4288)
    at java.awt.Container.addNotify(Container.java:2049)
    - locked <0x105069e8> (a java.awt.Component$AWTTreeLock)
    at javax.swing.JComponent.addNotify(JComponent.java:4288)
    at java.awt.Container.addNotify(Container.java:2049)
    - locked <0x105069e8> (a java.awt.Component$AWTTreeLock)
    at javax.swing.JComponent.addNotify(JComponent.java:4288)
    at java.awt.Container.addNotify(Container.java:2049)
    - locked <0x105069e8> (a java.awt.Component$AWTTreeLock)
    at javax.swing.JComponent.addNotify(JComponent.java:4288)
    at javax.swing.JRootPane.addNotify(JRootPane.java:676)
    at java.awt.Container.addNotify(Container.java:2049)
    - locked <0x105069e8> (a java.awt.Component$AWTTreeLock)
    at java.awt.Window.addNotify(Window.java:418)
    - locked <0x105069e8> (a java.awt.Component$AWTTreeLock)
    at java.awt.Frame.addNotify(Frame.java:482)
    - locked <0x105069e8> (a java.awt.Component$AWTTreeLock)
    at java.awt.Window.show(Window.java:459)
    at java.awt.Component.show(Component.java:1133)
    at java.awt.Component.setVisible(Component.java:1088)
    at t68.mouseReleased(t68.java:1846)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232)
    at java.awt.Component.processMouseEvent(Component.java:5100)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    Dynamic libraries:
    0x00400000 - 0x0040B000 d:\j2sdk1.4.2_05\bin\java.exe
    0x77F50000 - 0x77FF9000 D:\WINDOWS\System32\ntdll.dll
    0x77E40000 - 0x77F4D000 D:\WINDOWS\system32\kernel32.dll
    0x77DA0000 - 0x77E39000 D:\WINDOWS\system32\ADVAPI32.dll
    0x77C90000 - 0x77D05000 D:\WINDOWS\system32\RPCRT4.dll
    0x77BE0000 - 0x77C33000 D:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08139000 d:\j2sdk1.4.2_05\jre\bin\client\jvm.dll
    0x77D10000 - 0x77D9D000 D:\WINDOWS\system32\USER32.dll
    0x77C40000 - 0x77C80000 D:\WINDOWS\system32\GDI32.dll
    0x76B10000 - 0x76B3C000 D:\WINDOWS\System32\WINMM.dll
    0x76300000 - 0x7631A000 D:\WINDOWS\System32\IMM32.DLL
    0x62C20000 - 0x62C28000 D:\WINDOWS\System32\LPK.DLL
    0x72F10000 - 0x72F6A000 D:\WINDOWS\System32\USP10.dll
    0x10000000 - 0x10007000 d:\j2sdk1.4.2_05\jre\bin\hpi.dll
    0x003F0000 - 0x003FE000 d:\j2sdk1.4.2_05\jre\bin\verify.dll
    0x008A0000 - 0x008B9000 d:\j2sdk1.4.2_05\jre\bin\java.dll
    0x008C0000 - 0x008CD000 d:\j2sdk1.4.2_05\jre\bin\zip.dll
    0x702B0000 - 0x702E9000 D:\WINDOWS\System32\c_g18030.dll
    0x02EC0000 - 0x02FD2000 D:\j2sdk1.4.2_05\jre\bin\awt.dll
    0x72F70000 - 0x72F93000 D:\WINDOWS\System32\WINSPOOL.DRV
    0x77180000 - 0x7729A000 D:\WINDOWS\system32\ole32.dll
    0x5ADC0000 - 0x5ADF4000 D:\WINDOWS\system32\uxtheme.dll
    0x03050000 - 0x030A1000 D:\j2sdk1.4.2_05\jre\bin\fontmanager.dll
    0x736D0000 - 0x73715000 D:\WINDOWS\System32\ddraw.dll
    0x73B30000 - 0x73B36000 D:\WINDOWS\System32\DCIMAN32.dll
    0x738B0000 - 0x73977000 D:\WINDOWS\System32\D3DIM700.DLL
    0x74680000 - 0x746CB000 D:\WINDOWS\System32\MSCTF.dll
    0x030D0000 - 0x030DC000 D:\j2sdk1.4.2_05\jre\bin\JdbcOdbc.dll
    0x031B0000 - 0x031E1000 D:\WINDOWS\System32\ODBC32.dll
    0x77310000 - 0x7739B000 D:\WINDOWS\system32\COMCTL32.dll
    0x76320000 - 0x76365000 D:\WINDOWS\system32\comdlg32.dll
    0x772A0000 - 0x77303000 D:\WINDOWS\system32\SHLWAPI.dll
    0x773A0000 - 0x77B94000 D:\WINDOWS\system32\SHELL32.dll
    0x71950000 - 0x71A34000 D:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_x-ww_1382d70a\comctl32.dll
    0x032F0000 - 0x03306000 D:\WINDOWS\System32\odbcint.dll
    0x770F0000 - 0x7717B000 D:\WINDOWS\system32\OLEAUT32.dll
    0x76F60000 - 0x76F70000 D:\WINDOWS\System32\Secur32.dll
    0x76FA0000 - 0x77018000 D:\WINDOWS\System32\CLBCATQ.DLL
    0x77020000 - 0x770E5000 D:\WINDOWS\System32\COMRes.dll
    0x77BD0000 - 0x77BD7000 D:\WINDOWS\system32\VERSION.dll
    0x04400000 - 0x0443A000 D:\WINDOWS\System32\msjtes40.dll
    0x0F9A0000 - 0x0F9AB000 D:\WINDOWS\System32\VBAJET32.DLL
    0x0F9C0000 - 0x0FA22000 D:\WINDOWS\System32\expsrv.dll
    0x030F0000 - 0x030FA000 D:\PROGRA~1\MYWEBS~1\bar\1.bin\mwsoestb.dll
    0x76C60000 - 0x76C82000 D:\WINDOWS\system32\imagehlp.dll
    0x6D8A0000 - 0x6D91C000 D:\WINDOWS\system32\DBGHELP.dll
    0x03BD0000 - 0x03C12000 D:\WINDOWS\System32\odbcjt32.dll
    0x03FC0000 - 0x0412F000 D:\WINDOWS\System32\msjet40.dll
    0x041A0000 - 0x04235000 D:\WINDOWS\System32\mswstr10.dll
    0x035B0000 - 0x035BE000 D:\WINDOWS\System32\odbcji32.dll
    0x035C0000 - 0x035CD000 D:\WINDOWS\System32\msjter40.dll
    0x04130000 - 0x04156000 D:\WINDOWS\System32\MSJINT40.DLL
    0x76BC0000 - 0x76BCB000 D:\WINDOWS\System32\PSAPI.DLL

    Heap at VM Abort:
    Heap
    def new generation total 576K, used 297K [0x10010000, 0x100b0000, 0x104f0000)
    eden space 512K, 47% used [0x10010000, 0x1004d020, 0x10090000)
    from space 64K, 83% used [0x10090000, 0x1009d590, 0x100a0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 4752K, used 4417K [0x104f0000, 0x10994000, 0x14010000)
    the space 4752K, 92% used [0x104f0000, 0x10940508, 0x10940600, 0x10994000)
    compacting perm gen total 6912K, used 6711K [0x14010000, 0x146d0000, 0x18010000)
    the space 6912K, 97% used [0x14010000, 0x1469de78, 0x1469e000, 0x146d0000)

    Local Time = Sat Aug 07 11:42:19 2004
    Elapsed Time = 48
    #
    # 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)
    #

    Any help would be appreciated!

  2. #2
    Join Date
    Feb 2004
    Posts
    808
    you broke windows.. well done. By the way.. do us a favour and learn the difference between Post Reply, and New Topic
    The 6th edict:
    "A thing of reference thing can hold either a null thing or a thing to any thing whose thing is assignment compatible with the thing of the thing" - ArchAngel, www.dictionary.com et al.
    JAR tutorial GridBag tutorial Inherited Shapes Inheritance? String.split(); FTP?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links