Bug 203137 - kopete crash on changing status to offline from toolbar
Summary: kopete crash on changing status to offline from toolbar
Status: RESOLVED DUPLICATE of bug 198675
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-09 07:07 UTC by Jithin Emmanuel
Modified: 2009-08-09 18:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jithin Emmanuel 2009-08-09 07:07:46 UTC
Version:            (using KDE 4.3.0)
OS:                Linux
Installed from:    Ubuntu Packages

When I set offline from kopete toolbar. It crashes. 
I ran it from gdb and got these.


Setting visibility to  false

Program received signal SIGSEGV, Segmentation fault.
0x0183d214 in ?? () from /usr/lib/kde4/kopete_facebook.so
(gdb)
Continuing.
[Thread 0xb67d8b70 (LWP 15347) exited]
[Thread 0xb5dffb70 (LWP 15348) exited]

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb)
The program is not being run.
(gdb)
The program is not being run.
(gdb)
The program is not being run.
(gdb)
The program is not being run.
(gdb) backtrace full
No stack.
(gdb) thread apply all backtrace
(gdb) info registers
The program has no registers now.
Comment 1 Dario Andres 2009-08-09 15:57:29 UTC
Seems to be caused by the unstable facebook plugin. Try to updated it.
And, to get a full backtrace do:

- Quit kopete
- Launch "gdb kopete" on Konsole
- Type "run" 
Kopete will start
- Reproduce the crash and go back to the KOnsole window to type "bt full" and get a proper backtrace.

or

Just use the Developers Information tab of the crash handler dialog.

Thanks
Comment 2 Jithin Emmanuel 2009-08-09 18:29:16 UTC
I tried that but it was not giving any back trace. And it did not cause crash handler to invoke.
The culprit is kopete plugin facebook. After removing it there is no issue.
Also kopete plugin facebook plugin crashes kopete when Now playing Music plugin is enabled. 
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/407217

Even though I can find this in dmesg.

[98585.809267] kopete[15552]: segfault at 1c ip 0168c214 sp bfc02bf0 error 4 in kopete_facebook.so[166d000+2a000]

Wondering why it goes into kernel.
Comment 3 Dario Andres 2009-08-09 18:31:32 UTC
Yes, several facebook reports are tracked at bug 198675. Thanks

*** This bug has been marked as a duplicate of bug 198675 ***