Thanks John. That helps a little. According to the traceback the crash is in a lower level string copy routine. The copy routine is often an intermediate step and used in many places to copy a pascal string. There is a closed bug ( #243 for reference ) with a crash in this routine related to edit fields but that was fixed many months ago. The traceback seems to indicate this crash occurs while building the window. Could you show us the kind of edit fields you are creating? Maybe a few lines to show how this might be recreated. It might be possible to recreate this by just putting a loop in a small program to create edit fields the same way you do. Any details you can provide on exactly how you setup and create the edit fields ( and window ) would be helpful. Also, would you post those warnings from the FBtoC compile in case they're helpful ( probably not but best to have them anyway ). Brian S. On May 3, 2008, at 7:09 PM, John Grimsley wrote: > Brian, > > The compile completes with some warnings but no errors. My program > starts but then crashes. (Problem Report pasted below). If I > remove 6 early Edit Fields (not the last 6), my program keeps going. > > Thanks, > > John G > > > > Brian Stevens wrote: >> >> On May 3, 2008, at 4:01 PM, John Grimsley wrote: >> >>> Hi, >>> >>> Is there a maximum number of Buttons and Edit Fields allowed for >>> each project? I have a bug I can't explain any other way. >> >> Hi John, >> >> The practical limits on the symbol table are high enough to avoid >> overflow ( 32,767 symbols ) but it is possible. >> Current symbols loaded are: >> >> Symbols loaded from FBtoC's data: 9500 >> + appearance runtime: 13500 >> + largish project: 18600 total >> A moderately large project (FBtoC itself) gives a table somewhat >> over half full >> >> That is all I can offer without more details. If you have error >> messages from the FBtoC log, please post them. >> >> Brian S. >> >> -- >> To unsubscribe, send ANY message to: futurebasic- >> unsubscribe@... > > ====================================================================== > ======= > > Process: SteamTRAIN 3 U [1138] > Path: /Applications/FBtoC_1.0.8/Examples/OpenGL/ST 34U/ > SteamTRAIN 3 U.app/Contents/MacOS/SteamTRAIN 3 U > Identifier: SteamTRAIN 3 U > Version: 0.9 (1.0) > Code Type: PPC (Native) > Parent Process: launchd [99] > > Date/Time: 2008-05-03 19:00:24.617 -0700 > OS Version: Mac OS X 10.5.2 (9C31) > Report Version: 6 > > Exception Type: EXC_BAD_ACCESS (SIGBUS) > Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000002dd000 > Crashed Thread: 0 > > Thread 0 Crashed: > 0 SteamTRAIN 3 U 0x0007fda0 PSstrcpy + 48 > (General.c:325) > 1 SteamTRAIN 3 U 0x00078e4c MakeWindows + 50820 > 2 SteamTRAIN 3 U 0x0007f6a4 main + 152 > 3 SteamTRAIN 3 U 0x000023a8 start + 64 > 4 ??? 0xbffffae0 0 + 3221224160 > > Thread 1: > 0 libSystem.B.dylib 0x92aa2978 mach_msg_trap + 8 > 1 libSystem.B.dylib 0x92aa989c mach_msg + 56 > 2 com.apple.CoreFoundation 0x90146618 > CFRunLoopRunSpecific + 1828 > 3 com.apple.audio.CoreAudio 0x9430be3c > HALRunLoop::OwnThread(void*) + 212 > 4 com.apple.audio.CoreAudio 0x9430bc80 CAPThread::Entry > (CAPThread*) + 104 > 5 libSystem.B.dylib 0x92ae4b98 _pthread_start + 316 > > Thread 2: > 0 libSystem.B.dylib 0x92aa29f8 > semaphore_timedwait_signal_trap + 8 > 1 libSystem.B.dylib 0x92ae5e3c _pthread_cond_wait > + 1320 > 2 com.apple.audio.CoreAudio 0x9431d884 > HP_IOThread::WorkLoop() + 488 > 3 com.apple.audio.CoreAudio 0x9431d684 > HP_IOThread::ThreadEntry(HP_IOThread*) + 12 > 4 com.apple.audio.CoreAudio 0x9430bc80 CAPThread::Entry > (CAPThread*) + 104 > 5 libSystem.B.dylib 0x92ae4b98 _pthread_start + 316 > > Thread 3: > 0 libSystem.B.dylib 0x92aa2978 mach_msg_trap + 8 > 1 libSystem.B.dylib 0x92aa989c mach_msg + 56 > 2 com.apple.opengl 0x9161e58c glcDebugListener + > 236 > 3 libSystem.B.dylib 0x92ae4b98 _pthread_start + 316 > > Thread 4: > 0 libSystem.B.dylib 0x92aa938c __semwait_signal + 12 > 1 libSystem.B.dylib 0x92ae5f40 _pthread_cond_wait > + 1580 > 2 libGLProgrammability.dylib 0x95250a78 glvmDoWork + 120 > 3 libSystem.B.dylib 0x92ae4b98 _pthread_start + 316 > > Thread 0 crashed with PPC Thread State 32: > srr0: 0x0007fda0 srr1: 0x0200f030 dar: 0x002dd000 dsisr: > 0x42000000 > r0: 0x00000013 r1: 0xbfffe870 r2: 0x002dd000 r3: > 0x002dd000 > r4: 0x00091498 r5: 0x00000470 r6: 0x00000000 r7: > 0xa0567074 > r8: 0x00000007 r9: 0x00005000 r10: 0x903693c4 r11: > 0xa0295ca0 > r12: 0x92aa3d10 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: 0xbffffa24 r27: > 0x0000000c > r28: 0x00000172 r29: 0x002db900 r30: 0xbfffe870 r31: > 0x8fe01034 > cr: 0x24000424 xer: 0x00000000 lr: 0x00078ea8 ctr: > 0x92aa3d10 > vrsave: 0x80000000 > > Binary Images: > 0x1000 - 0x91ffb +SteamTRAIN 3 U 0.9 (1.0) > <023fdbbf8ec2f0e5c7d6c133b7138d48> /Applications/FBtoC_1.0.8/ > Examples/OpenGL/ST 34U/SteamTRAIN 3 U.app/Contents/MacOS/SteamTRAIN > 3 U > 0x7b0000 - 0x7dbffb com.apple.audio.SoundManager.Components > 3.9.3 (3.9.3) /System/Library/Components/ > SoundManagerComponents.component/Contents/MacOS/SoundManagerComponents > 0x7e3000 - 0x7e7fff com.apple.audio.AudioIPCPlugIn 1.0.4 > (1.0.4) <144c5865c937c9237d0287383db1d376> /System/Library/ > Extensions/AudioIPCDriver.kext/Contents/Resources/ > AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn > 0x7ec000 - 0x7edffd com.apple.aoa.halplugin 2.5.7 (2.5.7f1) > <39ceaf6e23ae92ba655f0c1a8714f189> /System/Library/Extensions/ > IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bundle/Contents/ > MacOS/AOAHALPlugin > 0x3884000 - 0x3953ff3 com.apple.RawCamera.bundle 2.0.2 (2.0.2) / > System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera > 0x446d000 - 0x44abff7 com.apple.QuickTimeFireWireDV.component > 7.3.1 (7.3.1) /System/Library/QuickTime/ > QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV > 0x6cef000 - 0x6f28fd7 +net.telestream.wmv.import 2.2.0.49 > (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Import.component/ > Contents/MacOS/Flip4Mac WMV Import > 0x6f5e000 - 0x6f7fff1 libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib > 0x6f8c000 - 0x7140feb +net.telestream.wmv.advanced 2.2.0.49 > (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Advanced.component/ > Contents/MacOS/Flip4Mac WMV Advanced > 0x7186000 - 0x71e3fff com.apple.applepixletvideo 1.2.10 (1.2d10) > <39e2c68f9b3a8dec2ff4a31399800d88> /System/Library/QuickTime/ > ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo > 0x77d5000 - 0x77f1ff7 GLRendererFloat ??? (???) > <3b24b7bfd91c710af2e6f21a68710864> /System/Library/Frameworks/ > OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/ > GLRendererFloat > 0x7900000 - 0x7a75ffb GLEngine ??? (???) > <974fe2dbc36e800d5b89c104ed5c9c51> /System/Library/Frameworks/ > OpenGL.framework/Resources/GLEngine.bundle/GLEngine > 0x7aa7000 - 0x7c2fff6 com.apple.GeForceFXGLDriver 1.5.18 (5.1.8) > <25037088a785b9acaffe1164dddf7a8b> /System/Library/Extensions/ > GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLDriver > 0x8fe00000 - 0x8fe30b23 dyld 96.2 (???) > <39109181acbf30fed542e6c9abcf1798> /usr/lib/dyld > 0x90011000 - 0x900dcff3 com.apple.QuickTimeMPEG4.component 7.3.1 > (7.3.1) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/ > MacOS/QuickTimeMPEG4 > 0x900dd000 - 0x90202ffb com.apple.CoreFoundation 6.5.1 (476.10) > <e71eaa358523eae0e45280bca8a90e98> /System/Library/Frameworks/ > CoreFoundation.framework/Versions/A/CoreFoundation > 0x902d4000 - 0x90321ff7 libGLImage.dylib ??? (???) > <9dbe7b634d7c01ae3684c547fbbd4d71> /System/Library/Frameworks/ > OpenGL.framework/Versions/A/Libraries/libGLImage.dylib > 0x90322000 - 0x9065bff3 com.apple.HIToolbox 1.5.2 (???) > <687d476c6a3809efaba68bc11dc894c1> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/ > A/HIToolbox > 0x906ac000 - 0x909d5fe7 libLAPACK.dylib ??? (???) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/ > vecLib.framework/Versions/A/libLAPACK.dylib > 0x909d6000 - 0x915abfe3 com.apple.QuickTimeComponents.component > 7.3.1 (7.3.1) /System/Library/QuickTime/ > QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents > 0x915ac000 - 0x915b5fff com.apple.DiskArbitration 2.2.1 (2.2.1) > <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/ > DiskArbitration.framework/Versions/A/DiskArbitration > 0x915b6000 - 0x915baffe libGIF.dylib ??? (???) > <d6e2a570359313a39c6783c2ecfee608> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > ImageIO.framework/Versions/A/Resources/libGIF.dylib > 0x915bb000 - 0x915d4fff com.apple.CoreVideo 1.5.0 (1.5.0) > <f8d7df00a92b4a11b57221546274d806> /System/Library/Frameworks/ > CoreVideo.framework/Versions/A/CoreVideo > 0x91613000 - 0x91621ff3 com.apple.opengl 1.5.5 (1.5.5) > <32b2691d8949b7dec765af89ab04ffdd> /System/Library/Frameworks/ > OpenGL.framework/Versions/A/OpenGL > 0x91622000 - 0x91923ff7 com.apple.CoreServices.CarbonCore 785.8 > (785.8) <d56076bc0fe62dd58002bdd581a3f3c0> /System/Library/ > Frameworks/CoreServices.framework/Versions/A/Frameworks/ > CarbonCore.framework/Versions/A/CarbonCore > 0x91924000 - 0x91934ffb com.apple.agl 3.0.9 (AGL-3.0.9) > <ab2f91cfb4e503d2516df44852c35e81> /System/Library/Frameworks/ > AGL.framework/Versions/A/AGL > 0x91a9b000 - 0x91ac8ff3 libGL.dylib ??? (???) /System/Library/ > Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib > 0x91ac9000 - 0x91ac9ff8 com.apple.Cocoa 6.5 (???) > <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/ > Cocoa.framework/Versions/A/Cocoa > 0x91aca000 - 0x91accffd libRadiance.dylib ??? (???) > <3d70fcb7557347829c96c9753074b3f1> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > ImageIO.framework/Versions/A/Resources/libRadiance.dylib > 0x91acd000 - 0x91adafff libCSync.A.dylib ??? (???) > <e7073e93982e6872ed72e5873b791462> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib > 0x91adb000 - 0x91adbffb com.apple.installserver.framework 1.0 (8) / > System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/ > InstallServer > 0x91aed000 - 0x91af2fff com.apple.CoreMediaAuthoringPrivate 1.1 > (1.1) /System/Library/PrivateFrameworks/ > CoreMediaAuthoringPrivate.framework/Versions/A/ > CoreMediaAuthoringPrivate > 0x91b53000 - 0x91c0dfff libcrypto.0.9.7.dylib ??? (???) > <4ea3d7e9a1c28ac7b17ed80873fe6598> /usr/lib/libcrypto.0.9.7.dylib > 0x91c0e000 - 0x91ca7fc3 libvDSP.dylib ??? (???) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/ > vecLib.framework/Versions/A/libvDSP.dylib > 0x91cc4000 - 0x91d26ffb com.apple.htmlrendering 68 (1.1.3) > <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/ > Versions/A/HTMLRendering > 0x91d44000 - 0x91e13fff com.apple.ColorSync 4.5.0 (4.5.0) /System/ > Library/Frameworks/ApplicationServices.framework/Versions/A/ > Frameworks/ColorSync.framework/Versions/A/ColorSync > 0x91e14000 - 0x91e27fff com.apple.LangAnalysis 1.6.4 (1.6.4) > <c184bb5b2859e82c5740a6fdb1e3d0bc> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > LangAnalysis.framework/Versions/A/LangAnalysis > 0x91ef6000 - 0x91ef9fff com.apple.help 1.1 (36) > <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help > 0x91efa000 - 0x91f11ffb com.apple.ImageCapture 4.0 (5.0.0) /System/ > Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ > ImageCapture.framework/Versions/A/ImageCapture > 0x924a5000 - 0x924ddfff com.apple.SystemConfiguration 1.9.1 > (1.9.1) <50bc5b4d50a2e1f7743e729381467537> /System/Library/ > Frameworks/SystemConfiguration.framework/Versions/A/ > SystemConfiguration > 0x924de000 - 0x9258efff edu.mit.Kerberos 6.0.12 (6.0.12) > <debbca3bb1c622cbbe915ba168ad3cf0> /System/Library/Frameworks/ > Kerberos.framework/Versions/A/Kerberos > 0x926ec000 - 0x92728fff libRIP.A.dylib ??? (???) > <7bc908a7317a00fe3c659571c50cdd46> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib > 0x92729000 - 0x92a86ff2 com.apple.QuartzCore 1.5.1 (1.5.1) > <f364682e96d58c5849cad532f6bf2f91> /System/Library/Frameworks/ > QuartzCore.framework/Versions/A/QuartzCore > 0x92a88000 - 0x92aa0ffb com.apple.DictionaryServices 1.0.0 (1.0.0) > <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/ > DictionaryServices.framework/Versions/A/DictionaryServices > 0x92aa1000 - 0x92c3afe3 libSystem.B.dylib ??? (???) > <754231f5e52ed8418f89f1f3369caf58> /usr/lib/libSystem.B.dylib > 0x92d7f000 - 0x92d9efff libresolv.9.dylib ??? (???) > <181fb3defd2942f00201507cfa4efdb5> /usr/lib/libresolv.9.dylib > 0x92d9f000 - 0x92f82ffb com.apple.security 5.0.2 (33001) > <5e841904ba22d381672679180d4b0f4a> /System/Library/Frameworks/ > Security.framework/Versions/A/Security > 0x92f97000 - 0x9350bff7 com.apple.CoreGraphics 1.351.21 (???) > <44bbf8c3a4e8bc97e8b3e35737001742> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > CoreGraphics.framework/Versions/A/CoreGraphics > 0x93528000 - 0x9352fffb com.apple.print.framework.Print 218.0.2 > (220.1) <c7e0e618d5867ae227403ae385aacd82> /System/Library/ > Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/ > Versions/A/Print > 0x93577000 - 0x936c0ffb com.apple.ImageIO.framework 2.0.1 (2.0.1) > <ea98d04f3ecfec65edfafe3796d6d442> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > ImageIO.framework/Versions/A/ImageIO > 0x936c1000 - 0x936f2fff com.apple.coreui 1.1 (61) /System/Library/ > PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI > 0x936f3000 - 0x9378dff7 com.apple.ApplicationServices.ATS 3.2 > (???) <4258842969dc8d4fa37e01a80aa3d409> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ > Versions/A/ATS > 0x937d8000 - 0x937e4ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) > <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/ > Versions/A/CarbonSound > 0x937e5000 - 0x93860fff com.apple.SearchKit 1.2.0 (1.2.0) > <1b448fbae02460eae76ee1c6883f45d6> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/ > Versions/A/SearchKit > 0x938ec000 - 0x938fafff libz.1.dylib ??? (???) > <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib > 0x938fb000 - 0x938fbfff com.apple.Carbon 136 (136) > <f8fdb172887f2d6a374aed2d2a13b319> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Carbon > 0x938fc000 - 0x93981fff libsqlite3.0.dylib ??? (???) > <f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib > 0x93982000 - 0x93987ff6 libmathCommon.A.dylib ??? (???) /usr/lib/ > system/libmathCommon.A.dylib > 0x93988000 - 0x93a7effc libiconv.2.dylib ??? (???) > <05ae1fcc97404173b2f9caef8f8be797> /usr/lib/libiconv.2.dylib > 0x93a7f000 - 0x93a8afff 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 > 0x93a8b000 - 0x93aebfff com.apple.CoreText 2.0.1 (???) > <2ecbcac842c4864bdd3de0a68e4d2f2c> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > CoreText.framework/Versions/A/CoreText > 0x93aec000 - 0x93b33fff com.apple.NavigationServices 3.5.1 (161) > <b245f17b2b2902e1f9eeaaa6773f8126> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/ > Versions/A/NavigationServices > 0x93b34000 - 0x93b34ffa com.apple.CoreServices 32 (32) > <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/CoreServices > 0x93b35000 - 0x93b40ffb libgcc_s.1.dylib ??? (???) > <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib > 0x93b41000 - 0x93b5cffb com.apple.openscripting 1.2.6 (???) > <12270fbb14905644f78975f227328a98> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/ > Versions/A/OpenScripting > 0x93b5d000 - 0x93becffb com.apple.DesktopServices 1.4.5 (1.4.5) > <b6bd34467a57cc899612152caac2a789> /System/Library/ > PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ > DesktopServicesPriv > 0x93bed000 - 0x93c0cfff com.apple.vecLib 3.4.2 (vecLib 3.4.2) / > System/Library/Frameworks/vecLib.framework/Versions/A/vecLib > 0x93c0d000 - 0x93c32ffb com.apple.CoreMediaPrivate 1.2 (1.2) > <bfaa73969c48f0e4ed05876030599784> /System/Library/ > PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/ > CoreMediaPrivate > 0x93f66000 - 0x93fb1ffb com.apple.Metadata 10.5.2 (398.7) > <f0c3c28205af67a29a2ed728ee297648> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/Metadata.framework/ > Versions/A/Metadata > 0x93fe1000 - 0x93fe1fff com.apple.audio.units.AudioUnit 1.5 (1.5) / > System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit > 0x93fe2000 - 0x94100ff7 com.apple.audio.toolbox.AudioToolbox 1.5.1 > (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/ > A/AudioToolbox > 0x94101000 - 0x94194fff com.apple.framework.IOKit 1.5.1 (???) > <590e7f24d3cbfc072c8659173d2141e3> /System/Library/Frameworks/ > IOKit.framework/Versions/A/IOKit > 0x94195000 - 0x941c0ff7 libauto.dylib ??? (???) > <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib > 0x941c2000 - 0x941c5ff3 com.apple.QuickTimeH264.component 7.3.1 > (7.3.1) /System/Library/QuickTime/QuickTimeH264.component/Contents/ > MacOS/QuickTimeH264 > 0x94206000 - 0x942e9feb libobjc.A.dylib ??? (???) > <23a407d7dac6090562827e97bac3cb86> /usr/lib/libobjc.A.dylib > 0x942ea000 - 0x94371ffb com.apple.audio.CoreAudio 3.1.0 (3.1) > <3baa0645ba65ef3c69c975ac989b2caf> /System/Library/Frameworks/ > CoreAudio.framework/Versions/A/CoreAudio > 0x944de000 - 0x9458efff com.apple.QD 3.11.52 (???) > <f33191c288897dd4d2e2c4b87bcc09b4> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/QD.framework/ > Versions/A/QD > 0x945c5000 - 0x94621ffb com.apple.HIServices 1.7.0 (???) > <48d200891cc9dd795ee547d526c6a45b> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > HIServices.framework/Versions/A/HIServices > 0x94622000 - 0x94678fff libGLU.dylib ??? (???) /System/Library/ > Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib > 0x94739000 - 0x94eaefff com.apple.AppKit 6.5.2 (949.26) > <8d6ce96921254cbc787b9fe0526bef42> /System/Library/Frameworks/ > AppKit.framework/Versions/C/AppKit > 0x94eb6000 - 0x94f88fff com.apple.CoreServices.OSServices 224.4 > (224.4) <1972b141810adcc01c30c31fcbab5af3> /System/Library/ > Frameworks/CoreServices.framework/Versions/A/Frameworks/ > OSServices.framework/Versions/A/OSServices > 0x9508b000 - 0x95096ff9 com.apple.helpdata 1.0 (14) /System/ > Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData > 0x95097000 - 0x9512dff3 com.apple.LaunchServices 286.5 (286.5) > <1a1a73b91deacb172d15745ec73e5959> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/ > LaunchServices.framework/Versions/A/LaunchServices > 0x9512e000 - 0x9516fffb libTIFF.dylib ??? (???) > <0d0a3107d26786c3708e6a511d5acec9> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > ImageIO.framework/Versions/A/Resources/libTIFF.dylib > 0x95170000 - 0x95178ffb libCGATS.A.dylib ??? (???) > <f08869e380cd4b55e14714fe723cbc66> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib > 0x95179000 - 0x9518cffb 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 > 0x9518d000 - 0x951a8ffb libPng.dylib ??? (???) > <c51ec88c87a3f0a646471165e16acd43> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > ImageIO.framework/Versions/A/Resources/libPng.dylib > 0x951a9000 - 0x9522afff com.apple.print.framework.PrintCore 5.5.2 > (245.1) <df7cf3aa9f046c543b9e27f08860b692> /System/Library/ > Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ > PrintCore.framework/Versions/A/PrintCore > 0x9522b000 - 0x9565affa libGLProgrammability.dylib ??? (???) > <4c75bd9e0eca8999aaa97c304f776b65> /System/Library/Frameworks/ > OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib > 0x9565b000 - 0x95c15fff libBLAS.dylib ??? (???) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/ > vecLib.framework/Versions/A/libBLAS.dylib > 0x95c7c000 - 0x95cf6ffd com.apple.CFNetwork 221.5 (221.5) > <ef2672379d6fcb1470dc9361ce68e7f7> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/ > Versions/A/CFNetwork > 0x95d07000 - 0x95d30ffb com.apple.shortcut 1 (1.0) > <032016a45147a2f3f191ce70187587c9> /System/Library/ > PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut > 0x95d37000 - 0x95d56fff com.apple.Accelerate.vecLib 3.4.2 (vecLib > 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/ > Frameworks/vecLib.framework/Versions/A/vecLib > 0x95d67000 - 0x95deffff com.apple.ink.framework 101.3 (86) > <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink > 0x95e8c000 - 0x95eb3fff libxslt.1.dylib ??? (???) > <3700d04090629deddb436aa2d516c56d> /usr/lib/libxslt.1.dylib > 0x95eb4000 - 0x961d7ff7 com.apple.QuickTime 7.3.1 (7.3.1) > <e54aeb56261de12e1df813558626a75c> /System/Library/Frameworks/ > QuickTime.framework/Versions/A/QuickTime > 0x961d8000 - 0x961e0fff libbsm.dylib ??? (???) > <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib > 0x961e1000 - 0x962cafff libxml2.2.dylib ??? (???) > <6f383df1e1e775be0158ba947784ae13> /usr/lib/libxml2.2.dylib > 0x962cb000 - 0x9650fffb com.apple.Foundation 6.5.4 (677.15) > <0cb0eec2a47f915404236f64abf7c384> /System/Library/Frameworks/ > Foundation.framework/Versions/C/Foundation > 0x96554000 - 0x96555ff8 com.apple.ApplicationServices 34 (34) > <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/ApplicationServices > 0x96556000 - 0x9658bfff com.apple.AE 402.2 (402.2) > <0b15a08da8ec38b74fb9dd6e579ed25f> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/ > A/AE > 0x9658c000 - 0x9658dfff libffi.dylib ??? (???) > <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib > 0x96794000 - 0x9679bfff com.apple.CommonPanels 1.2.4 (85) > <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ > Versions/A/CommonPanels > 0x9679c000 - 0x9679fffb com.apple.securityhi 3.0 (30817) > <ad843393cafb2193fd716df88d8136bf> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/ > Versions/A/SecurityHI > 0x967a0000 - 0x96807ffb libstdc++.6.dylib ??? (???) > <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib > 0x96808000 - 0x96892fff libvMisc.dylib ??? (???) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/ > vecLib.framework/Versions/A/libvMisc.dylib > 0x96893000 - 0x969dbff3 libicucore.A.dylib ??? (???) > <250daed2fb2e6bf114480e2e4da0728b> /usr/lib/libicucore.A.dylib > 0x969dc000 - 0x96af0ffa com.apple.vImage 3.0 (3.0) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/ > vImage.framework/Versions/A/vImage > 0x96af1000 - 0x96af1fff com.apple.Accelerate 1.4.2 (Accelerate > 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/ > Accelerate > 0x96af2000 - 0x96b12ff7 libJPEG.dylib ??? (???) > <92341083256fbcd28888a179ebf941ef> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > ImageIO.framework/Versions/A/Resources/libJPEG.dylib > 0x96b13000 - 0x96bd8ffb com.apple.CoreData 100.1 (186) > <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/ > CoreData.framework/Versions/A/CoreData > 0x96bd9000 - 0x96bfefff libcups.2.dylib ??? (???) > <031506c73661ca7c7cec6154ee6d21dd> /usr/lib/libcups.2.dylib > 0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/ > libobjc.A.dylib > 0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/ > libSystem.B.dylib > > -- > To unsubscribe, send ANY message to: futurebasic- > unsubscribe@... > Brian S.