question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RuntimeError: unreachable

See original GitHub issue
RuntimeError: unreachable
    at null.<anonymous> (wasm://wasm/00051056:1:55953)
    at null.<anonymous> (wasm://wasm/00051056:1:62171)
    at null.<anonymous> (wasm://wasm/00051056:1:70209)
    at null.<anonymous> (wasm://wasm/00051056:1:70338)
    at null.<anonymous> (wasm://wasm/00051056:1:69214)
    at null.<anonymous> (wasm://wasm/00051056:1:17561)
    at null.<anonymous> (wasm://wasm/00051056:1:47453)
    at null.<anonymous> (wasm://wasm/00051056:1:58421)
    at null.<anonymous> (wasm://wasm/00051056:1:54915)
    at module.exports.parse_to_uint32array (/usr/src/app/node_modules/@one-ini/wasm/one_ini.js:235:14)
    at parseBuffer (/usr/src/app/node_modules/editorconfig/lib/index.js:58:52)
    at processFileContents (/usr/src/app/node_modules/editorconfig/lib/index.js:234:25)
    at getConfig (/usr/src/app/node_modules/editorconfig/lib/index.js:272:12)
    at getAllConfigs (/usr/src/app/node_modules/editorconfig/lib/index.js:310:24)
    at parse (/usr/src/app/node_modules/editorconfig/lib/index.js:440:21)

not sure why this happen

#
# .editorconfig
#
# http://editorconfig.org
#
# The EditorConfig project consists of a file format for defining coding styles
# and a collection of text editor plugins that enable editors to read the file
# format and adhere to defined styles.
#

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true

# package.json specific rules
[package.json]
indent_size = 2

# .yml specific rules
[*.yml]
indent_size = 2

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
hildjjcommented, Oct 25, 2022

Published in editorconfig@1.0.1

1reaction
hildjjcommented, Oct 25, 2022

Will look into this ASAP.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RuntimeError: unreachable · Issue #623 - GitHub
Compile using the --debug flag · It looks like a reference is null of some kind. it's a refcounting function that errors (rt/pure.ts)...
Read more >
RuntimeError: unreachable in rustwasm - Stack Overflow
The issue is that dm.children.len() is 1 so immediately after the first iteration of the while loop, then i becomes 1 which triggers...
Read more >
unreachable - WebAssembly - MDN Web Docs
unreachable is an unconditional trap: in the case where an unreachable is reached and executed, the instruction traps. Try it.
Read more >
Getting error: RuntimeError: unreachable - Bug Reports
I have one user who is reporting occasionally getting this error. I haven't been able to reproduce it on any other computer but...
Read more >
I get `RuntimeError: "unreachable executed"` on firefox nightly ...
I get `RuntimeError: "unreachable executed"` on firefox nightly (two core2duo machines, linux and win10). is wasm unsupported ?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found