http://bugs.winehq.com/show_bug.cgi?id=1182
------- Additional Comments From winebug@flonet.net 2003-28-06 08:19 ------- Bug comments restored from Gmane.org:
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).
------- Additional Comments From fgouget <at> codeweavers.com 2002-12-10 19:54 ------- Andi wrote: [...]
A workaround is to use winearts.drv, of course (unless winearts.drv is not stable enough).
Precisely. I would say that this is a "won't fix" and that one should be using the winarts driver rather than artsdsp.
------- Additional Comments From fgouget <at> codeweavers.com 2002-12-10 19:55 ------- Btw, see also bug 325.