[Marble-devel] Marble crash on nextTile()

Phil phil at beadling.co.uk
Wed Mar 24 03:17:25 CET 2010


Hi,

I'm trying to get a very simple app using the MarbleWidget running on Mac OS X 10.6.  It runs fine on Linux, and with a bit of manipulation it also works in Windows.

Interestingly on the Mac it seems to fall over on startup on this call
Marble::AbstractScanlineTextureMapper::nextTile()

Due to a divide by zero error.  I've seen this on Windows it was due to a missing qjpeg4.dll library - alas this is not the case on the Mac (it's referenced in the dump below).

I can see very similar issues posted on the web, such as:
http://paste.lisp.org/display/69394

No solution tho!

So it probably isn't an issue with something entirely specific to my setup.

Note the 'marble' app in the stacktrace isn't marble itself, it's a test app I'm working on, and I haven't come up with a name for it yet!  Like I said it works fine on other OSs, so the app itself should be fine.

I'm using the sourcecode on the webpage for Marble 0.8.0, and Qt 4.5.3.

With some help from a pervious post I can get the Marble plugins to display in Designer (change the linker commands from -bundle to -dynamiclib and .so -> .dylib).

I reckon Qt is working OK, because if I remove the Marble widget, my app works fine.

Any ideas?

Thanks,

Phil.







Process:         marble [25729]
Path:            /Users/phil/dev/marble/release/marble.app/Contents/MacOS/marble
Identifier:      marble
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  launchd [83]

Date/Time:       2010-03-24 01:55:31.554 +0000
OS Version:      Mac OS X 10.6.2 (10C540)
Report Version:  6

Interval Since Last Report:          1096473 sec
Crashes Since Last Report:           67
Per-App Crashes Since Last Report:   52
Anonymous UUID:                      00B7ECFE-3B60-4836-A61D-6348A6B76BD7

