https://bugs.winehq.org/show_bug.cgi?id=48100
Bug ID: 48100 Summary: Rebelbetting quietly exits after a random amount of time Product: Wine Version: 4.19 Hardware: x86-64 URL: http://rebelbetting.com/files/RebelBettingSetup.exe OS: Linux Status: NEW Keywords: download Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: imwellcushtymelike@gmail.com Distribution: Ubuntu
Created attachment 65660 --> https://bugs.winehq.org/attachment.cgi?id=65660 Wine 4.19 console output
Rebelbetting, with dotnet45, runs fairly well for a number of hours, before giving up. The length of time is random but it has usually been running for a number of hours before it does so.
The last few lines being:
00c0:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub 00c0:fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000402,(nil),0x0001,0x00000000,0x7f2ed888,(nil)): stub 00c0:err:eventlog:ReportEventW L"Application: RebelBetting.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: exception code c0000005, exception address 7BC88E8D\n" 00c0:fixme:advapi:DeregisterEventSource (0xcafe4242) stub wine: Unhandled page fault on write access to 00000180 at address 7BC88E8D (thread 00c0), starting debugger... 00c0:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7124de44
I have no idea how to get a proper backtrace anymore.
Starting the application again works fine, so it's more of an annoyance than anything.
Runs continuously without any problems under Win 8.1.
https://bugs.winehq.org/show_bug.cgi?id=48100
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Rebelbetting quietly exits |Rebelbetting: memory slowly |after a random amount of |balloons and app exits |time |
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- I kept an eye on the memory usage and... the application seems to leak around 15 MB a minute. Eventually it hits a ceiling and simply dies. It seems to be a 2 GB ceiling but I'd have to confirm that for certain.
Valgrind, apparently, won't work. A multiarch thing. I'll look at that later.
https://bugs.winehq.org/show_bug.cgi?id=48100
--- Comment #2 from Ken Sharp imwellcushtymelike@gmail.com --- Created attachment 65942 --> https://bugs.winehq.org/attachment.cgi?id=65942 psrecord plot
The magic number appears to be 1,400 MB.
With a subscription the balloon happens in a matter of minutes. Presumably because it is processing more data.
https://bugs.winehq.org/show_bug.cgi?id=48100
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Rebelbetting: memory slowly |Rebelbetting: memory |balloons and app exits |balloons and app exits
https://bugs.winehq.org/show_bug.cgi?id=48100
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #65942|0 |1 is obsolete| |
--- Comment #3 from Ken Sharp imwellcushtymelike@gmail.com --- Created attachment 72466 --> https://bugs.winehq.org/attachment.cgi?id=72466 psrecord plot (Wine 7.9)
Still occurs in Wine 7.9 though the app doesn't exit. However, I assume this is because my original tests were on a 32-bit machine and I'm now using a 64-bit machine, so waiting for the exit could take days or weeks.
Not stable enough under Mono to test with that. dotnet462 now required.