Strange Crash [Please Ignore/Delete This Post]

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
stephenmcnutt
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 107
Joined: Fri Nov 10, 2006 8:58 pm
Contact:

Strange Crash [Please Ignore/Delete This Post]

Post by stephenmcnutt » Sun Sep 15, 2013 5:58 pm

Update 10/5/13: I apologize for making this post as the error, though I never pinpointed its cause, was fixed after I took care of some obvious loose ends I'd carelessly left unaddressed in my script. I very much value the help I get from this forum and regret having wasted people's time with this post.

First let me say I'm still working in LiveCode 5.5.4. I've been wanting to finish this version of my app before switching to the new open source version, and this strange crash is the last thing I have to solve. It may be that upgrading would solve my problem, but the crash is so strange. I thought maybe some extra pairs of eyes might help me see my mistake.

Here's the crash message I get from Mac OS X (I'm running the latest release version, of course):
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 (There are more lines I could post if it would help. Well heck, I'll just paste them at the bottom of this post.)

I've attached a screenshot showing the relevant section of code. The line that crashes my app (in the API and stand-alone), is the highlighted one, the line before which the code is stopped in the screenshot. Note that all the variables that line needs are properly defined (see bottom of screenshot). Note also that those variables have already been successfully used in the lines previous to the crash line.
CQ_Crash_Screenshot.jpg
Further mystifying to me are these facts:
(a) This whole handler already ran successfully when I clicked the "Teams" tab (see application window in screenshot)--including the crash line. It is only when this handler is called a second time as the user clicks a line in the left field (app window in screenshot) that the crash occurs on the indicated line.
(b) This handler does double-duty for both the "Teams" tab/card/data stack and the "Questions" tab/card/data stack, but the crash only happens with "Teams". The "Questions" card contains an analogous field to the problem field in the screenshot, but clicking on the lines in that field produces no crash though nearly exactly the same lines of code are executed, including the crash line.

Can anybody help? Thanks in advance for even reading this.



Here's that whole OS X crash report on the off chance it contains useful information:

Process: LiveCode [87314]
Path: /Applications/LiveCode 5.5.4.app/Contents/MacOS/LiveCode
Identifier: com.runrev.livecode
Version: 5.5.4.1502 (5.5.4.1502)
Code Type: X86 (Native)
Parent Process: launchd [138]
User ID: 501

Date/Time: 2013-09-15 12:51:32.174 -0400
OS Version: Mac OS X 10.8.4 (12E55)
Report Version: 10

Interval Since Last Report: 1849 sec
Crashes Since Last Report: 1
Per-App Interval Since Last Report: 1671 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: E361D463-D4DF-A629-115F-8D23D7A8742A

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000

VM Regions Near 0:
--> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Applications/LiveCode 5.5.4.app/Contents/MacOS/LiveCode
__TEXT 0000000000001000-0000000000298000 [ 2652K] r-x/rwx SM=COW /Applications/LiveCode 5.5.4.app/Contents/MacOS/LiveCode

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.runrev.livecode 0x00040a1e MCCard::getchild(Chunk_term, MCString const&, Chunk_term, Chunk_term) + 830
1 com.runrev.livecode 0x00049fd5 MCChunk::getobj(MCExecPoint&, MCObject*&, unsigned int&, unsigned char) + 6949
2 com.runrev.livecode 0x0004d32f MCChunk::eval(MCExecPoint&) + 399
3 com.runrev.livecode 0x00051eba MCPut::exec(MCExecPoint&) + 42
4 com.runrev.livecode 0x001060a7 MCHandler::exec(MCExecPoint&, MCParameter*) + 375
5 com.runrev.livecode 0x0015840a MCObject::exechandler(MCHandler*, MCParameter*) + 250
6 com.runrev.livecode 0x0015a5c3 MCObject::handleself(Handler_type, MCName*, MCParameter*) + 403
7 com.runrev.livecode 0x001eed85 MCStack::handle(Handler_type, MCName*, MCParameter*, MCObject*) + 117
8 com.runrev.livecode 0x00204f63 MCComref::exec(MCExecPoint&) + 915
9 com.runrev.livecode 0x0013c315 MCIf::exec(MCExecPoint&) + 293
10 com.runrev.livecode 0x001060a7 MCHandler::exec(MCExecPoint&, MCParameter*) + 375
11 com.runrev.livecode 0x0015840a MCObject::exechandler(MCHandler*, MCParameter*) + 250
12 com.runrev.livecode 0x0015a5c3 MCObject::handleself(Handler_type, MCName*, MCParameter*) + 403
13 com.runrev.livecode 0x001eed85 MCStack::handle(Handler_type, MCName*, MCParameter*, MCObject*) + 117
14 com.runrev.livecode 0x00044c1f MCCard::handle(Handler_type, MCName*, MCParameter*, MCObject*) + 335
15 com.runrev.livecode 0x0015a65d MCObject::handle(Handler_type, MCName*, MCParameter*, MCObject*) + 125
16 com.runrev.livecode 0x00204f63 MCComref::exec(MCExecPoint&) + 915
17 com.runrev.livecode 0x001060a7 MCHandler::exec(MCExecPoint&, MCParameter*) + 375
18 com.runrev.livecode 0x0015840a MCObject::exechandler(MCHandler*, MCParameter*) + 250
19 com.runrev.livecode 0x0015a5c3 MCObject::handleself(Handler_type, MCName*, MCParameter*) + 403
20 com.runrev.livecode 0x0015a615 MCObject::handle(Handler_type, MCName*, MCParameter*, MCObject*) + 53
21 com.runrev.livecode 0x00156df9 MCObject::message(MCName*, MCParameter*, unsigned char, unsigned char, unsigned char) + 809
22 com.runrev.livecode 0x001587b5 MCObject::message_with_args(MCName*, MCString const&) + 117
23 com.runrev.livecode 0x000b291b MCField::mup(unsigned short) + 939
24 com.runrev.livecode 0x000420ff MCCard::mup(unsigned short) + 79
25 com.runrev.livecode 0x001edf75 MCStack::mup(unsigned short) + 85
26 com.runrev.livecode 0x0017eaa8 MCScreenDC::dispatchevent(EventRecord&, unsigned char, unsigned char&, unsigned char&) + 4200
27 com.runrev.livecode 0x0017f3f5 MCScreenDC::handle(double, unsigned char, unsigned char, unsigned char&, unsigned char&) + 773
28 com.runrev.livecode 0x0017bead MCScreenDC::wait(double, unsigned char, unsigned char) + 285
29 com.runrev.livecode 0x0009b9c9 X_main_loop_iteration() + 105
30 com.runrev.livecode 0x0009c771 X_main_loop() + 113
31 com.runrev.livecode 0x0009c8f2 main + 338
32 com.runrev.livecode 0x00003316 _start + 216
33 com.runrev.livecode 0x0000323d start + 41

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x928e89ae kevent + 10
1 libdispatch.dylib 0x9402fc71 _dispatch_mgr_invoke + 993
2 libdispatch.dylib 0x9402f7a9 _dispatch_mgr_thread + 53

Thread 2:
0 libsystem_kernel.dylib 0x928e80ee __workq_kernreturn + 10
1 libsystem_c.dylib 0x9302e0ac _pthread_workq_return + 45
2 libsystem_c.dylib 0x9302de79 _pthread_wqthread + 448
3 libsystem_c.dylib 0x93015d2a start_wqthread + 30

Thread 3:
0 libsystem_kernel.dylib 0x928e80ee __workq_kernreturn + 10
1 libsystem_c.dylib 0x9302e0ac _pthread_workq_return + 45
2 libsystem_c.dylib 0x9302de79 _pthread_wqthread + 448
3 libsystem_c.dylib 0x93015d2a start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x000406ee ecx: 0x00000000 edx: 0x00000000
edi: 0x0161dce0 esi: 0x016e9940 ebp: 0xbfffec98 esp: 0xbfffec40
ss: 0x00000023 efl: 0x00010282 eip: 0x00040a1e cs: 0x0000001b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x00000000
Logical CPU: 0

Binary Images:
0x1000 - 0x297fe7 +com.runrev.livecode (5.5.4.1502 - 5.5.4.1502) <ABF5BBAE-F0A1-F5CA-AA8F-5868C1D4FE13> /Applications/LiveCode 5.5.4.app/Contents/MacOS/LiveCode
0x43e000 - 0x4e9fff libcrypto.0.9.7.dylib (106) <B96063DD-DBFC-320E-97C7-9ED5099051AC> /usr/lib/libcrypto.0.9.7.dylib
0x52d000 - 0x54fffe libssl.0.9.7.dylib (106) <754F80F9-0785-3C2B-AEA3-6C221E03A0A4> /usr/lib/libssl.0.9.7.dylib
0x5cf000 - 0x5dcff3 com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x5f5000 - 0x5f7fff +net.culater.SIMBL (0.8.2 - 8) /Library/InputManagers/*/SIMBL.bundle/Contents/MacOS/SIMBL
0x1784000 - 0x1789fff com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <903097A8-3922-3BF8-8B82-8BD1D831F6E7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x179b000 - 0x179cff8 ATSHI.dylib (341.1) <63076137-569A-3360-9EAC-B2995D93004A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
0x17d5000 - 0x17d8fef com.apple.LiveType.component (2.1.3 - 2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
0x17dd000 - 0x17e1ffb libFontRegistryUI.dylib (100) <CB67AED5-8832-3A70-9109-CC3B6DD457EE> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x17f8000 - 0x17f9ff7 +com.runrev.revandroid (1.0) <64FBE0FD-22F5-519D-9424-18DC8625B28D> /Applications/LiveCode 5.5.4.app/Contents/Tools/Externals/revandroid.bundle/Contents/MacOS/revandroid
0x3fef000 - 0x3ff7ff7 +com.runrev.revdb (3.0.0) <81A02D5B-050B-A231-843C-39B2D80124F6> /Applications/LiveCode 5.5.4.app/Contents/Tools/Externals/revdb.bundle/Contents/MacOS/revdb
0x5a25000 - 0x5a5dffb com.apple.audio.SoundManager.Components (4.0 - 4.0) <1B1175B1-9D3D-3079-9371-939B2A63B01C> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/SoundManagerComponents
0x5a64000 - 0x5a9efff com.apple.QuickTimeFireWireDV.component (7.7.1 - 2599.31) <0761249B-19FD-39DA-819E-C827BE16B0B8> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV
0x5aaa000 - 0x5ab8ffb +com.runrev.revbrowser (2.9.0) <7F6E765C-F473-5163-C9A5-EA916575FE77> /Applications/LiveCode 5.5.4.app/Contents/Tools/Externals/revbrowser.bundle/Contents/MacOS/revbrowser
0x5ac4000 - 0x5ac6ff7 +com.runrev.revfont (2.9.0) <5A05F48F-5D72-3A1C-EFE4-0626AF77251C> /Applications/LiveCode 5.5.4.app/Contents/Tools/Externals/revfont.bundle/Contents/MacOS/revfont
0x5acb000 - 0x5aceff7 +com.runrev.reviphone (1.0) <3938A6C2-899F-ADA4-C1DE-3587B79027B2> /Applications/LiveCode 5.5.4.app/Contents/Tools/Externals/reviphone.bundle/Contents/MacOS/reviphone
0x5ad4000 - 0x5ad6ff7 +com.runrev.revspeech (2.9.0) <1E7C4E55-32EF-CCE3-9B57-6C1A0523F488> /Applications/LiveCode 5.5.4.app/Contents/Tools/Externals/revspeech.bundle/Contents/MacOS/revspeech
0x5adb000 - 0x5ae7ff7 +com.runrev.revvideograbber (2.9.0) <6660CCE3-6EB2-D3CE-8DFA-7BD04CA3F59B> /Applications/LiveCode 5.5.4.app/Contents/Tools/Externals/revvideograbber.bundle/Contents/MacOS/revvideograbber
0x5af7000 - 0x5af8ffd com.apple.ironwoodcore (1.1.1 - 1.1.1) <098CE576-3239-3B41-9141-A5BE6E476C84> /System/Library/PrivateFrameworks/SpeechObjects.framework/Versions/A/Frameworks/DictationServicesCore.framework/DictationServicesCore
0x5c00000 - 0x5c1afeb +com.runrev.revzip (2.9.0) <6B5B9D41-5D70-0F7F-DDDB-24C257D26580> /Applications/LiveCode 5.5.4.app/Contents/Tools/Externals/revzip.bundle/Contents/MacOS/revzip
0x5c2e000 - 0x5c36ffd libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x5c50000 - 0x5c50ff5 +cl_kernels (???) <D196B778-663A-40C9-B8AD-7F47B1BBD60A> cl_kernels
0x5c52000 - 0x5ce4fff unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x5e2d000 - 0x5e92fde com.apple.LiveType.framework (2.1.3 - 2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
0x5eb2000 - 0x5f1ffff +com.DivXInc.DivXDecoder (6.6.0 - 6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x977c000 - 0x97e4fff +com.runrev.revxml (2.9.0) <3374B6EB-51E7-7C99-0D50-9B9DE0F0F848> /Applications/LiveCode 5.5.4.app/Contents/Tools/Externals/revxml.bundle/Contents/MacOS/revxml
0xa9ca000 - 0xaa88ff3 ColorSyncDeprecated.dylib (400) <A959DD25-E448-3563-B74E-E58C69961C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0xb508000 - 0xb627ffb com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0xc000000 - 0xcc95ff3 com.apple.WebCore (8536 - 8536.30.2) <D644997F-5F1A-34B4-AF32-DD427E9043E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x8fe79000 - 0x8feabe57 dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
0x90007000 - 0x90007fff libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
0x90008000 - 0x90034ff7 libsystem_info.dylib (406.17) <2731CC70-DF2E-3BD1-AE73-A3B83C531756> /usr/lib/system/libsystem_info.dylib
0x90035000 - 0x90077ff7 libcups.2.dylib (327.6) <D994A44F-CCDD-3D40-B732-79CB88F45908> /usr/lib/libcups.2.dylib
0x90078000 - 0x90079fff libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
0x9007d000 - 0x9007efff libsystem_sandbox.dylib (220.3) <C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
0x9007f000 - 0x9012eff7 com.apple.CoreText (260.0 - 275.16) <7716C57B-E059-3B30-BBA8-AD7FF6EE3D35> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x9012f000 - 0x9014fffd com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x90150000 - 0x9016cfff libPng.dylib (850) <26AD967A-D55E-3C5A-A643-D9953136DE58> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9016d000 - 0x90180ff9 com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x90181000 - 0x90191ff7 libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
0x90192000 - 0x901afff7 libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
0x901b0000 - 0x901b0fff libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
0x90218000 - 0x908a4ff3 com.apple.CoreAUC (6.16.13 - 6.16.13) <3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x908a5000 - 0x9091fff3 com.apple.securityfoundation (6.0 - 55115.4) <8A3DA1FE-1985-3ECB-945A-6B1E853B4BDC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x90920000 - 0x90928fff libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
0x90975000 - 0x90d71feb com.apple.VideoToolbox (1.0 - 926.104) <4275B89E-F826-3F65-ACE1-89052A9CAC6B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x90d72000 - 0x90dc2ff7 com.apple.CoreMediaIO (308.0 - 4155.4) <E2FF59A9-3728-3D17-A1AD-84DC1BDA2146> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x90dcd000 - 0x90e46ffb libType1Scaler.dylib (101.1) <C12C5169-4E91-3148-934F-8A9CAB8546C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x90e9e000 - 0x90e9efff com.apple.Cocoa (6.7 - 19) <01AA482A-677A-31CA-9EC9-05C57FDDE427> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x90e9f000 - 0x90ea9fff libCSync.A.dylib (332) <86C5C84F-11EC-39C0-9FAC-A93FDEEC3117> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x90eaa000 - 0x90f26ff3 com.apple.Metadata (10.7.0 - 707.11) <F9BB5BBE-69D0-3309-8280-2303EB1DC455> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x90f27000 - 0x90f32fff libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
0x90f33000 - 0x90f81ffb libFontRegistry.dylib (100) <97D8F15F-F072-3AF0-8EF8-50C41781951C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9121d000 - 0x91220ffc libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
0x91247000 - 0x91248fff liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
0x91249000 - 0x912a3ff3 com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x912a6000 - 0x912f4ff3 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x912f7000 - 0x913b5ff3 com.apple.ColorSync (4.8.0 - 4.8.0) <B534DE6A-3AF0-307C-B274-A4FCFC5BC696> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x913b6000 - 0x916d6ff3 com.apple.Foundation (6.8 - 945.18) <BDC56A93-45C5-3459-B307-65A1CCE702C5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x916f1000 - 0x917fe057 libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
0x917ff000 - 0x91aa2ff3 com.apple.CoreImage (8.4.0 - 1.0.1) <C25B9EEC-4824-3088-BC08-2EA516C0728C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x91e1c000 - 0x91e76ffb com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91e77000 - 0x91e94fff libCRFSuite.dylib (33) <8E6E8815-406E-3A89-B96E-908FEFC27F0A> /usr/lib/libCRFSuite.dylib
0x91e95000 - 0x91eb9fff libJPEG.dylib (850) <36FEAB05-86C5-33B9-9DE9-5FAD8AEBA15F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91eba000 - 0x92013ffb com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <8BF022FC-C38A-34AA-8469-D98294094659> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x92014000 - 0x920c8fff com.apple.coreui (2.0 - 181.1) <6BEEE83E-C878-3FE6-B521-8B32B3A35409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x920c9000 - 0x920cbfff com.apple.securityhi (4.0 - 55002) <79E3B880-3AB7-3BF3-9CDF-117A45599545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x920cc000 - 0x92151ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E947DC1-7985-3111-A864-58EDD6D955DC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x92156000 - 0x923c3ffb com.apple.imageKit (2.2 - 673) <CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x923c9000 - 0x923defff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x923df000 - 0x923dffff com.apple.CoreServices (57 - 57) <83B793A6-720D-31F6-A76A-89EBB2644346> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x923e0000 - 0x924ddff7 com.apple.DiskImagesFramework (10.8.3 - 345) <26D0C7F8-E87E-3511-8388-8EE616A39D6D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x924de000 - 0x925faffb com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x925fb000 - 0x925fbfff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x926b4000 - 0x926cbfff com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x926fc000 - 0x92709ff7 com.apple.AppleFSCompression (49 - 1.0) <9A066D13-6E85-36FC-8B58-FD46E51751CE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x9270a000 - 0x92716ff8 libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
0x92769000 - 0x92773fff com.apple.DisplayServicesFW (2.7.2 - 357) <76D33A58-C39E-398A-9597-389A9B1FE76D> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x92774000 - 0x92796fff libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
0x92797000 - 0x928d2ff7 libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x928d3000 - 0x928edffc libsystem_kernel.dylib (2050.24.15) <9E58DCC0-D5FF-37E1-AA7F-F2206719E138> /usr/lib/system/libsystem_kernel.dylib
0x92993000 - 0x92b1cff7 com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x92b1d000 - 0x92b2bff3 libsystem_network.dylib (77.10) <11CAF6A8-17CF-3178-9348-57C5ED494BA8> /usr/lib/system/libsystem_network.dylib
0x92b2c000 - 0x92b3efff libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
0x92b3f000 - 0x92b40fff libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
0x92b41000 - 0x92b4bffe com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x92b4c000 - 0x92ba3ff3 com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x92ba4000 - 0x92ba7ff7 com.apple.TCC (1.0 - 1) <ABE3CE50-C948-30B1-A343-837D8E7BA9F0> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x92ba8000 - 0x92feafff com.apple.CoreGraphics (1.600.0 - 332) <67E70F21-A0F1-356F-90B7-4B90C468EE2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x92feb000 - 0x93014ff7 libRIP.A.dylib (332) <521E60A6-A768-3CB8-B10D-D10EECD68A94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x93015000 - 0x930d2feb libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
0x930d3000 - 0x930e0ff7 com.apple.HelpData (2.1.4 - 85) <487CCA0C-BC34-332A-964E-68173DA1EF10> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x930e1000 - 0x93145ff3 libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
0x93177000 - 0x93180fff com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x93181000 - 0x93184fff com.apple.help (1.3.2 - 42) <2B727B38-0E18-3108-9735-F65958924A91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x93185000 - 0x931faff7 com.apple.ApplicationServices.ATS (332 - 341.1) <1D81B09C-98DB-3CDB-990B-459FAE3D8D7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x931fb000 - 0x932f9ff7 libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x93306000 - 0x93348fff libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib
0x93349000 - 0x93454ff7 libJP2.dylib (850) <3FFCEFA6-317A-34AF-8D99-AEBB017543C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x93455000 - 0x934ecff7 com.apple.ink.framework (10.8.2 - 150) <A9C3B735-7D5F-3D7D-AA70-2CC852D09CDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x934ed000 - 0x93523ffb com.apple.DebugSymbols (98 - 98) <D0293694-C381-30DF-8DD9-D1B04CD0E5F0> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x93561000 - 0x935c9fe7 libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x935cc000 - 0x935d8ffa com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x935d9000 - 0x935e9ff2 com.apple.LangAnalysis (1.7.0 - 1.7.0) <C6076983-A02E-389E-BFC6-008EECC4C896> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x935ea000 - 0x936d1ff7 libxml2.2.dylib (22.3) <56E973D6-6B55-3E67-8282-6BC982816488> /usr/lib/libxml2.2.dylib
0x936d2000 - 0x936d4ffd libCVMSPluginSupport.dylib (8.9.2) <D6D0BB75-42DA-3772-AB5E-CBD59B343393> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x936d5000 - 0x93715fff com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x93716000 - 0x93716fff com.apple.ApplicationServices (45 - 45) <B23FD836-ECA1-3DF8-B043-9CA9779BE9DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x93717000 - 0x93756ff7 com.apple.bom (12.0 - 192) <D245FA22-3B6C-3872-B485-BE84AD9098B2> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x93ef3000 - 0x93f20ffb com.apple.CoreServicesInternal (154.3 - 154.3) <A452602B-67CB-39C4-95EB-E59433C65774> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x93f21000 - 0x94012ffc libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
0x94013000 - 0x9402aff4 com.apple.CoreMediaAuthoring (2.1 - 914) <8D71DE7D-7F53-3052-9FAF-132CB61BA9F5> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x9402b000 - 0x9403dff7 libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
0x9403e000 - 0x940b9ff3 com.apple.CorePDF (2.2 - 2.2) <5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x940ba000 - 0x94472ffa libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x944ce000 - 0x94578fff com.apple.LaunchServices (539.9 - 539.9) <C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x94579000 - 0x94582ffd com.apple.audio.SoundManager (4.0 - 4.0) <6A0B4A5D-6320-37E4-A1CA-91189777848C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x94583000 - 0x94804ff7 com.apple.RawCamera.bundle (4.08 - 707) <BCECB6A6-8B77-38DB-B9D0-CE50330CA7CE> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x94809000 - 0x9486afff com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <A3B911DB-77DF-3037-A47A-634B08E5727D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9486b000 - 0x9486cffd com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9486d000 - 0x9486dffd libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
0x9486e000 - 0x948d6ff7 com.apple.framework.IOKit (2.0.1 - 755.24.1) <70DE925B-51E8-3C65-8928-FB49FD823D94> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x948d7000 - 0x94cbafff com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x94cbb000 - 0x950d8fff FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x950d9000 - 0x95295ffd libicucore.A.dylib (491.11.3) <FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib
0x9529c000 - 0x952c5fff libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
0x952c6000 - 0x95414ff3 com.apple.CFNetwork (596.4.3 - 596.4.3) <547BD138-E902-35F0-B6EC-41DD06794B22> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x95415000 - 0x954f6fff libcrypto.0.9.8.dylib (47.1) <E4820342-4F42-3DEB-90DB-DE5A66C5585E> /usr/lib/libcrypto.0.9.8.dylib
0x954f7000 - 0x954f8fff libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
0x954f9000 - 0x95775ff7 com.apple.QuickTime (7.7.1 - 2599.31) <3839E1F3-7948-3E68-9AE1-A0CEE8C59212> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x95776000 - 0x95779ff9 libCGXType.A.dylib (332) <07B59FCC-6229-37C2-9870-70A18E2C5598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9577a000 - 0x959aafff com.apple.QuartzComposer (5.1 - 284) <640BD4D4-3551-3DB1-A9F2-004257EE5DED> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x959ab000 - 0x959abfff com.apple.Carbon (154 - 155) <C0A26E7B-28F1-3C7E-879E-A3CF3ED5111C> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x959ac000 - 0x95abcffb com.apple.QuickTimeImporters.component (7.7.1 - 2599.31) <60E4B0DB-1D43-3BD5-B76C-1069C5E106CF> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x95abd000 - 0x95ad3fff com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x95ad4000 - 0x95adafff com.apple.print.framework.Print (8.0 - 258) <3E10C488-C390-33BD-8A4F-568E3021811D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x95adb000 - 0x95ae1ffc libCGXCoreImage.A.dylib (332) <C370B56E-888F-31E8-B6F9-C3944725FBD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x95ae2000 - 0x95b00ff3 com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x95b01000 - 0x95b08fff libsystem_dnssd.dylib (379.38.1) <4F164CA8-4A4F-3B27-B88A-0926E2FEB7D4> /usr/lib/system/libsystem_dnssd.dylib
0x95b09000 - 0x95b10ffe com.apple.agl (3.2.1 - AGL-3.2.1) <48407521-A4A3-3D28-8784-29E36AA04804> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x95b11000 - 0x95b3cfff com.apple.shortcut (2.2 - 2.2) <6E4DD034-A28E-3419-B197-7BB13D2B7C3E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x95b3d000 - 0x95c4aff3 com.apple.ImageIO.framework (3.2.1 - 850) <C964E877-660E-3482-ACF9-EC25DFEAF307> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95c4b000 - 0x95c92ff3 com.apple.CoreMedia (1.0 - 926.104) <D0E3BE86-12ED-31BE-816F-E72D757A9F2F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x95c93000 - 0x95f41ffb com.apple.MediaToolbox (1.0 - 926.104) <DD264DFD-9AFB-38E2-A44C-B463DCB721A0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x95f42000 - 0x95f46fff com.apple.OpenDirectory (10.8 - 151.10) <E3D2E1A4-6E55-3C23-BCB4-7B9D31EFD605> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x95f47000 - 0x95f4bff7 libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
0x95f4c000 - 0x95f4fff3 com.apple.AppleSystemInfo (2.0 - 2) <4DB3FD8F-655E-3F96-97BC-040B33044A34> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x95f50000 - 0x95f97ff7 com.apple.framework.CoreWiFi (1.3 - 130.13) <1961CC70-C00D-31DE-BAB5-A077538CD5CB> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x95fce000 - 0x95ffbffe libsystem_m.dylib (3022.6) <93CEEC8C-FAB5-313C-B0BB-0F4E91E6B878> /usr/lib/system/libsystem_m.dylib
0x95ffc000 - 0x96057fff com.apple.htmlrendering (77 - 1.1.4) <CD33B313-7E85-3AC0-9EFF-6B0C05F10135> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x96058000 - 0x9608dfff libTrueTypeScaler.dylib (84.6) <B7DB746B-7A61-38EF-8CA7-408ED9C14A02> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x9608e000 - 0x96090fff libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
0x96091000 - 0x962a8fff com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x962a9000 - 0x962dcfff libssl.0.9.8.dylib (47.1) <1725A506-BD80-39D5-8EE8-78D2FBBE194C> /usr/lib/libssl.0.9.8.dylib
0x962dd000 - 0x962deffd libunc.dylib (25) <5E1EEE9E-3423-33D7-95B2-E4D17DD08C18> /usr/lib/system/libunc.dylib
0x962df000 - 0x9637fff7 com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x96380000 - 0x96380fff com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x96381000 - 0x963c6ff7 com.apple.NavigationServices (3.7 - 200) <6AB1A00C-BC94-3889-BA95-40A454B720CE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x963c7000 - 0x970ffff7 com.apple.QuickTimeComponents.component (7.7.1 - 2599.31) <A0445D02-A1C1-3D40-8219-D8EA6B28811C> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x97100000 - 0x97162fff libc++.1.dylib (65.1) <35EE57E1-2705-3C76-A75A-75655D720268> /usr/lib/libc++.1.dylib
0x97163000 - 0x9716cfff com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x97179000 - 0x97187fff libxar.1.dylib (105) <6498A359-2DBA-3EDA-8F00-EEB989DD0A93> /usr/lib/libxar.1.dylib
0x97188000 - 0x971eefff com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x971ef000 - 0x971effff com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x971f0000 - 0x971f0fff com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x971f1000 - 0x972c7fff com.apple.DiscRecording (7.0 - 7000.2.4) <528052A0-FCFB-3867-BCDF-EE0F8A998C1C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x972c8000 - 0x972d1ff9 com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x972d2000 - 0x9730dfef libGLImage.dylib (8.9.2) <9D41F71E-E927-3767-A856-55480E20E9D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9730e000 - 0x97402ff3 com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x97403000 - 0x97434fff com.apple.DictionaryServices (1.2 - 184.4) <CCB46C81-57C6-3F45-B77C-4D29E4CD6BA6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x97475000 - 0x97476fff libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
0x97477000 - 0x97514ff7 com.apple.PDFKit (2.8.4 - 2.8.4) <639CF802-BE94-39C5-AC97-B5B42FF910C2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x97517000 - 0x97517ffd com.apple.audio.units.AudioUnit (1.9 - 1.9) <F7638E43-F885-372E-9DAE-24D0C21AA66E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x97518000 - 0x9751bff7 libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
0x9751c000 - 0x9751fffc libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x97520000 - 0x9752afff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <774CDB2F-34A1-347A-B302-4746D256E921> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9752b000 - 0x9752fffe libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
0x97530000 - 0x97532ffb libRadiance.dylib (850) <83434287-A09E-3A3F-A1AC-085B563BA46D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x97533000 - 0x9771bffb com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9771c000 - 0x97723fff liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
0x97724000 - 0x9777fff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x97780000 - 0x97784ffc libGIF.dylib (850) <45CD8B8F-7324-3187-B01C-8E16C04F33FA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x97785000 - 0x97794fff libGL.dylib (8.9.2) <1082B9A5-9AA3-35D4-968B-3A3FE15B1ED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x97795000 - 0x977ccffa com.apple.LDAPFramework (2.4.28 - 194.5) <23668AB5-68EA-37D2-978E-C9EF22BF8C0C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x977cd000 - 0x978e5ff7 com.apple.coreavchd (5.6.0 - 5600.4.16) <D871D730-1D5C-34E7-98C7-0FF09964E618> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x978e6000 - 0x97911ff9 com.apple.framework.Apple80211 (8.4 - 840.22.1) <DBC31BEB-B771-315F-852D-66ADC3BD75A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x97912000 - 0x97945ffb com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x97946000 - 0x9796afff com.apple.PerformanceAnalysis (1.16 - 16) <7B7EAA0B-5208-32DB-B083-D4B62F37EC46> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x9796b000 - 0x97990ffb com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x97991000 - 0x9854dff3 com.apple.AppKit (6.8 - 1187.39) <ACA24416-D910-39B8-9387-52A6C6A561F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9854e000 - 0x987a7ff5 com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x987a8000 - 0x987b2fff libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
0x987b3000 - 0x988abff9 libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
0x988ac000 - 0x988b8ff7 com.apple.NetAuth (4.0 - 4.0) <52D23F12-0718-341D-B9DF-16C814022250> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x988b9000 - 0x98a16ffb com.apple.QTKit (7.7.1 - 2599.31) <B9AE5675-22B0-3AA9-903F-2195DA0B04F5> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x98a17000 - 0x98a7bff7 com.apple.datadetectorscore (4.1 - 269.3) <C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x98a7c000 - 0x98d3cff3 com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x98d3d000 - 0x98dd5fff com.apple.CoreServices.OSServices (557.6 - 557.6) <E1600639-3EEC-3DF8-BD40-747BB2117988> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x98e78000 - 0x98e7fffb libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
0x9916d000 - 0x991dcffb com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x991dd000 - 0x991f2fff com.apple.ImageCapture (8.0 - 8.0) <F681CA5B-2871-32CF-8E9F-9220EB387407> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x991f3000 - 0x992c7ff3 com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x992c8000 - 0x992f8ff3 libtidy.A.dylib (15.10) <F2F4E000-E305-3089-91E6-3DB0ED07E74A> /usr/lib/libtidy.A.dylib
0x992f9000 - 0x99305ffe libkxld.dylib (2050.24.15) <BEC097B0-9D9A-3484-99DB-0F537E71963E> /usr/lib/system/libkxld.dylib
0x99306000 - 0x99360fff com.apple.Symbolication (1.3 - 93) <4A794D1C-DE02-3183-87BF-0008A602E4D3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x99361000 - 0x99365fff com.apple.CommonPanels (1.2.5 - 94) <7B3FC9A4-0F71-31E7-88CE-1BD4CBB655B2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x99366000 - 0x993aeff5 com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x993af000 - 0x994e2ff3 com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x994e3000 - 0x9953cfff com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x9953d000 - 0x9957fffb com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x99580000 - 0x9958efff com.apple.opengl (1.8.9 - 1.8.9) <1872D2CD-00A8-30D1-8ECC-B663F4E4C530> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9958f000 - 0x995d9ff7 com.apple.framework.CoreWLAN (3.3 - 330.15) <74C4B50F-7016-341F-8261-D379B8F0CC97> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x995e9000 - 0x9967bffb libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9967c000 - 0x9969bff3 com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x9969c000 - 0x996b9fff libxpc.dylib (140.43) <C628073D-51A0-3541-A665-1121520508C6> /usr/lib/system/libxpc.dylib
0x996ba000 - 0x996befff com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x996bf000 - 0x99703ff7 libGLU.dylib (8.9.2) <F33F6C73-7F89-3B5B-A50F-2AB57BBA314D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x99709000 - 0x997a4fff com.apple.CoreSymbolication (3.0 - 117) <F705A8CD-A04A-3A84-970A-7B04BC05DA97> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x997a5000 - 0x997fcff7 com.apple.ScalableUserInterface (1.0 - 1) <4B538E02-4F41-37FF-81F6-ED43DE0E78CC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x997fd000 - 0x997fdfff libSystem.B.dylib (169.3) <B81FAD7E-8808-3F49-807F-0AD68D0D7359> /usr/lib/libSystem.B.dylib
0x997fe000 - 0x99805ff3 com.apple.NetFS (5.0 - 4.0) <FD429432-6DA7-3B41-9889-0E8B4ECB8A4F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9a084000 - 0x9a0a9ff7 com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9a0aa000 - 0x9a0f9ff6 libTIFF.dylib (850) <78E121A6-92A2-3120-883C-7AA3C2966F9C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9a0fa000 - 0x9a13cfff libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
0x9a13d000 - 0x9a14bff7 libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
0x9a14c000 - 0x9a152fff libGFXShared.dylib (8.9.2) <F3B0E66D-5C47-3A5A-A2CD-F0C58E8322C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9a153000 - 0x9a178ff7 com.apple.quartzfilters (1.8.0 - 1.7.0) <BBB53E4F-BCBA-3461-875F-8FA8E9157261> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9a183000 - 0x9a2fbff5 com.apple.QuartzCore (1.8 - 304.3) <F2EFC117-CDC6-3252-A4A8-880965764385> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9a2fc000 - 0x9a601ff7 com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <4DB4B0C9-1377-3062-BE0E-CD3326ACDAF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9a602000 - 0x9a64efff libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
0x9a64f000 - 0x9a668fff com.apple.Kerberos (2.0 - 1) <8413EDD3-7E01-3D47-83FD-C14A5235DCD2> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 3
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 92511
thread_create: 1
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=195.4M resident=77.8M(40%) swapped_out_or_unallocated=117.6M(60%)
Writable regions: Total=218.4M written=46.0M(21%) resident=108.2M(50%) swapped_out=0K(0%) unallocated=110.2M(50%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 33.1M
CG backing stores 14.7M
CG image 76K
CG shared images 352K
CoreImage 4K
CoreServices 2064K
MALLOC 142.8M
MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K
Memory tag=249 192K
Memory tag=35 2796K
OpenCL 8K
Stack 65.5M
VM_ALLOCATE 16.3M
__DATA 10.9M
__DATA/__OBJC 220K
__IMAGE 528K
__IMPORT 60K
__LINKEDIT 38.8M
__OBJC 2676K
__OBJC/__DATA 72K
__PAGEZERO 4K
__TEXT 156.7M
__UNICODE 544K
mapped file 79.8M
shared memory 316K
=========== =======
TOTAL 568.3M

Model: Macmini6,2, BootROM MM61.0106.B03, 4 processors, Intel Core i7, 2.6 GHz, 8 GB, SMC 2.8f0
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 768 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x802C, 0x31364A54463531323634485A2D3147364D31
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x802C, 0x31364A54463531323634485A2D3147364D31
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10E), Broadcom BCM43xx 1.0 (5.106.98.100.17)
Bluetooth: Version 4.1.4f2 12041, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE SSD SM256E, 251 GB
USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2
USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2
USB Device: MacBook Air SuperDrive, apple_vendor_id, 0x1500, 0x1d110000 / 10
USB Device: EPSON Scanner, 0x04b8 (Seiko Epson Corp.), 0x013a, 0x1d130000 / 6
USB Device: hub_device, 0x0424 (SMSC), 0x2512, 0x1d180000 / 3
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 5
USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x828a, 0x1d181300 / 7
FireWire Device: eGo USB/FW400 Portable HDD, Iomega, 400mbit_speed
Last edited by stephenmcnutt on Sat Oct 05, 2013 5:22 pm, edited 1 time in total.

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am
Location: Palo Alto

Re: Strange Crash

Post by Simon » Sun Sep 15, 2013 11:51 pm

Hi Stephen,
Don't know if this will help but the highlighted line in your code is a bit confusing. While your variable names are vary good, probably a bit too good, you have left out some words.

Code: Select all

put field "cardContents" of card pWichline of stack whichStack_TeamsOrQuestions into field "cardContents" of card whichCard_TeamsOrQuestions of stack??
Really not sure if that helps, but seems as if you should state them. Hard to see but I added 2 "stack" and 1 "card" in there, I may have them messed up but hope you get the idea.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

stephenmcnutt
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 107
Joined: Fri Nov 10, 2006 8:58 pm
Contact:

Re: Strange Crash

Post by stephenmcnutt » Mon Sep 16, 2013 10:59 am

Thanks, but that's not the problem. My variables contain the missing words you've added (see bottom of screenshot). You're right in saying it is confusing, though. I will try taking the variables out and explicitly naming the card and stack in the troubleome line. I doubt it will help since that line executes properly much of the time, but it's worth a try.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7229
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Strange Crash

Post by jacque » Mon Sep 16, 2013 5:48 pm

All crashes should be reported in the QCC. Except for a handful of people here, I'm guessing no one else can read those logs anyway. :)

What's the value of pWhichline when you get the crash?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

stephenmcnutt
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 107
Joined: Fri Nov 10, 2006 8:58 pm
Contact:

Re: Strange Crash

Post by stephenmcnutt » Mon Sep 16, 2013 10:15 pm

The value of pWhichLine depends on which line of the left field (screenshot) the user clicked on. It's 4 in the screenshot case.

What's the QCC and how do I report my crashes there?

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7229
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Strange Crash

Post by jacque » Mon Sep 16, 2013 10:53 pm

I figured what pWhichLine was supposed to be, but was wondering if it really was that when you step through the debugger. It's the only variable I couldn't see in your screenshot, and if it isn't what the engine expects then that could cause a crash.

QCC is "Quality Control Center" and it's here: http://quality.runrev.com/

You'll probably need to set up a free account. That's just so you'll get notified in email when the status of your bug changes, which I find pretty convenient.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

stephenmcnutt
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 107
Joined: Fri Nov 10, 2006 8:58 pm
Contact:

Re: Strange Crash

Post by stephenmcnutt » Tue Sep 17, 2013 1:50 am

pWhichLine doesn't seem to be the problem. Look at the line right above the one that crashes. It uses pWhichLine to set the highlighted line in the field, and it has done so properly. This is why this crash so mystifies me. Nothing seems to be wrong. I suppose that's the way it always seems until you figure it out, though. Thank you for helping.

stephenmcnutt
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 107
Joined: Fri Nov 10, 2006 8:58 pm
Contact:

Re: Strange Crash [Please Ignore/Delete This Post]

Post by stephenmcnutt » Sat Oct 05, 2013 5:23 pm

Update 10/5/13: I apologize for making this post as the error, though I never pinpointed its cause, was fixed after I took care of some obvious loose ends I'd carelessly left unaddressed in my script. I very much value the help I get from this forum and regret having wasted people's time with this post.

Post Reply

Return to “Talking LiveCode”