Hi,

elinks compiled from current git HEAD
(f778e66d88dcc74efd4dbbafa6747e520e7a92e5) crashes when trying to access
the following URL:

        http://h30499.www3.hp.com/t5/HP-9000/HPMC/td-p/3904761

One example below. Sometimes you also see:

        INTERNAL ERROR at stylesheet.c:36: assertion sels && name failed!

Under screen it leaves the terminal in odd state - I need to
kill the window...

...

ELinks crashed. That shouldn't happen. Please report this incident to
the developers. If you would like to help to debug the problem you just
uncovered, please keep the core you just got and send the developers
the output of 'bt' command entered inside of gdb (which you run as:
gdb elinks core). Thanks a lot for your cooperation!

ELinks 0.13.GIT
Built on Apr  3 2015 13:56:22

Features:
Standard, IPv6, gzip, UTF-8, Periodic Saving, Viewer (Search History,
Timer, Marks), Cascading Style Sheets, Protocol (Authentication, File,
FTP, HTTP, URI rewrite, User protocols), SSL (OpenSSL), MIME (Option
system, Mailcap, Mimetypes files), LED indicators, Bookmarks, Cookies,
Form History, Global History, Goto URL History

elinks(dump_backtrace+0x20)[0x48cc00]
elinks[0x46915e]
elinks[0x46964b]
/lib64/libc.so.6(+0x334b0)[0x7f671f8934b0]
elinks[0x43ac7a]
elinks[0x43b1b8]
elinks(get_css_selector_for_element+0x72)[0x43b342]
elinks(parse_html+0xea3)[0x4535c3]
elinks(format_html_part+0x262)[0x448232]
elinks(render_html_document+0x178)[0x448718]
elinks(render_document+0x385)[0x43a325]
elinks(render_document_frames+0x1a7)[0x43a527]
elinks(draw_formatted+0x3a)[0x49652a]
elinks(display_timer+0x24)[0x47d804]
elinks(check_timers+0x84)[0x45f834]
elinks(select_loop+0x3db)[0x45f5db]
elinks(main+0x39)[0x414899]
/lib64/libc.so.6(__libc_start_main+0xf0)[0x7f671f880770]
elinks(_start+0x29)[0x414979]
Aborted (core dumped)
$ gdb elinks core
GNU gdb (GDB) 7.8
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from elinks...(no debugging symbols found)...done.
[New LWP 7430]

warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
Core was generated by `elinks 
http://h30499.www3.hp.com/t5/HP-9000/HPMC/td-p/3904761'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007f671f893427 in raise () from /lib64/libc.so.6
(gdb) bt
#0  0x00007f671f893427 in raise () from /lib64/libc.so.6
#1  0x00007f671f8947fa in abort () from /lib64/libc.so.6
#2  0x0000000000469163 in ?? ()
#3  0x000000000046964b in ?? ()
#4  <signal handler called>
#5  0x000000000043ac7a in ?? ()
#6  0x000000000043b1b8 in ?? ()
#7  0x000000000043b342 in get_css_selector_for_element ()
#8  0x00000000004535c3 in parse_html ()
#9  0x0000000000448232 in format_html_part ()
#10 0x0000000000448718 in render_html_document ()
#11 0x000000000043a325 in render_document ()
#12 0x000000000043a527 in render_document_frames ()
#13 0x000000000049652a in draw_formatted ()
#14 0x000000000047d804 in display_timer ()
#15 0x000000000045f834 in check_timers ()
#16 0x000000000045f5db in select_loop ()
#17 0x0000000000414899 in main ()
(gdb) quit

A.
-- 
http://lists.linuxfromscratch.org/listinfo/elinks-dev
Unsubscribe: See the above information page

Reply via email to