Skip to content

Buffer overflow in Firefox on Linux Mint 21.3 #5

@Bernhard-Kodio

Description

@Bernhard-Kodio

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions