You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When chuck.js is built with SAFE_HEAP and running the basic/whole example, a segmentation fault is detected.
segmentation fault loading 1 bytes from address 0
chuck.js:219564 Uncaught abort() at Error
at jsStackTrace (http://localhost:8000/examples/basic/chuck.js:1049:13)
at stackTrace (http://localhost:8000/examples/basic/chuck.js:1066:22)
at abort (http://localhost:8000/examples/basic/chuck.js:219564:25)
at SAFE_HEAP_LOAD (http://localhost:8000/examples/basic/chuck.js:429:87)
at _strlen (http://localhost:8000/examples/basic/chuck.js:206345:43)
at _executeCode (http://localhost:8000/examples/basic/chuck.js:86798:86)
at asm._executeCode (http://localhost:8000/examples/basic/chuck.js:217514:26)
at Object.ccallFunc [as ccall] (http://localhost:8000/examples/basic/chuck.js:534:20)
at HTMLInputElement.<anonymous> (http://localhost:8000/examples/basic/whole.html:1:808)
at HTMLInputElement.jQuery.event.dispatch (http://localhost:8000/examples/js/jquery-1.10.2.js:5095:9)
The text was updated successfully, but these errors were encountered:
When chuck.js is built with SAFE_HEAP and running the basic/whole example, a segmentation fault is detected.
The text was updated successfully, but these errors were encountered: