http://bugs.winehq.com/show_bug.cgi?id=1182
Summary: Using artsdsp wrapping makes Wine crash Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: wine-multimedia AssignedTo: wine-bugs@winehq.com ReportedBy: andi@rhlx01.fht-esslingen.de
If you run "artsdsp wine" to make arts run with an OSS-using wine, then wine crashes instantly. Some debugging revealed that it is due to a crash in scheduler/pthread.c (some pthread emulation struct field contained values that it didn't like). Sounds like we need to make sure our pthreads emulation doesn't touch any pthreads struct fields that other system parts might want to tamper with... A workaround is to use winearts.drv, of course (unless winearts.drv is not stable enough).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1182. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.