Crash info with no stack trace

2012-01-25 Thread Lindsay Mathieson
I'm trying to generate a useful bug report for kactivitymanagerd but can't seem to get a useful stack trace for it, all I can get is: "Application: KDE Activity Manager (kactivitymanagerd), signal: Segmentation fault" [Install debug Symbols] can't find any debug packages for it. This is kubun

Re: Crash info with no stack trace

2012-01-25 Thread Thomas Lübking
Am 26.01.2012, 01:02 Uhr, schrieb Lindsay Mathieson : I'm trying to generate a useful bug report for kactivitymanagerd but can't seem to get a useful stack trace for it, all I can get is: "Application: KDE Activity Manager (kactivitymanagerd), signal: Segmentation fault" try gdb --a

Re: Crash info with no stack trace

2012-01-25 Thread David Narvaez
On Wed, Jan 25, 2012 at 7:38 PM, Thomas Lübking wrote: > > Am 26.01.2012, 01:02 Uhr, schrieb Lindsay Mathieson > : > > >> I'm trying to generate a useful bug report for kactivitymanagerd but can't >> seem to get a useful stack trace for it, all I can get is: >> >>  "Application: KDE Activity Mana

Re: Crash info with no stack trace

2012-01-25 Thread Lindsay Mathieson
On Thu, 26 Jan 2012 01:38:45 AM Thomas Lübking wrote: > Am 26.01.2012, 01:02 Uhr, schrieb Lindsay Mathieson > try > > gdb --args kactivitymanagerd --nofork I tried, but unfortunately can't relaunch kactivitymanagerd , I get: "kactivitymanagerd(3387): KUniqueApplication: Can't setup D-Bus serv

Re: Crash info with no stack trace

2012-01-25 Thread Thomas Lübking
Am 26.01.2012, 03:12 Uhr, schrieb Lindsay Mathieson : I tried, but unfortunately can't relaunch kactivitymanagerd , I get: "kactivitymanagerd(3387): KUniqueApplication: Can't setup D-Bus service. Probably already running. " You cannot run a KUniqueApplication twice, that's normal and t

Re: Crash info with no stack trace

2012-01-25 Thread Lindsay Mathieson
On Thu, 26 Jan 2012 03:41:55 AM Thomas Lübking wrote: > Am 26.01.2012, 03:12 Uhr, schrieb Lindsay Mathieson > > : > > I tried, but unfortunately can't relaunch kactivitymanagerd , I get: > > "kactivitymanagerd(3387): KUniqueApplication: Can't setup D-Bus > > > > service. > > Probably already ru

Re: Crash info with no stack trace

2012-01-25 Thread Balcaen John
Le mercredi 25 janvier 2012 19:46:04 David Narvaez a écrit : > On Wed, Jan 25, 2012 at 7:38 PM, Thomas Lübking [...] > > I can confirm kactivitymanagerd crashes on (almost?) every startup for > me, I set it to output debugging information to a file and doesn't > seem to output nothing useful. I wa

Re: Crash info with no stack trace

2012-01-25 Thread Lindsay Mathieson
The crash does take some tens of seconds to happen. I could probably attach to the running activity manager before it happens if you supply me with the appropriate command -- Lindsay >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Crash info with no stack trace

2012-01-25 Thread Lindsay Mathieson
On Thu, 26 Jan 2012 12:39:29 AM Balcaen John wrote: > Le mercredi 25 janvier 2012 19:46:04 David Narvaez a écrit : > > On Wed, Jan 25, 2012 at 7:38 PM, Thomas Lübking > > [...] > > > I can confirm kactivitymanagerd crashes on (almost?) every startup for > > me, I set it to output debugging inform

Re: Crash info with no stack trace

2012-01-25 Thread Lindsay Mathieson
Another data point - I turned off Session Restore in system settings and the crash has gone -- Lindsay >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Crash info with no stack trace

