Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

EXCEPTION_ACCESS_VIOLATION

843810Apr 27 2008
Ok.. I'm primarily a Java programmer, but I have a C++ compiler/IDE that throws a Java error when ran... it gives me a error log file containing more information...

This is the Borland C++BuilderX compiler that's not available off the website anymore; I got it bundled with a book.
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x5461302
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 com.borland.cbuilder.env.SysEnvironment.getSysEnvironment(Native Method)
	at com.borland.cbuilder.env.SysEnvironment.getEnvironmentVars(Unknown Source)
	at com.borland.cbuilder.env.EnvironmentManager.getEnv(Unknown Source)
	at com.borland.cbuilder.env.EnvironmentManager.getEnvironmentMap(Unknown Source)
	at com.borland.cbuilder.env.EnvironmentManager.expandMacro(Unknown Source)
	at com.borland.cbuilder.env.EnvironmentManager.expandMacro(Unknown Source)
	at com.borland.cbuilder.node.CBProject.f(Unknown Source)
	at com.borland.cbuilder.node.CBProject.getDisplayChildren(Unknown Source)
	at com.borland.primetime.node.Node.hasDisplayChildren(Unknown Source)
	at com.borland.primetime.ide.ProjectTree$ProjectTreeNode.isLeaf(Unknown Source)
	at javax.swing.tree.DefaultTreeModel.isLeaf(Unknown Source)
	at javax.swing.JTree.setModel(Unknown Source)
	at com.borland.primetime.ide.ProjectTree.c(Unknown Source)
	at com.borland.primetime.ide.ProjectTree.activate(Unknown Source)
	at com.borland.cbuilder.ide.CBuilderProjectTree.activate(Unknown Source)
	at com.borland.primetime.ide.hc.stateChanged(Unknown Source)
	at javax.swing.JTabbedPane.fireStateChanged(Unknown Source)
	at javax.swing.JTabbedPane$ModelListener.stateChanged(Unknown Source)
	at javax.swing.DefaultSingleSelectionModel.fireStateChanged(Unknown Source)
	at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(Unknown Source)
	at javax.swing.JTabbedPane.setSelectedIndexImpl(Unknown Source)
	at javax.swing.JTabbedPane.setSelectedIndex(Unknown Source)
	at javax.swing.JTabbedPane.insertTab(Unknown Source)
	at javax.swing.JTabbedPane.addTab(Unknown Source)
	at com.borland.primetime.ide.ProjectView.d(Unknown Source)
	at com.borland.primetime.ide.ProjectView.setActiveProject(Unknown Source)
	at com.borland.primetime.ide.Browser.i(Unknown Source)
	at com.borland.primetime.ide.Browser.j(Unknown Source)
	at com.borland.primetime.ide.Browser.<init>(Unknown Source)
	at com.borland.cbuilder.ac.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(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:
0x7D2A0000 - 0x7D2CD000 	C:\WINDOWS\SYSTEM\DBGHELP.DLL

Heap at VM Abort:
Heap
 def new generation   total 2304K, used 1103K [0x10010000, 0x10290000, 0x113c0000)
  eden space 2048K,  42% used [0x10010000, 0x100e9c90, 0x10210000)
  from space 256K,  90% used [0x10250000, 0x1028a200, 0x10290000)
  to   space 256K,   0% used [0x10210000, 0x10210000, 0x10250000)
 tenured generation   total 30272K, used 7658K [0x113c0000, 0x13150000, 0x20010000)
   the space 30272K,  25% used [0x113c0000, 0x11b3abe0, 0x11b3ac00, 0x13150000)
 compacting perm gen  total 16128K, used 16020K [0x20010000, 0x20fd0000, 0x24010000)
   the space 16128K,  99% used [0x20010000, 0x20fb51d0, 0x20fb5200, 0x20fd0000)

Local Time = Wed Feb 06 21:34:57 2008
Elapsed Time = 35
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
#
Any ideas?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 25 2008
Added on Apr 27 2008
0 comments
165 views