Bo Yang wrote: > Firstly, I use the Ubuntu 7.10 verions sipdermonkey deb package, > but dehydra tell me that "it has a broken JS_DefineFunctions and > upgrade it". So, I choose the JS library from my firefox building > directory, that is the trunk spidermonkey library. But this time, the > js library give an assertion error (I build a debug firefox and the > spidermonkey) and a core dump.
dehydra/treehydra require at least spidermonkey version 1.7, which is the one that comes with Firefox 2. I believe (Taras correct me if I'm wrong) that it also requires a spidermonkey that is built without JS_THREADSAFE, or perhaps just without assertions. This is very likely why your debug build of mozilla-tree spidermonkey asserts. > I am now figuring out what is the real error behind this? Does > Dehydra is designed for some specific spidermonkey version? It would be helpful if you noted what the actual assertion text was ;-) --BDS _______________________________________________ Dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
