Hi Eike:

I thought so as well, but sent it anyway to see if you guys could
disentangle it. I don't have any idea why it happened, but can sort of
describe the conditions prior to the crash. I had a project opened with
three active sessions. Then I decided to open another project and work
on something else, so I close all projects, and opened the new one.
After that I realized that I had the three sessions still opened, so I
tried to closed the one to the very right (maybe it matters, I don't
know) by clicking on the close icon: it froze for a while (quite a
while, and then crashed).

I haven't tried to reproduce it, but will watch for it.

My apologies if the trace didn't help much.

Thank you,
Victor

PS:

I compiled the application from the source code cloned and updated from
the git repository: much smaller that way.

PS:

The astyle utility now has the formatting option that I mentioned once,
called Horstmann style:

int foo(...)
{..code
...code
...code
}

you would have to get the source code from their subversion repository,
as they added this new option (--style=horstmann or -A9) fairly
recently. Just in case you have interest in reformatting some code, and
not wasting your time doing it manually...

Eike Ziller wrote:
> Hi Victor,
> 
> can you reproduce that crash in any way, or did it just happen so.  
> Because unfortunately the backtrace of this crash is not quite helpful  
> in itself.
> 
> Regards, Eike
> 
> On Aug 24, 2009, at 11:26 PM, ext Victor Sardina wrote:
> 
>> Hello:
>>
>> This time just a crash report under Mac OS X.
>>
>> Thank you,
>> Victor
>>
>> =====================================================================
>> Process:         QtCreator [369]
>> Path:            /Applications/QtCreator.app/Contents/MacOS/QtCreator
>> Identifier:      com.nokia.qtcreator
>> Version:         1.2.80 (1.2.80)
>> Code Type:       X86 (Native)
>> Parent Process:  launchd [146]
>>
>> Interval Since Last Report:          231365 sec
>> Crashes Since Last Report:           3
>> Per-App Interval Since Last Report:  227582 sec
>> Per-App Crashes Since Last Report:   1
>>
>> Date/Time:       2009-08-24 11:20:44.110 -1000
>> OS Version:      Mac OS X 10.5.8 (9L30)
>> Report Version:  6
>> Anonymous UUID:  13A7E8F9-E0EA-461B-8A9A-0DAF5603F1A3
>>
>> Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
>> Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c81a9ddf
>> Crashed Thread:  0
>>
>> Thread 0 Crashed:
>> 0   libobjc.A.dylib                     0x96443688 objc_msgSend + 24
>> 1   QtGui                               0x00aa69a2 -[QCocoaWindow  
>> sendEvent:]
>> + 194
>> 2   com.apple.AppKit                    0x96bf86a5 -[NSApplication
>> sendEvent:] + 2939
>> 3   com.apple.AppKit                    0x96b55fe7 -[NSApplication  
>> run] + 867
>> 4   QtGui                               0x00ab0671
>> QEventDispatcherMac 
>> ::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
>> + 1265
>> 5   QtCore                              0x003761b1
>> QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
>> 6   QtCore                              0x0037637d
>> QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 189
>> 7   QtCore                              0x00379e9e  
>> QCoreApplication::exec() + 174
>> 8   com.nokia.qtcreator                 0x0000c45e main + 6890  
>> (main.cpp:313)
>> 9   com.nokia.qtcreator                 0x000070b3 _start + 209
>> 10  com.nokia.qtcreator                 0x00006fe1 start + 41
>>
>> Thread 1:
>> 0   libSystem.B.dylib                   0x949a86fa select 
>> $DARWIN_EXTSN + 10
>> 1   libSystem.B.dylib                   0x9498a155 _pthread_start +  
>> 321
>> 2   libSystem.B.dylib                   0x9498a012 thread_start + 34
>>
>> Thread 2:
>> 0   libSystem.B.dylib                   0x949a86fa select 
>> $DARWIN_EXTSN + 10
>> 1   QtCore                              0x002855bf
>> QThreadPrivate::start(void*) + 191
>> 2   libSystem.B.dylib                   0x9498a155 _pthread_start +  
>> 321
>> 3   libSystem.B.dylib                   0x9498a012 thread_start + 34
>>
>> Thread 3:
>> 0   libSystem.B.dylib                   0x9496046e __semwait_signal  
>> + 10
>> 1   libSystem.B.dylib                   0x9498adcd pthread_cond_wait 
>> $UNIX2003
>> + 73
>> 2   QtCore                              0x002869f6
>> QWaitCondition::wait(QMutex*, unsigned long) + 278
>> 3   QtNetwork                           0x00194df6  
>> QHostInfoAgent::run() + 566
>> 4   QtCore                              0x002855bf
>> QThreadPrivate::start(void*) + 191
>> 5   libSystem.B.dylib                   0x9498a155 _pthread_start +  
>> 321
>> 6   libSystem.B.dylib                   0x9498a012 thread_start + 34
>>
>> Thread 4:
>> 0   libSystem.B.dylib                   0x94959286 mach_msg_trap + 10
>> 1   libSystem.B.dylib                   0x94960a7c mach_msg + 72
>> 2   com.apple.CoreFoundation            0x9536ee7e  
>> CFRunLoopRunSpecific + 1790
>> 3   com.apple.CoreFoundation            0x9536fb04 CFRunLoopRun + 84
>> 4   com.apple.DesktopServices           0x95242e17
>> TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
>> 5   ...ple.CoreServices.CarbonCore      0x9100c057  
>> PrivateMPEntryPoint + 56
>> 6   libSystem.B.dylib                   0x9498a155 _pthread_start +  
>> 321
>> 7   libSystem.B.dylib                   0x9498a012 thread_start + 34
>>
>> Thread 5:
>> 0   libSystem.B.dylib                   0x94959286 mach_msg_trap + 10
>> 1   libSystem.B.dylib                   0x94960a7c mach_msg + 72
>> 2   com.apple.CoreFoundation            0x9536ee7e  
>> CFRunLoopRunSpecific + 1790
>> 3   com.apple.CoreFoundation            0x9536fb04 CFRunLoopRun + 84
>> 4   com.apple.DesktopServices           0x95242f90
>> TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
>> 5   ...ple.CoreServices.CarbonCore      0x9100c057  
>> PrivateMPEntryPoint + 56
>> 6   libSystem.B.dylib                   0x9498a155 _pthread_start +  
>> 321
>> 7   libSystem.B.dylib                   0x9498a012 thread_start + 34
>>
>> Thread 6:
>> 0   libSystem.B.dylib                   0x9496046e __semwait_signal  
>> + 10
>> 1   libSystem.B.dylib                   0x9498adcd pthread_cond_wait 
>> $UNIX2003
>> + 73
>> 2   ...ple.CoreServices.CarbonCore      0x9100de83 TSWaitOnCondition  
>> + 126
>> 3   ...ple.CoreServices.CarbonCore      0x90fecd6a
>> TSWaitOnConditionTimedRelative + 202
>> 4   ...ple.CoreServices.CarbonCore      0x9100db00 MPWaitOnQueue + 208
>> 5   com.apple.DesktopServices           0x9524df72
>> TNodeSyncTask::SyncTaskProc(void*) + 84
>> 6   ...ple.CoreServices.CarbonCore      0x9100c057  
>> PrivateMPEntryPoint + 56
>> 7   libSystem.B.dylib                   0x9498a155 _pthread_start +  
>> 321
>> 8   libSystem.B.dylib                   0x9498a012 thread_start + 34
>>
>> Thread 7:
>> 0   libSystem.B.dylib                   0x949899c6 kevent + 10
>> 1   libSystem.B.dylib                   0x9498a155 _pthread_start +  
>> 321
>> 2   libSystem.B.dylib                   0x9498a012 thread_start + 34
>>
>> Thread 8:
>> 0   libSystem.B.dylib                   0x949592e6
>> semaphore_timedwait_signal_trap + 10
>> 1   libSystem.B.dylib                   0x9498b2af  
>> _pthread_cond_wait + 1244
>> 2   libSystem.B.dylib                   0x9498cb33
>> pthread_cond_timedwait_relative_np + 47
>> 3   com.apple.Foundation                0x96201dbc -[NSCondition
>> waitUntilDate:] + 236
>> 4   com.apple.Foundation                0x96201bd0 -[NSConditionLock
>> lockWhenCondition:beforeDate:] + 144
>> 5   com.apple.Foundation                0x96201b35 -[NSConditionLock
>> lockWhenCondition:] + 69
>> 6   com.apple.AppKit                    0x96bc36e8 -[NSUIHeartBeat
>> _heartBeatThread:] + 753
>> 7   com.apple.Foundation                0x961bbdfd -[NSThread main]  
>> + 45
>> 8   com.apple.Foundation                0x961bb9a4  
>> __NSThread__main__ + 308
>> 9   libSystem.B.dylib                   0x9498a155 _pthread_start +  
>> 321
>> 10  libSystem.B.dylib                   0x9498a012 thread_start + 34
>>
>> Thread 9:
>> 0   libSystem.B.dylib                   0x949592e6
>> semaphore_timedwait_signal_trap + 10
>> 1   libSystem.B.dylib                   0x9498b2af  
>> _pthread_cond_wait + 1244
>> 2   libSystem.B.dylib                   0x9498cb33
>> pthread_cond_timedwait_relative_np + 47
>> 3   ...ple.CoreServices.CarbonCore      0x90fecd96
>> TSWaitOnConditionTimedRelative + 246
>> 4   ...ple.CoreServices.CarbonCore      0x9100db00 MPWaitOnQueue + 208
>> 5   com.apple.DesktopServices           0x9524febc
>> TFolderSizeTask::FolderSizeTaskProc(void*) + 104
>> 6   ...ple.CoreServices.CarbonCore      0x9100c057  
>> PrivateMPEntryPoint + 56
>> 7   libSystem.B.dylib                   0x9498a155 _pthread_start +  
>> 321
>> 8   libSystem.B.dylib                   0x9498a012 thread_start + 34
>>
>> Thread 10:
>> 0   libSystem.B.dylib                   0x949592e6
>> semaphore_timedwait_signal_trap + 10
>> 1   libSystem.B.dylib                   0x9498b2af  
>> _pthread_cond_wait + 1244
>> 2   libSystem.B.dylib                   0x9498cb33
>> pthread_cond_timedwait_relative_np + 47
>> 3   ...ple.CoreServices.CarbonCore      0x90fecd96
>> TSWaitOnConditionTimedRelative + 246
>> 4   ...ple.CoreServices.CarbonCore      0x9100db00 MPWaitOnQueue + 208
>> 5   com.apple.DesktopServices           0x9524febc
>> TFolderSizeTask::FolderSizeTaskProc(void*) + 104
>> 6   ...ple.CoreServices.CarbonCore      0x9100c057  
>> PrivateMPEntryPoint + 56
>> 7   libSystem.B.dylib                   0x9498a155 _pthread_start +  
>> 321
>> 8   libSystem.B.dylib                   0x9498a012 thread_start + 34
>>
>> Thread 0 crashed with X86 Thread State (32-bit):
>>  eax: 0x20698010  ebx: 0x96c2a5fd  ecx: 0x964f8a0c  edx: 0xc81a9dbf
>>  edi: 0x00000000  esi: 0x00000002  ebp: 0xbffff2a8  esp: 0xbffff178
>>   ss: 0x0000001f  efl: 0x00010202  eip: 0x96443688   cs: 0x00000017
>>   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
>>  cr2: 0xc81a9ddf
>>
>> Binary Images:
>>    0x1000 -     0xfff7 +com.nokia.qtcreator 1.2.80 (1.2.80)
>> <18e0609e9793789e5d922b4b44e8bb9b>
>> /Applications/QtCreator.app/Contents/MacOS/QtCreator
>>   0x46000 -    0x67ff2 +libExtensionSystem_debug.1.0.0.dylib ??? (???)
>> <35f04650a27a192fd0b76a8a8dd0d3c8>
>> /Applications/QtCreator.app/Contents/PlugIns/ 
>> libExtensionSystem_debug.1.0.0.dylib
>>   0x8c000 -    0x94fe7 +libAggregation_debug.1.0.0.dylib ??? (???)
>> <cd34d35a3713f5b5082fd14a71b27c5e>
>> /Applications/QtCreator.app/Contents/PlugIns/libAggregation_debug. 
>> 1.0.0.dylib
>>   0x9c000 -    0xb0ff8 +QtTest ??? (???)
>> <b7e1d24462e5a48b90111a1726880fe9>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtTest.framework/Versions/4/QtTest
>>  0x139000 -   0x219ff2 +QtNetwork ??? (???)
>> <183b890164fabc4911d8ba5ad72fb815>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtNetwork.framework/Versions/4/ 
>> QtNetwork
>>  0x272000 -   0x443ff3 +QtCore ??? (???)
>> <25cb8d2c27e0c9906c18e6be92b88060>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtCore.framework/Versions/4/QtCore
>>  0x63f000 -   0x68cfea +libUtils_debug.1.0.0.dylib ??? (???)
>> <0eb0c3f4af464d3ee2fceebdd046cf64>
>> /Applications/QtCreator.app/Contents/PlugIns/libUtils_debug. 
>> 1.0.0.dylib
>>  0x6ed000 -   0x72fff7 +QtSvg ??? (???)
>> <55fcb1962efb82b883c47d781d246795>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtSvg.framework/Versions/4/QtSvg
>>  0x74f000 -   0x782ff5 +QtSql ??? (???)
>> <08d93c678bcb1eec3a7432b90b768187>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtSql.framework/Versions/4/QtSql
>>  0xa7d000 -  0x125eff2 +QtGui ??? (???)
>> <3b4f63819de0e3dbb52a489b2aa61835>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtGui.framework/Versions/4/QtGui
>> 0x14fa000 -  0x160dff6 +libCore_debug.dylib ??? (???)
>> <625ca67923feb7dc40ef11addb84d59d>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libCore_debug.dylib
>> 0x1734000 -  0x1782fff +QtXml ??? (???)
>> <ada13dacf3ba176601bc1cc6d633d0a0>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtXml.framework/Versions/4/QtXml
>> 0x17ae000 -  0x17b4fff +libqgif.dylib ??? (???)
>> <64189bac3cec1c1b081967ff774bfea3>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/imageformats/libqgif.dylib
>> 0x17b9000 -  0x17c0fff +libqico.dylib ??? (???)
>> <b37c7ad26a479e009c09ec101eab2806>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/imageformats/libqico.dylib
>> 0x17c6000 -  0x17e7ffb +libqjpeg.dylib ??? (???)
>> <ca67924096b3ed20d35a44bb01918f7c>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/imageformats/libqjpeg.dylib
>> 0x17ef000 -  0x17f4fff +libqsvg.dylib ??? (???)
>> <91e5d7ff41985fd801e9ba48df294f7c>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/imageformats/libqsvg.dylib
>> 0x14e73000 - 0x14f8ffe2 +QtScript ??? (???)
>> <5dae7ca502b6cfd65be32f3a7719e444>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtScript.framework/Versions/4/ 
>> QtScript
>> 0x14fe2000 - 0x15021ff7 +libmysqlclient_r.15.dylib ??? (???)
>> <a371b277334fc167c18080893d0c7c93> /sw/lib/mysql/libmysqlclient_r. 
>> 15.dylib
>> 0x1514c000 - 0x151a8fff +libqsqlite.dylib ??? (???)
>> <58b978ccff1b1d63e638744edb7e06fa>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/sqldrivers/libqsqlite.dylib
>> 0x153b7000 - 0x153fffe7 +libqmng.dylib ??? (???)
>> <a4e600a57312290cad918c181191bb42>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/imageformats/libqmng.dylib
>> 0x1540f000 - 0x15457fef +libqtiff.dylib ??? (???)
>> <09bb652ee302953b67d636144cf67c28>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/imageformats/libqtiff.dylib
>> 0x154cd000 - 0x154d2fef +libQtConcurrent_debug.1.0.0.dylib ??? (???)
>> <d85980ef17cc2856d880ef491083c76b>
>> /Applications/QtCreator.app/Contents/PlugIns/libQtConcurrent_debug. 
>> 1.0.0.dylib
>> 0x157b6000 - 0x157bcfff  com.apple.URLMount.AFPPlugin 3.1.1 (3.1.1)
>> <77607fdc65be1505a4f972f37bcda4cf>
>> /System/Library/Filesystems/URLMount/afp.URLMounter/Contents/MacOS/afp
>> 0x15931000 - 0x15960fe6 +libFind_debug.dylib ??? (???)
>> <809fc6a4cae53e037d425f35c420e1ef>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libFind_debug.dylib
>> 0x15992000 - 0x159c2ff8 +libQuickOpen_debug.dylib ??? (???)
>> <919738c0f54f4adf55182f2228f881f0>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libQuickOpen_debug.dylib
>> 0x159fa000 - 0x15a7ffec +libTextEditor_debug.dylib ??? (???)
>> <2bcaf184e6bc3c93aba5b3a56d767b6b>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libTextEditor_debug.dylib
>> 0x15b05000 - 0x15b20ffc +libBinEditor_debug.dylib ??? (???)
>> <b04680061a5b1ee48fa7752898b29919>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libBinEditor_debug.dylib
>> 0x15b3b000 - 0x15c37fe4 +libProjectExplorer_debug.dylib ??? (???)
>> <df97bfd558290871a615ed1a06fe90cf>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libProjectExplorer_debug.dylib
>> 0x15d58000 - 0x15d71fef +libBookmarks_debug.dylib ??? (???)
>> <5a20cc6dc7232c1af34f6f4dcc803929>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libBookmarks_debug.dylib
>> 0x15d8e000 - 0x15df3fe2 +libCppTools_debug.dylib ??? (???)
>> <a79cee14da55eaf0d35803d1a8b3659c>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libCppTools_debug.dylib
>> 0x15e76000 - 0x15f2bfe9 +libCPlusPlus_debug.1.0.0.dylib ??? (???)
>> <328d894320dcf8a8450908b13c9cc524>
>> /Applications/QtCreator.app/Contents/PlugIns/libCPlusPlus_debug. 
>> 1.0.0.dylib
>> 0x1604a000 - 0x1608afea +libCppEditor_debug.dylib ??? (???)
>> <2d86819a3b9ae9e9463359b47cdb5f1b>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libCppEditor_debug.dylib
>> 0x160df000 - 0x1613bff2 +QtHelp ??? (???)
>> <49822d3532ce96a5850054959b48fb67>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtHelp.framework/Versions/4/QtHelp
>> 0x1616a000 - 0x16220feb +libQtCLucene.4.dylib ??? (???)
>> <4a58c42964fbe83a2d9623739fadd922>
>> /usr/local/Trolltech/Qt-4.5.2/lib/libQtCLucene.4.dylib
>> 0x16293000 - 0x162c9ffc +libCMakeProjectManager_debug.dylib ??? (???)
>> <b57ed7306fe55c53a39adf9980b52db7>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libCMakeProjectManager_debug.dylib
>> 0x1630e000 - 0x16341fe4 +libVCSBase_debug.dylib ??? (???)
>> <d9a52f8b44d73925bec6a208091c7d90>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libVCSBase_debug.dylib
>> 0x16386000 - 0x163acff0 +libCVS_debug.dylib ??? (???)
>> <3a9379884c6da9322275f864d8983d12>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libCVS_debug.dylib
>> 0x163d7000 - 0x163f8ff7 +libCodePaster_debug.dylib ??? (???)
>> <f4b21626ad2aa266eb980bf3546e4173>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libCodePaster_debug.dylib
>> 0x16414000 - 0x164fbfeb +libDebugger_debug.dylib ??? (???)
>> <3531f3cb4d4f575ea59f6a7113941845>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libDebugger_debug.dylib
>> 0x165cb000 - 0x1660cfe7 +libDesigner_debug.dylib ??? (???)
>> <add1fe5e39fc826a3e42fd65f8bb7f18>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libDesigner_debug.dylib
>> 0x1665c000 - 0x168c1ff6 +QtDesigner ??? (???)
>> <1021127b2fe6f5bab867597ce848283f>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtDesigner.framework/Versions/4/ 
>> QtDesigner
>> 0x16a6d000 - 0x16c1dfe2 +QtDesignerComponents ??? (???)
>> <6cbf546d25794790824a07b897091ecf>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtDesignerComponents.framework/ 
>> Versions/4/QtDesignerComponents
>> 0x16d5a000 - 0x16dbefec +libDuiEditor_debug.dylib ??? (???)
>> <98b46877a9ebffaa989b82eb604fe76d>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libDuiEditor_debug.dylib
>> 0x16e2b000 - 0x16e62ffb +libFakeVim_debug.dylib ??? (???)
>> <866738083a0f571ee2f99695c3efd22c>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libFakeVim_debug.dylib
>> 0x16e8e000 - 0x16eb6fe8 +libGenericProjectManager_debug.dylib ???  
>> (???)
>> <b7db22a45f299ee693f3882a337a7564>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libGenericProjectManager_debug.dylib
>> 0x16ef0000 - 0x16f42ffc +libHelp_debug.dylib ??? (???)
>> <545ef2ca3ba0e17fd441f5356eb0d831>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/libHelp_debug.dylib
>> 0x16f8a000 - 0x17cecff2 +QtWebKit ??? (???)
>> <4cb828a82cdaedc575f25046a9c479aa>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtWebKit.framework/Versions/4/ 
>> QtWebKit
>> 0x18458000 - 0x1848cfe7 +phonon ??? (???)
>> <c0d6df8627dcac6e3a3dc482604b9424>
>> /usr/local/Trolltech/Qt-4.5.2/lib/phonon.framework/Versions/4/phonon
>> 0x184ae000 - 0x1850dfe2 +QtDBus ??? (???)
>> <5603c3519002c3aea2917d5d9f8e9eea>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtDBus.framework/Versions/4/QtDBus
>> 0x18538000 - 0x18564fff +libPerforce_debug.dylib ??? (???)
>> <c71d429d4fad58775c35a55133122aa8>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libPerforce_debug.dylib
>> 0x18591000 - 0x185b0fff +libQmlProjectManager_debug.dylib ??? (???)
>> <d9b08b3920c78fff80b4627ba3a2b3f5>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libQmlProjectManager_debug.dylib
>> 0x185e4000 - 0x186f2ff8 +libQt4ProjectManager_debug.dylib ??? (???)
>> <012ad45e404fd10ceb33bf29f2321d03>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libQt4ProjectManager_debug.dylib
>> 0x18803000 - 0x18856ffc +libQtScriptEditor_debug.dylib ??? (???)
>> <75c33f040b0435bbcce5b8204003949b>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libQtScriptEditor_debug.dylib
>> 0x188aa000 - 0x188d2ff2 +libResourceEditor_debug.dylib ??? (???)
>> <5aa18d00f3f4699a481f049b5a9ccad6>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libResourceEditor_debug.dylib
>> 0x18900000 - 0x18954fef +libScmGit_debug.dylib ??? (???)
>> <8289c32ccb9ae9f1b90e277fd5ff9568>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libScmGit_debug.dylib
>> 0x189b3000 - 0x189d4fec +libSubversion_debug.dylib ??? (???)
>> <e58e99ba33d43dc676f3be99e8db3c74>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libSubversion_debug.dylib
>> 0x189fc000 - 0x18a1eff0 +libWelcome_debug.dylib ??? (???)
>> <56dee0cf5de9a8acd40eece86335b3b2>
>> /Applications/QtCreator.app/Contents/PlugIns/Nokia/ 
>> libWelcome_debug.dylib
>> 0x18bf4000 - 0x18dfbfef  com.apple.RawCamera.bundle 2.1.0 (474)
>> <48a574d3b3269c8dbdc38d6f67879317>
>> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
>> 0x18e9f000 - 0x18ea4ffe +com.macromates.edit_in_textmate ??? (1.0)
>> /Library/InputManagers/Edit in TextMate/Edit in
>> TextMate.bundle/Contents/MacOS/Edit in TextMate
>> 0x1a5de000 - 0x1a5e7ffc +libqsvgicon.dylib ??? (???)
>> <27115dda2107105d588f039bc4705d49>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/iconengines/libqsvgicon.dylib
>> 0x1a7bc000 - 0x1a7c3fe4 +libcustomwidgetplugin.dylib ??? (???)
>> <6dbf5db49112470b582d0ec9b1552639>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/ 
>> libcustomwidgetplugin.dylib
>> 0x1a821000 - 0x1a82bffc  com.apple.framework.AppleTalk 1.2.0 (???)
>> <e0f5f336ad29ca635740ed8b83061234>
>> /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
>> 0x1ad00000 - 0x1ad57ffa +libarthurplugin.dylib ??? (???)
>> <6c8d4b8fbc8e057274226c5f88e48717>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/libarthurplugin.dylib
>> 0x1ad76000 - 0x1ade0fe9 +QtOpenGL ??? (???)
>> <88b7efccc68818d6838d902c8113965b>
>> /usr/local/Trolltech/Qt-4.5.2/lib/QtOpenGL.framework/Versions/4/ 
>> QtOpenGL
>> 0x1ae08000 - 0x1ae11fee +libcontainerextension_debug.dylib ??? (???)
>> <a664b08d1816742839e5d2aa8340d6ef>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/ 
>> libcontainerextension_debug.dylib
>> 0x1ae1e000 - 0x1ae27fff +libLatLonEditPlugin.so ??? (???)
>> <66b832f056fda58b3888947c5b09789a>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/libLatLonEditPlugin.so
>> 0x1ae2c000 - 0x1afe8ff3 +libmarblewidget.9.dylib ??? (???)
>> <991467bcd96b190038722790d6016180> /usr/local/lib/libmarblewidget. 
>> 9.dylib
>> 0x1b0d8000 - 0x1b0e1ff2 +libMarbleNavigatorPlugin.so ??? (???)
>> <3e24b35ce9421aa9fe6ce92ccf8b5963>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/ 
>> libMarbleNavigatorPlugin.so
>> 0x1b0e6000 - 0x1b0effff +libMarbleWidgetPlugin.so ??? (???)
>> <87b3d7517374a2a882fa28377030b36d>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/ 
>> libMarbleWidgetPlugin.so
>> 0x1b0f4000 - 0x1b0ffffa +libphononwidgets.dylib ??? (???)
>> <243f9f94769b734a00a9d43bfe4c6e9c>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/libphononwidgets.dylib
>> 0x1b109000 - 0x1b110ffe +libqwebview.dylib ??? (???)
>> <9e620dc069b0b275dd635f4184ffc856>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/libqwebview.dylib
>> 0x1b115000 - 0x1b123ffe +libqwt_designer_plugin.relez.dylib ??? (???)
>> <49fc4049170707d6224080eec405c914>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/ 
>> libqwt_designer_plugin.relez.dylib
>> 0x1b132000 - 0x1b198fef +libqwt.relez.5.dylib ??? (???)
>> <0bb8dde8d71b75f58f680720409e283d> /usr/local/lib/libqwt.relez.5.dylib
>> 0x1b1dc000 - 0x1b1e3fe6 +libqwt_polar_designer_plugin.relez.dylib ???
>> (???) <131043b854e595acc4369bcba46b2f64>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/ 
>> libqwt_polar_designer_plugin.relez.dylib
>> 0x1b1e9000 - 0x1b1fefe5 +libqwtpolar.relez.0.dylib ??? (???)
>> <e6742e4211a49a5be41d3abfb8abecd5> /usr/local/lib/libqwtpolar.relez. 
>> 0.dylib
>> 0x1b20e000 - 0x1b235fee +libQxtDesignerPlugins.dylib ??? (???)
>> <54548f00b17f93f5ba6cb6879ddabe7f>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/ 
>> libQxtDesignerPlugins.dylib
>> 0x1b24c000 - 0x1b2ddfe7 +QxtGui ??? (???)
>> <027b818163735af213daa0914e97d88d>
>> /Library/Frameworks/QxtGui.framework/Versions/0/QxtGui
>> 0x1b38d000 - 0x1b3f6fe8 +QxtCore ??? (???)
>> <da1f89411b87cc583c07767667ada1bc>
>> /Library/Frameworks/QxtCore.framework/Versions/0/QxtCore
>> 0x1b465000 - 0x1b470fe7 +libtaskmenuextension_debug.dylib ??? (???)
>> <f9e1799126e3de6439639a528aa1f183>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/ 
>> libtaskmenuextension_debug.dylib
>> 0x1b47f000 - 0x1b486ff4 +libworldtimeclockplugin.dylib ??? (???)
>> <0f5245defafa3d3ac09485317bc9ab93>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/designer/ 
>> libworldtimeclockplugin.dylib
>> 0x1b48f000 - 0x1b4b1fff +libqcncodecs.dylib ??? (???)
>> <e8c1beb91407e3f329af8f674c86532e>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/codecs/libqcncodecs.dylib
>> 0x1b4b6000 - 0x1b4deff5 +libqjpcodecs.dylib ??? (???)
>> <d08b5d82b6ad58724699833083c52855>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/codecs/libqjpcodecs.dylib
>> 0x1b4e8000 - 0x1b4fbfef +libqkrcodecs.dylib ??? (???)
>> <454cad476d044a0b83b29b922f93a0e2>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/codecs/libqkrcodecs.dylib
>> 0x1b500000 - 0x1b525fff +libqtwcodecs.dylib ??? (???)
>> <41abf047f0948327fd5fa62aca726fb4>
>> /usr/local/Trolltech/Qt-4.5.2/plugins/codecs/libqtwcodecs.dylib
>> 0x1bb05000 - 0x1bb06ff3  ATSHI.dylib ??? (???)
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
>> 0x1bf11000 - 0x1bf50fff  com.apple.AppleShareClientCore 1.6.3 (1.6.3)
>> <de793f2a3179cfcc8ba9ac4bcfe27367>
>> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/ 
>> AppleShareClientCore
>> 0x1c3a9000 - 0x1c3b3ffe  com.apple.URLMount 3.1.1 (3.1.1)
>> <b4018e683fad4259ee78070e91f35029>
>> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
>> 0x1c3bb000 - 0x1c3c0ff3  libCGXCoreImage.A.dylib ??? (???)
>> <3a78abc535c80f9819931b670da804a2>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/CoreGraphics.framework/Versions/A/Resources/ 
>> libCGXCoreImage.A.dylib
>> 0x8fe00000 - 0x8fe2db43  dyld 97.1 (???)
>> <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
>> 0x90003000 - 0x90003ff8  com.apple.ApplicationServices 34 (34)
>> <8f910fa65f01d401ad8d04cc933cf887>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> ApplicationServices
>> 0x90004000 - 0x9000afff  com.apple.print.framework.Print 218.0.3  
>> (220.2)
>> <5b7f4ef7c2df36aff9605377775781e4>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
>> Print.framework/Versions/A/Print
>> 0x9000b000 - 0x90036fe7  libauto.dylib ??? (???)
>> <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
>> 0x90037000 - 0x90055ff3  com.apple.DirectoryService.Framework 3.5.6
>> (3.5.6) <daa1307737197c7757f44f16370249dc>
>> /System/Library/Frameworks/DirectoryService.framework/Versions/A/ 
>> DirectoryService
>> 0x90056000 - 0x9005bfff  com.apple.DisplayServicesFW 2.0.2 (2.0.2)
>> <cb9b98b43ae385a0f374baabe2b71764>
>> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/ 
>> A/DisplayServices
>> 0x90163000 - 0x901b4ff7  com.apple.HIServices 1.7.1 (???)
>> <ba7fd0ede540a0da08db027f87efbd60>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/HIServices.framework/Versions/A/HIServices
>> 0x90259000 - 0x9042affb  com.apple.security 5.0.5 (36371)
>> <1f7f48b36bc90d114220cc81e4e4694f>
>> /System/Library/Frameworks/Security.framework/Versions/A/Security
>> 0x9042b000 - 0x90751fe2  com.apple.QuickTime 7.6.2 (1327)
>> <3754e41d846b7948f96c9ec4c690b520>
>> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
>> 0x9082e000 - 0x9086dfef  libTIFF.dylib ??? (???)
>> <5bf6b42bc5e007fcea32f6620b14cba3>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
>> 0x9086e000 - 0x90c2cfea  libLAPACK.dylib ??? (???)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/ 
>> Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
>> 0x90c33000 - 0x90c51fff  libresolv.9.dylib ??? (???)
>> <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
>> 0x90c52000 - 0x90c5effe  libGL.dylib ??? (???)
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/ 
>> libGL.dylib
>> 0x90c5f000 - 0x90d16ff3  com.apple.QTKit 7.6.2 (1327)
>> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
>> 0x90d17000 - 0x90d36ffa  libJPEG.dylib ??? (???)
>> <dad0ee08a8b850d679f024e090984480>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
>> 0x90d37000 - 0x90e70ff7  libicucore.A.dylib ??? (???)
>> <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
>> 0x90e71000 - 0x90f65ff4  libiconv.2.dylib ??? (???)
>> <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
>> 0x90f66000 - 0x90fc2ff7  com.apple.htmlrendering 68 (1.1.3)
>> <fe87a9dede38db00e6c8949942c6bd4f>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
>> HTMLRendering.framework/Versions/A/HTMLRendering
>> 0x90fc3000 - 0x9129dff3  com.apple.CoreServices.CarbonCore 786.11
>> (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/ 
>> Frameworks/CarbonCore.framework/Versions/A/CarbonCore
>> 0x9129e000 - 0x91386ff3  com.apple.CoreData 100.2 (186.2)
>> <44df326fea0236718f5ed64084e82270>
>> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
>> 0x91387000 - 0x9139cffb  com.apple.ImageCapture 5.0.2 (5.0.2)
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
>> ImageCapture.framework/Versions/A/ImageCapture
>> 0x9152d000 - 0x9167fff3  com.apple.audio.toolbox.AudioToolbox 1.5.2
>> (1.5.2)
>> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/ 
>> AudioToolbox
>> 0x91680000 - 0x9174bfff  com.apple.ColorSync 4.5.2 (4.5.2)
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/ColorSync.framework/Versions/A/ColorSync
>> 0x9174c000 - 0x917dffff  com.apple.ink.framework 101.3 (86)
>> <bf3fa8927b4b8baae92381a976fd2079>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
>> Ink.framework/Versions/A/Ink
>> 0x917e5000 - 0x917e5ffa  com.apple.CoreServices 32 (32)
>> <2fcc8f3bd5bbfc000b476cad8e6a3dd2>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/ 
>> CoreServices
>> 0x92073000 - 0x920b4fe7  libRIP.A.dylib ??? (???)
>> <69bd09fcd8d8b235cee7a405290d6818>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
>> 0x920f0000 - 0x9214aff7  com.apple.CoreText 2.0.4 (???)
>> <f0b6c1d4f40bd21505097f0255abfead>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/CoreText.framework/Versions/A/CoreText
>> 0x9214b000 - 0x921f2fec  com.apple.CFNetwork 438.14 (438.14)
>> <5f9ee0430b5f6319f18d9b23e777e0d2>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/ 
>> Frameworks/CFNetwork.framework/Versions/A/CFNetwork
>> 0x931cf000 - 0x93241ff7  com.apple.iLifeMediaBrowser 2.0.4 (346.0.2)
>> <058e71511bc69371e11ea40cf7a3fc19>
>> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/ 
>> Versions/A/iLifeMediaBrowser
>> 0x93242000 - 0x9338aff7  com.apple.ImageIO.framework 2.0.6 (2.0.6)
>> <4febd1ccf49ae410e82d12c02ba33b68>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/ImageIO.framework/Versions/A/ImageIO
>> 0x9338b000 - 0x93392fe9  libgcc_s.1.dylib ??? (???)
>> <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
>> 0x93393000 - 0x93393ffe  com.apple.quartzframework 1.5 (1.5)
>> <4b8f505e32e4f2d67967a276401f9aaf>
>> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
>> 0x93394000 - 0x933a2ffd  libz.1.dylib ??? (???)
>> <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
>> 0x933ee000 - 0x9340aff3  libPng.dylib ??? (???)
>> <9f50967afbd4384e61e68439f81db76c>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
>> 0x9340b000 - 0x9343afe3  com.apple.AE 402.3 (402.3)
>> <b13bfda0ad9314922ee37c0d018d7de9>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/ 
>> Frameworks/AE.framework/Versions/A/AE
>> 0x9343b000 - 0x93479fff  libGLImage.dylib ??? (???)
>> <a6425aeb77f4da13212ac75df57b056d>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/ 
>> libGLImage.dylib
>> 0x9347a000 - 0x93501ff7  libsqlite3.0.dylib ??? (???)
>> <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
>> 0x93502000 - 0x93912fef  libBLAS.dylib ??? (???)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/ 
>> Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
>> 0x93913000 - 0x9391cfff  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
>> 0x9391d000 - 0x93946fff  com.apple.CoreMediaPrivate 15.0 (15.0)
>> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/ 
>> Versions/A/CoreMediaPrivate
>> 0x9398e000 - 0x9398eff8  com.apple.Cocoa 6.5 (???)
>> <e064f94d969ce25cb7de3cfb980c3249>
>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>> 0x9398f000 - 0x9402ffe3  com.apple.CoreGraphics 1.409.3 (???)
>> <25dceb14af3455b768f56e8765ecf3ca>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
>> 0x94030000 - 0x940aaff8  com.apple.print.framework.PrintCore 5.5.4
>> (245.6) <03d0585059c20cb0bde5e000438c49e1>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/PrintCore.framework/Versions/A/PrintCore
>> 0x940ab000 - 0x940abfff  com.apple.Carbon 136 (136)
>> <98a5e3bc0c4fa44bbb09713bb88707fe>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
>> 0x940ac000 - 0x940d4ff7  com.apple.shortcut 1.0.1 (1.0)
>> <131202e7766e327d02d55c0f5fc44ad7>
>> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/ 
>> Shortcut
>> 0x940d5000 - 0x940d7ff5  libRadiance.dylib ??? (???)
>> <7f14661d29de8cbf01334909542c0fc5>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
>> 0x940d8000 - 0x94121fef  com.apple.Metadata 10.5.8 (398.26)
>> <e4d268ea45379200f03cdc7c8bedae6f>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/ 
>> Frameworks/Metadata.framework/Versions/A/Metadata
>> 0x941ec000 - 0x9422efef  com.apple.NavigationServices 3.5.2 (163)
>> <91844980804067b07a0b6124310d3f31>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
>> NavigationServices.framework/Versions/A/NavigationServices
>> 0x9426c000 - 0x94282fff  com.apple.DictionaryServices 1.0.0 (1.0.0)
>> <ad0aa0252e3323d182e17f50defe56fc>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/ 
>> Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
>> 0x94283000 - 0x9429bff7  com.apple.CoreVideo 1.6.0 (20.0)
>> <dd60118bac9aefaf88d9ab44558f05c4>
>> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
>> 0x9429c000 - 0x942a6feb  com.apple.audio.SoundManager 3.9.2 (3.9.2)
>> <0f2ba6e891d3761212cf5a5e6134d683>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
>> CarbonSound.framework/Versions/A/CarbonSound
>> 0x942a7000 - 0x94304ffb  libstdc++.6.dylib ??? (???)
>> <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
>> 0x94599000 - 0x9459efff  com.apple.CommonPanels 1.2.4 (85)
>> <ea0665f57cd267609466ed8b2b20e893>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
>> CommonPanels.framework/Versions/A/CommonPanels
>> 0x945ac000 - 0x945b9fe7  com.apple.opengl 1.5.10 (1.5.10)
>> <5a2813f80c9441170cc1ab8a3dac5038>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
>> 0x945ba000 - 0x94957fef  com.apple.QuartzCore 1.5.8 (1.5.8)
>> <a28fa54346a9f9d5b3bef076a1ee0fcf>
>> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
>> 0x94958000 - 0x94abfff3  libSystem.B.dylib ??? (???)
>> <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
>> 0x94ac0000 - 0x94ac0ffc  com.apple.audio.units.AudioUnit 1.5 (1.5)
>> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
>> 0x94d2a000 - 0x94d57feb  libvDSP.dylib ??? (???)
>> <b232c018ddd040ec4e2c2af632dd497f>
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/ 
>> Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
>> 0x94d58000 - 0x94dd5feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2)
>> <782a08c44be4698597f4bbd79cac21c6>
>> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
>> 0x94dd9000 - 0x94de9ffc  com.apple.LangAnalysis 1.6.5 (1.6.5)
>> <d057feb38163121ffd871c564c692804>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
>> 0x94df4000 - 0x94e03ffe  com.apple.DSObjCWrappers.Framework 1.2.1
>> (1.2.1) <eac1c7b7c07ed3148c85934b6f656308>
>> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/ 
>> A/DSObjCWrappers
>> 0x94e07000 - 0x94ee8ff7  libxml2.2.dylib ??? (???)
>> <9a5d410de57c87f71e2d530a1859b897> /usr/lib/libxml2.2.dylib
>> 0x94ee9000 - 0x94f20fff  com.apple.SystemConfiguration 1.9.2 (1.9.2)
>> <8b26ebf26a009a098484f1ed01ec499c>
>> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/ 
>> SystemConfiguration
>> 0x94f21000 - 0x94f2dff9  com.apple.helpdata 1.0.1 (14.2)
>> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/ 
>> HelpData
>> 0x94f40000 - 0x94f47ff7  libCGATS.A.dylib ??? (???)
>> <211348279493364e9920adc86484cedd>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/CoreGraphics.framework/Versions/A/Resources/ 
>> libCGATS.A.dylib
>> 0x950c9000 - 0x950cdfff  libmathCommon.A.dylib ??? (???)
>> /usr/lib/system/libmathCommon.A.dylib
>> 0x950ce000 - 0x9510efff  com.apple.CoreMediaIOServicesPrivate 20.0
>> (20.0)
>> /System/Library/PrivateFrameworks/ 
>> CoreMediaIOServicesPrivate.framework/Versions/A/ 
>> CoreMediaIOServicesPrivate
>> 0x9510f000 - 0x95111fff  com.apple.securityhi 3.0 (30817)
>> <2b2854123fed609d1820d2779e2e0963>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
>> SecurityHI.framework/Versions/A/SecurityHI
>> 0x95112000 - 0x951ccfe3  com.apple.CoreServices.OSServices 228 (228)
>> <bc83e97f6888673c33f86652677c09cb>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/ 
>> Frameworks/OSServices.framework/Versions/A/OSServices
>> 0x951cd000 - 0x951d4ffe  libbsm.dylib ??? (???)
>> <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
>> 0x951d5000 - 0x951ddfff  com.apple.DiskArbitration 2.2.1 (2.2.1)
>> <75b0c8d8940a8a27816961dddcac8e0f>
>> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/ 
>> DiskArbitration
>> 0x951e3000 - 0x951e3ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0)
>> <a2b462be6c51187eddf7d097ef0e0a04>
>> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/ 
>> MonitorPanel
>> 0x95241000 - 0x952cbfe3  com.apple.DesktopServices 1.4.8 (1.4.8)
>> <a6edef2d49ffdee3b01010b7e6edac1f>
>> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/ 
>> Versions/A/DesktopServicesPriv
>> 0x952fc000 - 0x9542ffe7  com.apple.CoreFoundation 6.5.7 (476.19)
>> <a332c8f45529ee26d2e9c36d0c723bad>
>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/ 
>> CoreFoundation
>> 0x95430000 - 0x95454fff  libxslt.1.dylib ??? (???)
>> <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
>> 0x95465000 - 0x95936fbe  libGLProgrammability.dylib ??? (???)
>> <7f18294a7bd0b6afe4319f29187fc70d>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/ 
>> libGLProgrammability.dylib
>> 0x95937000 - 0x95937ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib
>> 3.4.2)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/ 
>> Frameworks/vecLib.framework/Versions/A/vecLib
>> 0x95938000 - 0x9593ffff  com.apple.agl 3.0.9 (AGL-3.0.9)
>> <2f39c480cfcee9358a23d61b20a6aa56>
>> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
>> 0x9594c000 - 0x959f3feb  com.apple.QD 3.11.56 (???)
>> <a94d0f5438b730e88e5efdb233295c52>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/QD.framework/Versions/A/QD
>> 0x959f4000 - 0x959f5ffc  libffi.dylib ??? (???)
>> <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
>> 0x959f6000 - 0x959f6ffb  com.apple.installserver.framework 1.0 (8)
>> /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/ 
>> InstallServer
>> 0x959f7000 - 0x95a83ff7  com.apple.LaunchServices 291 (291)
>> <099eba2fe584376b476f9a262f41ecf2>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/ 
>> Frameworks/LaunchServices.framework/Versions/A/LaunchServices
>> 0x95a84000 - 0x95b11ff7  com.apple.framework.IOKit 1.5.2 (???)
>> <7a3cc24f78f93931731203854ae0d891>
>> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
>> 0x95b12000 - 0x95cceff3  com.apple.QuartzComposer 2.1 (106.13)
>> <40f034e8c8fd31c9081f5283dcf22b78>
>> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ 
>> QuartzComposer.framework/Versions/A/QuartzComposer
>> 0x95ccf000 - 0x95d41fff  com.apple.PDFKit 2.1.2 (2.1.2)
>> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ 
>> PDFKit.framework/Versions/A/PDFKit
>> 0x95d42000 - 0x95e7afe7  com.apple.imageKit 1.0.2 (1.0)
>> <00d03cf7f26e1b6023efdc4bd15dd52e>
>> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ 
>> ImageKit.framework/Versions/A/ImageKit
>> 0x95e7b000 - 0x95ea4fff  libcups.2.dylib ??? (???)
>> <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
>> 0x95ef7000 - 0x95f28ffb  com.apple.quartzfilters 1.5.0 (1.5.0)
>> <22581f8fe9dd2cb261f97a897407ec3e>
>> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ 
>> QuartzFilters.framework/Versions/A/QuartzFilters
>> 0x95f29000 - 0x95f34fe7  libCSync.A.dylib ??? (???)
>> <9e3544fe087bb4dc760b7afe0850dd6c>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/CoreGraphics.framework/Versions/A/Resources/ 
>> libCSync.A.dylib
>> 0x95f35000 - 0x95fe7ffb  libcrypto.0.9.7.dylib ??? (???)
>> <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
>> 0x96037000 - 0x96054ff7  com.apple.QuickLookFramework 1.3.1 (170.9)
>> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
>> 0x96055000 - 0x9611cff2  com.apple.vImage 3.0 (3.0)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/ 
>> Frameworks/vImage.framework/Versions/A/vImage
>> 0x9611d000 - 0x961b0ff3  com.apple.ApplicationServices.ATS 3.7 (???)
>> <a535fc4982d3acff6530ec25c402e679>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/ATS.framework/Versions/A/ATS
>> 0x961b1000 - 0x9642dfe7  com.apple.Foundation 6.5.9 (677.26)
>> <c68b3cff7864959becfc7fd1a384f925>
>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>> 0x9642e000 - 0x9650efff  libobjc.A.dylib ??? (???)
>> <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
>> 0x9650f000 - 0x96527fff  com.apple.openscripting 1.2.8 (???)
>> <572c7452d7e740e8948a5ad07a99602b>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
>> OpenScripting.framework/Versions/A/OpenScripting
>> 0x96528000 - 0x96577fff  com.apple.QuickLookUIFramework 1.3.1 (170.9)
>> /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/ 
>> QuickLookUI
>> 0x96578000 - 0x96880fe7  com.apple.HIToolbox 1.5.6 (???)
>> <eece3cb8aa0a4e6843fcc1500aca61c5>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
>> HIToolbox.framework/Versions/A/HIToolbox
>> 0x96881000 - 0x968daff7  libGLU.dylib ??? (???)
>> <a3b9be30100a25a6cd3ad109892f52b7>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/ 
>> libGLU.dylib
>> 0x96942000 - 0x96942ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2)
>> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
>> 0x96943000 - 0x969c0fef  libvMisc.dylib ??? (???)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/ 
>> Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
>> 0x969c1000 - 0x969c5fff  libGIF.dylib ??? (???)
>> <abf65b853acce7bc8419c74716be5be0>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
>> Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
>> 0x969c6000 - 0x969c6ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
>> 0x969c7000 - 0x96a77fff  edu.mit.Kerberos 6.0.13 (6.0.13)
>> <804bd1b3f08fb57396781f012006367c>
>> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
>> 0x96a78000 - 0x96a9cfeb  libssl.0.9.7.dylib ??? (???)
>> <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
>> 0x96a9d000 - 0x96b1cff5  com.apple.SearchKit 1.2.2 (1.2.2)
>> <3b5f3ab6a363a4d8a2bbbf74213ab0e5>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/ 
>> Frameworks/SearchKit.framework/Versions/A/SearchKit
>> 0x96b1d000 - 0x9731bfef  com.apple.AppKit 6.5.9 (949.54)
>> <4df5d2e2271175452103f789b4f4d8a8>
>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>> 0x9731c000 - 0x974acfff  com.apple.JavaScriptCore 5531 (5531.5)
>> <3679fe16241dae6f730a39c16c04e30f>
>> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/ 
>> JavaScriptCore
>> 0x974ad000 - 0x974bdfff  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
>> 0x974be000 - 0x974f8fe7  com.apple.coreui 1.2 (62)
>> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
>> 0x974fe000 - 0x97501fff  com.apple.help 1.1 (36)
>> <b507b08e484cb89033e9cf23062d77de>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
>> Help.framework/Versions/A/Help
>> 0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???)
>> <b9aea83b1cd97f3230999ebfcbf63e7c>
>> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
>> 0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/ 
>> libobjc.A.dylib
>> 0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???)
>> /usr/lib/libSystem.B.dylib
>>
>> <victor_sardina.vcf><ATT00001.txt>
> 

begin:vcard
fn:Victor Sardina, Dr. Eng.
n:Sardina;Victor
org:Pacific Tsunami Warning Center
adr:;;91-270 Fort Weaver Road;Ewa Beach;HI;96706;US
email;internet:[email protected]
title:Geophysicist
tel;work:808-792-4303
tel;fax:808-689-4543
tel;home:808-792-4292
note;quoted-printable:The designer of a new system must fully participate in its implementation=
	. =
	=0D=0A=
	
url:http://www.prh.noaa.gov/ptwc/
version:2.1
end:vcard

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to