On Thu, Sep 22, 2016 at 2:41 AM, Jane Chen <jxche...@gmail.com> wrote:
> Embedding v8.  Currently on 4.6.88, and in the process of upgrading to
> 5.3.lkgr.
>
> When I do a pstack of my program embedding v8, some of the v8 frames show up
> as ???.  I wonder whether there's a build flag I could use to enable the
> full stack trace of v8 frames.
>
> Please advise.
>
> Thanks.

If your pstack is a wrapper around gdb, compile V8 with
v8_enable_gdbjit set to 1 (`make native gdbjit=on`) and it should be
able to decode JS stack frames.

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

Reply via email to