Results 1 to 4 of 4
Thread: Exception_access_violation
- 08-08-2007, 06:53 AM #1
Member
- Join Date
- Aug 2007
- Posts
- 2
- Rep Power
- 0
Exception_access_violation
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0xf31025ff, pid=5448, tid=4748
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_11-b06 mixed mode)
# Problematic frame:
# C 0xf31025ff
#
--------------- T H R E A D ---------------
Current thread (0x00a0e6c0): VMThread [id=4748]
siginfo: ExceptionCode=0xc0000005, reading address 0xf31025ff
Registers:
EAX=0x1805d4a0, EBX=0x184fa58c, ECX=0x3001ca18, EDX=0x003b9d3c
ESP=0x02cdfc24, EBP=0x02cdfc48, ESI=0x300527a8, EDI=0x081237b8
EIP=0xf31025ff, EFLAGS=0x00010206
Top of Stack: (sp=0x02cdfc24)
0x02cdfc24: 0809f2a4 1805d4a0 080b5be8 081237b8
0x02cdfc34: 009ed7c0 08123804 184fa580 00000001
0x02cdfc44: 181777d4 02cdfc7c 080b5a59 009ed7c8
0x02cdfc54: 05f8a364 00000001 081237c0 300527a8
0x02cdfc64: 08123804 0003e2d0 0003e2d0 00000000
0x02cdfc74: 009ed7c0 009ed7c0 02cdfcc8 0805fdea
0x02cdfc84: 05f8a364 081237c0 081237b8 08123804
0x02cdfc94: 00000000 00000001 00000001 00010f40
Instructions: (pc=0xf31025ff)
0xf31025ef:
[error occurred during error reporting, step 100, id 0xc0000005]
- 08-08-2007, 06:54 AM #2
Member
- Join Date
- Aug 2007
- Posts
- 2
- Rep Power
- 0
Pls help me out
- 11-14-2008, 06:57 AM #3
Member
- Join Date
- Nov 2008
- Posts
- 4
- Rep Power
- 0
Try upgrading your RAM to anything above 512Mb and that should hopefully work.
- 11-15-2008, 12:27 AM #4
Usaually a very powerful application can be packed into running jvm, the error above ususally results from doing read or write on memory that has not been allocated.
By not allocated we are talking about something that works behind the operator new - that usually gives an exception that says something about null value. Buying more ram to fix this is likely not effective, or will only hide the real problem.Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Similar Threads
-
EXCEPTION_ACCESS_VIOLATION (0xc0000005)
By Marty in forum EclipseReplies: 12Last Post: 03-21-2011, 12:55 PM -
EXCEPTION_ACCESS_VIOLATION occurred at PC=0x773AE369
By elizabeth in forum EclipseReplies: 2Last Post: 11-14-2008, 06:57 AM -
EXCEPTION_ACCESS_VIOLATION (0xc0000005)
By abhiN in forum EclipseReplies: 1Last Post: 11-14-2008, 06:56 AM
Bookmarks