http://bugs.winehq.org/show_bug.cgi?id=22301
--- Comment #10 from Eric Lanz elanz1615@yahoo.com 2010-04-12 10:58:35 --- Created an attachment (id=27343) --> (http://bugs.winehq.org/attachment.cgi?id=27343) gdb session showing crash with symbols
This is interesting, I finally got gdb to recognize wine's symbols properly so this log shows the gdb session of this crash, with a backtrace.
It seems like a pretty straightforward de-refrencing of a null pointer in list_remove. I'll add a null pointer check there although I am pretty confident that the real issue is much deeper than that.