Skip to content
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

[SC-IDE] hang when trying to stop sclang #614

Closed
smrg-lm opened this issue Oct 24, 2012 · 5 comments
Closed

[SC-IDE] hang when trying to stop sclang #614

smrg-lm opened this issue Oct 24, 2012 · 5 comments
Assignees
Milestone

Comments

@smrg-lm
Copy link
Contributor

smrg-lm commented Oct 24, 2012

Report, in this case scide hangs when trying to stop sclang:

// stop interpreter form scide menu hangs it.
f = { arg i; if(i > 0) { i.postln; f.value(i-1) }; };
f.value(1000000000);

best

@jleben
Copy link
Member

jleben commented Oct 24, 2012

This also looks like stack overflow potential, just like Tim has replied about a similar issue on the mailing list...

@smrg-lm
Copy link
Contributor Author

smrg-lm commented Oct 25, 2012

note this doesn't needs to be recursive, that was just the code I was running, the same happens with this:

inf.do({ arg i; i.postln });

@jleben
Copy link
Member

jleben commented Oct 25, 2012

On Linux, it is possible to quit sclang when it's busy-looping.
Is this only a Mac issue?

@smrg-lm
Copy link
Contributor Author

smrg-lm commented Oct 25, 2012

But I'm on linux. Ubuntu, Unity, 64bits.
El oct 24, 2012 10:40 p.m., "Jakob Leben" notifications@github.com
escribió:

On Linux, it is possible to quit sclang when it's busy-looping.
Is this only a Mac issue?


Reply to this email directly or view it on GitHubhttps://github.com//issues/614#issuecomment-9763384.

@ghost ghost assigned timblechmann Oct 25, 2012
@timblechmann
Copy link
Contributor

it somehow looks like a deadlock inside qt ... no idea, were ... iac, can reproduce and will investigate

timblechmann added a commit that referenced this issue Oct 25, 2012
…top request

fixes #614

Signed-off-by: Tim Blechmann <tim@klingt.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants