On Sat, 13 Sep 2008, Chris Young wrote:
Crashlog attached (not sure how much use it is, probably not
much), from this page: http://news.bbc.co.uk/1/hi/uk/7613458.stm
This wasn't happening until recently, so I suspect it has been caused
by recent changes in render code.
schedule_run()+0x10C (section 1 @ 0xdab4)
ami_handle_msg()+0xC5C (section 1 @ 0x3d64)
gui_multitask()+0x18 (section 1 @ 0x46f0)
There's your problem. You're running scheduled callbacks from somewhere
other than gui_poll. This is guaranteed to break things, as the core is
not reentrant.
c.f. http://source.netsurf-browser.org/?view=rev&revision=3366
John.