RuntimeError: unreachable
See original GitHub issueRuntimeError: 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:
- Created a year ago
- Comments:5
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Published in editorconfig@1.0.1
Will look into this ASAP.