* Thomas Dickey <[email protected]> [2009-12-19 18:56]: > Here, I get a failure to uncompress the file (with the Debian package), > and no problem running my own compile. I'll see if I can reproduce the > Debian package's settings and perhaps spot a problem with valgrind.
gdb just gives the following, which probably isn't very useful. Since you had problems uncompressing the html file, I put it at http://www.cyrius.com/tmp/for-sale.html If you still cannot reproduce it, I can run valgrind later but I've to catch a flight now. (gdb) run -core For-sale-The-240-year-old-bridge-cost-1-65m-earn-113k-year-tax-free-tolls.html Starting program: /usr/bin/lynx -core For-sale-The-240-year-old-bridge-cost-1-65m-earn-113k-year-tax-free-tolls.html -p 00093000 fe:02 659042 /usr/lib/libgnutls.so.26.14.12 b7f74000-b7f75000 rw-p 00000000 00:00 0 b7f75000-b7fb6000 r-xp 00000000 fe:02 294968 /lib/libncursesw.so.5.7 b7fb6000-b7fb9000 rw-p 00041000 fe:02 294968 /lib/libncursesw.so.5.7 b7fb9000-b7fcd000 r-xp 00000000 fe:02 656821 /usr/lib/libz.so.1.2.3.3 b7fcd000-b7fce000 rw-p 00013000 fe:02 656821 /usr/lib/libz.so.1.2.3.3 b7fdf000-b7fe1000 rw-p 00000000 00:00 0 b7fe1000-b7fe2000 r-xp 00000000 00:00 0 [vdso] b7fe2000-b7ffe000 r-xp 00000000 fe:02 295208 /lib/ld-2.10.2.so b7ffe000-b7fff000 r--p 0001b000 fe:02 295208 /lib/ld-2.10.2.so b7fff000-b8000000 rw-p 0001c000 fe:02 295208 /lib/ld-2.10.2.so bffbe000-c0000000 rw-p 00000000 00:00 0 [stack] Program received signal SIGABRT, Aborted. 0xb7fe1416 in __kernel_vsyscall () (gdb) where #0 0xb7fe1416 in __kernel_vsyscall () #1 0xb7d858e0 in raise () from /lib/i686/cmov/libc.so.6 #2 0xb7d88e15 in abort () from /lib/i686/cmov/libc.so.6 #3 0xb7dbc6c5 in ?? () from /lib/i686/cmov/libc.so.6 #4 0xb7dc6824 in ?? () from /lib/i686/cmov/libc.so.6 #5 0xb7dc92cb in ?? () from /lib/i686/cmov/libc.so.6 #6 0xb7dca8db in calloc () from /lib/i686/cmov/libc.so.6 #7 0xb7f8f088 in _nc_makenew () from /lib/libncursesw.so.5 #8 0xb7f8f38b in derwin () from /lib/libncursesw.so.5 #9 0x080848c7 in ?? () #10 0x080648dd in ?? () #11 0x080666b3 in ?? () #12 0x0807c3f1 in ?? () #13 0x080756d8 in ?? () #14 0xb7d71b55 in __libc_start_main () from /lib/i686/cmov/libc.so.6 #15 0x0804bd91 in ?? () (gdb) -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

