https://bugs.winehq.org/show_bug.cgi?id=38227
Bug ID: 38227 Summary: wine crashes when running quotetracker Product: Wine Version: 1.7.38 Hardware: aarch64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: rockman6112@yahoo.com CC: rockman6112@yahoo.com Distribution: ---
Created attachment 51029 --> https://bugs.winehq.org/attachment.cgi?id=51029 crash info given by wine
1. the crash is reproducible for both wine 1.7 and 1.6 on ubuntu 14.04.
2. the exact same quotetracker setup ran with wine 1.4 on unbuntu 10.04 for several years without any issues.
3. this bug is timing related in multi-processes(threads): a. if the application has two open windows, no crash is observed. if the application has more than 10 windows openned, it usually will crash within 60 minutes. b. with using +relay, no crash was observered even after more than 100GB debugging data was logged from the command line output. In this case, the application takes more cpu load due to the logging process.
4. no err from the debug logging(class ERR).
5. There is an overhead in the setup to reproduce the bug, especially it needs to get real time stock quote streaming. But I can be a big helper on this: such as turning on a given set of debug parameters, even things like getting instrumented code from the developer and compile/install wine on my system. So please feel free to contact me in the bug fixing process.