2012-01-25 Thread Balcaen John
ON Thursday 26 January 2012 13:50:52 Lindsay Mathieson wrote : > The crash does take some tens of seconds to happen. I could probably attach > to the running activity manager before it happens if you supply me with the > appropriate command gdb --pid `pidof kactivitymanagerd` could help probably.

Re: Crash info with no stack trace

2012-01-25 Thread Lindsay Mathieson
I think I managed to get by attaching with gdb before it crashed on startup Output of "bt" attached. On Thu, 26 Jan 2012 01:38:45 AM Thomas Lübking wrote: > Am 26.01.2012, 01:02 Uhr, schrieb Lindsay Mathieson > > : > > I'm trying to generate a useful bug report for kactivitymanagerd but > >

Re: Crash info with no stack trace

2012-01-25 Thread Lindsay Mathieson
On Thu, 26 Jan 2012 01:13:58 AM Balcaen John wrote: > ON Thursday 26 January 2012 13:50:52 Lindsay Mathieson wrote : > > The crash does take some tens of seconds to happen. I could probably > > attach > > to the running activity manager before it happens if you supply me with > > the > > appropriat

Re: Crash info with no stack trace

2012-01-25 Thread Thomas Lübking
2012/1/26 Lindsay Mathieson : > I think I managed to get by attaching with gdb before it crashed on startup > > > Output of "bt" attached. The trace looks like 6 pending threads - that's been all? Did you "continue" after attaching to the process? Was there some "received sigsev" blahblah in gdb

Re: Crash info with no stack trace

2012-01-25 Thread Lindsay Mathieson
On Thu, 26 Jan 2012 08:08:31 AM Thomas Lübking wrote: > 2012/1/26 Lindsay Mathieson : > > I think I managed to get by attaching with gdb before it crashed on > > startup > > > > > > Output of "bt" attached. > > The trace looks like 6 pending threads - that's been all? Yup > > Did you "continu

Re: Crash info with no stack trace

2012-01-25 Thread Thomas Lübking
2012/1/26 Balcaen John : > Le mercredi 25 janvier 2012 19:46:04 David Narvaez a écrit : >> On Wed, Jan 25, 2012 at 7:38 PM, Thomas Lübking > [...] >> >> I can confirm kactivitymanagerd crashes on (almost?) every startup for >> me, I set it to output debugging information to a file and doesn't >> se

Re: Crash info with no stack trace

2012-01-26 Thread Lindsay Mathieson
On Thu, 26 Jan 2012 01:38:45 AM Thomas Lübking wrote: > Am 26.01.2012, 01:02 Uhr, schrieb Lindsay Mathieson > > : > > I'm trying to generate a useful bug report for kactivitymanagerd but > > can't > > > > seem to get a useful stack trace for it, all I can get is: > > "Application: KDE Activity

Re: Crash info with no stack trace

2012-01-26 Thread Lindsay Mathieson
On Thu, 26 Jan 2012 01:38:45 AM Thomas Lübking wrote: > Am 26.01.2012, 01:02 Uhr, schrieb Lindsay Mathieson > > : > > I'm trying to generate a useful bug report for kactivitymanagerd but > > can't > > > > seem to get a useful stack trace for it, all I can get is: > > "Application: KDE Activity

Re: Crash info with no stack trace

2012-01-26 Thread Thomas Lübking
Am 26.01.2012, 10:33 Uhr, schrieb Lindsay Mathieson : Is this more helpful? I attached after startup but the crash didn't happen for quite some time - maybe half an hour. While I was switching between apps everything froze up for a few seconds and gdb showed the segfault It's at least simi

Re: Crash info with no stack trace

2012-01-26 Thread Lindsay Mathieson
On Thu, 26 Jan 2012 05:03:13 PM you wrote: > -> how did you obtain KDE 4.8 and did you get updates for libsoprano with > that as well? Kubuntu 11.10 backport PPA -- Lindsay >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<