Plugin Error : Pidgin crash on startup.

View: New views
2 Messages — Rating Filter:   Alert me  

Plugin Error : Pidgin crash on startup.

by nuwan gunarahtna :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Hi
when Load piding with my plugin it get crashed.
possible reason should be a fault of the plugin. But I can trace from where it exactly return the error.

Here the backtrace I get when run pidgin with gdb.

$ gdb pidgin 2>&1 | tee gdb-pidgin.txt
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) run
Starting program: /usr/local/bin/pidgin
[Thread debugging using libthread_db enabled]
[New Thread 0xb7013750 (LWP 29436)]
[New Thread 0xb6a81b90 (LWP 29439)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7013750 (LWP 29436)]
0xb7266613 in strlen () from /lib/tls/i686/cmov/libc.so.6
$

_______________________________________________
Devel mailing list
Devel@...
http://pidgin.im/cgi-bin/mailman/listinfo/devel

Re: Plugin Error : Pidgin crash on startup.

by Will Thompson-2 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

evanescent wrote:
> $ gdb pidgin 2>&1 | tee gdb-pidgin.txt

What you pasted isn't a backtrace.

Just run `gdb pidgin`; type `run`; when it crashes, type `bt full`.


--
Will



_______________________________________________
Devel mailing list
Devel@...
http://pidgin.im/cgi-bin/mailman/listinfo/devel

signature.asc (268 bytes) Download Attachment