[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] SCLang crash!



Crashes for me too... here is the Crash Log:

Date/Time:      2005-08-28 16:42:57.563 -0700
OS Version:     10.4.2 (Build 8C46)
Report Version: 3

Command: SuperCollider
Path: /Applications/SuperCollider_f/SuperCollider.app/Contents/ MacOS/SuperCollider
Parent:  WindowServer [63]

Version: SuperCollider version 0.1 (0.0.1d1)

PID:    2059
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_INVALID_ADDRESS (0x0001) at 0x2642e724

Thread 0 Crashed:
0 SuperCollider 0x0005c354 Interpret(VMGlobals*) + 19044 (PyrInterpreter3.cpp:2045) 1 SuperCollider 0x0005cebc runInterpreter + 52 (PyrInterpreter3.cpp:417) 2 SuperCollider 0x0005ebd8 runLibrary + 100 (PyrLexer.cpp:2388) 3 SuperCollider 0x000152a8 -[MyDocument sendSelection:] + 204 (MyDocument.M:801) 4 SuperCollider 0x0001a77c -[SCTextView keyDown:] + 564 (SCTextView.M:181) 5 com.apple.AppKit 0x9368e0d8 -[NSWindow sendEvent:] + 6424 6 com.apple.AppKit 0x93636bfc -[NSApplication sendEvent:] + 4172
7   com.apple.AppKit             0x9362e090 -[NSApplication run] + 508
8   com.apple.AppKit             0x9371e8bc NSApplicationMain + 452
9   SuperCollider                0x0000310c _start + 344 (crt.c:272)
10  SuperCollider                0x00002fb0 start + 60

Josh

******************************************
Joshua D. Parmenter
http://homepage.mac.com/joshpar/

"...Some people think a composer's supposed to please them, but in a way a composer is a chronicler... He's supposed to report on what he's seen and lived." -Charles Mingus

On Aug 28, 2005, at 4:36 PM, Mario Lang wrote:

(
var tree;
tree={|class|
    ['tree-widget', ':tag', class.name.asString]
    ++(Object.subclasses.collect{|sc|tree.value(sc.asClass)})
    ++(Object.methods.collect{|m|[\item,m.name.asString]})
};
tree.value(UGen)
)