Hi,
I am a newbie to ATS and I am trying to write a plugin. My plugin is
crashing... and the crashlog
has this message

"Unable to retrieve backtrace: [6] Error reading from socket."

I have installed libunwind8 and libunwind8-dev on my build machine and the
target machine.

I see the following lines when I run my configure script...

-----------------------------------------------------------------------------------------------
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for library containing backtrace... none required    <<<<<<<<<
checking pkg-config is at least version 0.9.0... yes
checking for LIBUNWIND... yes
configure: Using epoll event interface
-----------------------------------------------------------------------------------------------

When I run 'ldd' against the traffic_server binary, I see that it's not
linking against libunwind.
How do I enable backtrace so that I can see where my plugin is crashing.
Thanks in advance
for any help.

-Dk

Reply via email to