Skip to content

run in linux , when import , report Segmentation fault (core dumped) #296

@siri666666

Description

@siri666666

Description

node version 22

Full steps to reproduce the issue

// 步骤 1
import fs from 'fs';
console.log('fs ok');

// 步骤 2
import { connect } from 'puppeteer-real-browser';
console.log('connect ok');

// 步骤 3
const { page, browser } = await connect({ headless: true });
await browser.close();
console.log('connect success');

Issue Type

No response

Operating System

No response

Do you use Docker?

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageThis ticket will be looked at shortly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions