PHP_Execute Progress Bar Crashes
I seem to be experiencing a crash as a result of running PHP_Execute too many times in a row. I do not have any keepMemory parameter set, so that should default to 0.
I am on a PowerBook G4, running FM 9 Pro Adv 9.0v3
--------
The first step of a larger syncing process is to pop open a progress bar. In my testing of the syncing process, I noticed some sporadic crashing.
--------
I seem to be able to repeat the crash by running a script to Loop through two SetVariable script steps. It starts flipping through the loop no problem showing the progress bar blipping open and closed, and then FM Crashes.
Here is what the SetVariables do:
1)
PHP_Execute ( "
$pb = fm_new_progress_bar('Sync', 0 , 'Sync Calendars ... ' , 25 , 50) ;
" )
2)
PHP_Execute ( "
$pb = fm_close_progress_bar('Sync') ;
" )
-------
I just ran the test at 1:34:30 and this is what the Console shows:
6/3/09 1:34:30 PM FileMaker Pro[380] FileMaker Pro(380,0xa047d830) malloc: *** error for object 0x47c6800: double free
*** set a breakpoint in malloc_error_break to debug
6/3/09 1:34:30 PM [0x0-0x38038].com.filemaker.pro.advanced[380] FileMaker Pro(380,0xa047d830) malloc: *** error for object 0x47c6800: double free
6/3/09 1:34:30 PM [0x0-0x38038].com.filemaker.pro.advanced[380] *** set a breakpoint in malloc_error_break to debug
6/3/09 1:34:49 PM ReportCrash[459] Formulating crash report for process FileMaker Pro[380]
6/3/09 1:34:54 PM ReportCrash[459] Saved crashreport to /Users/Bill/Library/Logs/CrashReporter/FileMaker Pro_2009-06-03-133430_William-Bennetts-PowerBook.crash using uid: 501 gid: 20, euid: 501 egid: 20
6/3/09 1:34:53 PM com.apple.launchd[74] ([0x0-0x38038].com.filemaker.pro.advanced[380]) Exited abnormally: Segmentation fault
---------
Here is the entirety of the Crash Report. Sorry for the length...
Process: FileMaker Pro [380]
Path: /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/MacOS/FileMaker Pro
Identifier: com.filemaker.pro.advanced
Version: 9.0.3 (9.0.3)
Code Type: PPC (Native)
Parent Process: launchd [74]
Date/Time: 2009-06-03 13:34:30.436 -0500
OS Version: Mac OS X 10.5.6 (9G55)
Report Version: 6
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c3ae29c3
Crashed Thread: 0
Thread 0 Crashed:
0 com.apple.HIToolbox 0x93254298 HIStaticTextView::DrawSelf(short, __HIShape const*, CGContext*) + 248
1 com.apple.HIToolbox 0x931c0b3c HIView::DrawCacheOrSelf(short, __HIShape const*, CGContext*) + 128
2 com.apple.HIToolbox 0x931c095c HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 104
3 com.apple.HIToolbox 0x932716a4 HIView::RecursiveDrawNonComposited(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned char, unsigned char, unsigned char) + 480
4 com.apple.HIToolbox 0x93271488 HIView::DrawNonComposited(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned long) + 280
5 com.scodigo.PHP 0x08688604 ProgressDialog::set_text(std::basic_string
6 com.scodigo.PHP 0x0867b28c phpShell::RunFileMakerScript(phpworker*, bool&) + 1904
7 com.scodigo.PHP 0x0867bde0 phpShell::RunScript(std::basic_string
8 com.scodigo.PHP 0x086747ac PHP_Execute(short, fmx::ExprEnv const&, fmx::DataVect const&, fmx::Data&) + 660
9 ...ilemaker.dbengine.framework 0x013605c8 Draco::DBCalcSolver::SolvePlugins(Draco::DBError&) + 1496
10 ...ilemaker.dbengine.framework 0x01368e70 Draco::DBCalcSolver::SolvePolish(Draco::DBDataArg&) + 2768
11 ...ilemaker.dbengine.framework 0x013255a8 Draco::DBCalcFormula::SolveInternal(Draco::DBData&, Draco::DBCursor const*, Draco::DBCursor const*, Draco::DBData const*, Draco::DBFieldSpec const*, Draco::DBField const*) const + 392
12 ...ilemaker.dbengine.framework 0x0132580c Draco::DBCalcFormula::Solve(Draco::DBData&, Draco::DBCursor const*, Draco::DBCursor const*, Draco::DBData const*) const + 28
13 ...ilemaker.fmengine.framework 0x018444c4 Draco::ScriptRuntimeBase::SolveCalculation(Draco::DBData&, short, short, bool, Draco::DBCursor const*, Draco::FMWindowModel*) + 228
14 ...ilemaker.fmengine.framework 0x0184ab68 Draco::ScriptRuntimeBase::DoSetVariable() + 552
15 ...ilemaker.fmengine.framework 0x0184bae4 Draco::ScriptRuntimeBase::Execute() + 1428
16 ...ilemaker.fmengine.framework 0x0184c420 Draco::ScriptRuntimeBase::DoNextStep() + 320
17 ...ilemaker.fmengine.framework 0x0184c510 Draco::ScriptRuntimeBase::OnIdle() + 128
18 ...ilemaker.fmengine.framework 0x0183aac0 Draco::FMSession::OnIdle(bool) + 944
19 com.filemaker.pro.advanced 0x001cac44 CFMProApp::Idle(bool) + 36
20 com.filemaker.pro.advanced 0x001cbb88 CFMProApp::DispatchNullEvent(EventRecord const&) + 104
21 com.filemaker.pro.advanced 0x0004e6b0 CMacEventPump::PumpEvent(EventRecord&) + 112
22 com.filemaker.pro.advanced 0x0004ed50 CMacEventPump::Run() + 176
23 com.filemaker.pro.advanced 0x00035e54 CMacApp::Main() + 100
24 com.filemaker.pro.advanced 0x001d088c main + 28
25 com.filemaker.pro.advanced 0x000036f8 _start + 756
26 com.filemaker.pro.advanced 0x000033fc start + 44
Thread 1:
0 libSystem.B.dylib 0x927012d8 mach_wait_until + 8
1 libSystem.B.dylib 0x9278c68c nanosleep + 324
2 ...filemaker.support.framework 0x010e92d8 Draco::Thread::Sleep(unsigned long) + 216
3 ...filemaker.support.framework 0x010e94e8 Draco::TimerCheckThread::Main() + 264
4 ...filemaker.support.framework 0x010e7b7c Draco::Thread::RunThread() + 156
5 ...filemaker.support.framework 0x010e606c Draco::Thread::ThreadUnixProc(void*) + 76
6 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 2:
0 libSystem.B.dylib 0x927011b8 semaphore_wait_signal_trap + 8
1 libSystem.B.dylib 0x927442d8 _pthread_cond_wait + 1336
2 ...filemaker.support.framework 0x010e7f08 Draco::Semaphore::P(Draco::Thread*) + 264
3 ...filemaker.support.framework 0x010e8a9c Draco::MsgQ::GetMsg() + 92
4 ...ilemaker.dbengine.framework 0x012cbddc Draco::HBEngine::HBEngineThread::Main() + 428
5 ...filemaker.support.framework 0x010e7b7c Draco::Thread::RunThread() + 156
6 ...filemaker.support.framework 0x010e606c Draco::Thread::ThreadUnixProc(void*) + 76
7 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 3:
0 libSystem.B.dylib 0x927011b8 semaphore_wait_signal_trap + 8
1 libSystem.B.dylib 0x927442d8 _pthread_cond_wait + 1336
2 ...filemaker.support.framework 0x010e7f08 Draco::Semaphore::P(Draco::Thread*) + 264
3 ...filemaker.support.framework 0x010e8a9c Draco::MsgQ::GetMsg() + 92
4 ...ilemaker.dbengine.framework 0x01398384 Draco::DBEngineThread::Main() + 484
5 ...filemaker.support.framework 0x010e7b7c Draco::Thread::RunThread() + 156
6 ...filemaker.support.framework 0x010e606c Draco::Thread::ThreadUnixProc(void*) + 76
7 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 4:
0 libSystem.B.dylib 0x927011b8 semaphore_wait_signal_trap + 8
1 libSystem.B.dylib 0x927442d8 _pthread_cond_wait + 1336
2 ...filemaker.support.framework 0x010e7f08 Draco::Semaphore::P(Draco::Thread*) + 264
3 ...filemaker.support.framework 0x010e8a9c Draco::MsgQ::GetMsg() + 92
4 ...ilemaker.dbengine.framework 0x013edb20 Draco::DBLockContinueThread::Main() + 1088
5 ...filemaker.support.framework 0x010e7b7c Draco::Thread::RunThread() + 156
6 ...filemaker.support.framework 0x010e606c Draco::Thread::ThreadUnixProc(void*) + 76
7 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 5:
0 libSystem.B.dylib 0x927011d8 semaphore_timedwait_signal_trap + 8
1 libSystem.B.dylib 0x927442c8 _pthread_cond_wait + 1320
2 net.dacons.mail.it 0x0853ed44 0x84d5000 + 433476
Thread 6:
0 libSystem.B.dylib 0x927011d8 semaphore_timedwait_signal_trap + 8
1 libSystem.B.dylib 0x927442c8 _pthread_cond_wait + 1320
2 net.dacons.mail.it 0x0853f01c 0x84d5000 + 434204
Thread 7:
0 libSystem.B.dylib 0x92701158 mach_msg_trap + 8
1 libSystem.B.dylib 0x9270807c mach_msg + 56
2 com.apple.CoreFoundation 0x92bf9554 CFRunLoopRunSpecific + 1812
3 com.apple.CoreFoundation 0x92bf9ddc CFRunLoopRun + 60
4 com.apple.DesktopServices 0x92dd1568 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 104
5 ...ple.CoreServices.CarbonCore 0x9368f458 PrivateMPEntryPoint + 76
6 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 8:
0 libSystem.B.dylib 0x92701158 mach_msg_trap + 8
1 libSystem.B.dylib 0x9270807c mach_msg + 56
2 com.apple.CoreFoundation 0x92bf9554 CFRunLoopRunSpecific + 1812
3 com.apple.CoreFoundation 0x92bf9ddc CFRunLoopRun + 60
4 com.apple.DesktopServices 0x92dd16e4 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 176
5 ...ple.CoreServices.CarbonCore 0x9368f458 PrivateMPEntryPoint + 76
6 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 9:
0 libSystem.B.dylib 0x92707b6c __semwait_signal + 12
1 libSystem.B.dylib 0x927443cc _pthread_cond_wait + 1580
2 ...ple.CoreServices.CarbonCore 0x93691674 TSWaitOnCondition + 132
3 ...ple.CoreServices.CarbonCore 0x9366fab0 TSWaitOnConditionTimedRelative + 204
4 ...ple.CoreServices.CarbonCore 0x93691230 MPWaitOnQueue + 272
5 com.apple.DesktopServices 0x92ddcc24 TNodeSyncTask::SyncTaskProc(void*) + 88
6 ...ple.CoreServices.CarbonCore 0x9368f458 PrivateMPEntryPoint + 76
7 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 10:
0 libSystem.B.dylib 0x92742864 kevent + 12
1 com.apple.CoreFoundation 0x92bd0d40 __monitor_file_descriptor__ + 88
Thread 11:
0 libSystem.B.dylib 0x92764d20 select$DARWIN_EXTSN + 12
1 com.apple.CoreFoundation 0x92c049c8 __CFSocketManager + 764
Thread 12:
0 libSystem.B.dylib 0x927011d8 semaphore_timedwait_signal_trap + 8
1 libSystem.B.dylib 0x927442c8 _pthread_cond_wait + 1320
2 com.apple.Foundation 0x9248db24 -[NSCondition waitUntilDate:] + 384
3 com.apple.Foundation 0x9248d950 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
4 com.apple.AppKit 0x94d53eac -[NSUIHeartBeat _heartBeatThread:] + 664
5 com.apple.Foundation 0x92450764 __NSThread__main__ + 1004
6 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 13:
0 libSystem.B.dylib 0x92749fe8 select$DARWIN_EXTSN$NOCANCEL + 12
1 libSystem.B.dylib 0x9279fc4c select + 68
2 ...ilemaker.omniorb4.framework 0x01b52a18 omni::SocketCollection::Select() + 548
3 ...ilemaker.omniorb4.framework 0x01b5b654 omni::tcpEndpoint::AcceptAndMonitor(void (*)(void*, omni::giopConnection*), void*) + 116
4 ...ilemaker.omniorb4.framework 0x01ad2ad4 omni::giopRendezvouser::execute() + 172
5 ...ilemaker.omniorb4.framework 0x01bcf5cc omniAsyncWorker::real_run() + 328
6 ...ilemaker.dbengine.framework 0x01305d68 threadCreateInterceptor(omni::omniInterceptors::createThread_T::info_T&) + 40
7 ...ilemaker.omniorb4.framework 0x01bcf804 omniAsyncWorker::run(void*) + 64
8 ...ilemaker.omniorb4.framework 0x01b4aa8c omni_thread_wrapper + 184
9 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 14:
0 libSystem.B.dylib 0x92701158 mach_msg_trap + 8
1 libSystem.B.dylib 0x9270807c mach_msg + 56
2 com.apple.CoreFoundation 0x92bf9554 CFRunLoopRunSpecific + 1812
3 com.apple.CoreFoundation 0x92bf9ddc CFRunLoopRun + 60
4 ...ilemaker.dbengine.framework 0x013130a4 Draco::RemoteRunLoop::Main() + 132
5 ...filemaker.support.framework 0x010e7b7c Draco::Thread::RunThread() + 156
6 ...filemaker.support.framework 0x010e606c Draco::Thread::ThreadUnixProc(void*) + 76
7 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 15:
0 libSystem.B.dylib 0x927012d8 mach_wait_until + 8
1 libSystem.B.dylib 0x9278c68c nanosleep + 324
2 libSystem.B.dylib 0x9278c534 usleep + 68
3 com.scodigo.PHP 0x0867f9a0 zif_fm_new_progress_bar(int, _zval_struct*, _zval_struct**, _zval_struct*, int, void***) + 764
4 com.scodigo.PHP 0x0874e628 zend_do_fcall_common_helper_SPEC + 956
5 com.scodigo.PHP 0x0874e1bc execute + 516
6 com.scodigo.PHP 0x086ba490 zend_eval_string + 496
7 com.scodigo.PHP 0x0867a61c php_embed_ctx_execute(char*) + 256
8 com.scodigo.PHP 0x0867c024 phpShell::RunScriptInternal(std::basic_string
9 com.scodigo.PHP 0x08681800 phpworker::Run(void*) + 1032
10 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 16:
0 libSystem.B.dylib 0x927011d8 semaphore_timedwait_signal_trap + 8
1 libSystem.B.dylib 0x927442c8 _pthread_cond_wait + 1320
2 com.scodigo.PHP 0x08688ac4 timer::Run(void*) + 92
3 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 17:
0 libSystem.B.dylib 0x927011d8 semaphore_timedwait_signal_trap + 8
1 libSystem.B.dylib 0x927442c8 _pthread_cond_wait + 1320
2 com.scodigo.PHP 0x0868ae98 installer::Run(void*) + 120
3 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 18:
0 libSystem.B.dylib 0x927011d8 semaphore_timedwait_signal_trap + 8
1 libSystem.B.dylib 0x927442c8 _pthread_cond_wait + 1320
2 ...ple.CoreServices.CarbonCore 0x9366fad4 TSWaitOnConditionTimedRelative + 240
3 ...ple.CoreServices.CarbonCore 0x93691230 MPWaitOnQueue + 272
4 com.apple.DesktopServices 0x92dde8e4 TFolderSizeTask::FolderSizeTaskProc(void*) + 88
5 ...ple.CoreServices.CarbonCore 0x9368f458 PrivateMPEntryPoint + 76
6 libSystem.B.dylib 0x92743024 _pthread_start + 316
Thread 0 crashed with PPC Thread State 32:
srr0: 0x93254298 srr1: 0x0000f030 dar: 0xc3ae29c3 dsisr: 0x40000000
r0: 0x93254284 r1: 0xbfffdbc0 r2: 0x43545854 r3: 0x0eb35270
r4: 0x00000000 r5: 0xbfffdc38 r6: 0x00000001 r7: 0x3f800000
r8: 0x3f800000 r9: 0xc3ae288b r10: 0x969ac1dc r11: 0x24002224
r12: 0x92709f60 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
r16: 0x00000000 r17: 0xbfffeabc r18: 0xbfffead4 r19: 0xbfffec2c
r20: 0x00000000 r21: 0xbfffe880 r22: 0x00000000 r23: 0xbfffdc5c
r24: 0xbfffdc08 r25: 0xbfffdc38 r26: 0x0e789e90 r27: 0xbfffdc00
r28: 0x0eb4e320 r29: 0x00000000 r30: 0x0eb35270 r31: 0x931c0acc
cr: 0x24002224 xer: 0x00000004 lr: 0x93254284 ctr: 0x00000000
vrsave: 0x00000000
Binary Images:
0x1000 - 0xa43fef +com.filemaker.pro.advanced 9.0.3 (9.0.3) <4ed080c701e64cbfb20d1552886d6995> /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/MacOS/FileMaker Pro
0x1079000 - 0x1200fd3 +com.filemaker.support.framework FileMaker Support version 9.0.3 (9.0.3) <06b5aa92f60e44e5b61effc3d130090b> /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/Support.framework/Versions/A/Support
0x12c9000 - 0x15e2fe3 +com.filemaker.dbengine.framework FileMaker DBEngine version 9.0.3 (9.0.3) <3701efb283c44fa88f71d455c70a26c2> /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/DBEngine.framework/Versions/A/DBEngine
0x17ef000 - 0x1943ffb +com.filemaker.fmengine.framework FileMaker FMEngine version 9.0.3 (9.0.3)
0x1a69000 - 0x1c60ff7 +com.filemaker.omniorb4.framework OmniORB4 version 4.1.0E (4.1.0E) <1dbc76a5c8f44595a30471a8e48f5e85> /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/OmniORB4.framework/Versions/A/OmniORB4
0x1f33000 - 0x20e0fff +com.filemaker.xerces.framework Xerces version 1.6.0E (1.6.0E) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/Xerces.framework/Versions/A/Xerces
0x220a000 - 0x22fafeb +com.filemaker.openssl.framework OpenSSL version 0.9.7E (0.9.7E) <5af98904dd2344f4b730ba89fd58aad1> /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/OpenSSL.framework/Versions/A/OpenSSL
0x234a000 - 0x2375fff +DL61BIBUtils ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/DL61BIBUtils.framework/Versions/A/DL61BIBUtils
0x23a1000 - 0x243e023 +DL61JP2K ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/DL61JP2K.framework/Versions/A/DL61JP2K
0x2473000 - 0x2546ff7 +dli ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/dli.framework/Versions/A/dli
0x2586000 - 0x2587fff +libicuctestfw.26.dylib ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/libicuctestfw.26.dylib
0x260c000 - 0x2e12fff +libicudata.26.dylib ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/libicudata.26.dylib
0x2e60000 - 0x2f03fff +libicui18n.26.dylib ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/libicui18n.26.dylib
0x3514000 - 0x354dfff +libicuio.26.dylib ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/libicuio.26.dylib
0x35be000 - 0x35dffff +libicule.26.dylib ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/libicule.26.dylib
0x371e000 - 0x3729fff +libiculx.26.dylib ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/libiculx.26.dylib
0x375b000 - 0x3767ff8 +libicutoolutil.26.dylib ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/libicutoolutil.26.dylib
0x377e000 - 0x3807fff +libicuuc.26.dylib ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/libicuuc.26.dylib
0x3b48000 - 0x3b69ff1 libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
0x3b71000 - 0x3baefff libiodbc.2.dylib ??? (???)
0x3be4000 - 0x3bf6ffd libTraditionalChineseConverter.dylib ??? (???)
0x3fae000 - 0x3fafff2 +com.google.GearsEnabler ??? (1.0)
0x3fb5000 - 0x3fc2047 +com.filemaker.autoupdate.bundle FileMaker AutoUpdate version 9.0 (8.0) <85375d6fc916423ca3f242634fa93975> /Applications/FileMaker Pro 9 Advanced/Extensions/AutoUpdate.fmplugin/Contents/MacOS/AutoUpdate
0x3fd0000 - 0x3feffff com.apple.OpenTransport 3.0 (3.0) /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
0x8009000 - 0x8032ff7 libssl.0.9.dylib ??? (???)
0x8041000 - 0x80d8ff7 libcrypto.0.9.dylib ??? (???) <1248c0a0e8d2e1bc36756b0c4282c1ca> /usr/lib/libcrypto.0.9.dylib
0x8109000 - 0x8118fff libpam.1.dylib ??? (???) <3146a2aeed1c433ff93472aef9c7fa60> /usr/lib/libpam.1.dylib
0x815a000 - 0x8166ffe com.apple.URLMount 3.1.1 (3.1.1)
0x81cf000 - 0x81deffe libSimplifiedChineseConverter.dylib ??? (???)
0x8341000 - 0x8342ffb ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
0x84d5000 - 0x862cffb +net.dacons.mail.it 3.0.17 (101) /Applications/FileMaker Pro 9 Advanced/Extensions/mail.it.fmplugin/Contents/MacOS/mail.it
0x866c000 - 0x909fffb +com.scodigo.PHP PHP_PPC version 2.0.0 (2.0.0) /Applications/FileMaker Pro 9 Advanced/Extensions/PHP_PPC.fmplugin/Contents/MacOS/PHP_PPC
0xbd80000 - 0xbd86fff libCGXCoreImage.A.dylib ??? (???)
0xca47000 - 0xcbf9ff7 com.apple.RawCamera.bundle 2.0.10 (2.0.10) <385afe576f8fd60530711a5eab4ed182> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0xe962000 - 0xe9a0faf com.apple.AppleProResDecoder 1.0.1 (53) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder
0xe9a5000 - 0xe9e3ff7 com.apple.QuickTimeFireWireDV.component 7.6 (1290) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV
0xe9ef000 - 0xea2fff7 com.apple.applepixletvideo 1.2.18 (1.2d18)
0x19ca0000 - 0x19caefef +com.filemaker.fmwrapper.framework FileMaker FMWrapper version 9.0.3 (9.0.3) <273421ddf97941b098a7dc4ccba355ac> /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/FMWrapper.framework/Versions/A/FMWrapper
0x8fe00000 - 0x8fe30c23 dyld 97.1 (???) <8dc1fc6c74fe1f055be16980dd45001e> /usr/lib/dyld
0x90003000 - 0x900c5fff com.apple.WebKit 5525.27 (5525.27.1) <7de8ed23795391f9d81127e9b639a3c3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x900c6000 - 0x900f3fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x900f4000 - 0x9018eff7 com.apple.ApplicationServices.ATS 3.4 (???) <06af1441f632e171a7f61dca809462ba> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9018f000 - 0x901a6ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x901a7000 - 0x901d1ff7 libssl.0.9.7.dylib ??? (???) <1c571a24294df1af3428e31d464029fc> /usr/lib/libssl.0.9.7.dylib
0x901d2000 - 0x9025affb com.apple.audio.CoreAudio 3.1.1 (3.1.1)
0x9025b000 - 0x902a2fff com.apple.NavigationServices 3.5.2 (163)
0x902f3000 - 0x9033dfff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x9033e000 - 0x9034bfff libCSync.A.dylib ??? (???)
0x9034c000 - 0x9035fffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1)
0x90360000 - 0x9078effa libGLProgrammability.dylib ??? (???) <2c52a11697da6ede976b56d54e3815ef> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x907ac000 - 0x907aeffd libRadiance.dylib ??? (???) <34cc3c24f4be3a4372275400b6e05b85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x907af000 - 0x90897fff com.apple.JavaScriptCore 5525.26 (5525.26.2) <3a03d36ac807322bc73ed78c515e32be> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x90b15000 - 0x90b90fff com.apple.SearchKit 1.2.1 (1.2.1) <23c2c93a7ec832505d5c7b67fee89a6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x90b91000 - 0x90bc6ffb com.apple.LDAPFramework 1.4.5 (110)
0x90bc7000 - 0x90c77fff com.apple.QD 3.11.54 (???)
0x90c78000 - 0x90d0efff com.apple.LaunchServices 290.3 (290.3)
0x90d0f000 - 0x90d22fff com.apple.LangAnalysis 1.6.4 (1.6.4)
0x90d23000 - 0x90d4eff7 libauto.dylib ??? (???)
0x90d4f000 - 0x90d58fff com.apple.DiskArbitration 2.2.1 (2.2.1)
0x90d59000 - 0x90d5dffe libGIF.dylib ??? (???) <491b205a6b8bb0c0c6ee6aaeea19a671> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x90d5e000 - 0x90e72ffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90e73000 - 0x90f2afff com.apple.QTKit 7.6 (1290) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x90f70000 - 0x90f7eff3 com.apple.opengl 1.5.9 (1.5.9)
0x90f7f000 - 0x90f97ffb com.apple.DictionaryServices 1.0.0 (1.0.0)
0x90fa4000 - 0x9102efff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91036000 - 0x91105fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9110c000 - 0x91169ffb com.apple.HIServices 1.7.0 (???) <5f468086ca01158e12cd07f829132edf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9116a000 - 0x91e19fef com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x91e1a000 - 0x92000ffb com.apple.security 5.0.4 (34102) <93e74504c60b38418e708caf47342cf5> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x92001000 - 0x92366ffe com.apple.QuartzCore 1.5.7 (1.5.7) <75a8ef92c54d1ce016dfe662a6626f04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x92447000 - 0x9268cffb com.apple.Foundation 6.5.7 (677.22)
0x9268d000 - 0x926f7fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x926f8000 - 0x926fffff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92700000 - 0x928a0fe3 libSystem.B.dylib ??? (???) <3260ab8c558e938c8180b3ba1036aec1> /usr/lib/libSystem.B.dylib
0x928a1000 - 0x928d6fff com.apple.AE 402.3 (402.3) <4d318022a7d964436d62c2b9c82a40b0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x928d7000 - 0x928e7fff libsasl2.2.dylib ??? (???)
0x928e8000 - 0x92911fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x92912000 - 0x9297affb com.apple.iLifeMediaBrowser 2.0.2 (321)
0x9298f000 - 0x92a49fff libcrypto.0.9.7.dylib ??? (???) <335916b82e302fec637432caf7c9e8e5> /usr/lib/libcrypto.0.9.7.dylib
0x92a8a000 - 0x92a98fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
0x92a99000 - 0x92b8fffc libiconv.2.dylib ??? (???) <05ae1fcc97404173b2f9caef8f8be797> /usr/lib/libiconv.2.dylib
0x92b90000 - 0x92cb5ffb com.apple.CoreFoundation 6.5.5 (476.17)
0x92cb6000 - 0x92d89fff com.apple.CoreServices.OSServices 226.5 (226.5)
0x92d8a000 - 0x92d8dfff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92d99000 - 0x92db4ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5)
0x92db5000 - 0x92dc1ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92dc2000 - 0x92dcdfff com.apple.speech.recognition.framework 3.7.24 (3.7.24)
0x92dce000 - 0x92dcffff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
0x92dd0000 - 0x92e5fffb com.apple.DesktopServices 1.4.7 (1.4.7) <5792e9dc03f76544c71dedd802a1fa36> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92e60000 - 0x92fa7ffb com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x92fab000 - 0x9303fff7 com.apple.framework.IOKit 1.5.1 (???) <498f2ba1b47432ee4deebca2655ff932> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x93040000 - 0x9304bffb libgcc_s.1.dylib ??? (???)
0x9304c000 - 0x93194ffb libicucore.A.dylib ??? (???)
0x93195000 - 0x934ceffb com.apple.HIToolbox 1.5.4 (???) <9624d2ffaf16019b6301517339df88c9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x934cf000 - 0x934dfffb com.apple.agl 3.0.9 (AGL-3.0.9) <056d952943aac260426645ce6a24eb9e> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x934e0000 - 0x93542ffb com.apple.htmlrendering 68 (1.1.3)
0x93543000 - 0x935aaffb libstdc++.6.dylib ??? (???)
0x935ab000 - 0x93644fc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x93645000 - 0x93645ffc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x93646000 - 0x93948ffb com.apple.CoreServices.CarbonCore 786.11 (786.11) <9efd94b7dd1700ade0246885ca2218d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x93949000 - 0x9394eff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x9394f000 - 0x9395efff com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <651e2b4d7e19d43f520829f76216f2c2> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x9395f000 - 0x93987fff libxslt.1.dylib ??? (???)
0x93988000 - 0x939a7fff libresolv.9.dylib ??? (???)
0x939a8000 - 0x93a76ff3 com.apple.QuickTimeMPEG4.component 7.6 (1290) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
0x93a77000 - 0x93afffff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x93b00000 - 0x93e29fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x93e2a000 - 0x93fcaff7 com.apple.QuartzComposer 2.1 (106.13) <729b5ad0c523a74307cd23a7c3282e0d> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x93fcb000 - 0x93fceffb com.apple.securityhi 3.0 (30817)
0x93fcf000 - 0x940f4ffb com.apple.imageKit 1.0.2 (1.0) <139eccda7bd9529a258fdb6f092b11b0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x940f5000 - 0x9414bfff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x941b8000 - 0x941e9fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x941f8000 - 0x941f8ffe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x941f9000 - 0x942e2fff libxml2.2.dylib ??? (???)
0x9459d000 - 0x9474fff4 com.apple.CoreAUC 3.02.0 (3.02.0) <805ca5d2a7bdf7f5450778560f0c711d> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x94750000 - 0x94800fff edu.mit.Kerberos 6.0.12 (6.0.12) <17b514ffed29c890fc8ba8eac9dce56e> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x94801000 - 0x94801fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x94911000 - 0x94911fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x94912000 - 0x94932ff7 libJPEG.dylib ??? (???)
0x94933000 - 0x9494fffb com.apple.openscripting 1.2.8 (???)
0x94950000 - 0x94958ffb libCGATS.A.dylib ??? (???) <0c83819d2d428a8df27c8cc0f13ba1dc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94959000 - 0x94974ffb libPng.dylib ??? (???) <248297ff5b022c274d5dcfa0de3b37b2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x949b4000 - 0x949b5ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x949b6000 - 0x949effff com.apple.SystemConfiguration 1.9.2 (1.9.2) <1a39075165bf7447fe8be1e93db49346> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x949f0000 - 0x94ad3fff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib
0x94ad4000 - 0x94b99ffb com.apple.CoreData 100.1 (186) <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94b9a000 - 0x94b9aff8 com.apple.Cocoa 6.5 (???)
0x94b9b000 - 0x94ba6ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x94ba7000 - 0x94ba7fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x94ba8000 - 0x94bebfff com.apple.CoreMediaIOServicesPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x94bec000 - 0x94c6dfff com.apple.print.framework.PrintCore 5.5.3 (245.3) <032f772f8169945c1d1b524d96edcef6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x94cbd000 - 0x95432fff com.apple.AppKit 6.5.6 (949.43) <3afcaa243535d0817efeb978448ef3dc> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x95433000 - 0x9545cffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9545d000 - 0x9547cfff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x954c4000 - 0x95513fff libGLImage.dylib ??? (???) <1df480344fb6e09ff32ac97bfdda7e50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x95514000 - 0x95bf6ff3 com.apple.WebCore 5525.26 (5525.26.6) <77f5e6579cb4a8496df8d644ca7fa12d> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x95bf7000 - 0x95c1dfff libcups.2.dylib ??? (???) <109498e92341ab4899ffd3d5acaddac3> /usr/lib/libcups.2.dylib
0x95c6d000 - 0x95c74ffb com.apple.print.framework.Print 218.0.2 (220.1)
0x95c75000 - 0x95c8fffb com.apple.CoreVideo 1.6.0 (20.0) <578a8abd9e0f7b3a9c36ae9bc5fd753a> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x95c90000 - 0x95cd2fff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x95cd3000 - 0x9628dfff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9628e000 - 0x9628effb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x9628f000 - 0x96295fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <8b5a3065a2f06a46b4dde23faff6a20e> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x96296000 - 0x962b5fff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x962b6000 - 0x962d4fff com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x962d5000 - 0x9641fffb com.apple.ImageIO.framework 2.0.4 (2.0.4)
0x96436000 - 0x964bbfff libsqlite3.0.dylib ??? (???)
0x964bc000 - 0x967edffb com.apple.QuickTime 7.6.0 (1290) <664814f4b8b62408c24a74b8a7a51297> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x967ee000 - 0x9683dfff com.apple.Metadata 10.5.2 (398.25)
0x9683e000 - 0x9689ffff com.apple.CoreText 2.0.4 (???) <1985172321f7b3ee34d5bbc848079af0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x968a0000 - 0x968a3ff3 com.apple.QuickTimeH264.component 7.6 (1290) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
0x968a4000 - 0x968acfff libbsm.dylib ??? (???)
0x968ad000 - 0x968b2fff com.apple.CoreMediaAuthoringPrivate 1.6 (1.6) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/A/CoreMediaAuthoringPrivate
0x968b3000 - 0x968b3ffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9697d000 - 0x96ef9ff7 com.apple.CoreGraphics 1.407.2 (???) <6a101d8218dc8d12ca0b901c57aa44b7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x96fca000 - 0x97073ffc com.apple.CFNetwork 422.15.2 (422.15.2) <8e0eb315fa1c47227c42410ee695390e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x97074000 - 0x970b1fff libRIP.A.dylib ??? (???) <662becbd3173fd67eec7ad523d2d9c56> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x970b2000 - 0x970f3ffb libTIFF.dylib ??? (???) <4c1422124af245485d6ceee207f4d735> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0xba100000 - 0xba101fff libArabicConverter.dylib ??? (???) <0cffcc75f1396c15702a3ed29830bfaf> /System/Library/CoreServices/Encodings/libArabicConverter.dylib
0xba300000 - 0xba301fff libCyrillicConverter.dylib ??? (???)
0xba500000 - 0xba501ffd libGreekConverter.dylib ??? (???) <47b72f1f3da34d19aad983d922121560> /System/Library/CoreServices/Encodings/libGreekConverter.dylib
0xba700000 - 0xba700fff libHebrewConverter.dylib ??? (???) <1ca12d805272535bafdfcd7470653b89> /System/Library/CoreServices/Encodings/libHebrewConverter.dylib
0xba900000 - 0xba917ffe libJapaneseConverter.dylib ??? (???)
0xbab00000 - 0xbab21ffc libKoreanConverter.dylib ??? (???) <3516a913c9651dc5d3cbef3e1704b50f> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xbad00000 - 0xbad02fff libLatin2Converter.dylib ??? (???)
0xbaf00000 - 0xbaf01fff libLatin5Converter.dylib ??? (???)
0xbb100000 - 0xbb103fff libLatinSuppConverter.dylib ??? (???) <709dbbc10b5ebaf3b30f75c29083cbe3> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
0xbb300000 - 0xbb301ffd libSymbolConverter.dylib ??? (???) <712f776713173fa2bf60ca5aadb66398> /System/Library/CoreServices/Encodings/libSymbolConverter.dylib
0xc0000000 - 0xc00aefff +DL61ACE ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/DL61ACE.framework/Versions/A/DL61ACE
0xc0200000 - 0xc0432ffb +DL61AGM ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/DL61AGM.framework/Versions/A/DL61AGM
0xc0700000 - 0xc0736ffb +DL61ARE ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/DL61ARE.framework/Versions/A/DL61ARE
0xc0780000 - 0xc07d2fff +DL61BIB ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/DL61BIB.framework/Versions/A/DL61BIB
0xc0850000 - 0xc0bcdfff +DL61CoolType ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/DL61CoolType.framework/Versions/A/DL61CoolType
0xc0e40000 - 0xc0f1efff +DL61XMP ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/DL61XMP.framework/Versions/A/DL61XMP
0xc1040000 - 0xc16e9ffb +DL61PDFL ??? (???) /Applications/FileMaker Pro 9 Advanced/FileMaker Pro Advanced.app/Contents/Frameworks/DL61PDFL.framework/Versions/A/DL61PDFL
0xeab00000 - 0xeab10fff libConverter.dylib ??? (???) /System/Library/Printers/Libraries/libConverter.dylib
0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
Flush Cache -- No Dice
No luck with FM Flush Cache to Disk, Refresh Window, Commit Records.
Also tried PHP flush() and ob_flush() -- shot in dark.
Did you try on FM 10? Perhaps I'll download a trial...
Thanks,
Bill
Tried Pause -- No Dice
Hmm, I tried a FM pause (0.1) and I couldn't get through the 200. My computer is getting older, could be some other memory issue.
Just to clarify, you were trying a FileMaker Pause not PHP Sleep() or anything, right?
I'll try some other things like commit records, flush cache kinds of things.
Thanks,
Bill
You The Man
Thanks so much for your quick replies. Thanks for recreating the error too. I appreciate knowing that the torch has been passed on this little bug.
--------
I do have situations where a logic bar is created, then FM scripts try to do other things, and then the logic bar is closed. That is repeated.
I'll try inserting the .01 pause into the mother script.
Maybe there is some other PHP function to flush the memory? flush() or ob_flush() have anything to do with this?
--------
Background: My script is a big Syncing Calendars script. I sync FM records with Google calendar. It has a bunch of logic trees.
open progress bar
If A
- then a
- then b
If B
- then a2
- then b2
close progress bar
If the script does not find new items on Google nor any edits locally, then yes it opens the bar, then almost immediately closes it. Put that on a schedule of every 5 minutes and it seems I've created a bomb.
Thanks again,
Bill
Can reproduce
Hello Bill,
Thanks for posting this. I was able to reproduce it here by creating a new progress bar and then immediately closing it in a loop. I then tried putting a 0.1 second pause between the new and close and that helped. I was then able to get through 200 loops without a crash. Do you have a situation where a new progress bar is being created and then immediately closed? If so, you may want to try inserting a pause.
We'll look into this and see what's going on.
Regards,
Micah