https://bugs.winehq.org/show_bug.cgi?id=53983 Bug ID: 53983 Summary: Chromium broken sandbox, needs NtQueryInformationProcess with ProcessHandleTable Product: Wine Version: 7.21 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs(a)winehq.org Reporter: dark.shadow4(a)web.de Distribution: --- Created attachment 73565 --> https://bugs.winehq.org/attachment.cgi?id=73565 Stub to work around the issue Recent versions of chromium have a broken sandbox again. It starts, but you get the error "Something went wrong displaying the webpage" Download at https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.ht... (Use chrome-win.zip) Bisected to https://github.com/chromium/chromium/commit/2cab8367dd145569c2164306e9b2d24c... Depends on bug 53981 (need to work around that first) and possibly bug 53835. Call stack: handle_closer_agent.cc: bool HandleCloserAgent::CloseHandles() https://github.com/chromium/chromium/blob/2cab8367dd145569c2164306e9b2d24c5a... absl::optional<ProcessHandleMap> handle_map = GetCurrentProcessHandles(); https://github.com/chromium/chromium/blob/2cab8367dd145569c2164306e9b2d24c5a... wine_utils.cc: absl::optional<ProcessHandleMap> GetCurrentProcessHandles() NtQueryInformationProcess Attaching a stub to work around the issue. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.