On Fri, Aug 10, 2012 at 7:39 AM, Joshua Gross <[email protected]> wrote: > Just upgraded to node 0.8.6 and I'm writing a suite of unit tests using > Selenium and Webdriverjs - all that to say, I'm seeing this consistently at > the same point in my tests: > > DEBUG: node(39081,0x1027c9000) malloc: *** error for object 0x100617358: > pointer being freed was not allocated > *** set a breakpoint in malloc_error_break to debug > > That's in my server log. I realize this is probably useless without further > details, so tell me how I can get relevant details and I'll do what I can. > > Joshua Gross > Christian / SpanDeX, Inc. / BA of Computer Science, UW-Madison 2013 > 414-377-1041 / http://www.joshisgross.com / http://www.spandex.io
First thing to check is if your application uses native add-ons (directly or indirectly). If it doesn't, it's a node or possibly a system bug. If it does, you will need to apply the principle of exclusion to find the offending add-on. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
