[F-Script-talk] fscript anywhere bug
Brought to you by:
pmougin
From: Alexey G. <al...@mi...> - 2007-01-24 11:29:20
|
Hi! I was trying to inject FScript to Terminal.app (and Mail.app also) on PB G4 12 (and on Mac Mini Core Duo too) 'F-Script Anywhere' constantly crashes on parseData with following error report: === cut === Date/Time: 2007-01-24 14:19:42.194 +0300 OS Version: 10.4.8 (Build 8L127) Report Version: 4 Command: Terminal Path: /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal Parent: WindowServer [58] Version: 1.5 (133) Build Version: 299 Project Name: Terminal Source Version: 1330000 PID: 297 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: 0 com.apple.AE 0x9150a5f0 parseData (OpaqueAEStreamRef*, AEBuildError*, char const**, char**, unsigned long) + 856 1 com.apple.AE 0x9150a0cc parseObj(OpaqueAEStreamRef*, AEBuildError*, char const**, char**) + 336 2 com.apple.AE 0x91509884 vAEBuildParameters + 352 3 com.apple.AE 0x915096f0 vAEBuildAppleEvent + 204 4 net.sabi.FScriptAnywhere 0x050d81a8 SCPatchMessenger::SendMessage (__CFString const*, ProcessSerialNumber*, unsigned long, unsigned long, char const*, ...) + 116 5 net.sabi.FScriptAnywhere 0x050d8714 SCPatchInit(SCPatchParams*) + 336 6 <<00000000>> 0x017cf718 0 + 24966936 7 com.apple.CoreFoundation 0x907f0550 __CFRunLoopDoTimer + 184 8 com.apple.CoreFoundation 0x907dcec8 __CFRunLoopRun + 1680 9 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268 10 com.apple.HIToolbox 0x93203740 RunCurrentEventLoopInMode + 264 11 com.apple.HIToolbox 0x93202dd4 ReceiveNextEventCommon + 380 12 com.apple.HIToolbox 0x93202c40 BlockUntilNextEventMatchingListInMode + 96 13 com.apple.AppKit 0x93706ae4 _DPSNextEvent + 384 14 com.apple.AppKit 0x937067a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 15 com.apple.AppKit 0x93702cec -[NSApplication run] + 472 16 com.apple.AppKit 0x937f387c NSApplicationMain + 452 17 com.apple.Terminal 0x00002424 0x1000 + 5156 18 com.apple.Terminal 0x000248c8 0x1000 + 145608 Thread 1: 0 libSystem.B.dylib 0x900140ac read + 12 1 com.apple.Terminal 0x0000c888 0x1000 + 47240 2 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108 3 libSystem.B.dylib 0x9002b508 _pthread_body + 96 Thread 2: 0 libSystem.B.dylib 0x9002bbc8 semaphore_wait_signal_trap + 8 1 libSystem.B.dylib 0x900306ac pthread_cond_wait + 480 2 com.apple.Foundation 0x92964300 -[NSConditionLock lockWhenCondition:] + 68 3 com.apple.Terminal 0x0000cd8c 0x1000 + 48524 4 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108 5 libSystem.B.dylib 0x9002b508 _pthread_body + 96 Thread 3: 0 libSystem.B.dylib 0x900140ac read + 12 1 com.apple.Foundation 0x9297db18 _backgroundActivity + 252 2 libSystem.B.dylib 0x9002b508 _pthread_body + 96 Thread 0 crashed with PPC Thread State 64: srr0: 0x000000009150a5f0 srr1: 0x000000000000f030 vrsave: 0x0000000000000000 cr: 0x28028442 xer: 0x0000000000000004 lr: 0x000000009150a420 ctr: 0x0000000090003730 r0: 0x00000000bfffe5c4 r1: 0x00000000bfffe310 r2: 0x00000000bfffe5c0 r3: 0x0000000000000029 r4: 0x00000000bfffe450 r5: 0x0000000000000000 r6: 0x0000000000000000 r7: 0x0000000054455854 r8: 0x00000000004039cf r9: 0x0000000000000029 r10: 0x0000000091509f2c r11: 0x0000000048028442 r12: 0x0000000090003138 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000001 r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000004207 r19: 0x0000000000000000 r20: 0x0000000010185328 r21: 0x00000000c243ce53 r22: 0x000000000030ec68 r23: 0x00000000705f6f6b r24: 0x00000000bfffe450 r25: 0x00000000bfffe4d0 r26: 0x00000000003dbaf0 r27: 0x00000000bfffe4a4 r28: 0x00000000003dbaf0 r29: 0x00000000bfffe450 r30: 0x0000000054455854 r31: 0x0000000091509634 Binary Images Description: 0x1000 - 0x4efff com.apple.Terminal 1.5 (133) /Applications/ Utilities/Terminal.app/Contents/MacOS/Terminal ... === end cut === P.S. Any suggestions? --- Alexey Galygin Chief Software Architect MITME Web Dep. |