| Summary: | Connecting to the same server twice causes Kobby to exit | ||
|---|---|---|---|
| Product: | [Unmaintained] kobby | Reporter: | Gregory Haynes <greg> |
| Component: | general | Assignee: | kobby mailing-list <kobby> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | crash | CC: | andrew.crouthamel, willi.ballenthin |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Gregory Haynes
2009-12-09 20:27:43 UTC
I can confirm this bug. I had a session open in Gobby, and Kobby would fail to startup. Application: Kobby (kobby), signal: Aborted [Current thread is 1 (Thread 0xb777c720 (LWP 19911))] Thread 3 (Thread 0xb5ef9b70 (LWP 19912)): #0 0x00ca2422 in __kernel_vsyscall () #1 0x00589342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179 #2 0x0110120f in QWaitConditionPrivate::wait (this=0x8902e84, mutex=0x8902e80, time=30000) at thread/qwaitcondition_unix.cpp:85 #3 QWaitCondition::wait (this=0x8902e84, mutex=0x8902e80, time=30000) at thread/qwaitcondition_unix.cpp:159 #4 0x010f52eb in QThreadPoolThread::run (this=0x88cbbf8) at concurrent/qthreadpool.cpp:140 #5 0x0110032e in QThreadPrivate::start (arg=0x88cbbf8) at thread/qthread_unix.cpp:248 #6 0x0058496e in start_thread (arg=0xb5ef9b70) at pthread_create.c:300 #7 0x021f1a0e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Thread 2 (Thread 0xb56f8b70 (LWP 19913)): #0 0x00ca2422 in __kernel_vsyscall () #1 0x00589342 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179 #2 0x0110120f in QWaitConditionPrivate::wait (this=0x8902e84, mutex=0x8902e80, time=30000) at thread/qwaitcondition_unix.cpp:85 #3 QWaitCondition::wait (this=0x8902e84, mutex=0x8902e80, time=30000) at thread/qwaitcondition_unix.cpp:159 #4 0x010f52eb in QThreadPoolThread::run (this=0x89141d8) at concurrent/qthreadpool.cpp:140 #5 0x0110032e in QThreadPrivate::start (arg=0x89141d8) at thread/qthread_unix.cpp:248 #6 0x0058496e in start_thread (arg=0xb56f8b70) at pthread_create.c:300 #7 0x021f1a0e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Thread 1 (Thread 0xb777c720 (LWP 19911)): [KCrash Handler] #6 0x00ca2422 in __kernel_vsyscall () #7 0x0214e651 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #8 0x02151a82 in *__GI_abort () at abort.c:92 #9 0x009b3dd3 in g_assertion_message () from /lib/libglib-2.0.so.0 #10 0x009b442d in g_assertion_message_expr () from /lib/libglib-2.0.so.0 #11 0x00900152 in ?? () from /usr/lib/libinfinity-0.4.so.0 #12 0x00900500 in ?? () from /usr/lib/libinfinity-0.4.so.0 #13 0x00ce1b06 in ?? () from /usr/lib/libgobject-2.0.so.0 #14 0x008fec47 in ?? () from /usr/lib/libinfinity-0.4.so.0 #15 0x00ce2c4c in g_object_newv () from /usr/lib/libgobject-2.0.so.0 #16 0x00ce390c in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0 #17 0x00ce3a27 in g_object_new () from /usr/lib/libgobject-2.0.so.0 #18 0x008fe6d7 in infc_browser_new () from /usr/lib/libinfinity-0.4.so.0 #19 0x0054f225 in QInfinity::Browser::Browser(QInfinity::CommunicationManager&, QInfinity::XmlConnection&, QObject*) () from /usr/lib/libqinfinity.so.2 #20 0x00552778 in QInfinity::BrowserModel::createBrowser(QInfinity::CommunicationManager&, QInfinity::XmlConnection&) () from /usr/lib/libqinfinity.so.2 #21 0x005536a8 in QInfinity::BrowserModel::addConnection(QInfinity::XmlConnection&, QString const&) () from /usr/lib/libqinfinity.so.2 #22 0x0806814b in _start () Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years and I will be closing this bug. |