Re: How to get pretty stack trace on Linux?

2017-10-13 Thread Masayuki Nakano
On 10/14/2017 12:29 AM, Masayuki Nakano wrote: Ted, really sorry for the delay to say "Thank you" because of too busy of my life. I tried to do this on my environment (Ubuntu), then, I succeeded to get a pretty stack trace even from trysever build. 1. Put |#include "nsTraceRefcnt.h"| and

Re: How to get pretty stack trace on Linux?

2017-10-13 Thread Masayuki Nakano
Ted, really sorry for the delay to say "Thank you" because of too busy of my life. I tried to do this on my environment (Ubuntu), then, I succeeded to get a pretty stack trace even from trysever build. 1. Put |#include "nsTraceRefcnt.h"| and |nsTraceRefcnt::WalkTheStack(stderr);| where I

Re: How to get pretty stack trace on Linux?

2017-09-21 Thread Ted Mielczarek
On Thu, Sep 21, 2017, at 08:51 PM, Masayuki Nakano wrote: > I'd like to get pretty stack trance which shows method names rather than > only address with tryserver build on Linux. However, > nsTraceRefcnt::WalkTheStack() cannot get method names on Linux as you > know. > > The reason why I need

How to get pretty stack trace on Linux?

2017-09-21 Thread Masayuki Nakano
I'd like to get pretty stack trance which shows method names rather than only address with tryserver build on Linux. However, nsTraceRefcnt::WalkTheStack() cannot get method names on Linux as you know. The reason why I need to get it is, I have a bug report which depends on the environment