atom feed19 messages in net.java.dev.rococoa.usersStumped by 64-bit/1.6 Java error
FromSent OnAttachments
Matt ReynoldsSep 17, 2008 12:49 pm 
Duncan McGregorSep 18, 2008 6:10 am 
Paul LoySep 18, 2008 7:08 am 
Paul LoySep 18, 2008 7:08 am 
Matt ReynoldsSep 18, 2008 7:55 am 
Matt ReynoldsSep 18, 2008 1:50 pm 
Matt ReynoldsSep 18, 2008 4:59 pm 
Paul LoySep 19, 2008 3:40 pm 
Duncan McGregorSep 19, 2008 3:43 pm 
Matt ReynoldsSep 19, 2008 3:44 pm 
Paul LoySep 19, 2008 5:02 pm 
Duncan McGregorSep 20, 2008 2:33 am 
Paul LoySep 21, 2008 9:52 am 
Paul LoySep 21, 2008 9:53 am 
Paul LoySep 21, 2008 10:29 am 
Paul LoySep 21, 2008 11:47 am 
Paul LoySep 21, 2008 11:48 am 
Harald KuhrSep 22, 2008 1:58 am 
Paul LoySep 22, 2008 3:17 am 
Subject:Stumped by 64-bit/1.6 Java error
From:Matt Reynolds (matt@hom3.us)
Date:Sep 17, 2008 12:49:56 pm
List:net.java.dev.rococoa.users

I've hit the same problem mentioned by Paul. I get : "Invalid memory access of location 8157c380 rip=83d830d0" (exact same address each time)

I tried some other things, like enabling GC and not using the pool, or not calling the pool, and I get the same issue, so I'm starting to believe it's not related to memory management at all, and is simply a bug elsewhere.

My previous error was a fluke. I mis-matched an interface, and that was the result.

Not sure where to go from here. I've tried newer versions of JNA, with no luck. I'm trying to track down what's creating the error above, but no real luck yet.