Updates:
Status: Assigned
Owner: [email protected]
Comment #1 on issue 224 by [email protected]: Null pointer crash on trunk
http://code.google.com/p/v8/issues/detail?id=224
This is a crash in the shell. The issue is that a null pointer gets passed
to printf
when string conversion fails for a result (which crashes because gcc
optimizes it to
puts which does not check). I'll add explicit null checks.
--
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
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---