# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #55372]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55372 >
I had started an attempt to determine which test in rakudo's spectest
was causing a SIGBUS on my system (OS X 10.5, ppc) by manually running
tests that occurred at the appropriate moment in time when the first
attempt crashed with a SIGSEGV and a different stacktrace. Running
the attempt as "../../parrot perl6.pbc t/spec/S12-class/basic.t" does
not crash, it only crashes when I use "../../perl6
t/spec/S12-class/basic.t"
herodotus:perl6 seneca$ ../../perl6 t/spec/S12-class/basic.t
Statement not terminated properly at line 24, near "($foo.isa("
current instr.: 'parrot;PGE::Util;die' pc 120
(runtime/parrot/library/PGE/Util.pir:82)
called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 20340
(src/gen_grammar.pir:3129)
called from Sub 'parrot;Perl6::Grammar;statementlist' pc 19186
(src/gen_grammar.pir:2712)
called from Sub 'parrot;Perl6::Grammar;statement_block' pc 16763
(src/gen_grammar.pir:1832)
called from Sub 'parrot;Perl6::Grammar;TOP' pc 12469 (src/gen_grammar.pir:220)
called from Sub 'parrot;PCT::HLLCompiler;parse' pc 562
(src/PCT/HLLCompiler.pir:348)
called from Sub 'parrot;PCT::HLLCompiler;compile' pc 438
(src/PCT/HLLCompiler.pir:291)
called from Sub 'parrot;PCT::HLLCompiler;eval' pc 753
(src/PCT/HLLCompiler.pir:450)
called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1065
(src/PCT/HLLCompiler.pir:587)
called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1244
(src/PCT/HLLCompiler.pir:676)
called from Sub 'parrot;Perl6::Compiler;main' pc 10738 (perl6.pir:186)
perl6(98590) malloc: *** error for object 0x288c810: double free
*** set a breakpoint in malloc_error_break to debug
Segmentation fault
herodotus:perl6 seneca$ gdb ../../perl6
GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct 2 04:11:19 UTC 2007)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "powerpc-apple-darwin"...Reading symbols
for shared libraries ......... done
(gdb) break malloc_error_break
Breakpoint 1 at 0x118070
(gdb) run t/spec/S12-class/basic.t
Starting program: /opt/src/perl6/build-20080605/perl6 t/spec/S12-class/basic.t
Reading symbols for shared libraries
+++++++.....................................................................................
done
Breakpoint 1 at 0x96c2b070
Reading symbols for shared libraries . done
Statement not terminated properly at line 24, near "($foo.isa("
current instr.: 'parrot;PGE::Util;die' pc 120
(runtime/parrot/library/PGE/Util.pir:82)
called from Sub 'parrot;Perl6::Grammar;eat_terminator' pc 20340
(src/gen_grammar.pir:3129)
called from Sub 'parrot;Perl6::Grammar;statementlist' pc 19186
(src/gen_grammar.pir:2712)
called from Sub 'parrot;Perl6::Grammar;statement_block' pc 16763
(src/gen_grammar.pir:1832)
called from Sub 'parrot;Perl6::Grammar;TOP' pc 12469 (src/gen_grammar.pir:220)
called from Sub 'parrot;PCT::HLLCompiler;parse' pc 562
(src/PCT/HLLCompiler.pir:348)
called from Sub 'parrot;PCT::HLLCompiler;compile' pc 438
(src/PCT/HLLCompiler.pir:291)
called from Sub 'parrot;PCT::HLLCompiler;eval' pc 753
(src/PCT/HLLCompiler.pir:450)
called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1065
(src/PCT/HLLCompiler.pir:587)
called from Sub 'parrot;PCT::HLLCompiler;command_line' pc 1244
(src/PCT/HLLCompiler.pir:676)
called from Sub 'parrot;Perl6::Compiler;main' pc 10738 (perl6.pir:186)
perl6(98636) malloc: *** error for object 0x288c810: double free
*** set a breakpoint in malloc_error_break to debug
Breakpoint 1, 0x96c2b070 in malloc_error_break ()
(gdb) bt
#0 0x96c2b070 in malloc_error_break ()
#1 0x96c25cd8 in szone_error ()
#2 0x0069a1ac in mem_sys_free (from=0x288c810) at src/gc/memory.c:251
#3 0x0069a32c in destroy_context (interp=0x1709c50) at src/gc/register.c:163
#4 0x006a7564 in Parrot_really_destroy (interp=0x1709c50,
exit_code_unused=1, arg_unused=0x0) at src/inter_create.c:445
#5 0x0068f5c0 in Parrot_exit (interp=0x1709c50, status=1) at src/exit.c:89
#6 0x0068e2e4 in find_exception_handler (interp=0x1709c50,
exception=0x22d14a0) at src/exceptions.c:360
#7 0x0068e7cc in throw_exception (interp=0x1709c50,
exception=0x22d14a0, dest_unused=0x2a5368) at src/exceptions.c:562
#8 0x00606d1c in Parrot_throw_p (cur_opcode=0x2a5360,
interp=0x1709c50) at core.ops:782
#9 0x006f3a04 in runops_slow_core (interp=0x1709c50, pc=0x2a5360) at
src/runops_cores.c:221
#10 0x006a9d04 in runops_int (interp=0x1709c50, offset=3202) at
src/interpreter.c:918
#11 0x006aa9bc in runops (interp=0x1709c50, offs=10656) at src/inter_run.c:106
#12 0x006aacdc in runops_args (interp=0x1709c50, sub=0x224eea0,
obj=0x1838280, meth_unused=0x0, sig=0x985790 "vP", ap=0xbffff5c4
"[EMAIL PROTECTED]") at src/inter_run.c:232
#13 0x006aae80 in Parrot_runops_fromc_args (interp=0x1709c50,
sub=0x224eea0, sig=0x985790 "vP") at src/inter_run.c:301
#14 0x0068ab54 in Parrot_runcode (interp=0x1709c50, argc=2,
argv=0xbffff6c0) at src/embed.c:943
#15 0x00002060 in main (argc=2, argv=0xbffff6c0) at perl6.c:22052
(gdb)
Crash Reporter output:
Process: perl6 [98590]
Path: ../../perl6
Identifier: perl6
Version: ??? (???)
Code Type: PPC (Native)
Parent Process: bash [736]
Date/Time: 2008-06-05 22:12:54.537 -0400
OS Version: Mac OS X 10.5.2 (9C7010)
Report Version: 6
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000003
Crashed Thread: 0
Thread 0 Crashed:
0 libparrot.dylib 0x0069a31c destroy_context + 172
(register.c:162)
1 libparrot.dylib 0x006a7560 Parrot_really_destroy +
752 (inter_create.c:445)
2 libparrot.dylib 0x0068f5bc Parrot_exit + 140 (exit.c:89)
3 libparrot.dylib 0x0068e2e0 find_exception_handler +
752 (exceptions.c:360)
4 libparrot.dylib 0x0068e7c8 throw_exception + 40
(exceptions.c:562)
5 libparrot.dylib 0x00606d18 Parrot_throw_p + 88
(core.ops:782)
6 libparrot.dylib 0x006f3a00 runops_slow_core + 304
(runops_cores.c:221)
7 libparrot.dylib 0x006a9d00 runops_int + 672
(interpreter.c:918)
8 libparrot.dylib 0x006aa9b8 runops + 360
(inter_run.c:106)
9 libparrot.dylib 0x006aacd8 runops_args + 488
(inter_run.c:232)
10 libparrot.dylib 0x006aae7c Parrot_runops_fromc_args
+ 108 (inter_run.c:301)
11 libparrot.dylib 0x0068ab50 Parrot_runcode + 784
(embed.c:943)
12 perl6 0x0000205c main + 284 (perl6.c:22052)
13 perl6 0x00001ee0 start + 64
Thread 0 crashed with PPC Thread State 32:
srr0: 0x0069a31c srr1: 0x0000f030 dar: 0xc0000003 dsisr: 0x40000000
r0: 0xc0000003 r1: 0xbffff1c0 r2: 0xc0000003 r3: 0x00000000
r4: 0x00000003 r5: 0x00000028 r6: 0x0000002c r7: 0x00000e03
r8: 0x00000000 r9: 0x00000000 r10: 0x96c2e09c r11: 0xa0c545f4
r12: 0x96b14970 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
r24: 0x00000000 r25: 0x00000000 r26: 0xbffff734 r27: 0x0000000c
r28: 0x00000000 r29: 0x00000000 r30: 0xbffff1c0 r31: 0x006a7288
cr: 0x24000228 xer: 0x20000004 lr: 0x0069a32c ctr: 0x96b14970
vrsave: 0x00000000
Binary Images:
0x1000 - 0x15eff7 +perl6 ??? (???)
<163214311a653e6277efb9e3d7a6a62f> /opt/src/perl6/build-20080605/perl6
0x161000 - 0x163ffd libutil.dylib ??? (???)
<dacc21eea7647ba1bee44ffc0124489d> /usr/lib/libutil.dylib
0x168000 - 0x24eff7 +libicuuc.38.dylib ??? (???)
/usr/local/lib/libicuuc.38.dylib
0x5fe000 - 0x9e826f +libparrot.dylib ??? (???)
<e86cb7a080257e15ab5b406149097095>
/opt/src/perl6/build-20080605/blib/lib/libparrot.dylib
0xbfc000 - 0x16d1fff +libicudata.38.dylib ??? (???)
/usr/local/lib/libicudata.38.dylib
0x3e000000 - 0x3e044fff com.apple.glut 3.4.0 (GLUT-3.4.0)
<4d83a8fb7db393ef7e0308e778feff00>
/System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
0x8fe00000 - 0x8fe30b23 dyld 96.2 (???)
<39109181acbf30fed542e6c9abcf1798> /usr/lib/dyld
0x90028000 - 0x90060fff com.apple.SystemConfiguration 1.9.1 (1.9.1)
<50bc5b4d50a2e1f7743e729381467537>
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x90061000 - 0x900f7ff3 com.apple.LaunchServices 286.5 (286.5)
<1a1a73b91deacb172d15745ec73e5959>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x90109000 - 0x9010cffb com.apple.securityhi 3.0 (30817)
<ad843393cafb2193fd716df88d8136bf>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9018e000 - 0x90196fff libbsm.dylib ??? (???)
<c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
0x90197000 - 0x901e6ff7 libGLImage.dylib ??? (???)
<1b1db85f633ad1eed75cd6645ec99a5c>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x901e7000 - 0x902b9fff com.apple.CoreServices.OSServices 224.4
(224.4) <1972b141810adcc01c30c31fcbab5af3>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x902ba000 - 0x902bbff8 com.apple.ApplicationServices 34 (34)
<6aa5ee485bb2e656531b3505932b845f>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x902ef000 - 0x9033affb com.apple.Metadata 10.5.2 (398.7)
<f0c3c28205af67a29a2ed728ee297648>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x903fe000 - 0x905e1ffb com.apple.security 5.0.2 (33001)
<5e841904ba22d381672679180d4b0f4a>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x905e2000 - 0x9072bffb com.apple.ImageIO.framework 2.0.1 (2.0.1)
<ea98d04f3ecfec65edfafe3796d6d442>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9072c000 - 0x907b6fff libvMisc.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x90810000 - 0x90d84ff7 com.apple.CoreGraphics 1.351.21 (???)
<44bbf8c3a4e8bc97e8b3e35737001742>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90d99000 - 0x90dacfff com.apple.LangAnalysis 1.6.4 (1.6.4)
<c184bb5b2859e82c5740a6fdb1e3d0bc>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x90f0d000 - 0x90f0dfff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90f0e000 - 0x90f88ffd com.apple.CFNetwork 221.5 (221.5)
<ef2672379d6fcb1470dc9361ce68e7f7>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90f89000 - 0x91058fff com.apple.ColorSync 4.5.0 (4.5.0)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91059000 - 0x91070ffb com.apple.ImageCapture 4.0 (5.0.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x91071000 - 0x91084ffb com.apple.speech.synthesis.framework 3.6.59
(3.6.59) <7c299626d6167de473e85327699cdb9c>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9108c000 - 0x910abfff libresolv.9.dylib ??? (???)
<181fb3defd2942f00201507cfa4efdb5> /usr/lib/libresolv.9.dylib
0x910ac000 - 0x910ccff7 libJPEG.dylib ??? (???)
<92341083256fbcd28888a179ebf941ef>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x910cd000 - 0x910e8ffb libPng.dylib ??? (???)
<c51ec88c87a3f0a646471165e16acd43>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9123f000 - 0x912c4fff libsqlite3.0.dylib ??? (???)
<f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib
0x912c5000 - 0x912c6fff libffi.dylib ??? (???)
<11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
0x91374000 - 0x91492ff7 com.apple.audio.toolbox.AudioToolbox 1.5.1
(1.5.1)
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x915bc000 - 0x915dbfff com.apple.Accelerate.vecLib 3.4.2 (vecLib
3.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x915dc000 - 0x9166bffb com.apple.DesktopServices 1.4.5 (1.4.5)
<b6bd34467a57cc899612152caac2a789>
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9166c000 - 0x91692fff libcups.2.dylib ??? (???)
<d60807e6cfdc208c2e5520f7acb473f6> /usr/lib/libcups.2.dylib
0x91797000 - 0x918dfff3 libicucore.A.dylib ??? (???)
<250daed2fb2e6bf114480e2e4da0728b> /usr/lib/libicucore.A.dylib
0x919ef000 - 0x919f8fff com.apple.DiskArbitration 2.2.1 (2.2.1)
<a389b4c2badce39540f24402f7df35e7>
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91b65000 - 0x91bedfff com.apple.ink.framework 101.3 (86)
<66a99ad6bc695390a66dd24789e23dcc>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x91c41000 - 0x91c43ffd libRadiance.dylib ??? (???)
<3d70fcb7557347829c96c9753074b3f1>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91c8f000 - 0x91cb3ffb libGL.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9239d000 - 0x923a8fff com.apple.speech.recognition.framework 3.7.24
(3.7.24) <ae3dc890a43a9269388301f6b59d3091>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92424000 - 0x92430ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2)
<79588842bcaf6c747a95b2120304397a>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92431000 - 0x92498ffb libstdc++.6.dylib ??? (???)
<a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
0x924d8000 - 0x924d8fff com.apple.Carbon 136 (136)
<f8fdb172887f2d6a374aed2d2a13b319>
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x924d9000 - 0x92589fff com.apple.QD 3.11.52 (???)
<f33191c288897dd4d2e2c4b87bcc09b4>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9258d000 - 0x9259aff3 com.apple.opengl 1.5.6 (1.5.6)
<4ec145eba41b94cff1322a041dfdb437>
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9259b000 - 0x925f1fff libGLU.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x925f2000 - 0x9291bfe7 libLAPACK.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9291c000 - 0x92ed6fff libBLAS.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x92edd000 - 0x93312ffa libGLProgrammability.dylib ??? (???)
<6d71574167a838789ab0ee27f92af626>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x93313000 - 0x9333ffff com.apple.CoreMediaPrivate 8.0 (8.0)
<66b09473b80b671769201a045f14d614>
/System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x93340000 - 0x9369dff2 com.apple.QuartzCore 1.5.1 (1.5.1)
<f364682e96d58c5849cad532f6bf2f91>
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x936ac000 - 0x936edffb libTIFF.dylib ??? (???)
<0d0a3107d26786c3708e6a511d5acec9>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9372b000 - 0x9372fffe libGIF.dylib ??? (???)
<d6e2a570359313a39c6783c2ecfee608>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x94532000 - 0x94594ffb com.apple.htmlrendering 68 (1.1.3)
<e852db1c007de975fae2f0c2769c88ef>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x946ba000 - 0x9477fffb com.apple.CoreData 100.1 (186)
<9cf54cb19b18e53ee22edb7ababa6e6c>
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94780000 - 0x94819fc3 libvDSP.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x94844000 - 0x94847fff com.apple.help 1.1 (36)
<7106d6e074a3b9835ebf1e6cc6c822ce>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x94848000 - 0x94b73fff com.apple.QuickTime 7.4.5 (67)
<6821b7ef643f1ef4c99420b318ff11e6>
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94b8a000 - 0x94b8fff6 libmathCommon.A.dylib ??? (???)
/usr/lib/system/libmathCommon.A.dylib
0x94b90000 - 0x94b9efff libz.1.dylib ??? (???)
<1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
0x94b9f000 - 0x94bc6fff libxslt.1.dylib ??? (???)
<3700d04090629deddb436aa2d516c56d> /usr/lib/libxslt.1.dylib
0x94bc7000 - 0x94c27fff com.apple.CoreText 2.0.1 (???)
<2ecbcac842c4864bdd3de0a68e4d2f2c>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x94c36000 - 0x94c77fff com.apple.CoreMediaIOServicesPrivate 8.0
(8.0)
/System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x94cb8000 - 0x94d9bfeb libobjc.A.dylib ??? (???)
<23a407d7dac6090562827e97bac3cb86> /usr/lib/libobjc.A.dylib
0x94f3e000 - 0x94ff8fff libcrypto.0.9.7.dylib ??? (???)
<4ea3d7e9a1c28ac7b17ed80873fe6598> /usr/lib/libcrypto.0.9.7.dylib
0x950c7000 - 0x950e6fff com.apple.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x950e8000 - 0x9516fffb com.apple.audio.CoreAudio 3.1.0 (3.1)
<3baa0645ba65ef3c69c975ac989b2caf>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x95170000 - 0x95189fff com.apple.CoreVideo 1.5.0 (1.5.0)
<aebfdc3d092810ff35a8e92b8f966010>
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x951c0000 - 0x951cbffb libgcc_s.1.dylib ??? (???)
<ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
0x951cc000 - 0x9525ffff com.apple.framework.IOKit 1.5.1 (???)
<590e7f24d3cbfc072c8659173d2141e3>
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x95260000 - 0x95278ffb com.apple.DictionaryServices 1.0.0 (1.0.0)
<fe37191e732eeb66189185cd000a210b>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x95279000 - 0x955b2ff3 com.apple.HIToolbox 1.5.2 (???)
<687d476c6a3809efaba68bc11dc894c1>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x955b3000 - 0x957f7ffb com.apple.Foundation 6.5.4 (677.15)
<0cb0eec2a47f915404236f64abf7c384>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x957f8000 - 0x95873fff com.apple.SearchKit 1.2.0 (1.2.0)
<1b448fbae02460eae76ee1c6883f45d6>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x95874000 - 0x95874ffb com.apple.installserver.framework 1.0 (8)
/System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x95875000 - 0x958a6fff com.apple.coreui 1.1 (61)
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x958a7000 - 0x958dcfff com.apple.AE 402.2 (402.2)
<0b15a08da8ec38b74fb9dd6e579ed25f>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x958dd000 - 0x95908ff7 libauto.dylib ??? (???)
<b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib
0x95909000 - 0x95994ffb com.apple.QTKit 7.4.5 (67)
/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x95995000 - 0x95abaffb com.apple.CoreFoundation 6.5.1 (476.10)
<e71eaa358523eae0e45280bca8a90e98>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x95abb000 - 0x95b17ffb com.apple.HIServices 1.7.0 (???)
<48d200891cc9dd795ee547d526c6a45b>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x95b7d000 - 0x95e7eff7 com.apple.CoreServices.CarbonCore 785.8
(785.8) <d56076bc0fe62dd58002bdd581a3f3c0>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x95ebd000 - 0x95fa6fff libxml2.2.dylib ??? (???)
<271fc4d25f101b60a8e7514d1c32a91c> /usr/lib/libxml2.2.dylib
0x95ffe000 - 0x96045fff com.apple.NavigationServices 3.5.1 (161)
<b245f17b2b2902e1f9eeaaa6773f8126>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9604f000 - 0x967c4fff com.apple.AppKit 6.5.2 (949.26)
<8d6ce96921254cbc787b9fe0526bef42>
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x96a42000 - 0x96af2fff edu.mit.Kerberos 6.0.12 (6.0.12)
<9a85ee3fd8fb95d4537725b035297fe7>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96af7000 - 0x96b12ffb com.apple.openscripting 1.2.6 (???)
<12270fbb14905644f78975f227328a98>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x96b13000 - 0x96cacfe3 libSystem.B.dylib ??? (???)
<754231f5e52ed8418f89f1f3369caf58> /usr/lib/libSystem.B.dylib
0x96cad000 - 0x96cadfff com.apple.audio.units.AudioUnit 1.5 (1.5)
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x96cae000 - 0x96d2ffff com.apple.print.framework.PrintCore 5.5.2
(245.1) <df7cf3aa9f046c543b9e27f08860b692>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x96d30000 - 0x96d37fff com.apple.CommonPanels 1.2.4 (85)
<0d1256175c5512c911ede094d767acfe>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x96d38000 - 0x96d3fffb com.apple.print.framework.Print 218.0.2
(220.1) <c7e0e618d5867ae227403ae385aacd82>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x96d40000 - 0x96ddaff7 com.apple.ApplicationServices.ATS 3.2 (???)
<4258842969dc8d4fa37e01a80aa3d409>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x96ddb000 - 0x96ddbffa com.apple.CoreServices 32 (32)
<42b6dda539f7411606187335d9eae0c5>
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x96ddc000 - 0x96ef0ffa com.apple.vImage 3.0 (3.0)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
--
Seneca Cunningham
<[EMAIL PROTECTED]>