http://bugs.winehq.org/show_bug.cgi?id=23850
--- Comment #2 from Jonathan Strander mblackwell1024@gmail.com 2010-07-30 22:52:56 --- (In reply to comment #1)
Please post the results of your regression test. http://wiki.winehq.org/RegressionTesting
7fe8c7202345ba04425e3dfefb534bcad8fe76fa is the first bad commit commit 7fe8c7202345ba04425e3dfefb534bcad8fe76fa Author: Sven Baars sven.wine@gmail.com Date: Fri Jul 16 15:19:19 2010 +0200
kernel32: Update the Dutch translation.
:040000 040000 afe16ccb81f39a74996ec0d4fa59d9f4db208078 027b6f06a72f8635c65d241d4fa2c7ef233eaf76 M dlls
I'm pretty sure there's no way this is correct. Perhaps I did something wrong. Process was:
git bisect start git bisect good wine-1.2 git bisect bad wine-1.3.0
make clean -j5 && ./configure --disable-tests && make depend -j5 && make -j5
and after every test
git bisect bad
as each test produced the silent crash.
I actually did this twice, once cleaning every time, and once using ccache (just to verify the result was the same each time). Every test produced a bad result. Where do I go from here?