We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › malloc[438]:?
Page Index Toggle Pages: 1
malloc[438]:??? (Read 2063 times)
malloc[438]:???
Jun 23rd, 2005, 12:35pm
 
this bug doesn't effect but appears sometimes:

*** malloc[438]: Deallocation of a pointer not malloced: 0xffffffff; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug

—jan
Re: malloc[438]:???
Reply #1 - Jun 24th, 2005, 7:22am
 
what platform? what sketch? when do you see it? how can i replicate it?
Re: malloc[438]:???
Reply #2 - Jul 8th, 2005, 3:27am
 
hi ben,

i just tried to replicate the bug. it appreared at the moment i started to parse() an incoming string from carnivore.

---------------
*** malloc[446]: Deallocation of a pointer not malloced: 0xffffffff; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
---------------

it doesn't effect. the sketch runs. i think it has something to do with the RAM.
i'm using osx 10.3.9 ans p55.90. my sketch includes video, carnivore and loads .obj_files.

—jan

Re: malloc[438]:???
Reply #3 - Jul 13th, 2005, 5:51pm
 
looks like an os x java bug.. probably not something that can be fixed. i'll add it to the faq under the 'can't fix' section.
Page Index Toggle Pages: 1