win32ss / supermium

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

[BUG, Crash] Browser crash on trying to view PDF file in "--single-process" mode #479

Open IDA-RE-things opened 5 months ago

IDA-RE-things commented 5 months ago

Bug Description: Browser crashes, if user try to open PDF file in --single-process mode.

Additional info: This different from another known PDF issues. Because in --process-per-site mode it opens successfully. On XP.

To Reproduce:

Screenshots:

crashdump callstack and related source code:

1

2

Config:

IDA-RE-things commented 5 months ago

UPD: Have seen small fix today in this commit: https://github.com/win32ss/supermium/commit/aeb6ceca21496ce6e22b34759569d1a1285bd996

win32ss commented 5 months ago

Unfortunately I found that there are still some memory allocation issues when viewing some PDFs in --single-process mode. Honestly, upstream has neglected this mode considerably and it will take some time to improve it.