https://bugs.winehq.org/show_bug.cgi?id=37962
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://dump.bitcheese.net/f | |iles/ylysado/WebMon.exe CC| |focht@gmx.net Summary|WebMon occasionally crashes |WebMon 1.0 occasionally |when checking web pages for |crashes when checking web |updates |pages for updates
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
if you're on Gentoo (as your handle implies) 'FEATURES=splitdebug' and rebuild of Wine might do it.
Anyway, even without any symbol info my guess would be the async DNS resolver being the culprit here. Something is broken with your host network config.
The app works fine for me using 'http://news.google.com' (which changes almost every second).
--- snip --- Z:\usr\local\bin\WebMon.exe --- snip ---
Putting/mixing Win32 PE binaries in path shared with native Linux binaries is kinda strange. Even if this works (app doesn't need write permissions in same folder) it's not really advised. That's what a separate WINEPREFIX is for.
$ du -sh WebMon.exe 360K WebMon.exe
$ sha1sum WebMon.exe 280e00a1fe77ca88c9dfe2080caf9689aad2ffe1 WebMon.exe
$ wine --version wine-1.7.34-159-g7b45103
Regards