Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InstructionError at 0x45CEE60200000000 #1447

Closed
FromCppToCarbon opened this issue Nov 2, 2022 · 1 comment
Closed

InstructionError at 0x45CEE60200000000 #1447

FromCppToCarbon opened this issue Nov 2, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@FromCppToCarbon
Copy link

FromCppToCarbon commented Nov 2, 2022

What version of Bun is running?

0.2.2

What platform is your computer?

ubuntu untity 22.10

What steps can reproduce the bug?

i am trying to run the server http.js file which is on the bun. sh site to print welcome to bun just to make sure bun is working and this is the code :

export default {
  port: 3000,
  fetch(request) {
    return new Response("Welcome to Bun!");
  },
};

but i get :

InstructionError at 0x45CEE60200000000
----- bun meta -----
Bun v0.2.2 (6632135e) Linux x64 #58-Ubuntu SMP Thu Oct 13 08:03:55 UTC 2022
RunCommand: 
Elapsed: 0ms | User: 1ms | Sys: 0ms
RSS: 67.11MB | Peak: 5.93MB | Commit: 67.11MB | Faults: 0

How often does it reproduce? Is there a required condition?

every try

What is the expected behavior?

The above error

What do you see instead?

InstructionError at 0x45CEE60200000000

Additional information

No response

@FromCppToCarbon FromCppToCarbon added bug Something isn't working needs repro Needs an example to reproduce labels Nov 2, 2022
@Electroid Electroid removed the needs repro Needs an example to reproduce label Nov 2, 2022
@Electroid
Copy link
Contributor

Duplicate of #1167

@Electroid Electroid marked this as a duplicate of #1167 Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants