Ticket #392 (closed defect: fixed)

Opened 12 months ago

Last modified 12 months ago

Bus error if pycairo not available

Reported by: springmeyer Owned by: springmeyer
Priority: critical (top) Milestone: 0.7.0
Component: Boost.Python Binding Version: 0.6.0
Severity: Normal Keywords:
Cc: Patch Needs Improvement: no
Needs Docmentation: no Has Patch?: no
Design Decision Needed: no

Description (last modified by springmeyer) (diff)

If the mapnik python bindings are built with pycairo support (headers compiled in), but the _cairo.so module is not available to be imported at runtime then mapnik crashes with a bus error when using rundemo.py

This appears to be the same bug as reported by debian tracking:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538862

$ python rundemo.py 
registered datasource : gdal
registered datasource : ogr
registered datasource : postgis
registered datasource : raster
registered datasource : shape
registered datasource : sqlite
size = 3
encoding=latin1
file=../data/boundaries
type=shape
datasource=0x33ae70 type=1
size = 2
file=../data/qcdrainage
type=shape
datasource=0x310070 type=1
size = 2
file=../data/ontdrainage
type=shape
datasource=0x33d610 type=1
size = 2
file=../data/boundaries_l
type=shape
datasource=0x33d370 type=1
size = 2
file=../data/roads
type=shape
datasource=0x33dd80 type=1
size = 3
encoding=latin1
file=../data/popplaces
type=shape
datasource=0x33f970 type=1
Bus error
Process:         Python [28247]
Path:            /System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python
Identifier:      Python
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  bash [22792]

Interval Since Last Report:          353 sec
Crashes Since Last Report:           1
Per-App Interval Since Last Report:  0 sec
Per-App Crashes Since Last Report:   1

Date/Time:       2009-07-20 19:36:38.688 -0700
OS Version:      Mac OS X 10.5.7 (9J61)
Report Version:  6
Anonymous UUID:  3EE7A00D-B218-4641-83C5-E3AE14622523

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread:  0

Thread 0 Crashed:
0   _mapnik.so                          0x010fe47e extract_context(_object*) + 30
1   _mapnik.so                          0x011043fc boost::python::converter::get_lvalue_from_python(_object*, boost::python::converter::registration const&) + 76
2   _mapnik.so                          0x01085a89 boost::python::objects::caller_py_function_impl<boost::python::detail::caller<void (*)(mapnik::Map const&, PycairoContext*), boost::python::default_call_policies, boost::mpl::vector3<void, mapnik::Map const&, PycairoContext*> > >::operator()(_object*, _object*) + 121 (local.hpp:37)
3   _mapnik.so                          0x0110de54 boost::python::objects::function::call(_object*, _object*) const + 468
4   _mapnik.so                          0x0110f675 boost::detail::function::void_function_ref_invoker0<boost::python::objects::(anonymous namespace)::bind_return, void>::invoke(boost::detail::function::function_buffer&) + 37
5   _mapnik.so                          0x011165c9 boost::function0<void>::operator()() const + 41
6   _mapnik.so                          0x011159bc boost::python::detail::exception_handler::operator()(boost::function0<void> const&) const + 204
7   _mapnik.so                          0x010809b4 boost::detail::function::function_obj_invoker2<boost::_bi::bind_t<bool, boost::python::detail::translate_exception<mapnik::config_error, void (*)(mapnik::config_error const&)>, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<void (*)(mapnik::config_error const&)> > >, bool, boost::python::detail::exception_handler const&, boost::function0<void> const&>::invoke(boost::detail::function::function_buffer&, boost::python::detail::exception_handler const&, boost::function0<void> const&) + 36 (function_template.hpp:131)
8   _mapnik.so                          0x01115a8f boost::python::handle_exception_impl(boost::function0<void>) + 63
9   _mapnik.so                          0x0110bb42 function_call + 98
10  org.python.python                   0x00121505 PyObject_Call + 50
11  org.python.python                   0x0018f832 PyEval_EvalFrameEx + 17904
12  org.python.python                   0x00191173 PyEval_EvalCodeEx + 1638
13  org.python.python                   0x00191260 PyEval_EvalCode + 87
14  org.python.python                   0x001a883c PyErr_Display + 1896
15  org.python.python                   0x001a8e66 PyRun_FileExFlags + 135
16  org.python.python                   0x001aa7d2 PyRun_SimpleFileExFlags + 421
17  org.python.python                   0x001b5a57 Py_Main + 3095
18  org.python.pythonapp                0x00001fca 0x1000 + 4042

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x010fe46e  ecx: 0x00000031  edx: 0x00316c10
  edi: 0x00265450  esi: 0x00265450  ebp: 0xbfffe128  esp: 0xbfffe110
   ss: 0x0000001f  efl: 0x00010282  eip: 0x010fe47e   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00000000

