http://bugs.winehq.org/show_bug.cgi?id=28923
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2012-02-12 12:41:30 CST --- Created attachment 38829 --> http://bugs.winehq.org/attachment.cgi?id=38829 patch
(In reply to comment #10)
Created attachment 38509 [details] Trace +listview,+header gzipped for size
As requested
Thanks, I probably know why it fails for you. It's possible that application passes broken order array to Listview that forwards it to Header, after that list uses that for some corner case to draw leftmost/rightmost columns etc.
So to reproduce more reliably you probably need to reorder some columns in application list by dragging them with mouse. Please try to get another log with attached patch - it will help to get more test data hopefully.
Log I need is +listview,+header,+tid (better using append mode when redirecting to a file, >> instead of &> ).