http://bugs.winehq.org/show_bug.cgi?id=18991
--- Comment #60 from Eduardo companheiro.vermelho@gmail.com 2009-08-17 19:49:42 --- (In reply to comment #58)
err = SystemTimeToFileTime (&tz_info.DaylightDate, &ft);
Oh! So THAT'S why the address didn't appear before in the log! Looks like I was mistaken...
Also, the mono bug report in comment #59 actually solves the mystery. But since it is not possible to update the bundled version of Mono and looks like windows does something when feed with a invalid date that prevents the crash, we still have a bug in wine to fix. Conformance tests are needed on some time-related functions of windows with weird input values.