hello,
i think i fixed sclang crashing when a server closes a TCP
connection (original crash log at the bottom). the only bad thing
is... i really don't know why i fixed it. here's the old and new code:
// crashes
prConnectionClosed {
// called when connection is closed either by sclang or by peer
socket = nil;
connections.removeAt( this ).value( this );
}
// seems to be stable?
prConnectionClosed {
// called when connection is closed either by sclang or by peer
var handler;
socket = nil;
handler = connections.at( this );
if( handler.notNil, {
connections.put( this, nil );
handler.value( this );
});
}
if noone objects, i will commit this.
ciao, -sciss-
--------------------
Host Name: Ezra
Date/Time: 2007-12-10 16:37:07.167 +0100
OS Version: 10.4.11 (Build 8S2167)
Report Version: 4
Command: SuperCollider
Path: /Applications/SuperCollider_f/SuperCollider.app/Contents/
MacOS/SuperCollider
Parent: WindowServer [69]
Version: ??? (-Unofficial Build-)
PID: 1259
Thread: 8
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x1693cc58
Thread 0:
0 libSystem.B.dylib 0x900248c7
semaphore_wait_signal_trap + 7
1 net.sourceforge.supercollider 0x00025107 -[SCTextView keyUp:]
+ 213
2 com.apple.AppKit 0x93369c15 -[NSWindow
sendEvent:] + 7377
3 com.apple.AppKit 0x9335b384 -[NSApplication
sendEvent:] + 5023
4 com.apple.AppKit 0x93285e1e -[NSApplication run]
+ 547
5 com.apple.AppKit 0x93279d4f NSApplicationMain + 573
6 net.sourceforge.supercollider 0x00002d82 _start + 216
7 net.sourceforge.supercollider 0x00002ca9 start + 41
Thread 1:
0 libSystem.B.dylib 0x9001dfdc recvfrom + 12
1 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 2:
0 libSystem.B.dylib 0x90037b57 mach_wait_until + 7
1 libSystem.B.dylib 0x900377d9 sleep + 121
2 net.sourceforge.supercollider 0x0006d448 resyncThread(void*) + 18
3 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 3:
0 libSystem.B.dylib 0x9001a1cc select + 12
1 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 4:
0 libSystem.B.dylib 0x900248c7
semaphore_wait_signal_trap + 7
1 com.apple.Foundation 0x9284a250 -[NSConditionLock
lockWhenCondition:] + 39
2 com.apple.AppKit 0x933632a4 -[NSUIHeartBeat
_heartBeatThread:] + 377
3 com.apple.Foundation 0x927f42c0 forkThreadForFunction
+ 123
4 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 5:
0 libSystem.B.dylib 0x900248c7
semaphore_wait_signal_trap + 7
1 net.sourceforge.supercollider 0x0004ae98
netAddrTcpClientNotifyFunc(void*) + 22
2 net.sourceforge.supercollider 0x000cecd1 SC_TcpClientPort::Run
() + 639
3 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 6:
0 libSystem.B.dylib 0x90009cd7 mach_msg_trap + 7
1 com.apple.CoreFoundation 0x9082d253 CFRunLoopRunSpecific
+ 2014
2 com.apple.CoreFoundation 0x9082ca6e CFRunLoopRunInMode + 61
3 com.apple.Foundation 0x92850bca +[NSURLCache
_diskCacheSyncLoop:] + 206
4 com.apple.Foundation 0x927f42c0 forkThreadForFunction
+ 123
5 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 7:
0 libSystem.B.dylib 0x90009cd7 mach_msg_trap + 7
1 com.apple.CoreFoundation 0x9082d253 CFRunLoopRunSpecific
+ 2014
2 com.apple.CoreFoundation 0x9082ca6e CFRunLoopRunInMode + 61
3 com.apple.Foundation 0x928299ef +[NSURLConnection
(NSURLConnectionInternal) _resourceLoadLoop:] + 259
4 com.apple.Foundation 0x927f42c0 forkThreadForFunction
+ 123
5 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 8 Crashed:
0 net.sourceforge.supercollider 0x0009886e sendMessage
(VMGlobals*, PyrSymbol*, long) + 66
1 net.sourceforge.supercollider 0x00089502 initInterpreter
(VMGlobals*, PyrSymbol*, int) + 214
2 net.sourceforge.supercollider 0x0008de3c runInterpreter + 32
3 net.sourceforge.supercollider 0x0004aee3
netAddrTcpClientNotifyFunc(void*) + 97
4 net.sourceforge.supercollider 0x000cecd1 SC_TcpClientPort::Run
() + 639
5 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 9:
0 libSystem.B.dylib 0x900248c7
semaphore_wait_signal_trap + 7
1 net.sourceforge.supercollider 0x0004ae98
netAddrTcpClientNotifyFunc(void*) + 22
2 net.sourceforge.supercollider 0x000cecd1 SC_TcpClientPort::Run
() + 639
3 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 10:
0 libSystem.B.dylib 0x900248c7
semaphore_wait_signal_trap + 7
1 net.sourceforge.supercollider 0x0006ec6a TempoClock::Run() + 44
2 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 11:
0 libSystem.B.dylib 0x900248c7
semaphore_wait_signal_trap + 7
1 libSystem.B.dylib 0x90047d7c
pthread_cond_timedwait + 908
2 net.sourceforge.supercollider 0x0006eb13 schedRunFunc(void*) +
219
3 libSystem.B.dylib 0x90024227 _pthread_body + 84
Thread 8 crashed with X86 Thread State (32-bit):
eax: 0x1693cc50 ebx: 0x1975b450 ecx: 0x00000001 edx: 0x16814050
edi: 0x00000001 esi: 0x00000001 ebp: 0xb019fdc8 esp: 0xb019fd50
ss: 0x0000001f efl: 0x00010246 eip: 0x0009886e cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
Binary Images Description:
0x1000 - 0x17ffff net.sourceforge.supercollider ??? (-
Unofficial Build-) /Applications/SuperCollider_f/SuperCollider.app/
Contents/MacOS/SuperCollider
0x17979000 - 0x17979fff com.apple.SpotLightCM 1.0 (121.35) /System/
Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/
SpotlightCM
0x179df000 - 0x179e1fff com.apple.AutomatorCMM 1.0.1 (88.2) /System/
Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/
AutomatorCMM
0x179e5000 - 0x179e9fff com.apple.FolderActionsMenu 1.3.1 /System/
Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/
MacOS/FolderActionsMenu
0x17d46000 - 0x17d4cfff com.roxio.ToastItPlugin ToastIt 1.1.2
(build 17) (1.1.2) /Users/rutz/Library/Contextual Menu Items/
ToastIt.plugin/Contents/MacOS/ToastIt
0x8e939000 - 0x8e975fff com.apple.CoreMediaIOServicesPrivate 1.2 /
System/Library/PrivateFrameworks/
CoreMediaIOServicesPrivate.framework/Versions/A/
CoreMediaIOServicesPrivate
0x8efc2000 - 0x8efe5fff com.apple.CoreMediaPrivate 1.2 /System/
Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/
CoreMediaPrivate
0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/
libmathCommon.A.dylib
0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/CoreText.framework/Versions/A/CoreText
0x90229000 - 0x902fffff ATS /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/ATS
0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.77 (???) /
System/Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.8 (368.31) /
System/Library/Frameworks/CoreFoundation.framework/Versions/A/
CoreFoundation
0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/
Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/
libicucore.A.dylib
0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /
System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.28 /
System/Library/Frameworks/CoreServices.framework/Versions/A/
Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /
System/Library/Frameworks/CoreServices.framework/Versions/A/
Frameworks/OSServices.framework/Versions/A/OSServices
0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 /System/Library/
Frameworks/CoreServices.framework/Versions/A/Frameworks/
CFNetwork.framework/Versions/A/CFNetwork
0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
WebServicesCore.framework/Versions/A/WebServicesCore
0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/
Frameworks/CoreServices.framework/Versions/A/Frameworks/
SearchKit.framework/Versions/A/SearchKit
0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
Metadata.framework/Versions/A/Metadata
0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/
Library/Frameworks/Security.framework/Versions/A/Security
0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/
Library/Frameworks/DiskArbitration.framework/Versions/A/
DiskArbitration
0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/
Library/Frameworks/SystemConfiguration.framework/Versions/A/
SystemConfiguration
0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/
Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /
System/Library/Frameworks/ApplicationServices.framework/Versions/A/
ApplicationServices
0x91521000 - 0x9154cfff com.apple.AE 314 (313) /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
AE.framework/Versions/A/AE
0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.9 /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ColorSync.framework/Versions/A/ColorSync
0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6
(177.13) /System/Library/Frameworks/ApplicationServices.framework/
Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9170f000 - 0x917b8fff com.apple.QD 3.10.25 (???) /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
QD.framework/Versions/A/QD
0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/HIServices.framework/Versions/A/HIServices
0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9186a000 - 0x91884fff com.apple.FindByContent 1.5 /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
FindByContent.framework/Versions/A/FindByContent
0x9188e000 - 0x918cbfff com.apple.LaunchServices 182 /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x918df000 - 0x918ebfff com.apple.speech.synthesis.framework 3.5 /
System/Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x918f2000 - 0x91932fff com.apple.ImageIO.framework 1.5.6 /System/
Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91945000 - 0x919f7fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.
0.9.7.dylib
0x91a3d000 - 0x91a53fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91a58000 - 0x91a76fff libJPEG.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91a7b000 - 0x91adafff libJP2.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91aec000 - 0x91af0fff libGIF.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91af2000 - 0x91b7afff libRaw.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b7e000 - 0x91bbbfff libTIFF.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91bc1000 - 0x91bdbfff libPng.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91be0000 - 0x91be2fff libRadiance.dylib /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91be4000 - 0x91cc2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x91cdf000 - 0x91cdffff com.apple.Accelerate 1.3.1 (Accelerate
1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/
Accelerate
0x91ce1000 - 0x91d6ffff com.apple.vImage 2.5 /System/Library/
Frameworks/Accelerate.framework/Versions/A/Frameworks/
vImage.framework/Versions/A/vImage
0x91d76000 - 0x91d76fff com.apple.Accelerate.vecLib 3.3.1 (vecLib
3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/
Frameworks/vecLib.framework/Versions/A/vecLib
0x91d78000 - 0x91dd1fff libvMisc.dylib /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libvMisc.dylib
0x91dda000 - 0x91dfefff libvDSP.dylib /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libvDSP.dylib
0x91e06000 - 0x9220ffff libBLAS.dylib /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libBLAS.dylib
0x92249000 - 0x925fdfff libLAPACK.dylib /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libLAPACK.dylib
0x9262a000 - 0x92717fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92719000 - 0x92796fff com.apple.DesktopServices 1.3.6 /System/
Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/
DesktopServicesPriv
0x927d7000 - 0x92a07fff com.apple.Foundation 6.4.9 (567.36) /System/
Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92b21000 - 0x92b38fff libGL.dylib /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92b43000 - 0x92b9bfff libGLU.dylib /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92baf000 - 0x92baffff com.apple.Carbon 10.4 (???) /System/Library/
Frameworks/Carbon.framework/Versions/A/Carbon
0x92bb1000 - 0x92bc1fff com.apple.ImageCapture 3.0.4 /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
ImageCapture.framework/Versions/A/ImageCapture
0x92bd0000 - 0x92bd8fff com.apple.speech.recognition.framework 3.6 /
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92bde000 - 0x92be3fff com.apple.securityhi 2.0.1 (24742) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
SecurityHI.framework/Versions/A/SecurityHI
0x92be9000 - 0x92c7afff com.apple.ink.framework 101.2.1 (71) /
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
Ink.framework/Versions/A/Ink
0x92c8e000 - 0x92c91fff com.apple.help 1.0.3 (32.1) /System/Library/
Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/
Versions/A/Help
0x92c94000 - 0x92cb2fff com.apple.openscripting 1.2.5 (???) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
OpenScripting.framework/Versions/A/OpenScripting
0x92cc4000 - 0x92ccafff com.apple.print.framework.Print 5.1
(192.3) /System/Library/Frameworks/Carbon.framework/Versions/A/
Frameworks/Print.framework/Versions/A/Print
0x92cd0000 - 0x92d33fff com.apple.htmlrendering 66.1 (1.1.3) /
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
HTMLRendering.framework/Versions/A/HTMLRendering
0x92d57000 - 0x92d98fff com.apple.NavigationServices 3.4.4 (3.4.3) /
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
NavigationServices.framework/Versions/A/NavigationServices
0x92dbf000 - 0x92dccfff com.apple.audio.SoundManager 3.9.1 /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
CarbonSound.framework/Versions/A/CarbonSound
0x92dd3000 - 0x92dd8fff com.apple.CommonPanels 1.2.3 (73) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
CommonPanels.framework/Versions/A/CommonPanels
0x92ddd000 - 0x930d2fff com.apple.HIToolbox 1.4.10 (???) /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
HIToolbox.framework/Versions/A/HIToolbox
0x931d8000 - 0x931e3fff com.apple.opengl 1.4.16 /System/Library/
Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93273000 - 0x93273fff com.apple.Cocoa 6.4 (???) /System/Library/
Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93275000 - 0x9392bfff com.apple.AppKit 6.4.9 (824.44) /System/
Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93cac000 - 0x93d27fff com.apple.CoreData 91 (92.1) /System/
Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93d60000 - 0x93e19fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /
System/Library/Frameworks/AudioToolbox.framework/Versions/A/
AudioToolbox
0x93e5c000 - 0x93e5cfff com.apple.audio.units.AudioUnit 1.4.2 /
System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x93e5e000 - 0x9401ffff com.apple.QuartzCore 1.4.12 /System/Library/
Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94065000 - 0x940a6fff libsqlite3.0.dylib /usr/lib/
libsqlite3.0.dylib
0x940ae000 - 0x940e8fff libGLImage.dylib /System/Library/
Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x940ed000 - 0x94103fff com.apple.CoreVideo 1.4.2 /System/Library/
Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9414a000 - 0x94192fff com.apple.bom 8.5 (86.3) /System/Library/
PrivateFrameworks/Bom.framework/Versions/A/Bom
0x94297000 - 0x942a6fff libCGATS.A.dylib /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x942ad000 - 0x942b8fff libCSync.A.dylib /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x94304000 - 0x9431efff libRIP.A.dylib /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94324000 - 0x94639fff com.apple.QuickTime 7.3.0 /System/Library/
Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94a3c000 - 0x94aa2fff com.apple.Bluetooth 1.9.5 (1.9.5f4) /System/
Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x951e6000 - 0x95296fff com.apple.WebKit 523.12 /System/Library/
Frameworks/WebKit.framework/Versions/A/WebKit
0x952fc000 - 0x9539ffff com.apple.JavaScriptCore 523.12 /System/
Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x95ac6000 - 0x95b4cfff com.apple.QTKit 7.3 /System/Library/
Frameworks/QTKit.framework/Versions/A/QTKit
0x95e25000 - 0x95e5dfff com.apple.PDFKit 1.0.4 /System/Library/
Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/
Versions/A/PDFKit
0x96ab2000 - 0x96ae8fff com.apple.audio.midi.CoreMIDI 1.5.1 (41) /
System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x97eea000 - 0x97fc1fff com.apple.QuartzComposer 1.2.6 (32.25) /
System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/
QuartzComposer.framework/Versions/A/QuartzComposer
0x9804a000 - 0x9804afff com.apple.quartzframework 1.0 /System/
Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9f8b6000 - 0x9fd7bfff com.apple.WebCore 523.12 /System/Library/
Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/
Versions/A/WebCore
_______________________________________________
Sc-devel mailing list
Sc-devel@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-devel