http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From burnus@gmx.de 2005-27-03 11:48 ------- Hmm, seemingly the date is local time (CET/CEST). At least I get a shift of one hour compared with yesterday (summer time/daylight-saving time started this night)... Anyway, I could trace the CRASH down to a single patch wine/dlls/user/edit.c "Implemented !ES_AUTO[HV]SCROLL."
cvs -q up -PdA -D2005.02.25.13.59.30 => Shows splash screen (only window border, not content) and opens up main window. -- Then nothing happens (100% CPU load).
cvs -q up -PdA -D2005.02.25.14.00.00 P dlls/user/edit.c => http://www.winehq.org/hypermail/wine-cvs/2005/02/0506.html => It shows the splash window (no content neither) and then crashes with a memory-access error.
Next task is to find the regression between the endless loop and the working program.