Summary: | kopete crashes adding jabber account | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Serkan Barut <serkanbarut> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED UPSTREAM | ||
Severity: | critical | CC: | jisakiel |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge info |
Description
Serkan Barut
2007-08-19 19:10:43 UTC
Your emerge --info, please, and the output of "emerge -pv kdenetwork". Created attachment 128621 [details]
emerge info
OUTPUT OF "emerge -pv kdenetwork" : These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] kde-base/kdenetwork-3.5.7-r1 USE="arts jingle kdehiddenvisibility sametime slp ssl wifi xinerama -debug -kdeenablefinal -rdesktop" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB (new_prio >= __sched_fifo_min_prio && new_prio <= __sched_fifo_max_prio)' başarısızlığa uğradı(failed). It says it failed. I have the same problem when trying to add a Jabber-account. Here, the console states a similar output after the crash: kopete: tpp.c:63: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= __sched_fifo_min_prio && new_prio <= __sched_fifo_max_prio)' failed. KCrash: Application 'kopete' crashing.. I get exactly the same error here when I try to call someone via Jingle. (amd64 kopete-3.5.7) Other than reporting this at bugs.kde.org so the kopete devs can work on it, I don't know what we can do. Also reported the same problem under http://bugs.kde.org/show_bug.cgi?id=150359 ; although that bug entry is not written as the same problem (but crashes with the same failed assert(). As I posted there... Same problem under gentoo, but when trying to add a jabber account. Didn't try yet wiping my settings as I keep history there, but I can move them if necessary. kopete: tpp.c:63: __pthread_tpp_change_priority: La declaración `new_prio == -1 || (new_prio >= __sched_fifo_min_prio && new_prio <= __sched_fifo_max_prio)' no se cumple. Program received signal SIGABRT, Aborted. [Switching to Thread -1477904688 (LWP 27850)] 0xffffe410 in __kernel_vsyscall () (gdb) bt #0 0xffffe410 in __kernel_vsyscall () #1 0x48dcaf4f in raise () from /lib/libc.so.6 #2 0x48eebff4 in ?? () from /lib/libc.so.6 #3 0xa7e8f6d0 in ?? () #4 0x48dcc958 in abort () from /lib/libc.so.6 #5 0x00000000 in ?? () Also tried remerging pth, gnupg or qca / qca-tls with no success. Kopete is merged with USE="debug arts autoreplace connectionstatus contactnotes crypt debug history jingle kdeenablefinal kdehiddenvisibility kernel_linux netmeeting nowlistening sms ssl statistics texteffect translator winpopup xscreensaver" and CFLAGS="-march=athlon-tbird -O2 -pipe -mmmx -m3dnow -fno-strict-aliasing" CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden". libdenetwork is 3.5.7, gcc 4.1.2, glibc-2.6.1-r0 and kernel 2.6.22-kamikaze9. I have no clue on what it might be, but maybe related to http://sourceware.org/ml/glibc-bugs/2006-11/msg00099.html ? I just found it googling for the exact error, and seems too much coincidence to burp on the same assertion... That leads to http://sourceware.org/bugzilla/show_bug.cgi?id=3610 and is reported as an invalid bug on glibc; rest of the bug reporting sounds like klingon to me, but might help. |