Status: New
Owner: ----

New issue 823 by holisme: SIGSEGV in tests that call Runtime_GetScopeCount
http://code.google.com/p/v8/issues/detail?id=823

Version : 2.2 branch (2.2.24.8 and HEAD)

Running
./shell --expose-debug-as debug test/mjsunit/debug-scopes.js

triggers : SIGSEGV
gdb says :
Program received signal SIGSEGV, Segmentation fault.
0x081ba9a7 in v8::internal::Runtime_GetScopeCount(v8::internal::Arguments) ()

With shell_g :

./shell_g --expose-debug-as debug test/mjsunit/debug-scopes.js
test/mjsunit/debug-scopes.js:74: ReferenceError: assertTrue is not defined
  assertTrue(listener_called, "listerner not called for " + test_name);
  ^
ReferenceError: assertTrue is not defined
    at EndTest (test/mjsunit/debug-scopes.js:74:3)
    at test/mjsunit/debug-scopes.js:196:1


A similar bug is triggered by several tests, see attached log.



Attachments:
        v8-crashes.txt  4.1 KB

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to