http://bugs.winehq.org/show_bug.cgi?id=1971
mike@theoretic.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aric@codeweavers.com
------- Additional Comments From mike@theoretic.com 2004-28-01 11:53 ------- Is there a downloadable demo of this app anywhere? It looks like the crash is in the new wintab code (surprise surprise). The app regressed because it stresses a codepath not used by Photoshop which was the primary test app IIRC.
CCing aric, as he implemented this code.
BTW to get a decent backtrace you need to set WINELOADER to whatever your wine binary is (wine-pthread or wine-kthread). Check using ps to see which is used, then do export WINELOADER="/usr/local/bin/wine-pthread" or whatever.