Hello
i get this error only when want show the BBC page(link on startsite)
after that come a out of memory message.To find the correct line i do this
call into debugger.
const char *messages_get(const char *key)
{
if (strcmp(key,"NoMemory")==0){STOP}
return messages_get_ctx(key, messages_hash);
}
so i am sure its the right place.memory is enough here.the build have no MNG
support.Is this maybe a problem ?
I dont know what type of image that is.see log file of last lines before
error.
'http://news.bbc.co.uk/sol/shared/img/timezone/z.zzz'
please help whats wrong.netsurf do not crash but it dont show the page.i
have update render dir to newest files but problem is same.
content/fetchcache.c fetchcache_go 249: url
http://newsimg.bbc.co.uk/shared/img/v4/palette/orange.gif, status
TYPE_UNKNOWN
content/fetchcache.c fetchcache 143: url
http://newsimg.bbc.co.uk/shared/img/v4/palette/orange.gif
content/content.c content_add_user 1122: content
http://newsimg.bbc.co.uk/shared/img/v4/palette/orange.gif (0x11a19f28),
user
0x10d55d94 0x11604360 0xc6
content/fetchcache.c fetchcache_go 249: url
http://newsimg.bbc.co.uk/shared/img/v4/palette/orange.gif, status
TYPE_UNKNOWN
content/fetchcache.c fetchcache 143: url
http://newsimg.bbc.co.uk/shared/img/v4/panel_gradient.gif
content/content.c content_create 404: url
http://newsimg.bbc.co.uk/shared/img/v4/panel_gradient.gif -> 0x11c27888
content/content.c content_add_user 1122: content
http://newsimg.bbc.co.uk/shared/img/v4/panel_gradient.gif (0x11c27888),
user
0x10d55d94 0x11604360 0xc7
content/fetchcache.c fetchcache_go 249: url
http://newsimg.bbc.co.uk/shared/img/v4/panel_gradient.gif, status
TYPE_UNKNOWN
content/fetchers/fetch_curl.c fetch_curl_setup 324: fetch 0x11c27d58, url
'http://newsimg.bbc.co.uk/shared/img/v4/panel_gradi
ent.gif'
content/fetchcache.c fetchcache 143: url
http://newsimg.bbc.co.uk/shared/img/v4/footer_blocks_grey.gif
content/content.c content_create 404: url
http://newsimg.bbc.co.uk/shared/img/v4/footer_blocks_grey.gif -> 0x11c3b088
content/content.c content_add_user 1122: content
http://newsimg.bbc.co.uk/shared/img/v4/footer_blocks_grey.gif (0x11c3b088),
user 0x10d55d94 0x11604360 0xc8
content/fetchcache.c fetchcache_go 249: url
http://newsimg.bbc.co.uk/shared/img/v4/footer_blocks_grey.gif, status
TYPE_UNKNOW
N
content/fetchers/fetch_curl.c fetch_curl_setup 324: fetch 0x11c3b658, url
'http://newsimg.bbc.co.uk/shared/img/v4/footer_bloc
ks_grey.gif'
content/fetchcache.c fetchcache 143: url
http://news.bbc.co.uk/sol/shared/img/timezone/z.zzz
content/content.c content_create 404: url
http://news.bbc.co.uk/sol/shared/img/timezone/z.zzz -> 0x11c3d488
content/content.c content_add_user 1122: content
http://news.bbc.co.uk/sol/shared/img/timezone/z.zzz (0x11c3d488), user
0x10d
55d94 0x11604360 0xc9
content/fetchcache.c fetchcache_go 249: url
http://news.bbc.co.uk/sol/shared/img/timezone/z.zzz, status TYPE_UNKNOWN
content/fetchers/fetch_curl.c fetch_curl_setup 324: fetch 0x11c3d958, url
'http://news.bbc.co.uk/sol/shared/img/timezone/z.zz
z'
render/html.c html_convert 450: imagemap extraction failed
Regards