http://bugs.winehq.org/show_bug.cgi?id=14851
--- Comment #5 from Joe Mattiello mail@joemattiello.com 2009-03-30 23:04:05 --- After some more testing I've come to the conclusion regression testing may be difficult with the systems I'm using (CentOS 5.2 (RHEL5) x86_64). Here's what I've found, in the order I tested.
-- all Wine (git) defaults. Win2k 0.9.39 - Doesn't connect 0.9.34 - Does connect, promptly asks to install Gecko. Crashes if you don't otherwise works fine if you let it. 0.9.37 - crashes on load (attached) -- cleaned out .wine 0.9.36 - crashes on load 0.9.35 - crashes on load 0.9.34 - retest, works fine again -- cleaned out .wine -- change to win98 0.9.38 - Opens, doesn't connect (or ask to install gecko) -- back to win2k 0.9.39 - same, opens, doesn't connect (or ask to install gecko) -- back to 98 0.9.37 - retest - crashes on load (attached, more detailed trace in 98 mode)
So now I'm going to try to regression test between 0.9.38 and 0.9.34, but with all the crashes in the builds in between I suspect it will be fruitless. :/
Asking some one else to try versions in the the middle.
--note: Since this is my first time using git, I'll also post my build commands to make sure I was doing it right.
git reset --hard wine-0.9.xx CC="gcc -m32" CFLAGS="-g -O0" ./configure --verbose && make -j9 depend && make -j9 / Yes, it's an 8 core machine