-
Notifications
You must be signed in to change notification settings - Fork 20
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
Segmentation fault when delivering music #41
Comments
Got one more, it seems that there is always at least one buffer underflow before this happens. Last time there was one, this time four.
|
Are you sure this isn't a node core audio error?
|
So I think that somehow we create the buffer with a NULL pointer... |
That's unfortunate... ^^ On 22 October 2013 15:38, Linus Unnebäck [email protected] wrote:
|
As I've said, I should be able to get more time to work on this next week. On 22 October 2013 17:41, Florent JABY [email protected] wrote:
|
Yeah, no worries. I'll look at aswell if I get the time. |
I have made a change in this commit that should hopefully address this issue, I'm still testing it for a while but it seems to do the trick so far. I'll create a PR once I'm happy that it has actually fixed it. IainCole@85a2cdd |
Looks like this didn't work :( |
This one IainCole@ec2fbc5 might work better though |
Did it Iain? |
I still get a segfault in my particular app but I don't get this error any more and it's much more stable, so I think it worked for fixing this issue. I haven't been able to get to the root cause of my other issue though so there might still be something wrong. |
The text was updated successfully, but these errors were encountered: