Hello,

I am working on adding native alsa support to the Helix project, and am
running into issues I think are with threading between the two.

Mainly, variable values are returning as 0 when they shouldn't be.
such as 

function(int &bleh) {
bleh = 1;
}

when function() returns, bleh == 0 in the calling function, I have used
valgrind to show me that it is trying to access unaccessable variables.

Now, both helix and alsa are threaded. and helix works fine with the oss
implementation.
Helix locks and unlocks when needed.

I havent done a all that much of threaded programming, any suggestions
on what I should look into? or hints at solving this?

thx,
ljp


-- 
My cat's a debugger....

Potter, Lorn, "ljp"
core developer / Web Administrator
Project OPIE- the Open Palmtop Integrated Environment
http://opie.handhelds.org | http://www.opie.info (german) |
http://www.opie.us
IRC: irc.freenode.net #opie #opie.de

[EMAIL PROTECTED]
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to