On 15/1/10 22:53, Krzysztof Kosiński wrote:
W dniu 15 stycznia 2010 22:19 użytkownik ~suv <suv-sf@...58...> napisał:
- patching the system gcc/libstdc++-v3 TR1 header file 'hashtable'
I renamed the installed version and copied the one from the gcc 4.0.4 tarball into '/usr/include/c++/4.0.0/tr1/'
- building Inkscape r8979
(...)
The build went through without fatal errors, see attached build log file.
This looks good. I think that if the instructions on how to fix the broken hashtable header are included in the Mac compilation instructions, and a check is put in configure, we can use the non-deprecated tr1::unordered_set. What others think?
I'm not sure if all is good...
I updated to revision 8988. Building went without any new errors besides the known warnings.
The new node tool is very unstable and unpredictable for me, and barely usable in LPE effects to adjust effect parameters on-canvas precisely [1] and when snapping is active (doesn't make a difference if snap delay is default or reduced to 0ms). Since I haven't heard about this from others - here, on the bug tracker or in #inkscape - I'm not sure if this due to using gcc-4.0 to build Inkscape.
I'm attaching a crash report (which includes a backtrace [2] for the thread that crashed after throwing an error in libstdc++.6.dylib). IIRC I was 'tabbing' backwards through nodes of a subpath of a regular six-pointed star converted to path and broken apart with the node tool when Inkscape crashed. As soon as I find a set of steps to consistently reproduce the crashes I have in the node editor I'll file a bug report so others can test as well.
console messages:
terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid
Emergency save activated!
Emergency save document locations: /Users/suv/New document 1.2010_01_16_10_22_38.0.svg Emergency save completed. Inkscape will close now.
I doubt that it is related to my patching/replacing '/usr/include/c++/4.0.0/tr1/hashtable' since I saw similar issues when first testing the node tool with r8980 (built with unpatched c++ headers), though I can't remember having seen errors in libstdc++.
~suv
[1] try to repeat Tav's snowflake example with the VonKoch LPE in both stable 0.47 and with a current build from bzr with the new node tool:
"tutorial to create one side of a Von Koch snowflake" at http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Paths-LivePathEffects-VonKoch.html
[2] information about OS X CrashReports: http://developer.apple.com/mac/library/technotes/tn2004/tn2123.html
gdb is complicated to use with bundled applications on OS X, and while I know how to do it, I never got more detailed results which 'bt' inside gdb than what is in the crash reports. Admittedly I haven't learned about further usage of gdb (yet) - like stepping through certain procedures or setting/using breakpoints.
Process: inkscape-bin [22097] Path: /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/bin/inkscape-bin Identifier: inkscape-bin Version: ??? (???) Code Type: X86 (Native) Parent Process: Inkscape [22096]
Date/Time: 2010-01-16 10:22:40.403 +0100 OS Version: Mac OS X 10.5.8 (9L30) Report Version: 6 Anonymous UUID: 06BF1784-B9BF-4BFA-8A5D-2D66E467AB39
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Crashed Thread: 0
Thread 0 Crashed: 0 libSystem.B.dylib 0x90136e42 __kill + 10 1 libSystem.B.dylib 0x901a923a raise + 26 2 libSystem.B.dylib 0x901b5622 __abort + 97 3 libSystem.B.dylib 0x901b568a _cproc_fork_child + 0 4 libstdc++.6.dylib 0x96859005 0x96811000 + 294917 5 libstdc++.6.dylib 0x9685710c __gxx_personality_v0 + 1108 6 libstdc++.6.dylib 0x9685714b std::terminate() + 29 7 libstdc++.6.dylib 0x96857261 __cxa_throw + 101 8 libstdc++.6.dylib 0x96817a6a std::__throw_domain_error(char const*) + 0 9 libstdc++.6.dylib 0x9683f366 char* std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) + 80 10 libstdc++.6.dylib 0x9683f4ac std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) + 66 11 libglibmm-2.4.1.dylib 0x012e7e8f Glib::ustring::ustring(char const*) + 31 12 inkscape-bin 0x005ca313 Inkscape::UI::CurveDragPoint::_getTip(unsigned int) + 275 13 inkscape-bin 0x005bf171 Inkscape::UI::ControlPoint::_updateTip(unsigned int) + 33 14 inkscape-bin 0x005bf776 Inkscape::UI::ControlPoint::_setMouseover(Inkscape::UI::ControlPoint*, unsigned int) + 54 15 inkscape-bin 0x005c0035 Inkscape::UI::ControlPoint::_eventHandler(_GdkEvent*) + 789 16 inkscape-bin 0x005befa8 Inkscape::UI::ControlPoint::_event_handler(SPCanvasItem*, _GdkEvent*, Inkscape::UI::ControlPoint*) + 24 17 inkscape-bin 0x003255ab sp_marshal_BOOLEAN__POINTER + 107 18 libgobject-2.0.0.dylib 0x01d68b29 g_closure_invoke + 313 19 libgobject-2.0.0.dylib 0x01d7939c signal_emit_unlocked_R + 1900 20 libgobject-2.0.0.dylib 0x01d7a4c7 g_signal_emit_valist + 439 21 libgtk-x11-2.0.0.dylib 0x01700d65 gtk_signal_emit + 85 22 inkscape-bin 0x00265a68 emit_event(SPCanvas*, _GdkEvent*) + 488 23 inkscape-bin 0x00265fa1 pick_current_item(SPCanvas*, _GdkEvent*) + 721 24 inkscape-bin 0x00269e69 sp_canvas_motion(_GtkWidget*, _GdkEventMotion*) + 185 25 libgtk-x11-2.0.0.dylib 0x0157c01b _gtk_marshal_BOOLEAN__BOXED + 107 26 libgobject-2.0.0.dylib 0x01d68b29 g_closure_invoke + 313 27 libgobject-2.0.0.dylib 0x01d79525 signal_emit_unlocked_R + 2293 28 libgobject-2.0.0.dylib 0x01d7a4c7 g_signal_emit_valist + 439 29 libgobject-2.0.0.dylib 0x01d7adb9 g_signal_emit + 41 30 libgtk-x11-2.0.0.dylib 0x0169b046 gtk_widget_event_internal + 614 31 libgtk-x11-2.0.0.dylib 0x0157a205 gtk_propagate_event + 213 32 libgtk-x11-2.0.0.dylib 0x0157a79f gtk_main_do_event + 1151 33 libgdk-x11-2.0.0.dylib 0x018d02c5 gdk_event_dispatch + 85 34 libglib-2.0.0.dylib 0x01ddcf0d g_main_context_dispatch + 573 35 libglib-2.0.0.dylib 0x01de07bb g_main_context_iterate + 1179 36 libglib-2.0.0.dylib 0x01de0a97 g_main_loop_run + 439 37 libgtk-x11-2.0.0.dylib 0x01579881 gtk_main + 177 38 libgtkmm-2.4.1.dylib 0x00ec147b Gtk::Main::run() + 27 39 inkscape-bin 0x0000485a sp_main_gui(int, char const**) + 1146 40 inkscape-bin 0x001efae2 Inkscape::NSApplication::Application::run() + 178 41 inkscape-bin 0x000032b2 main + 322 42 inkscape-bin 0x00002ae6 start + 54
Thread 1: 0 libSystem.B.dylib 0x900d046e __semwait_signal + 10 1 libSystem.B.dylib 0x901209f8 pthread_cond_timedwait$UNIX2003 + 72 2 libgthread-2.0.0.dylib 0x01daf63b g_cond_timed_wait_posix_impl + 107 3 libglib-2.0.0.dylib 0x01db70e1 g_async_queue_pop_intern_unlocked + 225 4 libglib-2.0.0.dylib 0x01db73b1 g_async_queue_timed_pop + 65 5 libglib-2.0.0.dylib 0x01e08280 g_thread_pool_thread_proxy + 272 6 libglib-2.0.0.dylib 0x01e063c8 g_thread_create_proxy + 152 7 libSystem.B.dylib 0x900fa155 _pthread_start + 321 8 libSystem.B.dylib 0x900fa012 thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x901b5639 ecx: 0xbfffd45c edx: 0x90136e42 edi: 0xa00195b8 esi: 0x091084ac ebp: 0xbfffd478 esp: 0xbfffd45c ss: 0x0000001f efl: 0x00200286 eip: 0x90136e42 cs: 0x00000007 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x00744000
Binary Images: 0x1000 - 0x990fff +inkscape-bin ??? (???) <b30efb8fad774d52cc7caf0acf000320> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/bin/inkscape-bin 0xe6d000 - 0xfb7ff7 +libgtkmm-2.4.1.dylib ??? (???) <a7bf1ea66c8c3e7d81bfc14adc0a5413> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgtkmm-2.4.1.dylib 0x119d000 - 0x11d0ff8 +libgiomm-2.4.1.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgiomm-2.4.1.dylib 0x1209000 - 0x1225ff2 +libgdkmm-2.4.1.dylib ??? (???) <897880610a523cc4e146c33b3b4349e0> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgdkmm-2.4.1.dylib 0x1249000 - 0x126bffb +libatkmm-1.6.1.dylib ??? (???) <f0682cac26700a5b932a3e599ff981b0> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libatkmm-1.6.1.dylib 0x128d000 - 0x129bff7 +libpangomm-1.4.1.dylib ??? (???) <1756775acb16ea5c2f571736989182f6> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libpangomm-1.4.1.dylib 0x12b1000 - 0x12beff2 +libcairomm-1.0.1.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libcairomm-1.0.1.dylib 0x12cf000 - 0x12f5ff2 +libglibmm-2.4.1.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libglibmm-2.4.1.dylib 0x131d000 - 0x1349fff +libxslt.1.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libxslt.1.dylib 0x1353000 - 0x1458fef +libxml2.2.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libxml2.2.dylib 0x1486000 - 0x1487ff4 +libsigc-2.0.0.dylib ??? (???) <a81d63a170e609c162881fed29d3a2ab> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libsigc-2.0.0.dylib 0x148c000 - 0x148fffa +libgtkspell.0.dylib ??? (???) <dc9a60010a79016a3d099fbed1f444c7> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgtkspell.0.dylib 0x1494000 - 0x149aff5 +libenchant.1.dylib ??? (???) <4fcb26598a43f4a90a69fc37b90c6d84> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libenchant.1.dylib 0x14a0000 - 0x17d8fef +libgtk-x11-2.0.0.dylib ??? (???) <526e57ffa52b79cf811cc7daf8c36128> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgtk-x11-2.0.0.dylib 0x189b000 - 0x190dfeb +libgdk-x11-2.0.0.dylib ??? (???) <d9c9dcdff030b71bb8bea576ed00d0c0> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgdk-x11-2.0.0.dylib 0x192f000 - 0x1940ff6 +libatk-1.0.0.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libatk-1.0.0.dylib 0x194d000 - 0x195efff +libgdk_pixbuf-2.0.0.dylib ??? (???) <67673be2631e120076781f2d4b8f394d> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgdk_pixbuf-2.0.0.dylib 0x1966000 - 0x196cfef +libpangocairo-1.0.0.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libpangocairo-1.0.0.dylib 0x1973000 - 0x19c5fec +libgio-2.0.0.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgio-2.0.0.dylib 0x19e7000 - 0x19e7ff6 +libXinerama.1.dylib ??? (???) <cf34e3fad940ca81800575efaf0dbd2c> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libXinerama.1.dylib 0x19eb000 - 0x19f1ff7 +libXi.6.dylib ??? (???) <97ac1cef55306188c9f3eee36e759900> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libXi.6.dylib 0x19f5000 - 0x19fafe3 +libXrandr.2.dylib ??? (???) <ab1621784b250d08f798661b110359a3> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libXrandr.2.dylib 0x19fe000 - 0x1a03fe5 +libXcursor.1.dylib ??? (???) <6c24c57b3df8f1e3a6c5f358241206f8> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libXcursor.1.dylib 0x1a08000 - 0x1a08ff6 +libXcomposite.1.dylib ??? (???) <cebe0d57c78282e3d7e8f21e341341d3> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libXcomposite.1.dylib 0x1a0c000 - 0x1a0cff3 +libXdamage.1.dylib ??? (???) <e55c453b0301660e0606be914e50bfd8> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libXdamage.1.dylib 0x1a10000 - 0x1a31feb +libpangoft2-1.0.0.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libpangoft2-1.0.0.dylib 0x1a3b000 - 0x1a45ff2 +libXext.6.dylib ??? (???) <98407ebf5d2945b07861eb6fc09b3af5> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libXext.6.dylib 0x1a4b000 - 0x1a4dff9 +libXfixes.3.dylib ??? (???) <9507e689adcdf0dd3d2bd591a098a6e1> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libXfixes.3.dylib 0x1a51000 - 0x1ab5feb +libcairo.2.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libcairo.2.dylib 0x1acf000 - 0x1b02fef +libpixman-1.0.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libpixman-1.0.dylib 0x1b0c000 - 0x1b12fff +libXrender.1.dylib ??? (???) <56d83e9612ad300b10ac68e93c5f7f7d> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libXrender.1.dylib 0x1b17000 - 0x1c1dfef +libX11.6.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libX11.6.dylib 0x1c3d000 - 0x1c3dffe +libXau.6.dylib ??? (???) <d84951cd5ae46352988571835cf10bde> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libXau.6.dylib 0x1c41000 - 0x1c43fef +libXdmcp.6.dylib ??? (???) <ee265efbb0673eb4ae45c473dd41143c> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libXdmcp.6.dylib 0x1c47000 - 0x1c7aff7 +libpango-1.0.0.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libpango-1.0.0.dylib 0x1c8b000 - 0x1cb3fe7 +libfontconfig.1.dylib ??? (???) <f5316ecc78373e21f32e8f859cdca5aa> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libfontconfig.1.dylib 0x1cbd000 - 0x1cd9fe3 +libexpat.1.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libexpat.1.dylib 0x1ce1000 - 0x1d51fe9 +libfreetype.6.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libfreetype.6.dylib 0x1d65000 - 0x1d98ff7 +libgobject-2.0.0.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgobject-2.0.0.dylib 0x1da9000 - 0x1daaffd +libgmodule-2.0.0.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgmodule-2.0.0.dylib 0x1dae000 - 0x1db0ff1 +libgthread-2.0.0.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgthread-2.0.0.dylib 0x1db4000 - 0x1e73fe7 +libglib-2.0.0.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libglib-2.0.0.dylib 0x1e92000 - 0x1e99ff3 +libintl.8.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libintl.8.dylib 0x1e9e000 - 0x1f96fe0 +libiconv.2.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libiconv.2.dylib 0x1fa3000 - 0x1fc2ffb +libpng12.0.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libpng12.0.dylib 0x1fc9000 - 0x1fd9ffd +libz.1.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libz.1.dylib 0x1fde000 - 0x215efe3 +libgsl.0.dylib ??? (???) <43a83368ca1df1ab36b8a1ce6c0cfef3> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgsl.0.dylib 0x21ac000 - 0x21ddff1 +libgslcblas.0.dylib ??? (???) <b3334b158f0b16b09a9e37d3021f6e9e> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgslcblas.0.dylib 0x21e2000 - 0x21e8fff +libpopt.0.dylib ??? (???) <ecf949f6dd3048c260bf5e9834925667> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libpopt.0.dylib 0x21ed000 - 0x2281fe7 +libaspell.15.dylib ??? (???) <156eb22ae53310e7b969a37afdfea4a3> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libaspell.15.dylib 0x22ed000 - 0x2330ff7 +libgnomevfs-2.0.dylib ??? (???) <f3059e065f7109106ee67b5f570a46ae> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgnomevfs-2.0.dylib 0x234c000 - 0x236fff7 +libgconf-2.4.dylib ??? (???) <d87862211e9bd1eb3dd6253da8ca0db7> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgconf-2.4.dylib 0x2382000 - 0x23b2fef +libORBit-2.0.dylib ??? (???) <6e387c0c65b6f965184c023f1bd7e963> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libORBit-2.0.dylib 0x23dd000 - 0x240dfff +libdbus-1.3.dylib ??? (???) <291d59e35e95ead830deadc06474bd23> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libdbus-1.3.dylib 0x241e000 - 0x243afff +libwpg-0.1.1.dylib ??? (???) <b9d158436138135a46d4758755baf10d> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libwpg-0.1.1.dylib 0x2447000 - 0x244fff0 +libwpg-stream-0.1.1.dylib ??? (???) <ecbb3b324160971fc0311bb1fae55157> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libwpg-stream-0.1.1.dylib 0x2456000 - 0x24a0fe7 +libwpd-0.8.8.dylib ??? (???) <a3b0f1369a70f4c9165e30254d58eba6> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libwpd-0.8.8.dylib 0x24dc000 - 0x250bff2 +libMagick++.2.dylib ??? (???) <d180bb5bf1128cd9591385038ba27927> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libMagick++.2.dylib 0x253b000 - 0x26effe7 +libMagickCore.2.dylib ??? (???) <5b43f7231f0de754c10d4123ed6e13ca> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libMagickCore.2.dylib 0x2778000 - 0x278ffff +libgc.1.dylib ??? (???) <44cc0b4f45ebbe5ef1cfaf7ebf4aa7cb> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libgc.1.dylib 0x27ba000 - 0x27e2fef +liblcms.1.dylib ??? (???) <be01b1b742ea0bb2d80695790864e2b4> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/liblcms.1.dylib 0x27ee000 - 0x2917fe2 +libpoppler.5.dylib ??? (???) <db0126b0c7eeb810b999ab7857480db0> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libpoppler.5.dylib 0x2987000 - 0x29a2fff +libpoppler-glib.4.dylib ??? (???) <cdf6c6fd65d30d2e965302710cacd623> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libpoppler-glib.4.dylib 0x29b6000 - 0x29caff4 +libdbus-glib-1.2.dylib ??? (???) <cbed27b4d77356f6d57c5c41d26ed44d> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libdbus-glib-1.2.dylib 0x29d5000 - 0x2a0dfeb +libssl.0.9.8.dylib ??? (???) <9fb8f5bf9950c1d33555cecc85288592> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libssl.0.9.8.dylib 0x2a21000 - 0x2b23fe7 +libcrypto.0.9.8.dylib ??? (???) <878fc8a1ed70539be2a972d85b79acf3> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libcrypto.0.9.8.dylib 0x2b81000 - 0x2c8afff +libMagickWand.2.dylib ??? (???) <c14558642bb944b60f5ef3473d21f096> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libMagickWand.2.dylib 0x2ca8000 - 0x2cf4fef +libtiff.3.dylib ??? (???) <9b3402197bfe7c82879f02eceec423ea> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libtiff.3.dylib 0x2cff000 - 0x2d1bff0 +libjpeg.62.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libjpeg.62.dylib 0x2d22000 - 0x2ea3ff3 +libfftw3.3.dylib ??? (???) <934f17a37d1812f3921452473b244af4> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libfftw3.3.dylib 0x2eca000 - 0x2f0bff8 +libXt.6.dylib ??? (???) <e8d87c9bbc9bd551d50a678ae91dac63> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libXt.6.dylib 0x2f1e000 - 0x2f2cfff +libbz2.1.0.dylib ??? (???) <019dbd2c9f5abd0099cdf1cf264439dd> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libbz2.1.0.dylib 0x2f31000 - 0x2f36fe7 +libltdl.7.dylib ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libltdl.7.dylib 0x2f3b000 - 0x2f40ffc +libSM.6.dylib ??? (???) <40a9ee8589bf017e47c9a316d69f9fa6> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libSM.6.dylib 0x2f45000 - 0x2f55ff7 +libICE.6.dylib ??? (???) <ff12d680f0201b82b8ddb236d0cbc150> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libICE.6.dylib 0x2f5d000 - 0x2f74fe7 +libopenjpeg-2.1.3.0.dylib ??? (???) <f557fe510e0e740ad3b3e327429ad615> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/libopenjpeg-2.1.3.0.dylib 0x2ff3000 - 0x2ff9ff4 +libpixmap.so ??? (???) <fb4b3f0be6c4e6d2a3bb2055d4aa3c30> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libpixmap.so 0x3200000 - 0x3212fff +libclearlooks.so ??? (???) <86ff56bb5ecf940f8ddab4d77b85e98b> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libclearlooks.so 0x59e3000 - 0x59e5ff0 +libpixbufloader-png.so ??? (???) <87cf4af25160e874c8b35f64b79b5191> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so 0x5c4e000 - 0x5c4efe3 +pango-basic-fc.so ??? (???) /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/pango/1.6.0/modules/pango-basic-fc.so 0x5d80000 - 0x5d84ff8 +libpixbufloader-xpm.so ??? (???) <d4fba757f17132681611c3b1d2fac6f4> /Volumes/blue/src/Inkscape/Inkscape-BZR/Inkscape.app/Contents/Resources/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so 0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld 0x9007e000 - 0x90084fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x90085000 - 0x900c7fef com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x900c8000 - 0x9022fff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib 0x91225000 - 0x91305fff libobjc.A.dylib ??? (???) <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib 0x9130b000 - 0x9130bffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x9135b000 - 0x9135cffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib 0x913a2000 - 0x913f3ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x913f4000 - 0x916ceff3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x916cf000 - 0x916d9feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x916ff000 - 0x9170cfe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x9195a000 - 0x9195afff com.apple.Carbon 136 (136) <4177916bbf70e0ddc446f94001d54c95> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x9195b000 - 0x91962fe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib 0x91a77000 - 0x91f48fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x91f49000 - 0x92010ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x92017000 - 0x9231ffe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x92338000 - 0x923c5ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x923c6000 - 0x923c9fff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x923ca000 - 0x923d6ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92423000 - 0x9244cfff libcups.2.dylib ??? (???) <ee771753dd1111b656a2daa234a9e971> /usr/lib/libcups.2.dylib 0x9244d000 - 0x92454ffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib 0x92455000 - 0x92865fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x92866000 - 0x92916fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x92917000 - 0x92917ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x92918000 - 0x929a2fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x92bac000 - 0x92baefff com.apple.securityhi 3.0 (30817) <40562b85d99118354c974e76c32fa6fb> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x934d5000 - 0x934e5ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x93667000 - 0x937afff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <7f73ef328c8e8566f3f204b5a540a7f0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x937e3000 - 0x9383fff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x939fb000 - 0x93a0bfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x93a0c000 - 0x93a55fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x93a56000 - 0x93a85fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x93ad2000 - 0x93c0bff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib 0x93c0c000 - 0x93fa9fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94188000 - 0x941a0ff7 com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x94259000 - 0x94300feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x94333000 - 0x94335ff5 libRadiance.dylib ??? (???) <aefd52482869bb5010672679d151167e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x94336000 - 0x949d6feb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x949d7000 - 0x949dcfff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x949dd000 - 0x94a97fe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x94f72000 - 0x95330fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x95331000 - 0x95331ff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x95332000 - 0x953acff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x953ad000 - 0x953c3fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x953c4000 - 0x95403fef libTIFF.dylib ??? (???) <801873cbd85ba7bdfe7646fe97a54ca3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x95477000 - 0x9547bfff libGIF.dylib ??? (???) <3c7100e80b7f7ca8809cf9512c1a6004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x954e1000 - 0x954f9fff com.apple.openscripting 1.2.8 (???) <0129d2f750f5ddcb92f4acf8a3541952> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x9552a000 - 0x955f5fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x9560a000 - 0x95637feb libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x95638000 - 0x956b5fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x956f1000 - 0x9572bfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x9572c000 - 0x95748ff3 libPng.dylib ??? (???) <271373dd41f56369a3dfca0ed2be579a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x95759000 - 0x959d5fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x962dc000 - 0x9638effb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib 0x9638f000 - 0x963adfff libresolv.9.dylib ??? (???) <9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib 0x963ae000 - 0x963b2fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x963e6000 - 0x9648dfec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x9648e000 - 0x9651bff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x966d9000 - 0x966e1fff com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x966e2000 - 0x96761ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x96762000 - 0x96781ffa libJPEG.dylib ??? (???) <50b881dd5a5795d38405c9c88c2806fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x96783000 - 0x9680aff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib 0x96811000 - 0x9686effb libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib 0x9686f000 - 0x968c8ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x96900000 - 0x96993ff3 com.apple.ApplicationServices.ATS 3.8 (???) <eda9db16110de6b7fd9436cd0daa787d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x96acd000 - 0x96af8fe7 libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib 0x96d48000 - 0x96d51fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x96dac000 - 0x96f7dff3 com.apple.security 5.0.5 (36371) <c7f5d1b89c9891d332c81d1c5fe925e3> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x96f83000 - 0x96fbafff com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x96fbb000 - 0x9704efff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x97320000 - 0x97453fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x97463000 - 0x97463ffa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x97464000 - 0x97479ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x9747a000 - 0x974f7feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x974f8000 - 0x97536fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x97537000 - 0x97591ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x97592000 - 0x97592ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib