-
Hi..I am getting a rare crash in JsRun function on macOs. Since it is rare, I am facing problem reproducing it in order to find its root-cause. Could you please suggest what can cause this crash?
…
-
A new crash has appeared only for users currently using iOS 18.2 (which is in beta currently), the main stack trace lists the crashing function as `vFlatten_RGBA8888_GV_vec` on a background thread whi…
-
Currently a JavaScript value in Boa is defined as a fat enum. With NaN boxing we can reduce this to `8` bytes having all the variants of a JS value fit in `u64`/`f64`. With this we can reduce the memo…
-
I'm trying to have sql.js running in a native iOS 10 app with JavaScriptCore.
Unfortunately, not working so far : "ReferenceError: Can't find variable: print"
Any idea?
Cheers,
-
The app is crashing on iPad only. Doesn't know the exact reproducible steps because it occurs randomly. It looks like there is a problem with the javascript engine which causes weird crashes.
#0. …
-
### What version of Bun is running?
1.0.0
### What platform is your computer?
macos m1
### What steps can reproduce the bug?
### requirements:
https://github.com/xplpc/xplpc/blob/main/docs/wasm.…
-
**Bug description:**
I got the following crash in my Firebase Crashlytics console:
```
Fatal Exception: NSInternalInconsistencyException
Completion handler passed to -[RNCWebViewImpl webView:runJa…
-
Hi...I am using 1.11.12 version of chakracore (on Mac). Initially I've created release version of dylib, but it is crashing occasionally **(even with 1.11.15 version)**. (Also tried with release build…
-
## Description
As the following test case showed, there is a variable called `v1` with the same name as the function. In this case, Hermes treats `v1` as the variable whose value is 20. But other e…
-
## Version fuse and so
fuse v 1.5.0 and fuse v.1.6.0
mac sierra hight
## What do I expect?
I have integrated the plugin https://github.com/zean00/fuse-qreader and run your example project https:…