win32ss / supermium

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

Out of Memory error when visiting a certain URL #914

Open Zero3K opened 6 days ago

Zero3K commented 6 days ago

Describe the bug An out of memory error occurs when visiting a certain URL.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://proxy-dot-aquxr-endor.uc.r.appspot.com/studies/3eb0e2
  2. Wait,
  3. See error

Expected behavior The Loading message is eventually replaced with a message that includes a CAPTCHA.

Desktop (please complete the following information):

Additional context The latest Pale Moon (32-bit) works properly.

win32ss commented 4 days ago

The process throws the OOM error after allocating about 1.3 GB on Windows 10. So this may be related to the internal memory bucket for the process being exhausted. I'll look into increasing it for x86 Windows builds. Although as you are using Windows 11, you can also use Supermium x64 to avoid this issue.

Zero3K commented 3 days ago

Thanks for looking into it and eventually fixing it.