Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved *** Error in `java': double free or corruption (fasttop): 0x0000000001b58510 ***

Joined
Nov 3, 2013
Messages
609
Is there a dump file in the directory of the jar?
If there was, I think they are gone, this error occurred on the 11th, and I only have files in the logs directory back to the 12th.

I would say, just look at any portions of your code that deal with natives libs for race conditions.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
If there was, I think they are gone, this error occurred on the 11th, and I only have files in the logs directory back to the 12th.

I would say, just look at any portions of your code that deal with natives libs for race conditions.
The problem is we don't use much (if any) native code in runemate....
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
If there was, I think they are gone, this error occurred on the 11th, and I only have files in the logs directory back to the 12th.

I would say, just look at any portions of your code that deal with natives libs for race conditions.
Since this is a VM crash it wouldn't be in the RuneMate logs directory but rather the directory that RuneMate.jar is located. Name should start with "hs" I believe.
 
Top