Project

General

Profile

Bug #372

client crash due to invalid _selectingItem ptr

Added by EgS over 15 years ago. Updated about 15 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
Quassel GUI (Qt)
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Version:
0.13.1
OS:
Any

Description

The removal of items from the ChatScene can leave an invalid _selectingItem ptr.

It would be easily to fix this by setting _selectingItem = 0; when the affected item is deleted, but I don't feel good about that fix since I found this in the code:

if(!_selectingItem) {
qWarning() << "WARNING: ChatScene::updateSelection() has a null _selectingItem, this should never happen! Please report.";
return;
}

Sput: you're the expert on selections, so I'm assigning this to you.
The only place that can trigger this is the "delete *lineIter;" in ChatScene::rowsAboutToBeRemoved(...);

Additional information:

Process: Quassel Client [31284]
Path: /Users/marcus/Desktop/Quassel Client.app/Contents/MacOS/Quassel Client
Identifier: org.quassel-irc.client
Version: 0.3.0 (0.3.0)
Code Type: X86 (Native)
Parent Process: launchd [89]

Date/Time: 2008-10-28 00:49:12.872 +0100
OS Version: Mac OS X 10.5.5 (9F33)
Report Version: 6

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000240489c4
Crashed Thread: 0

Thread 0 Crashed:
0 QtGui 0x00f3c3da QGraphicsScene::itemUpdated(QGraphicsItem*, QRectF const&) + 42
1 QtGui 0x00f22a31 QGraphicsItem::update(QRectF const&) + 673
2 org.quassel-irc.client 0x0000b739 ChatItem::clearSelection() + 45
3 org.quassel-irc.client 0x00015cf4 ChatScene::setSelectingItem(ChatItem*) + 30
4 org.quassel-irc.client 0x0000c9e6 ChatItem::mousePressEvent(QGraphicsSceneMouseEvent*) + 80
5 org.quassel-irc.client 0x0000caa5 ContentsChatItem::mousePressEvent(QGraphicsSceneMouseEvent*) + 39
6 QtGui 0x00f1f7fd QGraphicsItem::sceneEvent(QEvent*) + 1069
7 QtGui 0x00f3789c QGraphicsScenePrivate::sendEvent(QGraphicsItem*, QEvent*) + 92
8 QtGui 0x00f3abf7 QGraphicsScenePrivate::sendMouseEvent(QGraphicsSceneMouseEvent*) + 1175
9 QtGui 0x00f42a22 QGraphicsScenePrivate::mousePressEventHandler(QGraphicsSceneMouseEvent*) + 1602
10 org.quassel-irc.client 0x000173d4 ChatScene::mousePressEvent(QGraphicsSceneMouseEvent*) + 242
11 QtGui 0x00f47943 QGraphicsScene::event(QEvent*) + 1603
12 QtGui 0x0099fe3f QApplicationPrivate::notify_helper(QObject*, QEvent*) + 191
13 QtGui 0x009a1b1c QApplication::notify(QObject*, QEvent*) + 204
14 QtCore 0x004dfa21 QCoreApplication::notifyInternal(QObject*, QEvent*) + 145
15 QtGui 0x00f5af6b QGraphicsView::mousePressEvent(QMouseEvent*) + 715
16 QtGui 0x009e2b66 QWidget::event(QEvent*) + 3238
17 QtGui 0x00d4e3c5 QFrame::event(QEvent*) + 37
18 QtGui 0x00dd470f QAbstractScrollArea::viewportEvent(QEvent*) + 447
19 QtGui 0x00f59d62 QGraphicsView::viewportEvent(QEvent*) + 114
20 QtGui 0x00dd76f5 QAbstractScrollAreaFilter::eventFilter(QObject*, QEvent*) + 53
21 QtCore 0x004dfc77 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 151
22 QtGui 0x0099fe16 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 150
23 QtGui 0x009a1f3d QApplication::notify(QObject*, QEvent*) + 1261
24 QtCore 0x004dfa21 QCoreApplication::notifyInternal(QObject*, QEvent*) + 145
25 QtGui 0x009f324b QApplicationPrivate::globalEventProcessor(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 5771
26 com.apple.HIToolbox 0x94386303 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
27 com.apple.HIToolbox 0x9438573d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
28 com.apple.HIToolbox 0x943a2092 SendEventToEventTarget + 52
29 QtGui 0x00a0f411 QWidgetPrivate::qt_window_event(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1409
30 com.apple.HIToolbox 0x94386303 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
31 com.apple.HIToolbox 0x9438573d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
32 com.apple.HIToolbox 0x943a2092 SendEventToEventTarget + 52
33 com.apple.HIToolbox 0x943b4268 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1208
34 com.apple.HIToolbox 0x943866bc DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2134
35 com.apple.HIToolbox 0x9438573d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
36 com.apple.HIToolbox 0x943a2092 SendEventToEventTarget + 52
37 QtGui 0x009ee131 qt_mac_send_event(QFlags<QEventLoop::ProcessEventsFlag>, OpaqueEventRef*, OpaqueWindowPtr*) + 97
38 QtGui 0x009fc692 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 658
39 QtCore 0x004df0e1 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
40 QtCore 0x004df1ad QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 157
41 QtCore 0x004e2ef1 QCoreApplication::exec() + 161
42 org.quassel-irc.client 0x0000393e main + 380
43 org.quassel-irc.client 0x00003796 start + 54

Thread 1:
0 libSystem.B.dylib 0x9041d4ee semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x9044f866 _pthread_cond_wait + 1267
2 libSystem.B.dylib 0x90495371 pthread_cond_wait + 48
3 QtCore 0x003f7256 QWaitCondition::wait(QMutex*, unsigned long) + 278
4 QtNetwork 0x0066cf24 QHostInfoAgent::run() + 548
5 QtCore 0x003f5e5f QThreadPrivate::start(void*) + 191
6 libSystem.B.dylib 0x9044e6f5 _pthread_start + 321
7 libSystem.B.dylib 0x9044e5b2 thread_start + 34

Thread 2:
0 libSystem.B.dylib 0x9046d5e2 select$DARWIN_EXTSN + 10
1 libSystem.B.dylib 0x9044e6f5 _pthread_start + 321
2 libSystem.B.dylib 0x9044e5b2 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x24048988 ebx: 0x00f3c3cd ecx: 0x00000000 edx: 0x240489c4
edi: 0xbfffd9d0 esi: 0xbfffde00 ebp: 0xbfffdce8 esp: 0xbfffd960
ss: 0x0000001f efl: 0x00010286 eip: 0x00f3c3da cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x240489c4

Binary Images:
0x1000 - 0x2f7ff7 org.quassel-irc.client 0.3.0 (0.3.0) /Users/marcus/Desktop/Quassel Client.app/Contents/MacOS/Quassel Client
0x3e2000 - 0x59dff3 +QtCore ? (?) <22d0a5aeebd15a0bd40598a5a047ed98> /Developer/Trolltech/Qt-4.4.1_x86_Leopard/lib/QtCore.framework/Versions/4/QtCore
0x61d000 - 0x6e7ff2 +QtNetwork ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/lib/QtNetwork.framework/Versions/4/QtNetwork
0x98f000 - 0x10c5fef +QtGui ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/lib/QtGui.framework/Versions/4/QtGui
0x131e000 - 0x1aabfe2 +QtWebKit ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/lib/QtWebKit.framework/Versions/4/QtWebKit
0xda58000 - 0xda5ffff +libqgif.dylib ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/plugins/imageformats/libqgif.dylib
0xda64000 - 0xda6bfff +libqico.dylib ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/plugins/imageformats/libqico.dylib
0xda71000 - 0xda92feb +libqjpeg.dylib ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/plugins/imageformats/libqjpeg.dylib
0xda9a000 - 0xdae2fe7 +libqmng.dylib ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/plugins/imageformats/libqmng.dylib
0xdaf2000 - 0xdaf8fff +libqsvg.dylib ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/plugins/imageformats/libqsvg.dylib
0xdafd000 - 0xdb3aff5 +QtSvg ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/lib/QtSvg.framework/Versions/4/QtSvg
0xdb58000 - 0xdba6fff +QtXml ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/lib/QtXml.framework/Versions/4/QtXml
0xdbc7000 - 0xdc10ff7 +libqtiff.dylib ? (?) <ad1575dc56c1055a80ddf017aa3a772f> /Developer/Trolltech/Qt-4.4.1_x86_Leopard/plugins/imageformats/libqtiff.dylib
0xde62000 - 0xe032fff com.apple.RawCamera.bundle 2.0.9 (2.0.9) <5abad5816603201792f59c4f9715ebe4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0xfaf3000 - 0xfaf8fff com.apple.DictionaryServiceComponent 1.1 (1.1) <8edc1180f52db18e9ddfb4e95debe61b> /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
0xfcc9000 - 0xfcebffb +libqcncodecs.dylib ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/plugins/codecs/libqcncodecs.dylib
0xfe8e000 - 0xfeb6ff1 +libqjpcodecs.dylib ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/plugins/codecs/libqjpcodecs.dylib
0xfec0000 - 0xfed3feb +libqkrcodecs.dylib ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/plugins/codecs/libqkrcodecs.dylib
0xfed8000 - 0xfefeffb +libqtwcodecs.dylib ? (?) /Developer/Trolltech/Qt-4.4.1_x86_Leopard/plugins/codecs/libqtwcodecs.dylib
0x8fe00000 - 0x8fe2da53 dyld 96.2 (?) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld
0x90004000 - 0x9007eff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9007f000 - 0x90086fe9 libgcc_s.1.dylib ?
(?) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x90087000 - 0x900c1fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x900c2000 - 0x900edfe7 libauto.dylib ?
(?) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x900ee000 - 0x900f9fe7 libCSync.A.dylib ?
(?) <86d2f2e167ba6f74f45a186f5c7f8980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x900fa000 - 0x901aafff edu.mit.Kerberos 6.0.12 (6.0.12) <da7253e3fb7e47e46cb46d47ed320ffc> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x90215000 - 0x90299fe3 com.apple.CFNetwork 339.5 (339.5) <c6565c13b0356e1d4bb99a68398d558b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x902b9000 - 0x902c5ffe libGL.dylib ?
(?) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x902c6000 - 0x902cafff libGIF.dylib ?
(?) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x902cb000 - 0x902cbffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x902cc000 - 0x9030efef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9034f000 - 0x9035dffd libz.1.dylib ?
(?) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x9041c000 - 0x9057cff3 libSystem.B.dylib ?
(?) <a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib
0x9058d000 - 0x90614ff7 libsqlite3.0.dylib ?
(?) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x90615000 - 0x90a25fef libBLAS.dylib ?
(?) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x90a26000 - 0x90a33fe7 com.apple.opengl 1.5.7 (1.5.7) <db835aeb1ffca9f5b5647dd0829a5b2c> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x90d57000 - 0x90e37fff libobjc.A.dylib ?
(?) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x91489000 - 0x91704fe7 com.apple.Foundation 6.5.6 (677.21) <5cfa0aa8b9b43193955d601ba6c2591a> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x91705000 - 0x91bd6f3e libGLProgrammability.dylib ?
(?) <fe1a33d4919c121aab831ad516da6a89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x91bd7000 - 0x91be0fff 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
0x91c30000 - 0x91c8aff7 com.apple.CoreText 2.0.3 (
?) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x91c8b000 - 0x91e59fff com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x930bc000 - 0x930ccffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x930cd000 - 0x9310efe7 libRIP.A.dylib ? (?) <1f09316e876fe813271bdfb9eb5b229e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x93176000 - 0x931f5ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x931f6000 - 0x93273fef libvMisc.dylib ? (?) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x933fa000 - 0x934b4fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x934cd000 - 0x93557fe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x93558000 - 0x9355fffe libbsm.dylib ? (?) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x93560000 - 0x9357efff libresolv.9.dylib ? (?) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
0x935b9000 - 0x935d8ffa libJPEG.dylib ? (?) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x935d9000 - 0x93618fef libTIFF.dylib ? (?) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x93619000 - 0x938f3ff3 com.apple.CoreServices.CarbonCore 786.6 (786.6) <5682aae1e2cf5ae750d5a4dea98c084c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x93a8d000 - 0x93b09feb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x93b1e000 - 0x93b67fef com.apple.Metadata 10.5.2 (398.22) <a6b676925dd832780daf991e79adfebd> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x93b68000 - 0x94365fef com.apple.AppKit 6.5.3 (949.34) <4c7af9b12c894d4a528fda29377f143b> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94366000 - 0x9437cfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9437d000 - 0x9437effc libffi.dylib ? (?) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x9437f000 - 0x94686fff com.apple.HIToolbox 1.5.4 (?) <5e2af960b53059c648af4adb99471032> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x94687000 - 0x947abfe3 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x947ac000 - 0x947d0feb libssl.0.9.7.dylib ?
(?) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
0x947d1000 - 0x947d3fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x94847000 - 0x94857fff 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
0x94858000 - 0x94858ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x94859000 - 0x94c17fea libLAPACK.dylib ?
(?) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x94dcb000 - 0x94dd5feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x94dd6000 - 0x94dfafff libxslt.1.dylib ?
(?) <ea5c8d349a3934ecc2b936f9cdfaba04> /usr/lib/libxslt.1.dylib
0x94dfb000 - 0x94f2dfff com.apple.CoreFoundation 6.5.4 (476.15) <e2869ad6dc1dd289f21b305b0bea9158> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x94f2e000 - 0x94f2eff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x94f2f000 - 0x94f8bff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x94f9a000 - 0x95337fe7 com.apple.QuartzCore 1.5.5 (1.5.5) <82435993614a3fff1236be18f82188bf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x95345000 - 0x95426ff7 libxml2.2.dylib ?
(?) <1baef3d4972ee789d8fa6c1fa44da45c> /usr/lib/libxml2.2.dylib
0x95427000 - 0x9543dfe7 com.apple.CoreVideo 1.5.1 (1.5.1) <001910004257f1386724398f584b30b5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9543e000 - 0x95445ff7 libCGATS.A.dylib ?
(?) <973c01cc14f3d673270e269ccfaec660> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x95607000 - 0x9560ffff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x95610000 - 0x95610ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x956c0000 - 0x9571dffb libstdc
+.6.dylib ? (?) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x9571e000 - 0x95864ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95865000 - 0x9586bfff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9586c000 - 0x9589bfe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9589c000 - 0x9592ffff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x95930000 - 0x95a15ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x95a1c000 - 0x95aafff3 com.apple.ApplicationServices.ATS 3.4 (
?) <a96cd91dabc68545183c11de8f92c7e4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x95ac2000 - 0x95b8dfff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x95bac000 - 0x95bc4fff com.apple.openscripting 1.2.8 (?) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x95bc5000 - 0x95c51ff7 com.apple.LaunchServices 290 (290) <61af37aac50984d220dd176f777e3b72> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x95c52000 - 0x95c52fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x95c68000 - 0x95d2fff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x95f99000 - 0x95fadff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95fae000 - 0x95fd6ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x95fd7000 - 0x96004feb libvDSP.dylib ?
(?) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x96005000 - 0x9602dfff libcups.2.dylib ?
(?) <1031ca5b692b80a9568e57a342b60157> /usr/lib/libcups.2.dylib
0x9602e000 - 0x96049ffb libPng.dylib ?
(?) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9604a000 - 0x96182ff7 libicucore.A.dylib ?
(?) <3d8fdaf51c2664ab620f1688203caf26> /usr/lib/libicucore.A.dylib
0x96183000 - 0x9618fff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x96203000 - 0x9689ffff com.apple.CoreGraphics 1.351.33 (
?) <481a77e81d9e53589a05e80cfa90bbb5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x968e5000 - 0x9698cfeb com.apple.QD 3.11.54 (?) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9698d000 - 0x969cbfff libGLImage.dylib ?
(?) <f0fe2252f6b1ca341bc7837fe2dcf11a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x969d5000 - 0x96a0cfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x96a0d000 - 0x96a5dff7 com.apple.HIServices 1.7.0 (
?) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x96a5e000 - 0x96b10ffb libcrypto.0.9.7.dylib ? (?) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
0x96b42000 - 0x96b42ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x96b43000 - 0x96b45ff5 libRadiance.dylib ? (?) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x96d22000 - 0x96d27fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x96d28000 - 0x96d2cfff libmathCommon.A.dylib ? (?) /usr/lib/system/libmathCommon.A.dylib
0x96d2d000 - 0x96d2dffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x96d2e000 - 0x96e22ff4 libiconv.2.dylib ? (?) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
0x96e40000 - 0x96e99ff7 libGLU.dylib ? (?) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x96f25000 - 0x96f25ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x96ffd000 - 0x97088fff com.apple.framework.IOKit 1.5.1 (?) <324526f69e1443f2f9fb722cc88a23ec> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x97089000 - 0x9708cfff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0xfffe8000 - 0xfffebfff libobjc.A.dylib ?
(?) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ?
(???) /usr/lib/libSystem.B.dylib


Related issues

Has duplicate Quassel IRC - Bug #329: Random crashResolved

Associated revisions

Revision 0c4d5e39 (diff)
Added by Manuel Nickschas over 15 years ago

Handle selections properly on insertion and removal of ChatLines

This should fix BR #372.

Also available in: Atom PDF