Exception Type:  EXC_ARITHMETIC (SIGFPE)
Exception Codes: EXC_I386_DIV (divide by zero)
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libmarblewidget.8.dylib       	0x1b61508a Marble::AbstractScanlineTextureMapper::nextTile(double&, double&) + 106
1   libmarblewidget.8.dylib       	0x1b6159e6 Marble::AbstractScanlineTextureMapper::pixelValue(double, double, unsigned int*, bool) + 1110
2   libmarblewidget.8.dylib       	0x1b6171da Marble::SphericalScanlineTextureMapper::mapTexture(Marble::ViewParams*) + 1802
3   libmarblewidget.8.dylib       	0x1b58d94b Marble::MarbleModel::paintGlobe(Marble::GeoPainter*, int, int, Marble::ViewParams*, bool, QRect const&) + 2027
4   libmarblewidget.8.dylib       	0x1b5987b3 Marble::MarbleMapPrivate::paintGround(Marble::GeoPainter&, QRect&) + 131
5   libmarblewidget.8.dylib       	0x1b5866c0 Marble::MarbleWidget::paintEvent(QPaintEvent*) + 208
6   QtGui                         	0x07bbcb6e QWidget::event(QEvent*) + 3934
7   QtGui                         	0x07b703bf QApplicationPrivate::notify_helper(QObject*, QEvent*) + 191
8   QtGui                         	0x07b771ec QApplication::notify(QObject*, QEvent*) + 1036
9   QtCore                        	0x087bcdf2 QCoreApplication::notifyInternal(QObject*, QEvent*) + 98
10  QtGui                         	0x07b17100 QWidgetPrivate::qt_widget_event(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 4416
11  com.apple.HIToolbox           	0x9265de29 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
12  com.apple.HIToolbox           	0x9265d0f0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
13  com.apple.HIToolbox           	0x9265cf4f SendEventToEventTargetWithOptions + 58
14  com.apple.HIToolbox           	0x92685081 HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 475
15  com.apple.HIToolbox           	0x926849d5 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 713
16  com.apple.HIToolbox           	0x92684c48 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340
17  com.apple.HIToolbox           	0x92684c48 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340
18  com.apple.HIToolbox           	0x92684c48 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340
19  com.apple.HIToolbox           	0x926839f7 HIView::DrawComposited(short, OpaqueGrafPtr*, __HIShape const*, unsigned long, HIView*, CGContext*) + 873
20  com.apple.HIToolbox           	0x9268363d HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 83
21  com.apple.HIToolbox           	0x9268358d HIView::Render(unsigned long, CGContext*) + 45
22  com.apple.HIToolbox           	0x92682ecf WindowData::PrepareForVisibility() + 145
23  com.apple.HIToolbox           	0x926824a9 _ShowHideWindows + 286
24  com.apple.HIToolbox           	0x92682388 ShowHide + 38
25  QtGui                         	0x07b14477 QWidgetPrivate::show_sys() + 775
26  QtGui                         	0x07bbfe59 QWidgetPrivate::show_helper() + 297
27  QtGui                         	0x07bc0553 QWidget::setVisible(bool) + 1267
28  libqtc_gui.1.dylib            	0x06bbb502 QWidget::show() + 32 (qwidget.h:473)
29  libqtc_gui.1.dylib            	0x06ba4948 qtc_QWidget_show + 200 (QWidget.cpp:1988)
30  marble                        	0x01b843b3 s10DeR_info + 67

Thread 1:
0   libSystem.B.dylib             	0x92372182 __workq_kernreturn + 10
1   libSystem.B.dylib             	0x92372718 _pthread_wqthread + 941
2   libSystem.B.dylib             	0x92372336 start_wqthread + 30

Thread 2:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib             	0x923730ea kevent + 10
1   libSystem.B.dylib             	0x92373804 _dispatch_mgr_invoke + 215
2   libSystem.B.dylib             	0x92372cc3 _dispatch_queue_invoke + 163
3   libSystem.B.dylib             	0x92372a68 _dispatch_worker_thread2 + 234
4   libSystem.B.dylib             	0x923724f1 _pthread_wqthread + 390
5   libSystem.B.dylib             	0x92372336 start_wqthread + 30

Thread 3:
0   libmarblewidget.8.dylib       	0x1b546f38 Marble::GeoDataFeature::~GeoDataFeature() + 56
1   libmarblewidget.8.dylib       	0x1b535c5b QVector<Marble::GeoDataPlacemark>::realloc(int, int) + 219
2   libmarblewidget.8.dylib       	0x1b535dac QVector<Marble::GeoDataPlacemark>::append(Marble::GeoDataPlacemark const&) + 108
3   libmarblewidget.8.dylib       	0x1b6027e6 Marble::PlacemarkLoader::loadFile(QString const&) + 710
4   libmarblewidget.8.dylib       	0x1b6041f8 Marble::PlacemarkLoader::run() + 1112
5   QtCore                        	0x086caebf QThreadPrivate::start(void*) + 191
6   libSystem.B.dylib             	0x92379fbd _pthread_start + 345
7   libSystem.B.dylib             	0x92379e42 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000001  ebx: 0x00000001  ecx: 0x00000000  edx: 0x00000000
  edi: 0x00000001  esi: 0x1d9dfa60  ebp: 0xbfffc648  esp: 0xbfffc610
   ss: 0x0000001f  efl: 0x00010256  eip: 0x1b61508a   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x1b615360

Binary Images:
    0x1000 -  0x202dffb +marble ??? (???) <95C413D6-B6CE-E8E0-AE4E-09463D84788C> /Users/phil/dev/marble/release/marble.app/Contents/MacOS/marble
 0x6230000 -  0x63deffb +libqtc_core.1.dylib ??? (???) <7A53396A-7C74-5D4A-3BAB-2697E494ED04> /usr/local/lib/libqtc_core.1.dylib
 0x6584000 -  0x6ef5ff7 +libqtc_gui.1.dylib ??? (???) <90B62519-8540-F2F6-8FBE-9F0A4208169F> /usr/local/lib/libqtc_gui.1.dylib
 0x7585000 -  0x75e5ff3 +libqtc_network.1.dylib ??? (???) <6BC8AC2F-082E-FEB9-5E95-FB422EAE8FFA> /usr/local/lib/libqtc_network.1.dylib
 0x762a000 -  0x7661ff3 +libqtc_opengl.1.dylib ??? (???) <8C558D17-D1F0-05BD-7C02-B16A9435DD6E> /usr/local/lib/libqtc_opengl.1.dylib
 0x7691000 -  0x7748fef +libqtc_tools.1.dylib ??? (???) <0D6DF113-6359-910B-334E-FC2A76578DE0> /usr/local/lib/libqtc_tools.1.dylib
 0x780f000 -  0x7841feb +libqtc_script.1.dylib ??? (???) <46AA7621-6DC3-6389-55A7-1D960E8EC0F8> /usr/local/lib/libqtc_script.1.dylib
 0x7880000 -  0x799cfe2 +QtScript ??? (???) <4B5314A5-5DE1-2473-7ED5-B74332F5EAA8> /Library/Frameworks/QtScript.framework/Versions/4/QtScript
 0x79ec000 -  0x7a3afff +QtXml ??? (???) <0B27FB52-8D3E-F9FF-0EA2-BA784B2AEA0E> /Library/Frameworks/QtXml.framework/Versions/4/QtXml
 0x7a5b000 -  0x7ac7fe9 +QtOpenGL ??? (???) <31C2EE39-D118-A909-78A8-10C109DA88A1> /Library/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
 0x7aef000 -  0x82edfe2 +QtGui ??? (???) <12BFC8C8-C342-1A0B-9F19-0A97C7E2DD83> /Library/Frameworks/QtGui.framework/Versions/4/QtGui
 0x857f000 -  0x8660ff2 +QtNetwork ??? (???) <40CF52E6-B238-7D7E-6583-0427735D5175> /Library/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
 0x86b6000 -  0x888bff3 +QtCore ??? (???) <75B78DBE-081A-14CB-5D76-242DA98F87D9> /Library/Frameworks/QtCore.framework/Versions/4/QtCore
 0x89c5000 -  0x89cefe7 +libLatLonEditPlugin.dylib ??? (???) <A29B93BD-A748-3ACA-6DF7-17E655169C48> /Users/phil/dev/marble/release/marble.app/Contents/PlugIns/designer/libLatLonEditPlugin.dylib
 0x89d3000 -  0x89dcfe7 +libMarbleNavigatorPlugin.dylib ??? (???) <75F6E216-B7F6-A0ED-354C-F26D1C700CCF> /Users/phil/dev/marble/release/marble.app/Contents/PlugIns/designer/libMarbleNavigatorPlugin.dylib
 0x89e1000 -  0x89eafff +libMarbleWidgetPlugin.dylib ??? (???) <FF6030A8-3773-2697-526D-552FEF985AA5> /Users/phil/dev/marble/release/marble.app/Contents/PlugIns/designer/libMarbleWidgetPlugin.dylib
 0x8e00000 -  0x8e60fe2 +QtDBus ??? (???) <A88D8630-4F87-7B75-E2FD-740574314A82> /Library/Frameworks/QtDBus.framework/Versions/4/QtDBus
 0x8e89000 -  0x8ecbfff +QtSvg ??? (???) <899D98D4-7197-9C96-1FDA-668BC3B10801> /Library/Frameworks/QtSvg.framework/Versions/4/QtSvg
0x1ad59000 - 0x1ad8efe7 +phonon ??? (???) <7BC3BEFC-DF68-7504-DAF7-2A65CB183721> /Library/Frameworks/phonon.framework/Versions/4/phonon
0x1adc9000 - 0x1add7fe7  libSimplifiedChineseConverter.dylib ??? (???) <4C9CC2D9-2F13-4465-5447-2516FCD9255B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x1b516000 - 0x1b6daffb +libmarblewidget.8.dylib ??? (???) <11F35B31-1894-75B3-31A7-71377671AFA8> /Users/phil/dev/dev-installs/marble-install/marble_build/src/lib/libmarblewidget.8.dylib
0x1b78a000 - 0x1c4e9ff2 +QtWebKit ??? (???) <84E0CFE4-C4D4-5771-7D11-4F77C2EBA8C2> /Library/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
0x1cdd8000 - 0x1cddffff +libqgif.dylib ??? (???) <ACFC5E26-7367-EF5D-C669-2B39D8FE6BAB> /Users/phil/dev/marble/release/marble.app/Contents/PlugIns/imageformats/libqgif.dylib
0x1cde3000 - 0x1cdeafff +libqico.dylib ??? (???) <DFE0ADBD-171E-73F4-E361-E537F3DCFC16> /Users/phil/dev/marble/release/marble.app/Contents/PlugIns/imageformats/libqico.dylib
0x1d1bd000 - 0x1d1cfff7  libTraditionalChineseConverter.dylib ??? (???) <C4E0D62B-4D1A-8DAD-D10B-2C055AA0479C> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x1d1d3000 - 0x1d1f4ffb +libqjpeg4dylib.dylib ??? (???) <11153160-186C-D513-D357-7CD4A6B0AF3F> /Users/phil/dev/marble/release/marble.app/Contents/PlugIns/imageformats/libqjpeg4dylib.dylib
0x1fcfe000 - 0x1fd46fe7 +libqmng.dylib ??? (???) <283143F1-7806-DF59-A82F-E9162D5616EB> /Users/phil/dev/marble/release/marble.app/Contents/PlugIns/imageformats/libqmng.dylib
0x22b31000 - 0x22d06ff3 +QtCore ??? (???) <75B78DBE-081A-14CB-5D76-242DA98F87D9> /Users/phil/dev/marble/release/marble.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
0x22d6b000 - 0x22db4fef +libqtiff.dylib ??? (???) <AE25C7EA-4DA2-0B19-77BE-A8B17CE88EED> /Users/phil/dev/marble/release/marble.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x26219000 - 0x26a17fe2 +QtGui ??? (???) <12BFC8C8-C342-1A0B-9F19-0A97C7E2DD83> /Users/phil/dev/marble/release/marble.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
0x9000a000 - 0x900d4fef  com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9010a000 - 0x9010cff7  com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x902fa000 - 0x90312ff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x90313000 - 0x90313ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x904e3000 - 0x90525fe7  libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9057c000 - 0x905c2ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
0x905c4000 - 0x90ea2ff7  com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x90ec6000 - 0x90f46feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x90f6e000 - 0x90fbfff7  com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x90fc0000 - 0x90fc6fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x90ffa000 - 0x90fffff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x91000000 - 0x9103dff7  com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9103e000 - 0x910edff3  com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x911ba000 - 0x911c8fe7  libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
0x911c9000 - 0x91261fe7  edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x92257000 - 0x9234bfe7  libiconv.2.dylib ??? (???) <0C578460-3929-29DD-585A-DB1E0C977425> /usr/lib/libiconv.2.dylib
0x9234c000 - 0x924f0feb  libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
0x9259a000 - 0x925dbff7  libRIP.A.dylib ??? (???) <9F0ECE75-1F03-60E4-E29C-136A27C13F2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x925dc000 - 0x925e6fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92656000 - 0x92979fef  com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9297a000 - 0x92a70ff7  libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x92b56000 - 0x92c0ffe7  libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
0x92c10000 - 0x92c54fe7  com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x92c63000 - 0x92cacfe7  libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x92d43000 - 0x92d5ffe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92d60000 - 0x92d6dff7  com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x93225000 - 0x93a084b7  com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x93a72000 - 0x93be9fef  com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x93c14000 - 0x93c64ff7  com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x93c65000 - 0x93c66ff7  com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) <845D5E0D-870D-B7E8-AAC5-8364AC341AA1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x93e73000 - 0x93e88fff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x93f6f000 - 0x9412bfef  com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x94139000 - 0x94139ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x9413a000 - 0x9415eff7  libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x941db000 - 0x94277fe7  com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x94278000 - 0x94281ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x94282000 - 0x94285ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x94286000 - 0x943b2feb  com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) <9AAFDCBE-C68C-3BB3-8089-83CD2C0B4ED7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x943b3000 - 0x9441dfe7  libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x9441e000 - 0x94422ff7  libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x944af000 - 0x945b3fe7  libcrypto.0.9.8.dylib ??? (???) <2E58547A-91CC-4C1A-9FCC-DA7515FDB68A> /usr/lib/libcrypto.0.9.8.dylib
0x945b4000 - 0x94601feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x94602000 - 0x946b5fff  libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x94855000 - 0x9487dff7  libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
0x9487e000 - 0x94958ff3  com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x94959000 - 0x949b9fe7  com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x949e7000 - 0x949fbffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x949fc000 - 0x94a2fff7  com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94a40000 - 0x94a43ff7  libCGXType.A.dylib ??? (???) <483FCF1C-066B-D210-7355-ABC48CA9DB2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x94a44000 - 0x94a75ff3  libTrueTypeScaler.dylib ??? (???) <6C8916A2-8F85-98E0-AAD5-0020C39C0FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x94a76000 - 0x94b47fe3  ColorSyncDeprecated.dylib ??? (???) <1CEB1F35-EF10-A63D-AD9E-D7BD391D4719> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x94b48000 - 0x94bf0ffb  com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x94dbb000 - 0x94e1fffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x950c1000 - 0x9511bff7  com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9511c000 - 0x95196fef  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9534f000 - 0x9534fff7  com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x95350000 - 0x9536eff7  com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9536f000 - 0x9538ffe7  libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
0x95390000 - 0x95394ff7  IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x954ac000 - 0x95589ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9558a000 - 0x959bfff7  libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x95a06000 - 0x95a11ff7  libCSync.A.dylib ??? (???) <9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x95a69000 - 0x95a6bff7  libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x95b1b000 - 0x95bc8fe7  libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
0x95d04000 - 0x95d04ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x95d05000 - 0x95d27fef  com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9606b000 - 0x9607bff7  libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x9607c000 - 0x9607ffe7  libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x960b2000 - 0x960c4ff7  com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x960cc000 - 0x96173fe7  com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9619f000 - 0x9619fff7  com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x961a0000 - 0x961e3ff7  com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x961e4000 - 0x96454ffb  com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x96455000 - 0x96556fe7  libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
0x96582000 - 0x9661ffe3  com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x96620000 - 0x96634fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x96676000 - 0x9669cfff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x96779000 - 0x96799fe7  com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9679a000 - 0x967a4ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x967a5000 - 0x967f5fe7  libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x967fe000 - 0x96801ff7  libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x96802000 - 0x9680cff7  libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9680d000 - 0x96c23ff7  libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x96c24000 - 0x96c25ff7  com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x96c26000 - 0x96c41ff7  libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x96c42000 - 0x96ea4fe7  com.apple.security 6.1.1 (37594) <9AA7D9BF-852F-111F-68AD-65DD760D4DF3> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x96ea5000 - 0x97080ff3  libType1Scaler.dylib ??? (???) <F9FEA41E-F079-87B8-04A9-7FF3B2931B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x97081000 - 0x97081ff7  com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x970f4000 - 0x970f8ff7  libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x97185000 - 0x9718cff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x9718d000 - 0x97194fff  com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x971a6000 - 0x972d4fe7  com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x972d5000 - 0x97357ffb  SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x97358000 - 0x976bfff7  com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x976c0000 - 0x979dffe7  com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x979e0000 - 0x979ecff7  libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
0x97f17000 - 0x98099fe7  libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
0x980b0000 - 0x980c1ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x985aa000 - 0x98658ff3  com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9879b000 - 0x987a8ff7  com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x98fdd000 - 0x98fddff7  com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x98fde000 - 0x9906ffe7  com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x99070000 - 0x990a5ff7  libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x991e9000 - 0x9922dff3  com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9922e000 - 0x99263ff7  libcups.2.dylib ??? (???) <AFDC4D3C-0FF4-D459-B26C-4BA1093F9142> /usr/lib/libcups.2.dylib
0x99264000 - 0x9929effb  libFontRegistry.dylib ??? (???) <72342297-E8D6-B071-A752-014134129282> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9955c000 - 0x995cbff7  libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0xba900000 - 0xba916ff7  libJapaneseConverter.dylib ??? (???) <4FB5CEEB-8D3E-8C57-1718-81D7CAFBFE69> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib ??? (???) <A23F9980-5CC8-A44D-6FD6-DBFCBFF4FF28> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib

Model: Macmini3,1, BootROM MM31.0081.B06, 2 processors, Intel Core 2 Duo, 2.26 GHz, 4 GB, SMC 1.35f0
Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x90), Broadcom BCM43xx 1.0 (5.10.91.26)
Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: Hitachi HTS543232L9SA02, 298.09 GB
Serial ATA Device: PIONEER DVD-RW  DVRTS08
USB Device: USB-Serial Controller, 0x067b  (Prolific Technology, Inc.), 0x2303, 0x06200000
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8216, 0x06110000
USB Device: Comfort Curve Keyboard 2000, 0x045e  (Microsoft Corporation), 0x00dd, 0x04700000
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
USB Device: Microsoft Wireless Optical Mouse® 1.0A, 0x045e  (Microsoft Corporation), 0x008c, 0x04300000

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/marble-devel/attachments/20100324/24a39499/attachment-0001.htm 


More information about the Marble-devel mailing list