Re: [yocto] libSegFault.so crashing on Daisy

2016-09-04 Thread Daniel.
Ohhh you may be right, I'll try it Thanks Richard! 2016-09-04 19:18 GMT-03:00 Richard Purdie : > On Fri, 2016-09-02 at 16:36 -0300, Daniel. wrote: >> Hi everybody, >> >> I was trying to use libSegFault.so to capture stacktraces but the >> libSegFault it self is crashing? Can someone try to reprod

Re: [yocto] libSegFault.so crashing on Daisy

2016-09-04 Thread Richard Purdie
On Fri, 2016-09-02 at 16:36 -0300, Daniel. wrote: > Hi everybody, > > I was trying to use libSegFault.so to capture stacktraces but the > libSegFault it self is crashing? Can someone try to reproduce this? > > 1) Install libc6-dbg. This will give you access to libSegFault.so at > /lib/.debug/libS

[yocto] libSegFault.so crashing on Daisy

2016-09-02 Thread Daniel.
Hi everybody, I was trying to use libSegFault.so to capture stacktraces but the libSegFault it self is crashing? Can someone try to reproduce this? 1) Install libc6-dbg. This will give you access to libSegFault.so at /lib/.debug/libSegFault.so 2) Set LD_PRELOAD: export LD_PRELOAD=/lib/.debug/libS