Binary Images:
    0x1000 -     0x1ffe  org.python.pythonapp 2.5.0 (2.5.0a0) <5aa9f0cc36fda395f965e08c96613cf5> /System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python
  0x119000 -   0x1e5feb  org.python.python 2.5 (2.5) <523ba54c654eeed6bc670db2f58a73ab> /System/Library/Frameworks/Python.framework/Versions/2.5/Python
  0x2b2000 -   0x2defff +org.maptools.proj 4.6.1 (PROJ 4.6.1-2) <0dc6b34895c8977b4291a5a076eb7cd3> /Library/Frameworks/PROJ.framework/Versions/4.6/PROJ
  0x2eb000 -   0x2f8fff  libiodbcinst.2.dylib ??? (???) <f225b96d6bf1d05acdf0208a4ea3eebe> /usr/lib/libiodbcinst.2.dylib
  0x400000 -   0x408ff7 +gdal.input ??? (???) <788408398dbcf5dc68ed1f0da85d8c11> /Library/Frameworks/Mapnik.framework/Plugins/gdal.input
  0x41b000 -   0x4e0ffb +org.osgeo.geos 3.1.1 (GEOS 3.1.1-2) <55fe0dda0311c84448bddd69b068e20d> /Library/Frameworks/GEOS.framework/Versions/3/GEOS
  0x5a1000 -   0x64afeb +org.sqlite.sqlite3 3.6.16 (SQLite3 3.6.16-1) <5c4eb61cde6e5da24621d2bc66facba4> /Library/Frameworks/SQLite3.framework/Versions/3/SQLite3
  0x661000 -   0x6a0fff  libiodbc.2.dylib ??? (???) <0e9f71de7fa6cfc5d42a7754d393b22c> /usr/lib/libiodbc.2.dylib
  0x6af000 -   0x76fffb +com.kyngchaos.UnixImageIO 1.0.31 (UnixImageIO 1.0.31) <9a292f890bd9be71e03337d11e92f3b9> /Library/Frameworks/UnixImageIO.framework/Versions/B/UnixImageIO
  0x795000 -   0x7c7fef +libogdi.dylib ??? (???) <30a564e63d9c69fb16ecba4722136e7f> /Library/Frameworks/GDAL.framework/Versions/1.6/Libraries/libogdi.dylib
  0x7d3000 -   0x7eeff3 +libpq.dylib ??? (???) <563eacc00f16bb2bef2b2d1fe0d1a814> /Library/Frameworks/GDAL.framework/Versions/1.6/Libraries/libpq.dylib
 0x1000000 -  0x1180fff +_mapnik.so ??? (???) <d136ba2a402934cdce597f18c8e17677> /Library/Frameworks/Mapnik.framework/Versions/Current/Python/2.5/site-packages/mapnik/_mapnik.so
 0x156a000 -  0x292cfef +Mapnik.framework ??? (1.0) <d36e89ffb2e44946aeaae531844f931b> /Library/Frameworks/Mapnik.framework/Versions/0.6.1/Mapnik
 0x2bd6000 -  0x3658fee +org.gdal.gdal 1.6.1 (GDAL/OGR 1.6.1-8) <b5951dd4da9bd01b8147c65324239633> /Library/Frameworks/GDAL.framework/Versions/1.6/GDAL
 0x3b8b000 -  0x3bb6ffb  libcurl.4.dylib ??? (???) <54ada27deb3b4ff7043d8836264eca0d> /usr/lib/libcurl.4.dylib
 0x3bc0000 -  0x3be2fff +ogr.input ??? (???) <74397c1078c719dc0c44bf8c0f52ecae> /Library/Frameworks/Mapnik.framework/Plugins/ogr.input
 0x3c11000 -  0x3c2eff3 +postgis.input ??? (???) <aba7be1fb7e827bbe1779d3b0b590a67> /Library/Frameworks/Mapnik.framework/Plugins/postgis.input
 0x3c44000 -  0x3c54fff +raster.input ??? (???) <8f2399f7f5b6944fa965cf066c9e94af> /Library/Frameworks/Mapnik.framework/Plugins/raster.input
 0x3c6f000 -  0x3ca0ff7 +shape.input ??? (???) <bed25fdddfc8188bd542d76312d5ad00> /Library/Frameworks/Mapnik.framework/Plugins/shape.input
 0x3ce2000 -  0x3d04fef +sqlite.input ??? (???) <dcdd4524ca144811008e8ff1451ff1ba> /Library/Frameworks/Mapnik.framework/Plugins/sqlite.input
