[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site
From: |
Klaus Weide |
Subject: |
Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site |
Date: |
Tue, 31 Aug 1999 02:21:47 -0500 (CDT) |
On Tue, 31 Aug 1999, Vlad Harchev wrote:
> On Mon, 30 Aug 1999, Frederic L . W . Meunier wrote:
> > 23:19:56.201048 --- SIGSTOP (Stopped (signal)) ---
> > 23:19:56.204604 --- SIGSEGV (Segmentation fault) ---
>
> I build dev8 with same config. I also have this problem. Lynx says
> 'HTTP/1.1 200 OK' and hangs.
With -trace -tlog you should get a better idea how far it got.
> strace'ing this process produces the same results (SIGSTOP,SIGSEGV).
> lrtace'ing too (the same message as shown above).
I assume you had stopped the process with ^Z. The 'SIGSTOP (Stopped
(signal))' is then just a delayed effect of the ^Z. You should
attach to the process without stopping it first (from another window
or console), or strace/ltrace it from the start. Otherwise you are
probably just debugging problems in the interrupt handler, not the
original problem.
Klaus
- Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site, (continued)
Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site, T.E.Dickey, 1999/08/29
Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site, T.E.Dickey, 1999/08/29
Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site, T.E.Dickey, 1999/08/29
Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site, Vlad Harchev, 1999/08/31
- Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site,
Klaus Weide <=