Status: New
Owner: ----

New issue 829 by dannycoates: Segmentation fault in v8::internal::Runtime_GetScopeCount on linux
http://code.google.com/p/v8/issues/detail?id=829

When debugging a release build of a v8 program, while stopped at a breakpoint, requesting 'scopes' causes a seg fault on linux.

Tested on Ubuntu 10.04 (x64 and i32) gcc version 4.4.3 built with default scons, v8 version 2.3.7


Use the lineprocessor sample app and d8 to reproduce.

Steps:

1. start lineprocessor:
   > lineprocessor test.js -p 5858 --main-cycle-in-cpp --callback
2. start d8:
   > d8 --remote_debugger
3. set breakpoint:
   dbg> break ProcessLine
4. input text into lineprocessor:
   > test
5. get scopes from d8:
   dbg> scopes

Result: Segmentation Fault

Attachments:
        test.js  60 bytes

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

Reply via email to