Description
$ LIGHTPANDA_DISABLE_TELEMETRY=true ./lightpanda serve --host 127.0.0.1 --port 9222
info(telemetry): telemetry disabled
info(server): accepting new conn...
info(server): client connected
info(page): GET https://shellshock.io/?1747578019207 200
info(page): eval script inline: TypeError: Cannot set property style of # which has only a getter
warning(page): evaljs: error.JsErr
info(page): fetch https://www.gstatic.com/firebasejs/9.17.2/firebase-app-compat.js: 200
info(page): fetch https://www.gstatic.com/firebasejs/9.17.2/firebase-auth-compat.js: 200
info(page): fetch https://www.gstatic.com/firebasejs/ui/6.0.2/firebase-ui-auth.js: 200
info(page): fetch https://shellshock.io/js/vue/vue.min.2.6.10.js: 200
info(page): fetch https://cdn.jsdelivr.net/npm/[email protected]: 200
info(page): fetch https://api.adinplay.com/libs/aiptag/pub/SSK/shellshock.io/tag.min.js: 200
info(page): eval script //api.adinplay.com/libs/aiptag/pub/SSK/shellshock.io/tag.min.js: ReferenceError: top is not defined
info(page): fetch https://www.googletagmanager.com/gtag/js?id=G-79NWRZXYCB: 200
info(console): CrazyGames SDK not available
info(server): accepting new conn...
info(xhr): GET https://shellshock.io/data/housePromo.json?1747578017337 200
Segmentation fault at address 0x7c7e4413a668
/opt/hostedtoolcache/zig/0.14.0/x64/lib/std/heap/arena_allocator.zig:180:50: 0x2071e74 in alloc (lightpanda)
/opt/hostedtoolcache/zig/0.14.0/x64/lib/std/mem/Allocator.zig:129:26: 0x21fd799 in append (lightpanda)
/home/runner/work/browser/browser/src/browser/xhr/xhr.zig:477:49: 0x222bc06 in onHttpResponse (lightpanda)
/home/runner/work/browser/browser/src/http/client.zig:918:48: 0x223f8c5 in processData (lightpanda)
/home/runner/work/browser/browser/src/http/client.zig:1015:57: 0x222ca0e in wrapper (lightpanda)
/home/runner/.cache/zig/p/tigerbeetle_io-0.0.0-ViLgxpyRBAB5BMfIcj3KMXfbJzwARs9uSl8aRy2OXULd/io/linux.zig:683:51: 0x20878cf in complete (lightpanda)
/home/runner/.cache/zig/p/tigerbeetle_io-0.0.0-ViLgxpyRBAB5BMfIcj3KMXfbJzwARs9uSl8aRy2OXULd/fifo.zig:39:29: 0x2087b64 in run_for_ns (lightpanda)
/home/runner/work/browser/browser/src/server.zig:1044:31: 0x2088297 in run (lightpanda)
/home/runner/work/browser/browser/src/main.zig:88:23: 0x20b54fb in main (lightpanda)
???:?:?: 0x7c7e472c66b4 in ??? (libc.so.6)
Unwind information for libc.so.6:0x7c7e472c66b4
was not available, trace may be incomplete
???:?:?: 0x7c7e472c6768 in ??? (libc.so.6)
???:?:?: 0x2053024 in ??? (???)
Aborted (core dumped)
Code:
import puppeteer from 'puppeteer-core';
const browser = await puppeteer.connect({ browserWSEndpoint: '...' });
const context = await browser.createBrowserContext();
const page = await context.newPage();
await page.goto('https://egg.dance/?' + Date.now());