Hi

I'm getting a crash caused by fetch_poll() when loading some sites. 
Example: http://www.eurogamer.net/revolution/  (curiously the main
index page is OK)

This has only been occuring since the change to libcss.

Crash points to content/fetch.c line 504

Stack trace:
    native kernel module kernel+0x00011478
    NetSurf:fetch_poll()+0x60 (section 8 @ 0x38338)
    NetSurf:html_find_stylesheets()+0xA7C (section 8 @ 0x91708)
    NetSurf:html_convert()+0x628 (section 8 @ 0x8fa68)
    NetSurf:content_convert()+0x210 (section 8 @ 0x35a10)
    NetSurf:fetchcache_callback()+0x3FC (section 8 @ 0x39eb0)
    NetSurf:fetch_send_callback()+0x4C (section 8 @ 0x38670)
    NetSurf:fetch_curl_done()+0x338 (section 8 @ 0x3e85c)
    NetSurf:fetch_curl_poll()+0x144 (section 8 @ 0x3e4e0)
    NetSurf:fetch_poll()+0x60 (section 8 @ 0x38338)
    NetSurf:nscss_convert()+0x354 (section 8 @ 0x4b924)
    NetSurf:content_convert()+0x210 (section 8 @ 0x35a10)
    NetSurf:fetchcache_callback()+0x3FC (section 8 @ 0x39eb0)
    NetSurf:fetch_send_callback()+0x4C (section 8 @ 0x38670)
    NetSurf:ami_fetch_file_send_callback()+0xA8 (section 8 @ 0x7120)
    NetSurf:ami_fetch_file_poll()+0x250 (section 8 @ 0x7394)
    NetSurf:fetch_poll()+0x60 (section 8 @ 0x38338)
    NetSurf:html_find_stylesheets()+0xA7C (section 8 @ 0x91708)
    NetSurf:html_convert()+0x628 (section 8 @ 0x8fa68)
    NetSurf:content_convert()+0x210 (section 8 @ 0x35a10)
    NetSurf:fetchcache_callback()+0x3FC (section 8 @ 0x39eb0)
    NetSurf:fetch_send_callback()+0x4C (section 8 @ 0x38670)
    NetSurf:fetch_curl_done()+0x338 (section 8 @ 0x3e85c)
    NetSurf:fetch_curl_poll()+0x144 (section 8 @ 0x3e4e0)
    NetSurf:fetch_poll()+0x60 (section 8 @ 0x38338)
    NetSurf:nscss_convert()+0x354 (section 8 @ 0x4b924)
    NetSurf:content_convert()+0x210 (section 8 @ 0x35a10)
    NetSurf:fetchcache_callback()+0x3FC (section 8 @ 0x39eb0)
    NetSurf:fetch_send_callback()+0x4C (section 8 @ 0x38670)
    NetSurf:ami_fetch_file_send_callback()+0xA8 (section 8 @ 0x7120)
    NetSurf:ami_fetch_file_poll()+0x250 (section 8 @ 0x7394)
    NetSurf:fetch_poll()+0x60 (section 8 @ 0x38338)
    NetSurf:html_find_stylesheets()+0xA7C (section 8 @ 0x91708)
    NetSurf:html_convert()+0x628 (section 8 @ 0x8fa68)
    NetSurf:content_convert()+0x210 (section 8 @ 0x35a10)
    NetSurf:fetchcache_callback()+0x3FC (section 8 @ 0x39eb0)
    NetSurf:fetch_send_callback()+0x4C (section 8 @ 0x38670)
    NetSurf:fetch_curl_done()+0x338 (section 8 @ 0x3e85c)
    NetSurf:fetch_curl_poll()+0x144 (section 8 @ 0x3e4e0)
    NetSurf:fetch_poll()+0x60 (section 8 @ 0x38338)
    NetSurf:html_find_stylesheets()+0xA7C (section 8 @ 0x91708)
    NetSurf:html_convert()+0x628 (section 8 @ 0x8fa68)
    NetSurf:content_convert()+0x210 (section 8 @ 0x35a10)
    NetSurf:fetchcache_callback()+0x3FC (section 8 @ 0x39eb0)
    NetSurf:fetch_send_callback()+0x4C (section 8 @ 0x38670)
    NetSurf:fetch_curl_done()+0x338 (section 8 @ 0x3e85c)
    NetSurf:fetch_curl_poll()+0x144 (section 8 @ 0x3e4e0)
    NetSurf:fetch_poll()+0x60 (section 8 @ 0x38338)
    NetSurf:netsurf_poll()+0x60 (section 8 @ 0x65c9c)
    NetSurf:netsurf_main_loop()+0x1C (section 8 @ 0x65928)
    NetSurf:netsurf_main()+0x2C (section 8 @ 0x658e8)
    NetSurf:main()+0x4C (section 8 @ 0x6589c)
    native kernel module newlib.library.kmod+0x00001f38
    native kernel module newlib.library.kmod+0x00002bcc
    native kernel module newlib.library.kmod+0x00002d48
    NetSurf:_start()+0x170 (section 8 @ 0x170)
    native kernel module dos.library.kmod+0x0001ea6c
    native kernel module kernel+0x000360d0
    native kernel module kernel+0x00036150
    

Reply via email to