Summary: | Pidgin(2.5.2,2.5.5) segfaults after world update | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Vladimir <vl409> |
Component: | Current packages | Assignee: | Gentoo Net-im project <net-im> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | CC: | pva, steffen |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Log of running pidgin with debug use flag |
Description
Vladimir
2009-03-23 10:16:43 UTC
Created attachment 185974 [details]
Log of running pidgin with debug use flag
oops, core is 19Mb, so not attached. ask any info if you need. Could you please provide a backtrace of the crash? http://www.gentoo.org/proj/en/qa/backtraces.xml (In reply to comment #3) > Could you please provide a backtrace of the crash? > > http://www.gentoo.org/proj/en/qa/backtraces.xml > Core was generated by `pidgin'. Program terminated with signal 6, Aborted. [New process 19660] #0 0xffffe424 in __kernel_vsyscall () Thread 1 (process 19660): #0 0xffffe424 in __kernel_vsyscall () No symbol table info available. #1 0x44ccbc21 in raise () from /lib/libc.so.6 No symbol table info available. #2 0x44ccd408 in abort () from /lib/libc.so.6 No symbol table info available. #3 0x080c0812 in sighandler (sig=11) at gtkmain.c:193 No locals. #4 <signal handler called> No symbol table info available. #5 0x44d12c18 in strcmp () from /lib/libc.so.6 No symbol table info available. #6 0x452ec923 in g_str_equal () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #7 0x4457efce in ?? () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #8 0x45361ff4 in ?? () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #9 0x452bb694 in g_hash_table_lookup () from /usr/lib/libglib-2.0.so.0 No symbol table info available. #10 0x44e13440 in ?? () from /lib/libpthread.so.0 No locals. #11 0x00000000 in ?? () No symbol table info available. core itself is here: http://rapidshare.de/files/46299891/core.bz2.html as i understand, to produce full debug build, i have to rebuild all world/libraries with debugging - i want to avoid this. Yes, this crash is not so useful, but I'm having problems with pidgin too, so I'll look into it.. But my guess its some kind of upstream suckiness Without backtrace or debugging information it's hard to do anything here. Vladimir, to get good backtrace you need to rebuild glib, gtk+ and probably glibc with debugging symbols. Core file without debugging symbols also hard to analyze. Please, try to get backtrace with function names, as described in: http://www.gentoo.org/proj/en/qa/backtraces.xml (In reply to comment #6) > Without backtrace or debugging information it's hard to do anything here. > Vladimir, to get good backtrace you need to rebuild glib, gtk+ and probably > glibc with debugging symbols. Core file without debugging symbols also hard to > analyze. Please, try to get backtrace with function names, as described in: > > http://www.gentoo.org/proj/en/qa/backtraces.xml Well, it didn't work for quite a long time, but after recent updates looks like it started to work again. Now i have pidgin 2.6.3 and see no problems. Who knows what were the problems? No one knows... There are thousands of possible reasons and i was not going to turn my working machine into debugging battlefield. Nice it's working now. |