-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server crash when calling play on a not-yet ready Buffer #2005
Comments
Post window says: |
With 3.8dev (linux) I only get an error, no crash:
Full error here |
@patrickdupuis do you have any extensions that might be overriding core Buffer methods? As far as I can see in the main 3.7 class library, the crash should be impossible -- as gusano noted, Buffer:play should fail even to build the SynthDef. The only ways that Buffer:play could be sending a SynthDef and trying to play anything in this case are:
|
Disregard my last comment. It's a genuine bug in 3.7 that is fixed in 3.8. We should backport the fix into 3.7. Commit = 727f7b3 |
No need to backport IMO, 3.8 will come out in 12 days. |
This can be closed, no? |
This was reported on sc-users.
http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/beginner-question-on-samples-td7624999.html
Evaluating the following line crashes the server for some users:
b = Buffer.read(s, Platform.resourceDir +/+ "sounds/a11wlk01.wav"); b.play;
I'm on 3.7.1 linux. It has been reported to crash on OSX as well.
The text was updated successfully, but these errors were encountered: