Hello,
I've tried compiling and running the newest Animata on OS X 10.5.8.
Via XCode, it compiles but the resulting app crashes with error 5.
Compiling it via Scons results in the app crashing with the error
below. Running the 0.004 app from the downloaded dmg file works
perfectly fine, though.
Is animata still being developed? I've got a project that's perfect
for it, and I'd love to use it.
Best,
Evan
Stack trace:
Process: animata [15957]
Path: /Users/evan/cvs/animata-read-only/Animata.app/
Contents/MacOS/animata
Identifier: animata
Version: ??? ()
Code Type: X86 (Native)
Parent Process: launchd [209]
Interval Since Last Report: 565582 sec
Crashes Since Last Report: 5
Per-App Interval Since Last Report: 0 sec
Per-App Crashes Since Last Report: 1
Date/Time: 2010-12-12 14:49:15.506 +0000
OS Version: Mac OS X 10.5.8 (9L31a)
Report Version: 6
Anonymous UUID: 9E93F8B2-4F7F-435F-B0E6-AD3C009C8F90
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 1
Thread 0:
0 libSystem.B.dylib 0x952e0266 mach_msg_trap + 10
1 libSystem.B.dylib 0x952e7a5c mach_msg + 72
2 libSystem.B.dylib 0x9530a231
_notify_server_register_check + 178
3 libSystem.B.dylib 0x9530a064 notify_register_check +
405
4 libSystem.B.dylib 0x9531eef4 notify_register_tz + 226
5 libSystem.B.dylib 0x9531e78d tzsetwall_basic + 121
6 libSystem.B.dylib 0x9531e566 localtime + 197
7 com.apple.ColorSync 0x9177345e CurrentCMDateTime + 57
8 com.apple.ColorSync 0x917727ce CMMakeProfile + 320
9 com.apple.ImageIO.framework 0x97d2bc6b get_colorspace + 3042
10 com.apple.ImageIO.framework 0x97d29ec5 _CGImagePluginInitPNG +
590
11 com.apple.ImageIO.framework 0x97d297ae makeImagePlus + 503
12 com.apple.ImageIO.framework 0x97d29156
CGImageSourceCreateImageAtIndex + 123
13 com.apple.coreui 0x90d76502 _CUIGetNotFoundImage() +
66
14 com.apple.coreui 0x90d766ce
CUIElement::CUIElement(float) + 432
15 com.apple.coreui 0x90d653a7
CUIRenderer::Draw1Piece(long, CUIContext const*, unsigned char,
unsigned char) + 49
16 com.apple.coreui 0x90d67851
CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*,
__CFDictionary const**) + 2257
17 com.apple.HIToolbox 0x972a7875
_HIThemeDrawTitleBarWidgetInRect + 549
18 com.apple.HIToolbox 0x972a75d7
HIWindowButtonView::DrawSelf(short, __HIShape const*, CGContext*) + 283
19 com.apple.HIToolbox 0x97213e75
HIView::DrawCacheOrSelf(short, __HIShape const*, CGContext*) + 95
20 com.apple.HIToolbox 0x97213c7e HIView::SendDraw(short,
OpaqueGrafPtr*, __HIShape const*, CGContext*) + 108
21 com.apple.HIToolbox 0x972138c6
HIView::RecursiveDrawComposited(__HIShape const*, unsigned long,
HIView*, CGContext*, unsigned char, float) + 728
22 com.apple.HIToolbox 0x97213a2f
HIView::RecursiveDrawComposited(__HIShape const*, unsigned long,
HIView*, CGContext*, unsigned char, float) + 1089
23 com.apple.HIToolbox 0x97212ccc
HIView::DrawComposited(short, OpaqueGrafPtr*, __HIShape const*,
unsigned long, HIView*, CGContext*) + 668
24 com.apple.HIToolbox 0x972129df HIView::Draw(short,
OpaqueGrafPtr*, unsigned long) + 83
25 com.apple.HIToolbox 0x9721292f HIView::Render(unsigned
long, CGContext*) + 45
26 com.apple.HIToolbox 0x97278a30
EraseWindowRegionInternal(WindowData*, OpaqueRgnHandle*, bool, bool*)
+ 316
27 com.apple.HIToolbox 0x9721d9ef PaintWindow(WindowData*,
OpaqueRgnHandle*, PaintReason, bool) + 445
28 com.apple.HIToolbox 0x972122b6
WindowData::PrepareForVisibility() + 244
29 com.apple.HIToolbox 0x972119db _ShowHideWindows + 289
30 com.apple.HIToolbox 0x97273563 ShowWindow + 75
31 animata 0x0005e674 Fl_X::make(Fl_Window*) +
1268
32 animata 0x00026408 AnimataUI::show() + 54
(animataUI.cpp:1435)
33 animata 0x0000456b main + 89 (animata.cpp:
1345)
34 animata 0x00001e86 start + 54
Thread 1 Crashed:
0 libSystem.B.dylib 0x953bc136
__semwait_signal_nocancel + 10
1 libSystem.B.dylib 0x953b5013 usleep$NOCANCEL$UNIX2003
+ 61
2 libSystem.B.dylib 0x953cc685 abort + 85
3 libstdc++.6.dylib 0x92f54005 0x92f0c000 + 294917
4 libstdc++.6.dylib 0x92f5210c __gxx_personality_v0 +
1108
5 libstdc++.6.dylib 0x92f5214b std::terminate() + 29
6 libstdc++.6.dylib 0x92f52261 __cxa_throw + 101
7 animata 0x0005206e
UdpSocket::Implementation::Bind(IpEndpointName const&) + 260
(UdpSocket.cpp:196)
8 animata 0x00051031
UdpSocket::Bind(IpEndpointName const&) + 27 (UdpSocket.cpp:258)
9 animata 0x0001f4b4
UdpListeningReceiveSocket::UdpListeningReceiveSocket(IpEndpointName
const&, PacketListener*) + 82
10 animata 0x0001c9e0
Animata::OSCListener::threadTask() + 74 (OSCManager.cpp:465)
11 animata 0x0001ca2f
Animata::OSCListener::threadFunc(void*) + 17 (OSCManager.cpp:436)
12 libSystem.B.dylib 0x95311155 _pthread_start + 321
13 libSystem.B.dylib 0x95311012 thread_start + 34
Thread 2:
0 libSystem.B.dylib 0x952e744e __semwait_signal + 10
1 libSystem.B.dylib 0x952e7216 usleep$UNIX2003 + 61
2 animata 0x0001cea6
Animata::OSCSender::threadTask() + 418 (OSCManager.cpp:774)
3 animata 0x0001cedf
Animata::OSCSender::threadFunc(void*) + 17 (OSCManager.cpp:747)
4 libSystem.B.dylib 0x95311155 _pthread_start + 321
5 libSystem.B.dylib 0x95311012 thread_start + 34
Thread 1 crashed with X86 Thread State (32-bit):
eax: 0x0000003c ebx: 0x953bbc88 ecx: 0xb00a9d2c edx: 0x953bc136
edi: 0xa05ff5b8 esi: 0xb00a9d88 ebp: 0xb00a9d68 esp: 0xb00a9d2c
ss: 0x0000001f efl: 0x00000247 eip: 0x953bc136 cs: 0x00000007
ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
cr2: 0x0085014c
Binary Images:
0x1000 - 0xecff2 +animata ??? ()
<5c121db673c0dba132350a116f029526> /Users/evan/cvs/animata-read-only/
Animata.app/Contents/MacOS/animata
0x14a04000 - 0x14cfdff3 com.apple.RawCamera.bundle 2.3.0 (505)
<1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/
RawCamera.bundle/Contents/MacOS/RawCamera
0x8fe00000 - 0x8fe2db43 dyld 97.1 (???)
<458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
0x9003a000 - 0x903d7fef com.apple.QuartzCore 1.5.8 (1.5.8)
<a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/
QuartzCore.framework/Versions/A/QuartzCore
0x904c4000 - 0x904edfff libcups.2.dylib ??? (???)
<9f900b075e5c7c4820aa24e974cf99f0> /usr/lib/libcups.2.dylib
0x904ee000 - 0x905cefff libobjc.A.dylib ??? (???)
<7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x905cf000 - 0x9098dfea libLAPACK.dylib ??? (???) /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libLAPACK.dylib
0x9098e000 - 0x90c0afe7 com.apple.Foundation 6.5.9 (677.26)
<c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/
Foundation.framework/Versions/C/Foundation
0x90c0b000 - 0x90cf3ff3 com.apple.CoreData 100.2 (186.2)
<44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/
CoreData.framework/Versions/A/CoreData
0x90cf4000 - 0x90d10ff3 libPng.dylib ??? (???)
<d37524fe884aa164ab7db93d4c803b64> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libPng.dylib
0x90d11000 - 0x90d35fff libxslt.1.dylib ??? (???)
<0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x90d4a000 - 0x90d84fe7 com.apple.coreui 1.2 (62) /System/Library/
PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x90d85000 - 0x90d85ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/
Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x90d86000 - 0x90ed8ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3
(1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/
AudioToolbox
0x90ed9000 - 0x90f89fff edu.mit.Kerberos 6.0.14 (6.0.14)
<673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/
Kerberos.framework/Versions/A/Kerberos
0x90f8a000 - 0x9103cffb libcrypto.0.9.7.dylib ??? (???)
<d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
0x9108f000 - 0x910e9ff7 com.apple.CoreText 2.0.4 (???)
<f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/
Versions/A/CoreText
0x91108000 - 0x911cfff2 com.apple.vImage 3.0 (3.0) /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/
Versions/A/vImage
0x911d0000 - 0x91229ff7 libGLU.dylib ??? (???)
<a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9122a000 - 0x9122dfff com.apple.help 1.1 (36)
<b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x912b4000 - 0x912f6fef com.apple.NavigationServices 3.5.2 (163)
<d3a7c9720479eed8ea35703125303871> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/
Versions/A/NavigationServices
0x91746000 - 0x91764fff libresolv.9.dylib ??? (???)
<b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
0x91765000 - 0x91830fef com.apple.ColorSync 4.5.3 (4.5.3) /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ColorSync.framework/Versions/A/ColorSync
0x91831000 - 0x91837fff com.apple.print.framework.Print 218.0.3
(220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x918d0000 - 0x918deffd libz.1.dylib ??? (???)
<5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x918df000 - 0x91bb9ff3 com.apple.CoreServices.CarbonCore 786.16
(786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/
Versions/A/CarbonCore
0x91d8e000 - 0x91da4fff com.apple.DictionaryServices 1.0.0 (1.0.0)
<ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/
DictionaryServices.framework/Versions/A/DictionaryServices
0x91df8000 - 0x91df8ffb com.apple.installserver.framework 1.0 (8) /
System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/
InstallServer
0x91df9000 - 0x91e86ff7 com.apple.framework.IOKit 1.5.2 (???)
<7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/
IOKit.framework/Versions/A/IOKit
0x91fd2000 - 0x92013fe7 libRIP.A.dylib ??? (???)
<c2654681db8115c8320d9ac04c8835f2> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x92014000 - 0x9201bff7 libCGATS.A.dylib ??? (???)
<c1163cbfe15d84f17076245f25094567> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x92039000 - 0x9208aff7 com.apple.HIServices 1.7.1 (???)
<ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
HIServices.framework/Versions/A/HIServices
0x9208b000 - 0x920e7ff7 com.apple.htmlrendering 68 (1.1.3)
<fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/
Versions/A/HTMLRendering
0x92be7000 - 0x92be7fff com.apple.Carbon 136 (136)
<27d42531a2cbeb05a7f4d05a28281bd7> /System/Library/Frameworks/
Carbon.framework/Versions/A/Carbon
0x92be8000 - 0x92bf5fe7 com.apple.opengl 1.5.10 (1.5.10)
<5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/
OpenGL.framework/Versions/A/OpenGL
0x92bf6000 - 0x92c73feb com.apple.audio.CoreAudio 3.1.2 (3.1.2)
<782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/
CoreAudio.framework/Versions/A/CoreAudio
0x92c84000 - 0x92d11ff7 com.apple.LaunchServices 292 (292)
<a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/
Versions/A/LaunchServices
0x92e4c000 - 0x92e68ff3 com.apple.CoreVideo 1.6.1 (48.6)
<f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/
CoreVideo.framework/Versions/A/CoreVideo
0x92e69000 - 0x92ea8fef libTIFF.dylib ??? (???)
<0437eac77e4e874f566ec4219ad1b249> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libTIFF.dylib
0x92ea9000 - 0x92eb2fff com.apple.speech.recognition.framework 3.7.24
(3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/
Versions/A/SpeechRecognition
0x92f0c000 - 0x92f69ffb libstdc++.6.dylib ??? (???)
<04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x92f6a000 - 0x930a3ff7 libicucore.A.dylib ??? (???)
<f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
0x931d4000 - 0x931dbfff com.apple.agl 3.0.9 (AGL-3.0.9)
<2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/
AGL.framework/Versions/A/AGL
0x93521000 - 0x9359bff8 com.apple.print.framework.PrintCore 5.5.4
(245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
PrintCore.framework/Versions/A/PrintCore
0x9359c000 - 0x9362fff3 com.apple.ApplicationServices.ATS 238.14.1
(???) <c9ab7144b2243d0f0f9cd3e264456a6a> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/ATS
0x93630000 - 0x93631ffc libffi.dylib ??? (???)
<a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x945fc000 - 0x94acdfbe libGLProgrammability.dylib ??? (???)
<7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x94ace000 - 0x94adaff9 com.apple.helpdata 1.0.1 (14.2) /System/
Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x94ea6000 - 0x94eaafff libGIF.dylib ??? (???)
<0984073a08c59c7c6be81e52cebf2bec> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libGIF.dylib
0x94eab000 - 0x94eb3fff com.apple.DiskArbitration 2.2.1 (2.2.1)
<75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/
DiskArbitration.framework/Versions/A/DiskArbitration
0x94eb4000 - 0x94eb4ff8 com.apple.ApplicationServices 34 (34)
<8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/ApplicationServices
0x94eb5000 - 0x952c5fef libBLAS.dylib ??? (???) /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libBLAS.dylib
0x952c6000 - 0x952defff com.apple.openscripting 1.2.8 (???)
<572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/
Versions/A/OpenScripting
0x952df000 - 0x95446ff3 libSystem.B.dylib ??? (???)
<c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
0x95447000 - 0x95474feb libvDSP.dylib ??? (???)
<b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libvDSP.dylib
0x95475000 - 0x95530fe3 com.apple.CoreServices.OSServices 228.1
(228.1) <3cb50cfcebbb291797b32cb7c2677f87> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/OSServices.framework/
Versions/A/OSServices
0x95531000 - 0x9557afef com.apple.Metadata 10.5.8 (398.26)
<e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/Metadata.framework/
Versions/A/Metadata
0x95587000 - 0x95592fe7 libCSync.A.dylib ??? (???)
<8ddd66638d4c34e5611916c35f89ca8d> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x95593000 - 0x9559affe libbsm.dylib ??? (???)
<d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x9559b000 - 0x95d99fef com.apple.AppKit 6.5.9 (949.54)
<4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/
AppKit.framework/Versions/C/AppKit
0x95d9a000 - 0x95e2dfff com.apple.ink.framework 101.3 (86)
<bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x95e2e000 - 0x95e30fff com.apple.securityhi 3.0 (30817)
<31baaf7ea27b41480604ffc910fe827f> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/
SecurityHI
0x95e31000 - 0x95e31ffa com.apple.CoreServices 32 (32)
<2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/
CoreServices.framework/Versions/A/CoreServices
0x95e32000 - 0x95e3effe libGL.dylib ??? (???) /System/Library/
Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x95e3f000 - 0x95e6efe3 com.apple.AE 402.3 (402.3)
<b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x95e6f000 - 0x95e8effa libJPEG.dylib ??? (???)
<38a243000d3abefeb9ff97e4657538a4> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libJPEG.dylib
0x95e8f000 - 0x95f36feb com.apple.QD 3.11.57 (???)
<35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/QD.framework/
Versions/A/QD
0x960f4000 - 0x9611cff7 com.apple.shortcut 1.0.1 (1.0)
<131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/
Shortcut.framework/Versions/A/Shortcut
0x96122000 - 0x96159fff com.apple.SystemConfiguration 1.9.2 (1.9.2)
<01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/
SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9615a000 - 0x967fafff com.apple.CoreGraphics 1.409.6 (???)
<572a4bdefeabf73e1d7f96cbfe46bb60> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/CoreGraphics
0x9681a000 - 0x9681ffff com.apple.CommonPanels 1.2.4 (85)
<ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/
A/CommonPanels
0x96820000 - 0x96824fff libmathCommon.A.dylib ??? (???) /usr/lib/
system/libmathCommon.A.dylib
0x969bb000 - 0x96a9cff7 libxml2.2.dylib ??? (???)
<b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
0x96aaf000 - 0x96b36ff7 libsqlite3.0.dylib ??? (???)
<3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
0x96b37000 - 0x96b62fe7 libauto.dylib ??? (???)
<42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x96b63000 - 0x96d34ff3 com.apple.security 5.0.6 (37592)
<f1a8272a82bd88ecbacc694963fc2f48> /System/Library/Frameworks/
Security.framework/Versions/A/Security
0x96d35000 - 0x96db2fef libvMisc.dylib ??? (???) /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libvMisc.dylib
0x96db3000 - 0x96dc8ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
ImageCapture.framework/Versions/A/ImageCapture
0x971d6000 - 0x971e6fff com.apple.speech.synthesis.framework 3.7.1
(3.7.1) <5171726062da2bd3c6b8b58486c7777a> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x971e7000 - 0x971e7ffd com.apple.Accelerate 1.4.2 (Accelerate
1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/
Accelerate
0x971e9000 - 0x974f1fe7 com.apple.HIToolbox 1.5.6 (???)
<eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/
HIToolbox
0x974f2000 - 0x974f2ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /
System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x974f3000 - 0x974f3ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib
3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/
Frameworks/vecLib.framework/Versions/A/vecLib
0x976b5000 - 0x9775cfec com.apple.CFNetwork 438.14 (438.14)
<1b84042a2846b1d91a89157acc997e70> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/
Versions/A/CFNetwork
0x9775d000 - 0x977dcff5 com.apple.SearchKit 1.2.2 (1.2.2)
<3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/
Versions/A/SearchKit
0x9782a000 - 0x978b4ff7 com.apple.DesktopServices 1.4.9 (1.4.9)
<f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/
DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x978b8000 - 0x979ebfe7 com.apple.CoreFoundation 6.5.7 (476.19)
<a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/
CoreFoundation.framework/Versions/A/CoreFoundation
0x979ec000 - 0x97a2afff libGLImage.dylib ??? (???)
<a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x97d00000 - 0x97d0afeb com.apple.audio.SoundManager 3.9.2 (3.9.2)
<0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/
A/CarbonSound
0x97d0b000 - 0x97d1bffc com.apple.LangAnalysis 1.6.5 (1.6.5)
<d057feb38163121ffd871c564c692804> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
LangAnalysis.framework/Versions/A/LangAnalysis
0x97d1c000 - 0x97d1eff5 libRadiance.dylib ??? (???)
<97ff039f6d372ab58a684a0e311e4ed4> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libRadiance.dylib
0x97d1f000 - 0x97d26fe9 libgcc_s.1.dylib ??? (???)
<f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x97d27000 - 0x97e6fff7 com.apple.ImageIO.framework 2.0.7 (2.0.7)
<2a585e8223b98b77e0d7d566770b98fd> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/ImageIO
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/
libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/
libSystem.B.dylib
_______________________________________________
animata-devel mailing list
[email protected]
http://lists.kitchenbudapest.hu/cgi-bin/mailman/listinfo/animata-devel