I get an elinks crash at the following URL:

        http://podcasts.odiogo.com/2020-nexus/podcasts-xml.php

Here is the elinks version, features, internal crash
handler output and gdb backtrace.

If a fix is made, please if you can, post it here, not
just to the GIT repo.

I don't know anything about the DOM code, sorry.

Thanks,

-- 
Scott

                        *       *       *

ELinks 0.13.GIT 43036aec73dacfa924bada4d68c825eb4c261f5a-dirty
Built on May  7 2008 02:02:28

Features:
Standard, Fastmem, IPv6, gzip, bzip2, No mouse, UTF-8, Periodic Saving,
Viewer (Search History, Timer, Marks), Cascading Style Sheets, Protocol
(Authentication, BitTorrent, File, CGI, Finger, FTP, Gopher, HTTP,
NNTP, URI rewrite, User protocols), SSL (OpenSSL), MIME (Option system,
Mailcap, Mimetypes files), LED indicators, Bookmarks, Cookies,
ECMAScript (SpiderMonkey), Form History, Global History, Scripting
(Lua, Spidermonkey ECMAScript), Exmode, Goto URL History

./elinks(dump_backtrace+0x1c)[0x80ee39c]
./elinks[0x80bc70d]
./elinks[0x80bc638]
[0x110420]
./elinks(pop_dom_node+0x3e)[0x80a086e]
./elinks(render_dom_document+0x183)[0x8088453]
./elinks(render_document+0x4fa)[0x808451a]
./elinks(render_document_frames+0x1bd)[0x80847bd]
./elinks(draw_formatted+0x26)[0x80f5d46]
./elinks(display_timer+0x2a)[0x80e2daa]
./elinks[0x80e4814]
./elinks[0x80b7606]
./elinks(read_from_socket+0x33)[0x80b9ae3]
./elinks[0x80d4d00]
./elinks[0x80d540f]
./elinks(http_got_header+0xb6a)[0x80d5faa]
./elinks[0x80b9bc8]
./elinks(select_loop+0x1fa)[0x80b481a]
./elinks(main+0x93)[0x80b3f13]
/lib/libc.so.6(__libc_start_main+0xe0)[0xa80390]

Program received signal SIGSEGV, Segmentation fault.
0x080a0772 in call_dom_stack_callbacks (stack=0x8eab318, state=0x8ebf850, 
    action=DOM_STACK_POP) at stack.c:145
145                             callback = 
context->info->pop[state->node->type];
(gdb) bt
#0  0x080a0772 in call_dom_stack_callbacks (stack=0x8eab318, state=0x8ebf850, 
    action=DOM_STACK_POP) at stack.c:145
#1  0x080a086e in pop_dom_node (stack=0x8eab318) at stack.c:222
#2  0x08088453 in render_dom_document (cached=0x8ebc200, document=0x8ebf490, 
    buffer=0xbff22700) at renderer.c:138
#3  0x0808451a in render_document (vs=0x8ebf3e0, doc_view=0x8ebb898, 
    options=0xbff22744) at renderer.c:262
#4  0x080847bd in render_document_frames (ses=0x8ea7b80, no_cache=2)
    at renderer.c:469
#5  0x080f5d46 in draw_formatted (ses=0x8ea7b80, rerender=3) at draw.c:351
#6  0x080e2daa in display_timer (ses=0x8ea7b80) at session.c:453
#7  0x080e4814 in loading_callback (download=0x8ebf3b8, ses=0x8ea7b80)
    at task.c:538
#8  0x080b7606 in notify_connection_callbacks (conn=0x8ec03e8) at 
connection.c:449
#9  0x080b9ae3 in read_from_socket (socket=0x8ec0480, buffer=0x8ec0f98, 
    state=S_SENT, done=0x80d5050 <read_http_data>) at socket.c:912
#10 0x080d4d00 in read_more_http_data (conn=<value optimized out>, 
rb=0x8ec0f98, 
    already_got_anything=1) at http.c:1145
#11 0x080d540f in read_http_data (socket=0x8ec0480, rb=0x8ec0f98) at http.c:1350
#12 0x080d5faa in http_got_header (socket=0x8ec0480, rb=0x8ec0f98) at 
http.c:1906
#13 0x080b9bc8 in read_select (socket=0x8ec0480) at socket.c:879
#14 0x080b481a in select_loop (init=0x80b38a0 <init>) at select.c:289
#15 0x080b3f13 in main (argc=2, argv=0xbff22b74) at main.c:365
_______________________________________________
elinks-dev mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-dev

Reply via email to