http://bugs.winehq.org/show_bug.cgi?id=14732
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from Juan Lang juan_lang@yahoo.com 2008-08-05 15:28:58 --- (In reply to comment #3)
If you want a better backtrace, please be explicit in what manner.
It's missing what the failed assertion was. From the backtrace, I'm guessing it's this one, on wrap.c's line 226: assert((wc->pLastSplittableRun->member.run.nFlags & MERF_SPLITTABLE)); but that's not the assertion that fails for me (see next comment.)
(3) Reproducing this with the file posted requires reducing the horizontal window size substantially, probably to under 100 pixels or less. However, it happens reliably. Can you still not reproduce?
Thanks, the "under 100 pixels" bit was missing from your steps to reproduce. Now I can reproduce it, although the assertion is different from what I'd guessed it would be from your backtrace. A debug build really produces better backtraces. Download and compile wine yourself, it's really not that hard!
Anyway, confirming. I'll attach a proper backtrace in a sec.