http://bugs.winehq.org/show_bug.cgi?id=21506
Summary: configure --disable-win16 breaks winedbg bt all Product: Wine Version: 1.1.37 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: bugzilla.winehq.org@urbanec.net
When wine is configured and built with --disable-win16, the "bt all" command in winedbg does not behave as expected.
To reproduce:
$ winedbg notepad Wine-dbg>bt all
Result is a backtrace for all processes when wine is built without --disable-win16 configure option.
When wine is built with --disable-win16 configure option, then result will be missing backtraces for most of the processes.
It appears that this issue was introduced somewhere around commit 475b7d226cc062524495268825c3028c2797174d
http://bugs.winehq.org/show_bug.cgi?id=21506
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=21506
--- Comment #1 from Austin English austinenglish@gmail.com 2010-01-27 13:14:12 --- Looks like this may be fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=e42d1a8cc1b1b6b6e14171...
http://bugs.winehq.org/show_bug.cgi?id=21506
Peter Urbanec bugzilla.winehq.org@urbanec.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #2 from Peter Urbanec bugzilla.winehq.org@urbanec.net 2010-01-28 22:25:32 --- The above mentioned patch may have been sufficient to fix the reported issue, however I tested with git 2a071639010232e8a45ef4ea8231b90cc7c9b7c5.
I can confirm that the problem is now fixed.
http://bugs.winehq.org/show_bug.cgi?id=21506
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2010-02-05 11:39:23 --- Closing bugs fixed in 1.1.38.