Status: New
Owner: ----
New issue 221 by nth10sd: what(): St9bad_alloc
http://code.google.com/p/v8/issues/detail?id=221
eval("(eval(\"\", delete eval));");
causes weird behaviour in both debug and opt builds.
$ ./shell_g
V8 version 1.0.0 (candidate)
> eval("(eval(\"\", delete eval));");
shell_g(15119) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
shell_g(15119) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
shell_g(15119) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
shell_g(15119) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
terminate called after throwing an instance of 'std::bad_alloc'
shell_g(15119) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
shell_g(15119) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
shell_g(15119) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
shell_g(15119) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
what(): St9bad_alloc
Abort trap
$ svn log | head
------------------------------------------------------------------------
r1198 | [email protected] | 2009-01-30 22:25:10 +0800 (Fri, 30 Jan 2009)
| 2 lines
Remove unused macro definition.
Review URL: http://codereview.chromium.org/19709
------------------------------------------------------------------------
r1196 | olehougaard | 2009-01-30 21:21:29 +0800 (Fri, 30 Jan 2009) | 2 lines
Placing the snapshot in local directory for serialization test to avoid
problems with permissions and multiple processes using same file.
Review URL: http://codereview.chromium.org/19503
--
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
-~----------~----~----~----~------~----~------~--~---