If this bug is reproducible, do:
recompile elinks with --disable-backtrace (yes, --disable, because I don't like 
it)
Make sure, ELinks is compiled with debug symbols.
make V=1 shows -g among flags in this case
After the compilation:
ulimit -c unlimited # for core dumps
cd
elinks
(click, click, segfault)
if the "core" or the "core.$pid" file appears in the home directory, run:
gdb path_to_elinks core

In gdb:
bt

Copy the results from the screen and mail it here.
Filenames, function names, variables, and line numbers are usually in 
backtraces.
Be careful, because your passwords and logins might be visible there.


_______________________________________________
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to