win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
2.38k stars 79 forks source link

On Windows Server 2003 Standard SP2 (x86), Supermium 124 sometimes starts only on second attempt #755

Open EgorKuzevanov opened 3 months ago

EgorKuzevanov commented 3 months ago

On my Acer Aspire One ZG5 (2008) netbook with 32-bit single-core dual-thread Intel Atom N270 CPU (1,6 GHz), 1,5 GB of RAM, Intel GMA 950 integrated graphics and Windows Server 2003 Standard SP2 (x86), Supermium 124 sometimes starts only on second attempt. On first attempt to start, Supermium crashes without any error messages appearing.

win32ss commented 3 months ago

Please send any crash dumps that were created as a result of the crashes. They will be in Documents and Settings\%username%\Application Data\Supermium\User Data\Crashpad\reports by default.

EgorKuzevanov commented 3 months ago

reports.zip

win32ss commented 3 months ago

This is the result of some extension dispatcher code and it likely fails due to a synchronization issue (our synchronization primitives work well, but in a few edge cases they may not). However, this code was removed from Chromium recently, so I will do the same.