Hi,
The last I tried was savannah.gnu.org.
I have the ca-certificates package installed and w3m set to look for CA
certificates in /etc/ssl/certs. I don't use a client certificate, as I
don't need it.
Hrm, I'm not so sure. I've found out that if you try repeatedly, w3m
hangs, and when sent SIGINT, crashes with a SIGSEGV, where the stack
trace looks like this:
#0 0x0000aae9 in ?? ()
#1 0x08056e56 in strcpy()
#2 0x400cab0a in Gpm_Wgetch() from /usr/lib/libgpm.so.1
#3 0x0807fec9 in wgetch()
#4 0x0804d2bf in strcpy()
#5 0x0804b4b4 in strcpy()
#6 0x402079d3 in __libc_start_main() from /lib/libc.so.6
The trace looks somewhat bogus to me (a lot of symbols are missing, so
these are actually the next public entry points), but #0 is quite
interesting (eax == eip at the point of the crash). The next frame above
contains a "call *%eax", where eax is taken from some structure the
function found a pointer to on the stack. The call is just between two
invokations of signal, where the SIGINT handler is changed just for this
call. I believe that shulg be enough to find the spot where the error is
happening, if not I can compile a debug version.
Simon