In article <20121216161324.gm15...@kyllikki.org>, Vincent Sanders <vi...@netsurf-browser.org> wrote: > On Sun, Dec 16, 2012 at 04:07:25PM +0000, Chris Gransden wrote: > > In article <20121216154023.gl15...@kyllikki.org>, > > Vincent Sanders <vi...@netsurf-browser.org> wrote: > > > OK, the CI system just built #740 with a spidermonkey 1.8.5 library > > > with the JIT disabled as suggested by Chris Gransden. Can this be > > > tried by someone with access to RISC OS? and please be aware this may > > > well behave very badly indeed. > > > > It get stuck in a infinite loop as soon as a web page is opened. Alt-break > > is the only way to quit. > >
> bother, oh well. any posibility of a log to maybe debug it? anyway I > will sort out switching to the 1.7.0 build for now. I've been doing all my testing on a pandaboard which it locks up with. I tried it on a Raspberry Pi and it seems to be running stable so far. The NetSurf JavaScript tests all seem to be working as before. I ran the jsapi-tests program on the Raspberry Pi. Here's the output in case its useful. This locks up on the Pandaboard. *jsapi-tests selfTest_globalHasNoParent TEST-PASS | selfTest_globalHasNoParent | ok selfTest_NaNsAreSame TEST-PASS | selfTest_NaNsAreSame | ok testBug604087 TEST-PASS | testBug604087 | ok testClassGetter_isCalled TEST-PASS | testClassGetter_isCalled | ok test_cloneScript TEST-PASS | test_cloneScript | ok testDerivedValues testConservativeGC.cpp:77:CHECK failed: !memcmp(ch, expected, sizeof(expected)) TEST-UNEXPECTED-FAIL | testDerivedValues | CHECK failed: !memcmp(ch, expected, sizeof(expected)) testConservativeGC Chris.