Comment #44 on issue 5359 by [email protected]: Chrome: Crash Report - Stack Signature: v8::internal::SweepSpace-1F83157 http://code.google.com/p/chromium/issues/detail?id=5359
http://code.google.com/p/chromium/issues/detail?id=20643 has an interesting valgrind backtrace for something like this: Invalid read of size 4 v8::internal::SweepSpace(v8::internal::PagedSpace*, void (*)(unsigned char*, int)) (v8/src/spaces.h:478) Address 0x5029ff8 is 8 bytes inside a block of size 16,500 free'd free (ome/chrome-bot/valgrind-20090715/coregrind/m_replacemalloc/vg_replace_malloc.c:324) exit (/lib/tls/i686/cmov/libc-2.7.so) So it could be that the garbage collector should stop running once exit is called. Just a hunch :-) -- 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 --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
