http://bugs.winehq.org/show_bug.cgi?id=21636
--- Comment #3 from Anastasius Focht focht@gmx.net 2010-02-08 17:17:10 --- Hello,
I see the app runs in crawler mode as soon as a user account is registered. Unfortunately the relay log doesn't show any suspicious stuff (those CLR exceptions are part of program flow).
I ran the app for several minutes, crawling several thousands URIs but did not experience any hang or crash so I guess it has something to do with your machine config again.
If it's heap corruption, it might be worthwhile to run the app with heap checking enabled... Beware, the log might get large and app startup/responsiveness will be very slow:
(remove any log.txt before that)
WINEDEBUG=+tid,+seh,+relay,+heap wine MJ12node.exe >>log.txt 2>&1
and attach/provide new log.
Regards