0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
0x90003000 - 0x90006fff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x90007000 - 0x9000effe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x9000f000 - 0x900d6ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x900d7000 - 0x9010efff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x90262000 - 0x9028bfff  libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
0x9028c000 - 0x902a7ffb  libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x902a8000 - 0x90479ffb  com.apple.security 5.0.5 (36371) <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9047a000 - 0x90506ff7  com.apple.LaunchServices 290.3 (290.6) <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9050d000 - 0x9054cfef  libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9056a000 - 0x9056efff  libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9056f000 - 0x9058dfff  libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
0x9058e000 - 0x905a6ff7  com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x905a7000 - 0x905aefe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x9073f000 - 0x90740ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x907bf000 - 0x907c8fff  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
0x90810000 - 0x90c20fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x90c22000 - 0x90c2effe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x90c71000 - 0x90f79fff  com.apple.HIToolbox 1.5.5 (???) <b17766e3d8800a73f534c41f624f5ac4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x90f91000 - 0x910f8ff3  libSystem.B.dylib ??? (???) <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
0x910f9000 - 0x9122cfef  com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9123a000 - 0x912eafff  edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x912eb000 - 0x9130affa  libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9130b000 - 0x91354fef  com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9135a000 - 0x913b7ffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x913b8000 - 0x91414ff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x91415000 - 0x91415fff  com.apple.Carbon 136 (136) <7f03616ee9261fb42dc6e6dd77a6f01c> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91434000 - 0x91458feb  libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
0x91819000 - 0x91bb6fef  com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x91be7000 - 0x91cc7fff  libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x91cc8000 - 0x91cd0fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91f6f000 - 0x91f84ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x91f85000 - 0x91f95ffc  com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91f9e000 - 0x91fc2fff  libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x91fc3000 - 0x91fd1ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x91fd2000 - 0x91fd2ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91fd3000 - 0x92002fe3  com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x92003000 - 0x92008fff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92009000 - 0x922e3ff3  com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x922e4000 - 0x92361feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x92362000 - 0x923f5fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x923f6000 - 0x92400feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92401000 - 0x9267dfe7  com.apple.Foundation 6.5.8 (677.24) <aa84b0383891378c348ffa4a94853082> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92aba000 - 0x92f8bfbe  libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x9306e000 - 0x930c7ff7  libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9312f000 - 0x9316dfff  libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9316e000 - 0x931faff7  com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x931fb000 - 0x931fdfff  com.apple.securityhi 3.0 (30817) <32d1c581312dbe0c408578df99661f96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x931fe000 - 0x9327bfef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9329a000 - 0x93324fe3  com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x93381000 - 0x933b3fff  com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x933b4000 - 0x93772fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x93778000 - 0x93778ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x93779000 - 0x93844fff  com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x93845000 - 0x93ee5fe3  com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x93ee6000 - 0x93ee6ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x93ee7000 - 0x93f6eff7  libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
0x94842000 - 0x9489cff7  com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9489d000 - 0x9489fff5  libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x948a6000 - 0x94960fe3  com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x95313000 - 0x953f4ff7  libxml2.2.dylib ??? (???) <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib
0x953f5000 - 0x953f9fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x9544c000 - 0x95486fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x95487000 - 0x9548dfff  com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9550e000 - 0x95524fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9552d000 - 0x955d1fec  com.apple.CFNetwork 438.10 (438.12) <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x955d2000 - 0x95665ff3  com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9675a000 - 0x96801feb  com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x96802000 - 0x9682ffeb  libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x96830000 - 0x96924ff4  libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
0x96925000 - 0x96925ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x96926000 - 0x96936fff  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
0x96937000 - 0x96944fe7  com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x96945000 - 0x96987fef  com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x96988000 - 0x969a0fff  com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x969a1000 - 0x969f2ff7  com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x969f3000 - 0x96b39ff7  com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x96bcc000 - 0x96c46ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x96c47000 - 0x96d80ff7  libicucore.A.dylib ??? (???) <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
0x96d81000 - 0x96d81ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x96d82000 - 0x96d91fff  libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
0x96d92000 - 0x96e11ff5  com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x96e12000 - 0x96ec4ffb  libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
0x96ece000 - 0x96ef9fe7  libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

Change History

Changed 12 months ago by springmeyer

  • description modified (diff)

Changed 12 months ago by springmeyer

this is yet another (along with #387) to implement #381

Changed 12 months ago by springmeyer

  • priority changed from normal to critical (top)
  • description modified (diff)

Changed 12 months ago by springmeyer

  • status changed from new to closed
  • resolution set to fixed

fixed in r1278. Perhaps a more robust solution exists, but this avoids the crash.

Note: See TracTickets for help on using tickets.