Roadmap for version 0.14 Expand all | Collapse all
0% of 22 tasks completed. 22 open tasks:
- FS#74 - Revamp history system Expand Collapse
-
Ability to restore entire chats, show in normal order, not reverse, etc...
http://psi-im.org/wiki/GSoC08_Message_History
- FS#715 - Entity Caps 1.5 support Expand Collapse
-
We should update caps support to the verifying 1.5 version.
- FS#757 - Middle click on Tab Expand Collapse
-
Close the tab when clicking with middle click.
- FS#764 - Patch review (META TASK) Expand Collapse
-
This task should depend on all tasks which are waiting for patch review.
Please don't close this task.
- FS#797 - "Authorization removed" text Expand Collapse
-
Jesse Thompson to Psi
Feb 8
I think that the Psi message "Your authorization has been removed!" is
misleading. I think that it is confusing to users that don't know much
about jabber. They might think that their account was disabled, or that
person doesn't want to be friends, or whatever.
How about
"This person has removed your ability to see his/her presence
information. This usually means that you have been removed from their
roster, however it could also be the result of an error. If you think
this occurred in error, you should try adding the person back into your
roster."
- FS#801 - 'status' tab for 'user info' is empty for muc members Expand Collapse
-
The status field used to contain the tooltip data like normal roster contacts. Since the new muc code it seems empty all the time.
- FS#803 - retrieve vcard when viewing Expand Collapse
-
Psi caches vcard information, which can be a problem if a remote contact has updated their information (a new phone number for instance.) This means that people would have to click "Retrieve" every time they view a vcard in order to get the updated information. There are two problems with this:
1. Many people will not think to retrieve the vcard, so the incorrect information will persist.
2. If people should be retrieving the vcard every time, then why not just do this by default in Psi?
There still is a role for vcard caching for offline access to a contact's information.
- FS#804 - Too many timer events due to URLObject. Expand Collapse
-
Log starts at http://conference.psi-im.org/psi(at)conference.psi-im.org/2008/03/02.html#13:58:13 and continues for about 2 and a half hour.
Relevant quote:
[16:30:42] <infiniti> if URLObject exists, then you get lots of timers
[16:30:55] <infiniti> this object is created when URLObject::instance() is called in psicon
[16:31:10] <textshell> what would an URL do with timers? *wonders*
[16:31:16] <vorner> psicon would be the thing in tray?
[16:31:22] <infiniti> it makes some icons. my guess is maybe they are internally animating?
[16:31:28] <infiniti> i'm reporting to mblsha now
[16:31:37] <textshell> vorner: psicon is the main class of psi... more or less.
[16:31:44] <vorner> ah, ok
[16:31:58] <vorner> not psi icon…
[16:32:03] <textshell> animation handing needs some thought....
[16:32:27] <infiniti> if this is removed, then psi uses timers every 1 second or so, which is not great either but at least that's intentional
- FS#857 - Crash while using ESC to abort drag and drop while ESC also clos Expand Collapse
-
in muc or chat dialogs dragging selected text in the log and pressing esc crashes when esc is also the shortcut to close the dialog. Disabling the shortcut prevents the crash.
- FS#870 - psi can't unset MUC topic Expand Collapse
-
Open some MUC, press "Topic" button, delete every char and press "Ok".
Psi sends following stanza:
<message type="groupchat" to="foobar@conference.jabber.ru" id="aff4a" />
I *assume*, that psi should either send
<message type="groupchat" to="foobar@conference.jabber.ru" id="aff4a">
<subject/>
</message>
OR
<message type="groupchat" to="foobar@conference.jabber.ru" id="aff4a">
<subject></subject>
</message>
OR
psi should say "Error: It's impossible to set empty topic" and send no stanzas
OR
psi should say "Info: it's impossible to set empty topic, setting dumb topic" and send
<message type="groupchat" to="foobar@conference.jabber.ru" id="aff4a">
<subject> </subject>
</message>
Task #869 seems to be related to this one.
- FS#874 - Make PROG_ defines in applicationinfo.cpp settable from external Expand Collapse
-
The current todo reads:
// Constants. These should be moved to a more 'dynamically changeable'
// place (like an external file loaded through the resources system)
// Should also be overridable through an optional file.
It would be nice to have 'ifndef' wrappers around the defines, e.g:
#ifndef PROG_VERSION
#define PROG_VERSION "0.13-dev" " (" __DATE__ ")";
#endif
so that if the build scripts defined HAVE_CONFIG and defined PROG_VERSION in config.h (included just a few lines above the previous code), then the build scripts could supply the PROG_VERSION value.
- FS#876 - nicklist is not cleared when connection is lost Expand Collapse
-
If connection to jabber server is lost then nicklist in MUC chat is not cleared
Items in pop-up menu ("Open chat window", "Send messages", etc) are disabled and cause no action, but they are not grayed.
The right behavior is to clear nicklist until connection is restored.
Version: 0.12-release.
- FS#880 - MUC invite confirmation is inconsistent. Expand Collapse
-
When inviting from the roster, the invite is confirmed. When inviting with drag and drop, it's not. We should use the confirmation consistently.
- FS#890 - Roster remains selected when manually opening new events. Expand Collapse
-
Receive event.
Double-click new event.
Read incoming chat message.
Type reply.
Wonder why you've just performed a roster search.
Write flyspray entry.
Hope for fix.
- FS#893 - Do something about the modal dialog flood for muc joins on secon Expand Collapse
-
I'm up to 11 autojoin mucs now - it's getting annoying to cancel 11 modal dialogs, let's do something about that.
- FS#902 - Sparkle crash on Mac OS X Expand Collapse
-
$ make run
PSIDATADIR=~/.psi-test ./psi.app/Contents/MacOS/psi
Object::connect: No such slot QCA::DirWatch::watcher_changed(QString)
qca-gnupg: patching DirWatch to fix failed connect
2008-09-23 18:24:21.959 psi[52255:60b] *** +[SUUpdater sharedUpdater]: unrecognized selector sent to class 0xbc58c0
2008-09-23 18:24:21.961 psi[52255:60b] An uncaught exception was raised
2008-09-23 18:24:21.961 psi[52255:60b] *** +[SUUpdater sharedUpdater]: unrecognized selector sent to class 0xbc58c0
2008-09-23 18:24:21.962 psi[52255:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[SUUpdater sharedUpdater]: unrecognized selector sent to class 0xbc58c0'
2008-09-23 18:24:21.963 psi[52255:60b] Stack: (
2446790987,
2506567227,
2446820362,
2446813516,
2446813714,
40310,
2648072,Thread 0 Crashed:
0 com.apple.CoreFoundation 0x91d70ff4 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 4
1 libobjc.A.dylib 0x95672e3b objc_exception_throw + 40
2 com.apple.CoreFoundation 0x91d7840a +[NSObject doesNotRecognizeSelector:] + 186
3 com.apple.CoreFoundation 0x91d7694c ___forwarding___ + 892
4 com.apple.CoreFoundation 0x91d76a12 _CF_forwarding_prep_0 + 50
5 org.psi-im 0x00009d76 SparkleAutoUpdater::SparkleAutoUpdater(QString const&) + 98
6 org.psi-im 0x00286808 PsiCon::init() + 1448 (psicon.cpp:362)
7 org.psi-im 0x00351f18 PsiMain::sessionStart() + 436 (main.cpp:247)
8 org.psi-im 0x00374391 PsiMain::qt_metacall(QMetaObject::Call, int, void**) + 163 (moc_main.cpp:74)
9 QtCore 0x01b9e400 QMetaObject::activate(QObject*, int, int, void**) + 528
10 QtCore 0x01ba7d82 QSingleShotTimer::timeout() + 50
11 QtCore 0x01ba7e1c QSingleShotTimer::timerEvent(QTimerEvent*) + 44
12 QtCore 0x01b9edd8 QObject::event(QEvent*) + 424
13 QtGui 0x00fd53cf QApplicationPrivate::notify_helper(QObject*, QEvent*) + 191
14 QtGui 0x00fd70bc QApplication::notify(QObject*, QEvent*) + 220
15 org.psi-im 0x0020c923 PsiApplication::notify(QObject*, QEvent*) + 31 (psiapplication.cpp:249)
16 QtCore 0x01b8ccf1 QCoreApplication::notifyInternal(QObject*, QEvent*) + 145
17 QtGui 0x010363ac QEventDispatcherMacPrivate::activateTimers() + 236
18 QtGui 0x01036f33 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 115
19 QtCore 0x01b8c2b1 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
20 QtCore 0x01b8c37d QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 157
21 QtCore 0x01b90311 QCoreApplication::exec() + 161
22 org.psi-im 0x003536ea main + 1578 (main.cpp:368)
23 org.psi-im 0x00008f9b _start + 209
24 org.psi-im 0x00008ec9 start + 41
3481368,
3621777,
28959744,
28999042,
28999196,
28962264,
16602063,
16609468,
2148643,
28888305,
16999340,
17002291,
28885681,
28885885,
28902161,
3487466,
36763,
36553
)
make: *** [run] Trace/BPT trap
Thread 0 Crashed:
0 com.apple.CoreFoundation 0x91d70ff4 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 4
1 libobjc.A.dylib 0x95672e3b objc_exception_throw + 40
2 com.apple.CoreFoundation 0x91d7840a +[NSObject doesNotRecognizeSelector:] + 186
3 com.apple.CoreFoundation 0x91d7694c ___forwarding___ + 892
4 com.apple.CoreFoundation 0x91d76a12 _CF_forwarding_prep_0 + 50
5 org.psi-im 0x00009d76 SparkleAutoUpdater::SparkleAutoUpdater(QString const&) + 98
6 org.psi-im 0x00286808 PsiCon::init() + 1448 (psicon.cpp:362)
7 org.psi-im 0x00351f18 PsiMain::sessionStart() + 436 (main.cpp:247)
8 org.psi-im 0x00374391 PsiMain::qt_metacall(QMetaObject::Call, int, void**) + 163 (moc_main.cpp:74)
9 QtCore 0x01b9e400 QMetaObject::activate(QObject*, int, int, void**) + 528
10 QtCore 0x01ba7d82 QSingleShotTimer::timeout() + 50
11 QtCore 0x01ba7e1c QSingleShotTimer::timerEvent(QTimerEvent*) + 44
12 QtCore 0x01b9edd8 QObject::event(QEvent*) + 424
13 QtGui 0x00fd53cf QApplicationPrivate::notify_helper(QObject*, QEvent*) + 191
14 QtGui 0x00fd70bc QApplication::notify(QObject*, QEvent*) + 220
15 org.psi-im 0x0020c923 PsiApplication::notify(QObject*, QEvent*) + 31 (psiapplication.cpp:249)
16 QtCore 0x01b8ccf1 QCoreApplication::notifyInternal(QObject*, QEvent*) + 145
17 QtGui 0x010363ac QEventDispatcherMacPrivate::activateTimers() + 236
18 QtGui 0x01036f33 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 115
19 QtCore 0x01b8c2b1 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
20 QtCore 0x01b8c37d QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 157
21 QtCore 0x01b90311 QCoreApplication::exec() + 161
22 org.psi-im 0x003536ea main + 1578 (main.cpp:368)
23 org.psi-im 0x00008f9b _start + 209
24 org.psi-im 0x00008ec9 start + 41
- FS#906 - Check signature when auto-updating using Sparkle Expand Collapse
-
We need to sign our releases with a DSA key, and check this key with sparkle. I think sparkle has this functionality.
- FS#963 - subscription replies sent to wrong jid Expand Collapse
-
I recently used JID escaping feature in my transport and found the bug in Psi that is rather annoying. Here is it:
* Server sends subscription request:
<presence from="123456789\40icq.darkk.net.ru@meta.darkk.net.ru" type="subscribe" to="foo.bar@gmail.com/resource" />
* Psi shows "123456789\40icq.d..." in the roster with exclamation mark
(Psi MUST should it as "123456789@icq.darkk.net.ru@meta.darkk.net.ru" according to the XEP-0106)
* User clicks and sees subscription request coming from "123456789\x5C40icq.darkk.net.ru@meta.darkk.net.ru"
(Double-escaping is a bad thing to do)
* User clicks "Deny" button and Psi sends following stanza:
<presence type="unsubscribed" to="123456789\x5c40icq.darkk.net.ru@meta.darkk.net.ru" />
(Double-escaping without unescaping is not good to)
So, "to" attribute of the last stanza is obviously wrong, the subscription request is not answered and the user is asked for it again on the reconnection.
Multiply that by ~100 subscription requests and that gets annoying. :-)
- FS#966 - crash in updateGroupInfo Expand Collapse
-
(gdb) bt full
#0 0x00000075 in ?? ()
No symbol table info available.
#1 0xb7acc522 in Q3ListViewItem::firstChild () from /usr/lib/qt4/libQt3Support.so.4
No symbol table info available.
#2 0x081e5851 in ContactProfile::contactSizeFromCVGroup (this=0x9506770, group=0x9601aa0) at contactview.cpp:721
item = (class ContactViewItem *) 0xb6da2ff4
total = 0
#3 0x081f3185 in ContactProfile::updateGroupInfo (this=0x9506770, group=0x9601aa0) at contactview.cpp:821
inGroup = -1074386684
type = 1572864
#4 0x081f3557 in ContactProfile::updateGroups (this=0x9506770) at contactview.cpp:879
it = {<Q3GListIterator> = {list = 0x950785c, curNode = 0x98554a8}, <No data fields>}
totalOnline = 0
#5 0x08405bfd in ContactProfile::qt_metacall (this=0x9506770, _c=QMetaObject::InvokeMetaMethod, _id=31, _a=0xbff629c8)
at .moc/moc_contactview.cpp:150
No locals.
#6 0xb6cd228b in QMetaObject::activate () from /usr/lib/qt4/libQtCore.so.4
No symbol table info available.
#7 0xb6cd28f4 in QMetaObject::activate () from /usr/lib/qt4/libQtCore.so.4
No symbol table info available.
#8 0xb6d0e483 in QTimer::timeout () from /usr/lib/qt4/libQtCore.so.4
No symbol table info available.
#9 0xb6cd951e in QTimer::timerEvent () from /usr/lib/qt4/libQtCore.so.4
No symbol table info available.
#10 0xb6ccd9cf in QObject::event () from /usr/lib/qt4/libQtCore.so.4
No symbol table info available.
#11 0xb71b302f in QApplicationPrivate::notify_helper () from /usr/lib/qt4/libQtGui.so.4
No symbol table info available.
#12 0xb71b7b29 in QApplication::notify () from /usr/lib/qt4/libQtGui.so.4
No symbol table info available.
#13 0x082efe7b in PsiApplication::notify (this=0xbff63164, receiver=0x9507928, event=0xbff62ed8) at psiapplication.cpp:250
No locals.
#14 0xb6cbd377 in QCoreApplication::notifyInternal () from /usr/lib/qt4/libQtCore.so.4
No symbol table info available.
#15 0xb6ce92fe in QTimerInfoList::activateTimers () from /usr/lib/qt4/libQtCore.so.4
No symbol table info available.
#16 0xb6ce9399 in QEventDispatcherUNIX::activateTimers () from /usr/lib/qt4/libQtCore.so.4
No symbol table info available.
#17 0xb6ce9f02 in QEventDispatcherUNIX::processEvents () from /usr/lib/qt4/libQtCore.so.4
No symbol table info available.
#18 0xb7242a56 in QEventDispatcherX11::processEvents () from /usr/lib/qt4/libQtGui.so.4
No symbol table info available.
#19 0xb6cbc54d in QEventLoop::processEvents () from /usr/lib/qt4/libQtCore.so.4
No symbol table info available.
#20 0xb6cbc6ed in QEventLoop::exec () from /usr/lib/qt4/libQtCore.so.4
No symbol table info available.
#21 0xb6cbe866 in QCoreApplication::exec () from /usr/lib/qt4/libQtCore.so.4
No symbol table info available.
#22 0xb71b2857 in QApplication::exec () from /usr/lib/qt4/libQtGui.so.4
No symbol table info available.
#23 0x083f4078 in main (argc=1, argv=0xbff63244) at main.cpp:356
app = {<> = {<No data fields>}, static staticMetaObject = {d = {superdata = 0x8594440,
stringdata = 0x847b2a0 "PsiApplication", data = 0x847b300, extradata = 0x0}}}
init = {<No data fields>}
keystoremgr = <incomplete type>
psi = (class PsiMain *) 0x8f63328
returnValue = -1209614336
- FS#969 - crash when opening chat message from roster Expand Collapse
-
[12:36:01] <Kev> Stupid
[12:36:16] <Kev> I just had a Psi crash, and I hit 'reload' instead of grabbing the trace.
[12:36:27] <Kev> But I do at least know we've got a crasher in RC1
[12:45:07] <infiniti> Kev: were you doing anything at the time?
[12:48:09] <Kev> infiniti: when I told it to read a message that was waiting for me.
[12:50:05] <infiniti> Kev: i recall a crasher when choosing "open next event" in the tray menu
[12:50:17] <Kev> This was from the roster, you can't do that on a mac.
[12:54:24] <infiniti> when you relaunched psi, was the event still queued?
[12:55:22] <Dimedo> i had the "open next event" crash more than 3 times, the message was lost, not even in history, but i was using Qt 4.5.0 that time
[12:56:07] <Kev> infiniti: yes.
[12:56:44] <infiniti> Kev: neat, so maybe the crash occurred somewhere between attempting to open the event, but before dequeue. that's probably a small codepath
[12:57:28] <Kev> Or it was something unrelated and network-triggered.
[12:57:40] <Kev> There are still jdns-related crashers, aren't there?
[12:57:56] <infiniti> nope
[12:58:23] <Kev> Ah, good then.
[14:06:16] <infiniti> Kev: any other details about the event? was it a chat event for a window that already existed but was hidden? do you know if it had html formatting?
[14:08:49] <Kev> It didn't have xhtml, and the window wasn't (I think) open.
[14:23:43] <infiniti> Kev: wasn't open == chat probably didn't exist? or wasn't open == recent chat, but window was hidden?
[14:26:32] <Kev> The chat didn't exist.
[14:26:37] <Kev> I believe.
- FS#978 - crash in QComboBox Expand Collapse
-
Process: psi [78397]
Path: /Applications/Psi.app/Contents/MacOS/psi
Identifier: org.psi-im
Version: Psi 0.13-devel (0.13-devel)
Code Type: X86 (Native)
Parent Process: launchd [165]
Interval Since Last Report: 818335 sec
Crashes Since Last Report: 10
Per-App Interval Since Last Report: 1368234 sec
Per-App Crashes Since Last Report: 1
Date/Time: 2009-06-19 08:13:21.060 +0200
OS Version: Mac OS X 10.5.7 (9J61)
Report Version: 6
Anonymous UUID: 3EB0A7B7-12C6-45B1-9150-AA0E4502AB7A
Exception Type: EXC_SOFTWARE (SIGTRAP)
Exception Codes: 0x0000000000000007, 0x0000000000000000
Crashed Thread: 0
Thread 0 Crashed:
0 QtCore 0x018bd01a qt_meta_stringdata_QObject + 2
1 QtGui 0x00f55a9d QComboBoxPrivateContainer::eventFilter(QObject*, QEvent*) + 333
2 QtCore 0x017fbcc7 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 151
3 QtGui 0x00b80b76 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 150
4 QtGui 0x00b8831d QApplication::notify(QObject*, QEvent*) + 3405
5 org.psi-im 0x001823f3 PsiApplication::notify(QObject*, QEvent*) + 31
6 QtCore 0x017fbba2 QCoreApplication::notifyInternal(QObject*, QEvent*) + 98
7 QtGui 0x00b1874b QApplicationPrivate::globalEventProcessor(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 5627
8 com.apple.HIToolbox 0x95fa611d DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
9 com.apple.HIToolbox 0x95fa555b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
10 com.apple.HIToolbox 0x95fc1eac SendEventToEventTarget + 52
11 com.apple.HIToolbox 0x95fd4088 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1208
12 com.apple.HIToolbox 0x95fa64d6 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2134
13 com.apple.HIToolbox 0x95fa555b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
14 com.apple.HIToolbox 0x95fc1eac SendEventToEventTarget + 52
15 QtGui 0x00b2c7c4 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 628
16 QtCore 0x017fb151 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
17 QtCore 0x017fb2fd QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 157
18 QtCore 0x017ff14e QCoreApplication::exec() + 174
19 org.psi-im 0x0023a396 main + 1474
20 org.psi-im 0x000090b2 _start + 216
21 org.psi-im 0x00008fd9 start + 41
Thread 1:
0 libSystem.B.dylib 0x96bcf3ca select$DARWIN_EXTSN$NOCANCEL + 10
1 QtCore 0x0182843b QEventDispatcherUNIX::select(int, fd_set*, fd_set*, fd_set*, timeval*) + 363
2 QtCore 0x01828989 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 441
3 QtCore 0x0182998c QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 156
4 QtCore 0x017fb151 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
5 QtCore 0x017fb2fd QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 157
6 org.psi-im 0x00263359 QCA::SyncThread::run() + 243
7 QtCore 0x01709c7b QThreadPrivate::start(void*) + 203
8 libSystem.B.dylib 0x96bc9155 _pthread_start + 321
9 libSystem.B.dylib 0x96bc9012 thread_start + 34
Thread 2:
0 libSystem.B.dylib 0x96bcf3ca select$DARWIN_EXTSN$NOCANCEL + 10
1 QtCore 0x017dbf8b QProcessManager::run() + 123
2 QtCore 0x01709c7b QThreadPrivate::start(void*) + 203
3 libSystem.B.dylib 0x96bc9155 _pthread_start + 321
4 libSystem.B.dylib 0x96bc9012 thread_start + 34
Thread 3:
0 libSystem.B.dylib 0x96bcf3ca select$DARWIN_EXTSN$NOCANCEL + 10
1 libglib-2.0.0.dylib 0x1730cbc4 g_poll + 579
2 libglib-2.0.0.dylib 0x172fcf40 g_main_context_poll + 268
3 libglib-2.0.0.dylib 0x172fc2d3 g_main_context_iterate + 1260
4 libglib-2.0.0.dylib 0x172fcb01 g_main_loop_run + 958
5 libgstprovider.dylib 0x144be150 PsiMedia::GstThread::run() + 310
6 QtCore 0x01709c7b QThreadPrivate::start(void*) + 203
7 libSystem.B.dylib 0x96bc9155 _pthread_start + 321
8 libSystem.B.dylib 0x96bc9012 thread_start + 34
Thread 4:
0 libSystem.B.dylib 0x96be76fa select$DARWIN_EXTSN + 10
1 libSystem.B.dylib 0x96bc9155 _pthread_start + 321
2 libSystem.B.dylib 0x96bc9012 thread_start + 34
Thread 5:
0 libSystem.B.dylib 0x96bcf3ca select$DARWIN_EXTSN$NOCANCEL + 10
1 QtCore 0x01828392 QEventDispatcherUNIX::select(int, fd_set*, fd_set*, fd_set*, timeval*) + 194
2 QtCore 0x01828989 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 441
3 QtCore 0x0182998c QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 156
4 QtCore 0x017fb151 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
5 QtCore 0x017fb2fd QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 157
6 QtCore 0x01707a87 QThread::exec() + 87
7 org.psi-im 0x003587e0 XMPP::NetTrackerThread::run() + 202
8 QtCore 0x01709c7b QThreadPrivate::start(void*) + 203
9 libSystem.B.dylib 0x96bc9155 _pthread_start + 321
10 libSystem.B.dylib 0x96bc9012 thread_start + 34
Thread 6:
0 libSystem.B.dylib 0x96b98286 mach_msg_trap + 10
1 libSystem.B.dylib 0x96b9fa7c mach_msg + 72
2 com.apple.CoreFoundation 0x9499404e CFRunLoopRunSpecific + 1790
3 com.apple.CoreFoundation 0x94994c78 CFRunLoopRunInMode + 88
4 com.apple.audio.CoreAudio 0x90fca5f8 HALRunLoop::OwnThread(void*) + 160
5 com.apple.audio.CoreAudio 0x90fca480 CAPThread::Entry(CAPThread*) + 96
6 libSystem.B.dylib 0x96bc9155 _pthread_start + 321
7 libSystem.B.dylib 0x96bc9012 thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0xbfffea7c ebx: 0x00f55661 ecx: 0xbfffe7bc edx: 0x018bd018
edi: 0x1a7102af esi: 0x1a707eb0 ebp: 0xbfffeaa8 esp: 0xbfffea38
ss: 0x0000001f efl: 0x00010216 eip: 0x018bd01a cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x1705c000
Binary Images:
0x1000 - 0x4cdffb +org.psi-im Psi 0.13-devel (0.13-devel) <781719c555c61ddc66afc2c32bfc952e> /Applications/Psi.app/Contents/MacOS/psi
0x763000 - 0x96efe7 +Qt3Support ??? (???) <dc0d70738ea7dc38d407006ae8ce7229> /Applications/Psi.app/Contents/Frameworks/Qt3Support.framework/Versions/4/Qt3Support
0xa4f000 - 0xa7aff5 +QtSql ??? (???) <c11c986509ea6a7e7b48da65f1e5a3a2> /Applications/Psi.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql
0xa91000 - 0xadffff +QtXml ??? (???) <7a0ab57f575b7376c81a24cec7459c95> /Applications/Psi.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
0xb00000 - 0x132bff2 +QtGui ??? (???) <28a36f4923f8c906cd5765b7c5b765d3> /Applications/Psi.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
0x15bc000 - 0x169ffe2 +QtNetwork ??? (???) <270d11fa3cc5ccc6c2f06c199193880e> /Applications/Psi.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
0x16f5000 - 0x18caff3 +QtCore ??? (???) <f2306bb2bf03ae8288abfe911e969bd1> /Applications/Psi.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
0x1962000 - 0x1962fff +com.ksuther.chax.loader ??? (2.2) <f06088dd24fc033db05a0943f2c46917> /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
0x1967000 - 0x1968ffd +com.machangout.Glims ??? (1.0) <b91fb9c0c7087818e2b622e47d002900> /Library/InputManagers/Glims/Glims.bundle/Contents/MacOS/Glims
0x196d000 - 0x1979ffb +com.fsb.SafariBlock ??? (2.2r1) <fe7dd96f3e475128f5b951956f41f1c9> /Library/InputManagers/SafariBlock/SafariBlock.bundle/Contents/MacOS/SafariBlock
0x1c00000 - 0x1e07fef com.apple.RawCamera.bundle 2.0.15 (471) <557c94fbd7c15219746393464a79cf87> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x1fdb000 - 0x1fe2fff +libqgif.dylib ??? (???) <b85f1223e652944dbd65a675d5d4fa7f> /Applications/Psi.app/Contents/Plugins/imageformats/libqgif.dylib
0x141c1000 - 0x141e2ffb +libqjpeg.dylib ??? (???) <b293cda647a09d5efa06461e5389c7b4> /Applications/Psi.app/Contents/Plugins/imageformats/libqjpeg.dylib
0x14364000 - 0x14376fff libTraditionalChineseConverter.dylib ??? (???) <89ec94121ef50601dc538548caae57fc> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x1437a000 - 0x14388feb libSimplifiedChineseConverter.dylib ??? (???) <548d5a699dbe2bb8fcc8275321fdc0d4> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x143e5000 - 0x143e5ff7 +libgstnetbuffer-0.10.0.dylib ??? (???) <3502b7c51aea35303d0f98b744f608dc> /Applications/Psi.app/Contents/Frameworks/libgstnetbuffer-0.10.0.dylib
0x143e9000 - 0x143f3ff7 +libgstrtp-0.10.0.dylib ??? (???) <909016b42d496e7304371d21a8545134> /Applications/Psi.app/Contents/Frameworks/libgstrtp-0.10.0.dylib
0x143ff000 - 0x14419ff7 +libgstaudio-0.10.0.dylib ??? (???) <b68db6b44958df43930003e0c265c27d> /Applications/Psi.app/Contents/Frameworks/libgstaudio-0.10.0.dylib
0x14427000 - 0x14428ffc +libgmodule-2.0.0.dylib ??? (???) /Applications/Psi.app/Contents/Frameworks/libgmodule-2.0.0.dylib
0x1442c000 - 0x1442efff +libgthread-2.0.0.dylib ??? (???) /Applications/Psi.app/Contents/Frameworks/libgthread-2.0.0.dylib
0x14432000 - 0x14439ff3 +libintl.8.dylib ??? (???) <46767c61ca7d0bafaee2db83d53e2f25> /Applications/Psi.app/Contents/Frameworks/libintl.8.dylib
0x14440000 - 0x1444efff +libspeexdsp.1.dylib ??? (???) <527bbdd3982fbec51ad21ca7862947bc> /Applications/Psi.app/Contents/Frameworks/libspeexdsp.1.dylib
0x14455000 - 0x14458ffa +libgstvideo-0.10.0.dylib ??? (???) <153ec40b3f2e90219392134455f009fe> /Applications/Psi.app/Contents/Frameworks/libgstvideo-0.10.0.dylib
0x144a5000 - 0x14512ff3 +libgstprovider.dylib ??? (???) /Applications/Psi.app/Contents/Plugins/libgstprovider.dylib
0x1453e000 - 0x14572fe7 +libgobject-2.0.0.dylib ??? (???) /Applications/Psi.app/Contents/Frameworks/libgobject-2.0.0.dylib
0x14583000 - 0x14589ff0 +libgstinterfaces-0.10.0.dylib ??? (???) <f5508c7ced2920eacb8c821c47a3b03b> /Applications/Psi.app/Contents/Frameworks/libgstinterfaces-0.10.0.dylib
0x1459e000 - 0x1459fff1 +libgstcoreindexers.so ??? (???) <69fb1d90817ccd1f635606f0890f4e6c> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstcoreindexers.so
0x171e3000 - 0x17275fef +libgstreamer-0.10.0.dylib ??? (???) <af8458aafb1b22b32ffd86b7cd31a0cd> /Applications/Psi.app/Contents/Frameworks/libgstreamer-0.10.0.dylib
0x172cc000 - 0x173a1ff7 +libglib-2.0.0.dylib ??? (???) /Applications/Psi.app/Contents/Frameworks/libglib-2.0.0.dylib
0x173c1000 - 0x173edfe7 +libgstbase-0.10.0.dylib ??? (???) <0f087251b56e1f4da359854edc8d3a8f> /Applications/Psi.app/Contents/Frameworks/libgstbase-0.10.0.dylib
0x17401000 - 0x1743cfef +liboil-0.3.0.dylib ??? (???) <baaffba17de4e1fa13cf297c6e4027f7> /Applications/Psi.app/Contents/Frameworks/liboil-0.3.0.dylib
0x174b7000 - 0x17594ff4 +libiconv.2.dylib ??? (???) <0731cde0bec9772fd460a2e005f0214b> /Applications/Psi.app/Contents/Frameworks/libiconv.2.dylib
0x175a9000 - 0x175b6fef +libgstaudioconvert.so ??? (???) <021d9e8d1ff4ad2ce203ec28469ac599> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstaudioconvert.so
0x175c0000 - 0x175cbfff +libgstaudioresample.so ??? (???) <7a2d3c747bbba354a23ec56317eee7ef> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstaudioresample.so
0x175d5000 - 0x175f9ff7 +libgstcoreelements.so ??? (???) <48138a29104b25dec63965aa7c332f1f> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstcoreelements.so
0x1760a000 - 0x17611ffb +libgstdecodebin.so ??? (???) <665309a798b3eed26edf82106178e0b1> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstdecodebin.so
0x17618000 - 0x1761ffef +libgstpbutils-0.10.0.dylib ??? (???) <2cbcbc01252da7a786fd7382519b67ad> /Applications/Psi.app/Contents/Frameworks/libgstpbutils-0.10.0.dylib
0x17626000 - 0x1764dffd +libgstffmpegcolorspace.so ??? (???) <1e9e4c0feda27bd1cfae60b1d61e6258> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstffmpegcolorspace.so
0x17659000 - 0x1767ffe3 +libgstjpeg.so ??? (???) <e2dc4a39e12b2f3692fbf413db496518> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstjpeg.so
0x1768a000 - 0x1768dfff +libgstlevel.so ??? (???) <b3f7da64c0a02f49279f0958318931d7> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstlevel.so
0x17692000 - 0x176abfff +libgstogg.so ??? (???) <d21f96b057ca0094f9dc8b05f700dbbe> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstogg.so
0x176b7000 - 0x176c0fef +libgstriff-0.10.0.dylib ??? (???) <941b2236fff5825bcc6dbaa75bd97d9d> /Applications/Psi.app/Contents/Frameworks/libgstriff-0.10.0.dylib
0x176c5000 - 0x176cefff +libgsttag-0.10.0.dylib ??? (???) <0667db667bfed9bdb3fe4ec6cb88c2d8> /Applications/Psi.app/Contents/Frameworks/libgsttag-0.10.0.dylib
0x176d6000 - 0x176d8fe8 +libogg.0.dylib ??? (???) <1c2154644d0ddf3c43d26a0af079e4bb> /Applications/Psi.app/Contents/Frameworks/libogg.0.dylib
0x176e0000 - 0x17712fff +libgstrtp.so ??? (???) <6785dc35ceb073e2d869c54132f06b82> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstrtp.so
0x1773f000 - 0x17747ffb +libgstspeex.so ??? (???) <01e74b3d40f8861798faaf3208dcab9b> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstspeex.so
0x1774e000 - 0x17761ff2 +libspeex.1.dylib ??? (???) <ed64fbfd6919a53dcbd43a2ca9ec41a6> /Applications/Psi.app/Contents/Frameworks/libspeex.1.dylib
0x1776b000 - 0x17776fff +libgsttheora.so ??? (???) <24642785bb1b89141c9abfa6b9412e3b> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgsttheora.so
0x1777e000 - 0x17793ff3 +libtheoradec.1.dylib ??? (???) /Applications/Psi.app/Contents/Frameworks/libtheoradec.1.dylib
0x17799000 - 0x177cdff6 +libtheoraenc.1.dylib ??? (???) /Applications/Psi.app/Contents/Frameworks/libtheoraenc.1.dylib
0x177d5000 - 0x177e0ff1 +libgsttypefindfunctions.so ??? (???) <bd174cc65ccd0072f018139e9118dd17> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgsttypefindfunctions.so
0x177ee000 - 0x177f2fff +libgstvideorate.so ??? (???) <3ad83ff999d875ce190a9f4e04ba3bdf> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstvideorate.so
0x177f8000 - 0x177ffff7 +libgstvideoscale.so ??? (???) <31860e5cc8aa0ea7f52e387085e161dd> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstvideoscale.so
0x17807000 - 0x17809ff7 +libgstvolume.so ??? (???) <6247e68cca7f37ab8a35aaca2420c484> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstvolume.so
0x1780e000 - 0x17835ff7 +libgstcontroller-0.10.0.dylib ??? (???) <112b0a0448a98a05840277f66fba6934> /Applications/Psi.app/Contents/Frameworks/libgstcontroller-0.10.0.dylib
0x17843000 - 0x1784fff3 +libgstvorbis.so ??? (???) <ea697344fa47a91f974f4b8c0e401da1> /Applications/Psi.app/Contents/Frameworks/gstreamer-0.10/libgstvorbis.so
0x17857000 - 0x1785aff7 +libvorbisenc.2.dylib ??? (???) <b60eb0ceae3f6f60f82ce344798e9655> /Applications/Psi.app/Contents/Frameworks/libvorbisenc.2.dylib
0x1798d000 - 0x179a5ff4 +libvorbis.0.dylib ??? (???) <afc6b639b605ee87727dd4176dde1c84> /Applications/Psi.app/Contents/Frameworks/libvorbis.0.dylib
0x17aa1000 - 0x17b0efff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x18647000 - 0x1864afff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <63c9ef8da77eb8768e03991ec0e413fd> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x18650000 - 0x18655fff com.apple.audio.AppleHDAHALPlugIn 1.6.8 (1.6.8a3) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
0x90044000 - 0x900cbff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
0x900cc000 - 0x900d3ff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x900d4000 - 0x903fafe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9041a000 - 0x90447feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x90448000 - 0x90487fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x90488000 - 0x90b28fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90b90000 - 0x90c1cff7 com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90c1d000 - 0x90c7affb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x90c7b000 - 0x90c7cffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x90c7d000 - 0x90c7dffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x90c7e000 - 0x90cdaff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x90cdb000 - 0x90cdffff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x90e60000 - 0x90e6effd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x90e7f000 - 0x90ed0ff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x90f19000 - 0x90f1efff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x90f1f000 - 0x90f1fffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90f20000 - 0x90facff7 com.apple.LaunchServices 290.3 (290.6) <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x90fad000 - 0x9102afeb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9102b000 - 0x91038fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9106b000 - 0x9147bfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9147c000 - 0x91543ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91544000 - 0x9154bfe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x9154c000 - 0x9155cfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9155d000 - 0x918fafef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x918fb000 - 0x91b77fe7 com.apple.Foundation 6.5.8 (677.24) <aa84b0383891378c348ffa4a94853082> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x91b78000 - 0x91ccaff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x91cdb000 - 0x924d9fef com.apple.AppKit 6.5.7 (949.46) <a80f8cb62f6bdcb3bed3c8675d55881d> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x924da000 - 0x924daffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x924db000 - 0x925bcff7 libxml2.2.dylib ??? (???) <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib
0x925bd000 - 0x93598ff6 com.apple.QuickTimeComponents.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x9359e000 - 0x935b4fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x935b5000 - 0x935ddff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x935de000 - 0x935e4fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x935e5000 - 0x935ecfff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x935ed000 - 0x935f1fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x937a3000 - 0x937ccfff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
0x93932000 - 0x939acff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x939ad000 - 0x93b3cfe7 com.apple.CoreAUC 3.07.3 (3.07.3) <f98585dd6479989bf85beae472aa3656> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x93b49000 - 0x93b6dfeb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
0x93b6e000 - 0x93bacfff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x93bad000 - 0x93bb8fe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x93bb9000 - 0x93c36fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x93cb9000 - 0x93d5cff7 com.apple.QuickTimeImporters.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x94646000 - 0x94920ff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x94921000 - 0x94a54fef com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x94ab7000 - 0x94ac3ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x94ac4000 - 0x94c95ffb com.apple.security 5.0.5 (36371) <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x94c96000 - 0x94cc5fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94cc6000 - 0x94ccdffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x94cce000 - 0x9508cfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9508d000 - 0x9516dfff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x9516e000 - 0x951affe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x951cd000 - 0x95274feb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x95275000 - 0x952a0fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x952a1000 - 0x9532bfe3 com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9537f000 - 0x9539affb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9539b000 - 0x953f5ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x953f6000 - 0x95438fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9546b000 - 0x95553ff3 com.apple.CoreData 100.2 (186.1) <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x95554000 - 0x955e7ff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9590a000 - 0x959bafff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x959f8000 - 0x959f8ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x95a3a000 - 0x95a4affc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x95a4b000 - 0x95a69fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
0x95a6a000 - 0x95a7fffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95a85000 - 0x95abffe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x95ac0000 - 0x95ac0ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x95ac1000 - 0x95f92fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x95f93000 - 0x95f9dfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x95f9e000 - 0x962a6fff com.apple.HIToolbox 1.5.5 (???) <b17766e3d8800a73f534c41f624f5ac4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x962de000 - 0x962defff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x962df000 - 0x962feffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x962ff000 - 0x96358ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x96359000 - 0x96359ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x964e2000 - 0x96561ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x96758000 - 0x96812fe3 com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x96813000 - 0x9694cff7 libicucore.A.dylib ??? (???) <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
0x96980000 - 0x96983fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96984000 - 0x96acaff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x96acb000 - 0x96b96fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96b97000 - 0x96cfeff3 libSystem.B.dylib ??? (???) <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
0x96cff000 - 0x96d92fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x96d93000 - 0x96d93ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x96d94000 - 0x96d94ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x96e6f000 - 0x96ea6fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x96ea7000 - 0x96ecbfff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x9700f000 - 0x97027fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9705d000 - 0x9710fffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
0x97110000 - 0x97204ff4 libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
0x97205000 - 0x972a9fec com.apple.CFNetwork 438.10 (438.12) <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x972aa000 - 0x972acff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x972ad000 - 0x972c5ff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x972c6000 - 0x9730ffef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9737e000 - 0x97387fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x97388000 - 0x9738afff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x974b8000 - 0x974c4ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x974c5000 - 0x974cdfff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <7b0248c392848338f5d6ed093313eeef> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <51586b8d9ef39123fbe6918f12d8285f> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xc0000000 - 0xc0008fff +com.growl.growlframework 1.1.4 (1.1.4) <e42fe97093035d2485b764ccf9a15d70> /Applications/Psi.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
- FS#980 - Psi 12.1 crashed on FreeBSD 7.0 Expand Collapse
-
Crash occured while exporting history to file.
#0 0x29a38296 in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7
#1 0x29a3b53a in malloc () from /lib/libc.so.7
#2 0x29973187 in operator new () from /usr/lib/libstdc++.so.6
#3 0x2997313d in operator new[] () from /usr/lib/libstdc++.so.6
#4 0x2959e3f9 in QHashData::rehash () from /usr/local/lib/qt4/libQtCore.so.4
#5 0x289f3d2e in QDomNamedNodeMapPrivate::setNamedItem () from /usr/local/lib/qt4/libQtXml.so.4
#6 0x289f3fb9 in QDomElementPrivate::setAttribute () from /usr/local/lib/qt4/libQtXml.so.4
#7 0x289f42f1 in QDomElement::setAttribute () from /usr/local/lib/qt4/libQtXml.so.4
#8 0x0814cd6b in QXmlAttributes::~QXmlAttributes ()
#9 0x0814cdcf in QXmlAttributes::~QXmlAttributes ()
#10 0x0814e27f in QXmlAttributes::~QXmlAttributes ()
#11 0x084105e3 in QList<QTreeWidgetItem*>::~QList ()
#12 0x29662fec in QMetaObject::activate () from /usr/local/lib/qt4/libQtCore.so.4
#13 0x29663422 in QMetaObject::activate () from /usr/local/lib/qt4/libQtCore.so.4
#14 0x08410c69 in QList<QTreeWidgetItem*>::~QList ()
#15 0x08410935 in QList<QTreeWidgetItem*>::~QList ()
#16 0x29662fec in QMetaObject::activate () from /usr/local/lib/qt4/libQtCore.so.4
#17 0x29663422 in QMetaObject::activate () from /usr/local/lib/qt4/libQtCore.so.4
#18 0x2966b567 in QSingleShotTimer::timeout () from /usr/local/lib/qt4/libQtCore.so.4
#19 0x2966b68c in QSingleShotTimer::timerEvent () from /usr/local/lib/qt4/libQtCore.so.4
#20 0x29661e94 in QObject::event () from /usr/local/lib/qt4/libQtCore.so.4
#21 0x28bdb47c in QApplicationPrivate::notify_helper () from /usr/local/lib/qt4/libQtGui.so.4
#22 0x28be1e3e in QApplication::notify () from /usr/local/lib/qt4/libQtGui.so.4
#23 0x082fed83 in Q3ListView::removeItem ()
#24 0x29652a19 in QCoreApplication::notifyInternal () from /usr/local/lib/qt4/libQtCore.so.4
#25 0x2967b728 in QTimerInfoList::activateTimers () from /usr/local/lib/qt4/libQtCore.so.4
#26 0x296793d0 in timerSourceDispatch () from /usr/local/lib/qt4/libQtCore.so.4
#27 0x29741439 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0
#28 0x2974467e in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0
#29 0x29744b7c in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0
#30 0x29679a5e in QEventDispatcherGlib::processEvents () from /usr/local/lib/qt4/libQtCore.so.4
#31 0x28c605b5 in QGuiEventDispatcherGlib::processEvents () from /usr/local/lib/qt4/libQtGui.so.4
#32 0x29651b93 in QEventLoop::processEvents () from /usr/local/lib/qt4/libQtCore.so.4
#33 0x29651d21 in QEventLoop::exec () from /usr/local/lib/qt4/libQtCore.so.4
#34 0x29653f0a in QCoreApplication::exec () from /usr/local/lib/qt4/libQtCore.so.4
#35 0x28bdaa17 in QApplication::exec () from /usr/local/lib/qt4/libQtGui.so.4
#36 0x084049ab in QList<QTreeWidgetItem*>::~QList ()
#37 0x0807ffa9 in ?? ()
#38 0x00000001 in ?? ()
#39 0xbfbfe8a8 in ?? ()
#40 0xbfbfe8b0 in ?? ()
#41 0x00000000 in ?? ()
#42 0x284d0650 in dlclose () from /libexec/ld-elf.so.1
#43 0x00000001 in ?? ()
Text Version