http://bugs.winehq.org/show_bug.cgi?id=19810
Michael Karcher wine@mkarcher.dialup.fu-berlin.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|wine@mkarcher.dialup.fu-ber |madewokherd@gmail.com |lin.de |
--- Comment #21 from Michael Karcher wine@mkarcher.dialup.fu-berlin.de 2009-10-27 06:21:35 --- This is a different bug. A git bisect leads to this commit:
ee6856d874d687c4504914e61bcde3e6b8823bca is first bad commit commit ee6856d874d687c4504914e61bcde3e6b8823bca Author: Vincent Povirk madewokherd@gmail.com Date: Fri Oct 23 13:57:42 2009 -0500
ole32: Don't use IEnumSTATSTG to search for elements of storages.
We use it to do a linear search of a binary tree, which is overkill. Replace it with a simple binary search.
Regretfully, I don't get a back trace, even when started in winedbg. Removing myself from CC. Please reopen (possibly as new bug)