[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] Re: lynx randomly hanging at "HTTP/1.1 200 OK"
From: |
Frédéric L . W . Meunier |
Subject: |
Re: [Lynx-dev] Re: lynx randomly hanging at "HTTP/1.1 200 OK" |
Date: |
Mon, 2 Jan 2006 21:09:57 -0200 |
On 1/2/06, Thomas Dickey wrote:
> On Mon, Jan 02, 2006 at 08:52:35PM -0200, Frédéric L. W. Meunier wrote:
>
> > It took some time, but here's the gdb. Please tell me if it's
> > complete, otherwise tell me what I should do under gdb (it's
> > still attached).
>
> I think the obvious thing to check is whether it's stuck in a loop
> trying to open a temporary file. There are a couple of loops to
> check on: fmt_tempname (the current function), and LYOpenTemp (the
> caller of fmt_tempname).
>
> If you type "finish", gdb will try to finish the current function.
> If it's stuck in a loop, it won't come back - and you can control/C
> back to gdb's prompt. Doing that twice would normally get back to
> HTCompressed.
If I type it, it returns:
Run till exit from #0 0xb7d01ea3 in random_r () from /lib/tls/libc.so.6
0xb7d01d57 in random () from /lib/tls/libc.so.6
(gdb)