[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Alert!: History List maximum reached! Document not pushed.
From: |
Klaus Weide |
Subject: |
Re: lynx-dev Alert!: History List maximum reached! Document not pushed. |
Date: |
Fri, 13 Aug 1999 11:24:55 -0500 (CDT) |
On Fri, 13 Aug 1999, Frederic L. W. Meunier wrote:
> Hi. I'm running Lynx 2.8.3.dev5 since July 31 and today I keep getting what
> the subject
> says. What's the best way to stop this alert, or better, clear the History
> List without
> the need to run Lynx
> again?
PREV_DOC lots of times, each followed quickly by one or more 'z'.
Or first disconnect or otherwise make the network (and possibly
name server) unreachable (e.g. with a firewall rule), then a bunch
of PREV_DOCs.
Or, if compiled with at least some debugging info, attach with gdb
and 'set var nhist=10' (for example; never *increase* it). You'd
lose (leak) all the memory used for the URL and title strings.
Klaus