[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev lynx2.8.5dev.12d.patch.gz
From: |
Thomas Dickey |
Subject: |
Re: lynx-dev lynx2.8.5dev.12d.patch.gz |
Date: |
Fri, 3 Jan 2003 11:48:26 -0500 (EST) |
>
> > problems:
>
> > a) refers to freed memory (same as the previous report), and
>
> > b) doesn't repaint the display properly. Unlike the previous
> > case, this time it doesn't repaint the parent properly - half
> > the time.
>
> > I'm considering moving your fixed HTLine's (tmp_long_line) into the document
> > structure, and seeing how your original patch does that way. From
> > debugging, I
> > can see that the problem with redisplay occurs with the second entry
> > of that array.
>
> I am curious about the difference when fixed HTLine's are globals
> vs HText members (in case of difference the color styles should also be
> broken).
I did test with/without color style, and with/without caching. None
of that seemed to make a difference. Though I noticed the problem
with the color-styles since I use that more often, I configured my
debugging disabling default-colors, enabling the debugging and leak-checking
options. The contents of my lynx.cfg didn't seem to affect it either.
(Debugging stuff like this goes very slowly even when I cut the screensize
down).
> The following proposed: 1) use ALLOC_IN_POOL and POOL_FREE as functions so
> it will be easier to debug the stack; and 2) add one more new_line() into
> HText_endAppend() so we switch self->last_line from the fixed one (if any)
> into the one allocated in pool (extra bottom lines will be removed either
> way).
>
>
>
> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
>
--
Thomas E. Dickey <address@hidden> <address@hidden>
http://dickey.his.com
ftp://dickey.his.com
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- lynx-dev lynx2.8.5dev.12d.patch.gz, Thomas Dickey, 2003/01/01
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Leonid Pauzner, 2003/01/01
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Thomas E. Dickey, 2003/01/01
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Leonid Pauzner, 2003/01/02
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Leonid Pauzner, 2003/01/02
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Thomas Dickey, 2003/01/02
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Leonid Pauzner, 2003/01/03
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz,
Thomas Dickey <=
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Leonid Pauzner, 2003/01/03
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Leonid Pauzner, 2003/01/07
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Thomas Dickey, 2003/01/07
- Message not available
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Leonid Pauzner, 2003/01/10
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Thomas Dickey, 2003/01/02
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Leonid Pauzner, 2003/01/03
- Re: lynx-dev lynx2.8.5dev.12d.patch.gz, Thomas Dickey, 2003/01/03