Line 64 in handles.cc looks suspicious - it used to return NULL from CreateHandle, now it causes a Null pointer dereference in CreateHandle. There is another unchecked return from Extend as well. But I am not sure this is the problem. I would suggest addingASSERT(result != NULL); at line 126 of handles.h, to rule this out.
On Wed, Jun 3, 2009 at 7:42 PM, <[email protected]> wrote: > > > Comment #6 on issue 369 by coldredlemur: segfault on release build with gcc > 4.1.2 p1.3 (Gentoo) > http://code.google.com/p/v8/issues/detail?id=369 > > Crashes first appear in r1539. > > -- > You received this message because you are listed in the owner > or CC fields of this issue, or because you starred this issue. > You may adjust your issue notification preferences at: > http://code.google.com/hosting/settings > > > > -- William Hesse Software Engineer [email protected] Google Denmark ApS Frederiksborggade 20B, 1 sal 1360 København K Denmark CVR nr. 28 86 69 84 If you received this communication by mistake, please don't forward it to anyone else (it may contain confidential or privileged information), please erase all copies of it, including all attachments, and please let the sender know it went to the wrong person. Thanks. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
