7 messages in net.java.dev.jna.usersRe: [jna-users] Finding Access violat...
FromSent OnAttachments
Thomas BörkelMay 21, 2008 8:07 am 
Timothy WallMay 22, 2008 1:41 pm 
Timothy WallMay 22, 2008 1:43 pm 
Thomas BörkelMay 22, 2008 11:53 pm 
Thomas BörkelMay 23, 2008 12:32 am 
Timothy WallMay 23, 2008 6:14 am 
Thomas BörkelMay 28, 2008 9:53 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Finding Access violationsActions...
From:Timothy Wall (twal@dev.java.net)
Date:May 22, 2008 1:43:38 pm
List:net.java.dev.jna.users

Can you get a stack trace for any of these violations?

On May 21, 2008, at 11:07 AM, Thomas Börkel wrote:

HI!

I got some crashes SOMETIMES in my program, so I searched for possible programming errors in native code access. To do this, I attached the Visual Studio 2005 debugger, because it prints out Access violations in its output window:

First-chance exception at 0x6d871015 in java.exe: 0xC0000005: Access violation writing location 0x003e0b80. First-chance exception at 0x6d871015 in java.exe: 0xC0000005: Access violation writing location 0x003e0b80. First-chance exception at 0x0091e252 in java.exe: 0xC0000005: Access violation writing location 0x003e0b80.

Problem is, those violations do not happen consistently, so maybe something with heap corruption.