bun icon indicating copy to clipboard operation
bun copied to clipboard

Run astro?

Open sz55net opened this issue 7 months ago • 0 comments

How can we reproduce the crash?

No idea, sorry

Relevant log output

13:20:23 [200] /product/the-minimal-snowboard 4ms
13:20:38 [ERROR] undefined is not an object (evaluating 'data.products')
  Stack trace:
    at <anonymous> (:55:23)
{
  id: "gid://shopify/Product/8559021621498",
  title: "The 3p Fulfilled Snowboard",
  handle: "the-3p-fulfilled-snowboard",
  descriptionHtml: "",
  images: {
    nodes: [
      [Object ...]
    ],
  },
  variants: {
    nodes: [
      [Object ...]
    ],
  },
}
13:21:15 [200] /product/the-3p-fulfilled-snowboard 6ms
13:24:35 [watch] src/pages/product/[handle].astro
13:24:35 [ERROR] Unexpected "if"
  Stack trace:
    at /Users/george/Desktop/code/money-machine/src/pages/product/[handle].astro:99:1653
    [...] See full stack trace in the browser, or rerun with --verbose.
13:24:40 [ERROR] undefined is not an object (evaluating 'data.products')
  Stack trace:
    at <anonymous> (:65:23)
============================================================
Bun v1.1.20 (ae194892) macOS x64
macOS v13.6.7
CPU: sse42 popcnt avx avx2
Args: "node" "/Users/george/Desktop/code/money-machine/node_modules/.bin/astro" "dev"
Features: jsc Bun.stderr Bun.stdin(2) Bun.stdout abort_signal(6) fetch(55480) http_server(2) spawn(2) transpiler_cache(29) tsconfig(2) 
Builtins: "bun:jsc" "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:child_process" "node:console" "node:constants" "node:crypto" "node:dns" "node:domain" "node:events" "node:fs" "node:fs/promises" "node:http" "node:https" "node:module" "node:net" "node:os" "node:path" "node:perf_hooks" "node:process" "node:querystring" "node:readline" "node:readline/promises" "node:stream" "node:stream/consumers" "node:stream/web" "node:string_decoder" "node:timers/promises" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "node:worker_threads" "undici" "ws" "node:v8" "node:inspector" "node:http2" "node:diagnostics_channel" 
Elapsed: 2266330ms | User: 171989ms | Sys: 65951ms
RSS: 1.09GB | Peak: 1.09GB | Commit: 0.96GB | Faults: 6964

panic(main thread): Segmentation fault at address 0x36D
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

To send a redacted crash report to Bun's team,
please file a GitHub issue using the link below:

 https://bun.report/1.1.20/mn1ae19489A+hih0C__qq20Qw2w0QsnvlIoh4zG03j7jBq+v5F6kkB28bA2A62B

error: script "dev" was terminated by signal SIGILL (Illegal instruction)
zsh: illegal hardware instruction  bun dev

Stack Trace (bun.report)

Bun v1.1.20 (ae19489) on macos x86_64 [RunAsNodeCommand]

Segmentation fault at address 0x0000036D

  • 2 unknown/js code
  • src.bun.js.webcore.response.Fetch.FetchTasklet.onProgressUpdate
  • src.bun.js.event_loop.EventLoop.tickQueueWithCount__anon_120635
  • src.bun.js.event_loop.EventLoop.tick
  • src.bun.js.javascript.OpaqueWrap__anon_53873__struct_82443.callback
  • JSC__VM__holdAPILock
  • src.bun_js.Run.boot
  • src.cli.Cli.start
  • main

sz55net avatar Jul 14 '24 12:07 sz55net