Re: Debug ThreadWeaver::IdDecorator

2015-10-29 Thread RISHABH GUPTA
On Thu, Oct 29, 2015 at 7:23 AM, Michael Pyne wrote: > On Wed, October 28, 2015 18:45:40 Olivier Churlaud wrote: > > Le 28/10/2015 16:08, Thomas Lübking a écrit : > > > On Mittwoch, 28. Oktober 2015 14:33:02 CEST, Olivier Churlaud wrote: > > >> Hello > > >> > > >> I finally managed to install the

Re: Debug ThreadWeaver::IdDecorator

2015-10-28 Thread Michael Pyne
On Wed, October 28, 2015 18:45:40 Olivier Churlaud wrote: > Le 28/10/2015 16:08, Thomas Lübking a écrit : > > On Mittwoch, 28. Oktober 2015 14:33:02 CEST, Olivier Churlaud wrote: > >> Hello > >> > >> I finally managed to install the Threadweaver in debug mod. > >> > >> Fulltrace in gdb : https://

Re: Re: Debug ThreadWeaver::IdDecorator

2015-10-28 Thread Olivier Churlaud
Le 28/10/2015 16:08, Thomas Lübking a écrit : On Mittwoch, 28. Oktober 2015 14:33:02 CEST, Olivier Churlaud wrote: Hello I finally managed to install the Threadweaver in debug mod. Fulltrace in gdb : https://paste.kde.org/pdnashan2 in valgrind https://paste.kde.org/pwooi9alf

Re: Debug ThreadWeaver::IdDecorator

2015-10-28 Thread Thomas Lübking
On Mittwoch, 28. Oktober 2015 14:33:02 CEST, Olivier Churlaud wrote: Hello I finally managed to install the Threadweaver in debug mod. Fulltrace in gdb : https://paste.kde.org/pdnashan2 in valgrind https://paste.kde.org/pwooi9alf Thx for your hints W/o even looking at the c

Re: Re: Debug ThreadWeaver::IdDecorator

2015-10-28 Thread Olivier Churlaud
Hello I finally managed to install the Threadweaver in debug mod. Fulltrace in gdb : https://paste.kde.org/pdnashan2 in valgrind https://paste.kde.org/pwooi9alf Thx for your hints Cheers Olivier Le 26/10/2015 21:02, Thiago Macieira a écrit : On Sunday 25 October 2015 21:19:5

Re: Debug ThreadWeaver::IdDecorator

2015-10-28 Thread RISHABH GUPTA
this is the output after i installed debug symbols for threadweaver .although the above output doesn't have any '?? ' but I guess this one will be more useful gdb output https://paste.kde.org/p5mt7noys On Wed, Oct 28, 2015 at 6:42 PM, RISHABH GUPTA wrote: > here is the gdb output > https://past

Re: Debug ThreadWeaver::IdDecorator

2015-10-28 Thread RISHABH GUPTA
here is the gdb output https://paste.kde.org/pkek8mo97 here is the valgrind output https://paste.kde.org/pw5ghd3sf hope this helps cheers, rishabh On Wed, Oct 28, 2015 at 6:16 PM, Jeremy Whiting wrote: > Or install the debuginfo package from your distro... > > On Wed, Oct 28, 2015 at 6:38 AM,

Re: Debug ThreadWeaver::IdDecorator

2015-10-28 Thread Jeremy Whiting
Or install the debuginfo package from your distro... On Wed, Oct 28, 2015 at 6:38 AM, Olivier Churlaud wrote: > > Hi, > > Le 26/10/2015 21:02, Thiago Macieira a écrit : >> >> On Sunday 25 October 2015 21:19:52 Olivier Churlaud wrote: >>> >>> #0 0x70e497d4 in ThreadWeaver::IdDecorator::~I

Re: Debug ThreadWeaver::IdDecorator

2015-10-28 Thread Olivier Churlaud
Hi, Le 26/10/2015 21:02, Thiago Macieira a écrit : On Sunday 25 October 2015 21:19:52 Olivier Churlaud wrote: #0 0x70e497d4 in ThreadWeaver::IdDecorator::~IdDecorator() () from /usr/lib/libKF5ThreadWeaver.so.5 #1 0x70e50385 in ?? () from /usr/lib/libKF5ThreadWeaver.so.5

Re: Debug ThreadWeaver::IdDecorator

2015-10-26 Thread Thiago Macieira
On Sunday 25 October 2015 21:19:52 Olivier Churlaud wrote: > #0 0x70e497d4 in ThreadWeaver::IdDecorator::~IdDecorator() () > from /usr/lib/libKF5ThreadWeaver.so.5 > #1 0x70e50385 in ?? () from /usr/lib/libKF5ThreadWeaver.so.5 It would help if you recompiled the ThreadWeaver l

Debug ThreadWeaver::IdDecorator

2015-10-25 Thread Olivier Churlaud
Hello, I'm working on the porting of Amarok and I get a segmentation fault on ThreadWeaver::IdDecorator::~IdDecorator I tried to debug for a while, but I can't find where it comes from exactly. Below is the backtrace. Do you have any hints of how to track it or what could cause it? Thx Che