-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I get a buffer overflow when trying to use WebUI with Firefox on Linux Mint 21.3.
Here is a simple test app:
import { WebUI } from '@webui-dev/bun-webui';
const window = new WebUI();
const browser = WebUI.Browser.Firefox;
window.showBrowser(
'<html><script src="webui.js"></script> Hello World! </html>',
browser,
);
await WebUI.wait();
When I run this app with bun I get the following output on my terminal:
*** buffer overflow detected ***: terminated
Aborted (core dumped)
If I switch to Chromium instead of Firefox, the app works as expected.
OS: Linux Mint 21.3 (Mate Edition)
Bun version: 1.2.2
Firefox version: 134.0.2 (64-bit)
Chromium version: 133.0.6943.53 (Official Build) for Linux Mint (64-bit)
Metadata
Metadata
Assignees
Labels
No labels