|
From: Hans F. <H.F...@so...> - 2005-09-07 13:09:16
|
Hi Martin,
thank your very much for your help with this.
>>> Could you try to find the crash log that should have been created?
>>> Something like ~/Library/Logs/CrashReporter/python2.4.crash.log.
>>> If it is too long, send it to me off list.
>>
>> I'll email it to you off list.
>
> From the crashed thread
>
>> Thread 2 Crashed:
>> 0 libX11.6.dylib 0x9ca2b938 XVisualIDFromVisual + 0
>> 1 libgtkgl-2.0.1.dylib 0x0174d2f8 gdk_gl_context_share_new + 108
>> (gdkgl.c:141)
>> 2 libgtkgl-2.0.1.dylib 0x0174dd58 gtk_gl_area_share_new + 188
>> (gtkglarea.c:131)
>> 3 cvisualmodule.so 0x011c67d0
>> visual::xglContext::initWindow(char const*, int, int, int, int, int) + 316
>> (bundle1.s:283)
>
> it looks like this is a problem between libgtkgl and X11. What I would try to
> look at is:
>
> 1. by checking modification dates, check if your
> /usr/X11R6/lib/libX11.6.dylib or the file it points to are not leftovers from
> an earlier (Panther) installation of X11. The Apple installer plays such
> tricks sometimes.
No, this seemed okay. (The machine was delivered brand new with Tiger
installed.)
> 2. See if the gtkglarea2 package was updated after you updated your system
> and your X11 or if it was perhaps compiled under an older version of OSX and
> X11.
>
> 3. Rebuild gtkglarea2 anyway and see if this changes anything.
Done that (using 'fink rebuild gtkglaerea2'). Unfortunately, no success.
I'll attach the crash log below (not sure which parts of it are
important).
(I did also recompile [using rebuild] python-py24 and visual-py24; just in
case...)
Any suggestions very welcome. Thanks,
Hans
**********
Host Name: max
Date/Time: 2005-09-07 13:58:38.755 +0100
OS Version: 10.4.2 (Build 8C46)
Report Version: 3
Command: python2.4
Path: /sw/bin/python2.4
Parent: bash [281]
Version: ??? (???)
PID: 12148
Thread: 1
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000005
Thread 0:
0 libSystem.B.dylib 0x90042ae8 mach_wait_until + 8
1 libSystem.B.dylib 0x900428a0 nanosleep + 384
2 libSystem.B.dylib 0x9004677c usleep + 60
3 cvisualmodule.so 0x0105e7e0 visual::threaded_sleep(double) + 112 (bundle1.s:283)
4 cvisualmodule.so 0x01045c58 visual::GLDevice::join() + 68 (bundle1.s:283)
5 cvisualmodule.so 0x010450a8 visual::GLDevice::show() + 184 (bundle1.s:283)
6 cvisualmodule.so 0x01028598 visual::DisplayObject::insert() + 1744 (bundle1.s:283)
7 cvisualmodule.so 0x01027674 visual::DisplayObject::set_display(boost::shared_ptr<visual::Display>) + 1096 (bundle1.s:283)
8 cvisualmodule.so 0x0102914c visual::DisplayObject::py_complete_init(boost::shared_ptr<visual::DisplayObject>, boost::python::api::object, bool, boost::shared_ptr<visual::Display>, boost::shared_ptr<visual::frame>) + 368 (bundle1.s:283)
9 cvisualmodule.so 0x01125d08 boost::python::detail::caller_arity<(unsigned)6>::impl<void (visual::DisplayObject::*)(boost::shared_ptr<visual::DisplayObject>, boost::python::api::object, bool, boost::shared_ptr<visual::Display>, boost::shared_ptr<visual::frame>), boost::python::default_call_policies, boost::mpl::vector7<void, visual::DisplayObject&, boost::shared_ptr<visual::DisplayObject>, boost::python::api::object, bool, boost::shared_ptr<visual::Display>, boost::shared_ptr<visual::frame> > >::operator()(_object*, boost::mpl::vector7<void, visual::DisplayObject&, boost::shared_ptr<visual::DisplayObject>, boost::python::api::object, bool, boost::shared_ptr<visual::Display>, boost::shared_ptr<visual::frame> >) + 884 (gtkscrollbar.c:65)
10 libboost_python-1_32.dylib 0x014fa608 boost::python::objects::function::call(_object*, _object*) const + 780 (icplusplus.c:28)
11 libboost_python-1_32.dylib 0x0155e978 boost::detail::function::void_function_obj_invoker0<boost::python::objects::(anonymous namespace)::bind_return, void>::invoke(boost::detail::function::any_pointer) + 40 (icplusplus.c:28)
12 libboost_python-1_32.dylib 0x01563d24 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 352 (icplusplus.c:28)
13 libboost_python-1_32.dylib 0x014fe67c boost::python::detail::exception_handler::operator()(boost::function0<void, std::allocator<boost::function_base> > const&) const + 56 (icplusplus.c:28)
14 cvisualmodule.so 0x0111020c boost::python::detail::translate_exception<std::runtime_error, void (*)(std::runtime_error)>::operator()(boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, void (*)(std::runtime_error)) const + 40 (gtkscrollbar.c:65)
15 cvisualmodule.so 0x0110cd30 boost::detail::function::function_obj_invoker2<boost::_bi::bind_t<bool, boost::python::detail::translate_exception<std::runtime_error, void (*)(std::runtime_error)>, boost::_bi::list3<boost::arg<(int)1>, boost::arg<(int)2>, boost::_bi::value<void (*)(std::runtime_error)> > >, bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&>::invoke(boost::detail::function::any_pointer, boost::python::detail::exception_handler const, boost::function0<void, std::allocator<boost::function_base> > const) + 28 (gtkscrollbar.c:65)
16 libboost_python-1_32.dylib 0x01563bb0 boost::function2<bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, std::allocator<boost::function_base> >::operator()(boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&) const + 344 (icplusplus.c:28)
17 cvisualmodule.so 0x01110120 boost::python::detail::translate_exception<std::invalid_argument, void (*)(std::invalid_argument)>::operator()(boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, void (*)(std::invalid_argument)) const + 40 (gtkscrollbar.c:65)
18 cvisualmodule.so 0x0110cc2c boost::detail::function::function_obj_invoker2<boost::_bi::bind_t<bool, boost::python::detail::translate_exception<std::invalid_argument, void (*)(std::invalid_argument)>, boost::_bi::list3<boost::arg<(int)1>, boost::arg<(int)2>, boost::_bi::value<void (*)(std::invalid_argument)> > >, bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&>::invoke(boost::detail::function::any_pointer, boost::python::detail::exception_handler const, boost::function0<void, std::allocator<boost::function_base> > const) + 28 (gtkscrollbar.c:65)
19 libboost_python-1_32.dylib 0x01563bb0 boost::function2<bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, std::allocator<boost::function_base> >::operator()(boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&) const + 344 (icplusplus.c:28)
20 cvisualmodule.so 0x01110034 boost::python::detail::translate_exception<std::out_of_range, void (*)(std::out_of_range)>::operator()(boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, void (*)(std::out_of_range)) const + 40 (gtkscrollbar.c:65)
21 cvisualmodule.so 0x0110cb28 boost::detail::function::function_obj_invoker2<boost::_bi::bind_t<bool, boost::python::detail::translate_exception<std::out_of_range, void (*)(std::out_of_range)>, boost::_bi::list3<boost::arg<(int)1>, boost::arg<(int)2>, boost::_bi::value<void (*)(std::out_of_range)> > >, bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&>::invoke(boost::detail::function::any_pointer, boost::python::detail::exception_handler const, boost::function0<void, std::allocator<boost::function_base> > const) + 28 (gtkscrollbar.c:65)
22 libboost_python-1_32.dylib 0x01563bb0 boost::function2<bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, std::allocator<boost::function_base> >::operator()(boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&) const + 344 (icplusplus.c:28)
23 cvisualmodule.so 0x0110ff78 boost::python::detail::translate_exception<visual::python::Exception, void (*)(visual::python::Exception)>::operator()(boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, void (*)(visual::python::Exception)) const + 40 (gtkscrollbar.c:65)
24 cvisualmodule.so 0x0110ca24 boost::detail::function::function_obj_invoker2<boost::_bi::bind_t<bool, boost::python::detail::translate_exception<visual::python::Exception, void (*)(visual::python::Exception)>, boost::_bi::list3<boost::arg<(int)1>, boost::_bi::list3<(int)2>, boost::_bi::value<void ()(visual::python::Exception)> > >, bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&>::invoke(boost::detail::function::any_pointer, boost::python::detail::exception_handler, boost::function0<void, std::allocator<boost::function_base> >) + 28 (gtkscrollbar.c:65)
25 libboost_python-1_32.dylib 0x01563bb0 boost::function2<bool, boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&, std::allocator<boost::function_base> >::operator()(boost::python::detail::exception_handler const&, boost::function0<void, std::allocator<boost::function_base> > const&) const + 344 (icplusplus.c:28)
26 libboost_python-1_32.dylib 0x014fe4d0 boost::python::handle_exception_impl(boost::function0<void, std::allocator<boost::function_base> >) + 56 (icplusplus.c:28)
27 libboost_python-1_32.dylib 0x0155e6ac bool boost::python::handle_exception<boost::python::objects::(anonymous namespace)::bind_return>(boost::python::objects::(anonymous namespace)::bind_return) + 140 (icplusplus.c:28)
28 libboost_python-1_32.dylib 0x014fbf78 function_call.4 + 72 (icplusplus.c:28)
29 python2.4 0x0001e5c4 PyObject_Call + 52 (abstract.c:1752)
30 python2.4 0x0009cad4 PyEval_EvalFrame + 23352 (ceval.c:3757)
31 python2.4 0x0009b204 PyEval_EvalFrame + 17000 (ceval.c:3631)
32 python2.4 0x0009d528 PyEval_EvalCodeEx + 2260 (ceval.c:2730)
33 python2.4 0x000bbe40 function_call + 332 (funcobject.c:555)
34 python2.4 0x0001e5c4 PyObject_Call + 52 (abstract.c:1752)
35 python2.4 0x0008cd20 instancemethod_call + 764 (classobject.c:2432)
36 python2.4 0x0001e5c4 PyObject_Call + 52 (abstract.c:1752)
37 python2.4 0x00033fb8 slot_tp_init + 72 (typeobject.c:4753)
38 python2.4 0x00039674 type_call + 664 (typeobject.c:435)
39 python2.4 0x0001e5c4 PyObject_Call + 52 (abstract.c:1752)
40 python2.4 0x0009cad4 PyEval_EvalFrame + 23352 (ceval.c:3757)
41 python2.4 0x0009d528 PyEval_EvalCodeEx + 2260 (ceval.c:2730)
42 python2.4 0x0009d638 PyEval_EvalCode + 48 (ceval.c:490)
43 python2.4 0x0000f5b0 PyRun_InteractiveOneFlags + 548 (pythonrun.c:1266)
44 python2.4 0x0000f76c PyRun_InteractiveLoopFlags + 272 (pythonrun.c:699)
45 python2.4 0x0000fa10 PyRun_AnyFileExFlags + 156 (pythonrun.c:659)
46 python2.4 0x00006be0 Py_Main + 2824 (main.c:484)
47 python2.4 0x00001e08 _start + 348 (crt.c:272)
48 python2.4 0x00001ca8 start + 60
Thread 1 Crashed:
0 libX11.6.dylib 0x9ca2b938 XVisualIDFromVisual + 0
1 libgtkgl-2.0.1.dylib 0x00766618 gdk_gl_context_share_new + 84 (gdkgl.c:141)
2 libgtkgl-2.0.1.dylib 0x00766ef8 gtk_gl_area_share_new + 164 (gtkglarea.c:131)
3 cvisualmodule.so 0x010607d0 visual::xglContext::initWindow(char const*, int, int, int, int, int) + 316 (bundle1.s:283)
4 cvisualmodule.so 0x01049e88 visual::GLDevice::render_control() + 360 (bundle1.s:283)
5 cvisualmodule.so 0x0104b4a8 visual::GLDevice::callback(visual::GLDevice*) + 140 (bundle1.s:283)
6 libglib-1.2.0.dylib 0x006fb110 g_timeout_dispatch + 44 (gmain.c:1302)
7 libglib-1.2.0.dylib 0x006f9d38 g_main_dispatch + 252 (gmain.c:659)
8 libglib-1.2.0.dylib 0x006fac20 g_main_iterate + 2268 (gmain.c:881)
9 libglib-1.2.0.dylib 0x006fad5c g_main_run + 184 (gmain.c:934)
10 cvisualmodule.so 0x0107ff84 gtk_main + 248 (gtkmain.c:525)
11 cvisualmodule.so 0x0105e9f8 visual::mainloop(void*) + 40 (bundle1.s:283)
12 libSystem.B.dylib 0x9002c3d4 _pthread_body + 96
Thread 1 crashed with PPC Thread State 64:
srr0: 0x000000009ca2b938 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
cr: 0x44042224 xer: 0x0000000000000004 lr: 0x0000000000766360 ctr: 0x000000009ca2b938
r0: 0x0000000000766360 r1: 0x00000000f00808e0 r2: 0x0000000000681120 r3: 0x0000000000000001
r4: 0x0000000000000000 r5: 0x0000000000000001 r6: 0x0000000000562671 r7: 0x0000000000006703
r8: 0x0000000000000001 r9: 0x000000000000357b r10: 0x0000000000000ce0 r11: 0x0000000000768054
r12: 0x000000009ca2b938 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
r16: 0x000000000070e27c r17: 0x000000000070e27c r18: 0x000000000070e2bc r19: 0x000000000070e2f8
r20: 0x0000000000709c44 r21: 0x00000000f0080ccc r22: 0x000000000070e2f4 r23: 0x0000000000709c44
r24: 0x0000000000000000 r25: 0x0000000000709c44 r26: 0x00000000000001ae r27: 0x0000000000000001
r28: 0x00000000018c4290 r29: 0x00000000018c1800 r30: 0x0000000000000000 r31: 0x0000000000766334
Binary Images Description:
0x1000 - 0xf1fff python2.4 /sw/bin/python2.4
0x2dd000 - 0x2defff libgthread-1.2.0.dylib /sw/lib/libgthread-1.2.0.dylib
0x2fa000 - 0x2fbfff libgmodule-1.2.0.dylib /sw/lib/libgmodule-1.2.0.dylib
0x485000 - 0x487fff readline.so /sw/lib/python2.4/lib-dynload/readline.so
0x490000 - 0x4c3fff libreadline.4.dylib /sw/lib/libreadline.4.dylib
0x4f7000 - 0x4f8fff math.so /sw/lib/python2.4/lib-dynload/math.so
0x605000 - 0x630fff libncurses.5.dylib /sw/lib/ncurses/libncurses.5.dylib
0x64c000 - 0x64efff time.so /sw/lib/python2.4/lib-dynload/time.so
0x656000 - 0x680fff libgdk-1.2.0.dylib /sw/lib/libgdk-1.2.0.dylib
0x6ec000 - 0x70dfff libglib-1.2.0.dylib /sw/lib/libglib-1.2.0.dylib
0x752000 - 0x756fff libintl.1.dylib /sw/lib/libintl.1.dylib
0x765000 - 0x767fff libgtkgl-2.0.1.dylib /sw/lib/libgtkgl-2.0.1.dylib
0x772000 - 0x78bfff libatk-1.0.0.dylib /sw/lib/libatk-1.0.0.dylib
0x798000 - 0x7acfff libgdk_pixbuf-2.0.0.dylib /sw/lib/libgdk_pixbuf-2.0.0.dylib
0x7b3000 - 0x7b7fff libpangoxft-1.0.0.dylib /sw/lib/libpangoxft-1.0.0.dylib
0x7bc000 - 0x7c4fff libpangox-1.0.0.dylib /sw/lib/libpangox-1.0.0.dylib
0x7ca000 - 0x7cbfff libgmodule-2.0.0.dylib /sw/lib/libgmodule-2.0.0.dylib
0x7ce000 - 0x7d6fff libintl.3.dylib /sw/lib/libintl.3.dylib
0x1008000 - 0x11c6fff cvisualmodule.so /sw/lib/python2.4/site-packages/cvisualmodule.so
0x14ea000 - 0x1578fff libboost_python-1_32.dylib /sw/lib/libboost_python-1_32.dylib
0x1620000 - 0x16f5fff libiconv.2.dylib /sw/lib/libiconv.2.dylib
0x172a000 - 0x17b1fff libgdk-x11-2.0.0.dylib /sw/lib/libgdk-x11-2.0.0.dylib
0x17da000 - 0x17dffff multiarray.so /sw/lib/python2.4/site-packages/Numeric/multiarray.so
0x17ed000 - 0x17f0fff strop.so /sw/lib/python2.4/lib-dynload/strop.so
0x2008000 - 0x2346fff libgtk-x11-2.0.0.dylib /sw/lib/libgtk-x11-2.0.0.dylib
0x23ee000 - 0x242cfff libpangoft2-1.0.0.dylib /sw/lib/libpangoft2-1.0.0.dylib
0x243a000 - 0x247efff libpango-1.0.0.dylib /sw/lib/libpango-1.0.0.dylib
0x2493000 - 0x24cffff libgobject-2.0.0.dylib /sw/lib/libgobject-2.0.0.dylib
0x24df000 - 0x2578fff libglib-2.0.0.dylib /sw/lib/libglib-2.0.0.dylib
0x2591000 - 0x25a4fff _numpy.so /sw/lib/python2.4/site-packages/Numeric/_numpy.so
0x25cc000 - 0x25d8fff umath.so /sw/lib/python2.4/site-packages/Numeric/umath.so
0x2604000 - 0x2606fff _dotblas.so /sw/lib/python2.4/site-packages/Numeric/_dotblas.so
0x260d000 - 0x260ffff binascii.so /sw/lib/python2.4/lib-dynload/binascii.so
0x2657000 - 0x265afff struct.so /sw/lib/python2.4/lib-dynload/struct.so
0x2664000 - 0x2666fff cStringIO.so /sw/lib/python2.4/lib-dynload/cStringIO.so
0x266e000 - 0x2677fff _conv.so /sw/lib/python2.4/site-packages/numarray/_conv.so
0x2693000 - 0x26a5fff libnumarray.so /sw/lib/python2.4/site-packages/numarray/libnumarray.so
0x26bb000 - 0x26c1fff _ndarray.so /sw/lib/python2.4/site-packages/numarray/_ndarray.so
0x26cc000 - 0x26cdfff memory.so /sw/lib/python2.4/site-packages/numarray/memory.so
0x26d4000 - 0x26d5fff _numerictype.so /sw/lib/python2.4/site-packages/numarray/_numerictype.so
0x271b000 - 0x271dfff operator.so /sw/lib/python2.4/lib-dynload/operator.so
0x2725000 - 0x272afff _bytes.so /sw/lib/python2.4/site-packages/numarray/_bytes.so
0x2736000 - 0x2740fff _ufunc.so /sw/lib/python2.4/site-packages/numarray/_ufunc.so
0x274f000 - 0x2752fff _numarray.so /sw/lib/python2.4/site-packages/numarray/_numarray.so
0x2759000 - 0x275ffff libnumeric.so /sw/lib/python2.4/site-packages/numarray/libnumeric.so
0x276d000 - 0x2788fff _sort.so /sw/lib/python2.4/site-packages/numarray/_sort.so
0x280a000 - 0x281dfff _ufuncBool.so /sw/lib/python2.4/site-packages/numarray/_ufuncBool.so
0x2843000 - 0x2854fff _ufuncInt8.so /sw/lib/python2.4/site-packages/numarray/_ufuncInt8.so
0x2878000 - 0x2889fff _ufuncUInt8.so /sw/lib/python2.4/site-packages/numarray/_ufuncUInt8.so
0x28ac000 - 0x28bdfff _ufuncInt16.so /sw/lib/python2.4/site-packages/numarray/_ufuncInt16.so
0x28e0000 - 0x28f1fff _ufuncUInt16.so /sw/lib/python2.4/site-packages/numarray/_ufuncUInt16.so
0x2914000 - 0x2925fff _ufuncInt32.so /sw/lib/python2.4/site-packages/numarray/_ufuncInt32.so
0x2988000 - 0x2999fff _ufuncUInt32.so /sw/lib/python2.4/site-packages/numarray/_ufuncUInt32.so
0x29bc000 - 0x29cafff _ufuncFloat32.so /sw/lib/python2.4/site-packages/numarray/_ufuncFloat32.so
0x29e9000 - 0x29f6fff _ufuncFloat64.so /sw/lib/python2.4/site-packages/numarray/_ufuncFloat64.so
0x2a15000 - 0x2a23fff _ufuncComplex32.so /sw/lib/python2.4/site-packages/numarray/_ufuncComplex32.so
0x2a40000 - 0x2a4cfff _ufuncComplex64.so /sw/lib/python2.4/site-packages/numarray/_ufuncComplex64.so
0x2a66000 - 0x2a78fff _ufuncInt64.so /sw/lib/python2.4/site-packages/numarray/_ufuncInt64.so
0x2adb000 - 0x2aeefff _ufuncUInt64.so /sw/lib/python2.4/site-packages/numarray/_ufuncUInt64.so
0x2b11000 - 0x2b13fff _converter.so /sw/lib/python2.4/site-packages/numarray/_converter.so
0x2b1b000 - 0x2b1cfff _operator.so /sw/lib/python2.4/site-packages/numarray/_operator.so
0x2b62000 - 0x2b64fff _dotblas.so /sw/lib/python2.4/site-packages/numarray/_dotblas.so
0x2bde000 - 0x2cdcfff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x2d0a000 - 0x2e0efff com.apple.GeForceFXGLDriver 1.4.6 (4.0.6) /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLDriver
0x2e2a000 - 0x2e43fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundle/GLDriver
0x2e49000 - 0x2e69fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x8fe00000 - 0x8fe51fff dyld 43.1 /usr/lib/dyld
0x90000000 - 0x901a6fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x901fe000 - 0x90202fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
0x90204000 - 0x90257fff com.apple.CoreText 1.0.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90284000 - 0x90335fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90364000 - 0x9069dfff com.apple.CoreGraphics 1.256.14 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90728000 - 0x90801fff com.apple.CoreFoundation 6.4.3 (368.12) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9084a000 - 0x9084afff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9084c000 - 0x9094efff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x909a8000 - 0x90a2cfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90a56000 - 0x90acafff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90ae4000 - 0x90af6fff libauto.dylib /usr/lib/libauto.dylib
0x90afd000 - 0x90dc2fff com.apple.CoreServices.CarbonCore 10.4.1 (611.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90e25000 - 0x90ea5fff com.apple.CoreServices.OSServices 4.0 (4.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90eef000 - 0x90f2ffff com.apple.CFNetwork 10.4.2 (80) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90f44000 - 0x90f5cfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x90f6c000 - 0x90feafff com.apple.SearchKit 1.0.3 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9102f000 - 0x91056fff com.apple.Metadata 1.1 (121.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91077000 - 0x91239fff com.apple.security 4.0.1 (223) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9133b000 - 0x91344fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9134b000 - 0x91372fff com.apple.SystemConfiguration 1.8.0 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91385000 - 0x9138dfff libbsm.dylib /usr/lib/libbsm.dylib
0x91391000 - 0x9140ffff com.apple.audio.CoreAudio 3.0.1 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9144d000 - 0x9144dfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9144f000 - 0x91487fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x914a2000 - 0x9156dfff com.apple.ColorSync 4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x915c2000 - 0x91655fff com.apple.print.framework.PrintCore 4.0 (172.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9169b000 - 0x91758fff com.apple.QD 3.8.6 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x91796000 - 0x917f4fff com.apple.HIServices 1.5.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x91822000 - 0x91845fff com.apple.LangAnalysis 1.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91859000 - 0x9187efff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x91891000 - 0x918d2fff com.apple.LaunchServices 10.4.3 (157) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x918ed000 - 0x91901fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9190f000 - 0x91945fff com.apple.ImageIO.framework 1.0.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91959000 - 0x91a1ffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x91a6c000 - 0x91a81fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91a86000 - 0x91aa2fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91aa7000 - 0x91b16fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91b2d000 - 0x91b31fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91b33000 - 0x91b4bfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b4e000 - 0x91b91fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91b98000 - 0x91bb1fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91bb6000 - 0x91bb9fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91bbb000 - 0x91bbbfff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91bbd000 - 0x91ca7fff com.apple.vImage 2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91caf000 - 0x91ccefff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91d3a000 - 0x91d5afff libmx.A.dylib /usr/lib/libmx.A.dylib
0x91d60000 - 0x91dc5fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91dcf000 - 0x91e61fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91e7b000 - 0x9240bfff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x92453000 - 0x92763fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92790000 - 0x9281bfff com.apple.DesktopServices 1.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9285d000 - 0x92a86fff com.apple.Foundation 6.4.1 (567.12) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92ba4000 - 0x92c82fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x92ca2000 - 0x92d90fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92da2000 - 0x92dc0fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92dcb000 - 0x92e25fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92e43000 - 0x92e43fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92e45000 - 0x92e59fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92e71000 - 0x92e81fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92e8d000 - 0x92ea2fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92eb4000 - 0x92f3bfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92f4f000 - 0x92f5afff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92f64000 - 0x92f91fff com.apple.openscripting 1.2.2 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92fab000 - 0x92fbbfff com.apple.print.framework.Print 4.0 (187) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92fc7000 - 0x9302dfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9305e000 - 0x930b0fff com.apple.NavigationServices 3.4.1 (3.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x930dc000 - 0x930f9fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9310b000 - 0x93118fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x93121000 - 0x93431fff com.apple.HIToolbox 1.4.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9357c000 - 0x93588fff com.apple.opengl 1.4.0 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x94387000 - 0x943d2fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9492a000 - 0x94949fff com.apple.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x979d5000 - 0x97a61fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x97a87000 - 0x97a88fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dylib
0x9aece000 - 0x9af0ffff libfreetype.6.dylib /usr/X11R6/lib/libfreetype.6.dylib
0x9af20000 - 0x9af3afff libexpat.0.dylib /usr/X11R6/lib/libexpat.0.dylib
0x9af40000 - 0x9af5afff libfontconfig.1.dylib /usr/X11R6/lib/libfontconfig.1.dylib
0x9af72000 - 0x9af80fff libXplugin.1.dylib /usr/lib/libXplugin.1.dylib
0x9ca07000 - 0x9ca12fff libXext.6.dylib /usr/X11R6/lib/libXext.6.dylib
0x9ca17000 - 0x9cadffff libX11.6.dylib /usr/X11R6/lib/libX11.6.dylib
0x9cb06000 - 0x9cb80fff libGL.1.dylib /usr/X11R6/lib/libGL.1.dylib
0x9cbaf000 - 0x9cc11fff libGLU.1.dylib /usr/X11R6/lib/libGLU.1.dylib
0x9cdfb000 - 0x9ce01fff libXcursor.1.dylib /usr/X11R6/lib/libXcursor.1.dylib
0x9ce05000 - 0x9ce0afff libXrender.1.dylib /usr/X11R6/lib/libXrender.1.dylib
0x9ce1c000 - 0x9ce28fff libXft.2.dylib /usr/X11R6/lib/libXft.2.dylib
0x9ce35000 - 0x9ce36fff libXinerama.1.dylib /usr/X11R6/lib/libXinerama.1.dylib
0x9ce69000 - 0x9ce6afff libXrandr.2.dylib /usr/X11R6/lib/libXrandr.2.dylib
0x9ffef000 - 0x9fffdfff libz.1.dylib /usr/lib/libz.1.dylib
|