QuickJS icon indicating copy to clipboard operation
QuickJS copied to clipboard

Assertion `list_empty(&rt->gc_obj_list)' failed at quickjs.c:1963

Open hongxuchen opened this issue 4 years ago • 1 comments

When feeding qjs with some crafted javascript files, it may trigger assertion failure at quickjs.c:1963 assert(list_empty(&rt->gc_obj_list)). A sample code snippet is like:

import * as os from "os"; 
var w = new os.Worker()
e = w.onmessage = function() { w }

hongxuchen avatar Sep 20 '20 03:09 hongxuchen

git commit is e9a05a0

hongxuchen avatar Sep 20 '20 03:09 hongxuchen