[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: |
Vlad Harchev |
Subject: |
Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site |
Date: |
Tue, 31 Aug 1999 10:48:12 +0500 (SAMST) |
On Mon, 30 Aug 1999, Frederic L . W . Meunier wrote:
> On Mon, Aug 30, 1999 at 05:54:49PM +0500, Vlad Harchev wrote:
>
> > Fredereic, here is another advice - run ltrace. In your case, issue the
> > following:
> >
> > ltrace -p PID_OF_LYNX -e malloc -tt
>
> address@hidden on p1 at 23:18:12 [/usr/local/src/misc/www/lynx2-8-3/objdir] %
> ltrace -p 2006 -e malloc -tt
> zsh: command not found: ltrace
> address@hidden on p1 at 23:19:25 [/usr/local/src/misc/www/lynx2-8-3/objdir] %
> trace -p 2006 -e malloc -tt
> zsh: command not found: trace
> address@hidden on p1 at 23:19:38 [/usr/local/src/misc/www/lynx2-8-3/objdir] %
> strace -p 2006 -e malloc -tt
> strace: invalid system call `malloc'
> address@hidden on p1 at 23:19:44 [/usr/local/src/misc/www/lynx2-8-3/objdir] %
> strace -p 2006 -tt
> 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.
strace'ing this process produces the same results (SIGSTOP,SIGSEGV).
lrtace'ing too (the same message as shown above).
The virtual image of the process doesn't grow, CPU usage does.
here what 'ps -c -l -C lynx' says about it:
F S UID PID PPID CLS PRI ADDR SZ WCHAN TTY TIME CMD
000 R 500 4343 862 - 19 - 3403 - ttyp5 00:01:23 lynx
- ie process is running.
It takes 80% of my CPU and 13Mb of RAM.
> Hehe, after this my rxvt closed.
>
> Oops, I don't need -ll but got the same result:
> address@hidden on p1 at 23:24:15 [/usr/local/src/misc/www/lynx2-8-3/objdir] %
> strace -p 2018
> --- SIGSTOP (Stopped (signal)) ---
> --- SIGSEGV (Segmentation fault) ---
>
> Question: Need _s_trace?
I meant ltrace, but neither ltrace, nor strace give anything in our
situation.
>[...]
> Sure, I'm not a developer nor a debugger. And I have a running Lynx, just
> a problem with this site.
>
Seems you'd better build lynx without '--without-charsets' switch to
configure.
> --
> Frederic L. W. Meunier \ address@hidden,urbi.com.br}
> IRC: _19751127!date \ Tel: +55-21-620-7173 \ Niteroi, RJ - Brasil
>
Best regards,
-Vlad
- 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, Vlad Harchev, 1999/08/30
- Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site, Vlad Harchev, 1999/08/30
- Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site, Klaus Weide, 1999/08/30
- Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site, Vlad Harchev, 1999/08/30
- Re: lynx-dev Lynx 2.8.3.dev8: CPU problems connecting to a site, Klaus Weide, 1999/08/30
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 <=