Updates:
        Cc: [email protected]
        Labels: -Area-Documentation

Comment #6 on issue 3851 by [email protected]: Can not print stack trace info when debug V8 sample code shell.cc with GDB
https://code.google.com/p/v8/issues/detail?id=3851

It's a known issue; on x64 GDB needs more data than what V8 provides to correctly decode/display frames. IIRC Jochen knows more.

Workaround: you can manually follow the chain of saved base pointers ($rbp) on the stack.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to