lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev 2.8.2rel.1 crash


From: T.E.Dickey
Subject: Re: lynx-dev 2.8.2rel.1 crash
Date: Tue, 27 Jul 1999 07:52:09 -0400 (EDT)

> On Mon, 26 Jul 1999, T.E.Dickey wrote: 
>  
> > >  
> > > On Mon, 26 Jul 1999, Andrew Pimlott wrote:  
> > >   
> > > > % lynx http://www.itso.iu.edu/alerts/  
> > > >   
> > > > A Fatal error has occurred in Lynx Ver. 2.8.2rel.1  
> > >   
> > > I can confirm this with 2.8.2dev.19 on SunOS 4.1.3_U1. I downloaded  
> >  
> > 2.8.3dev.3 works fine (there was a usemap fix - again - a few patches ago). 
>  
> Did you mean 2.8.3dev.4? 

perhaps it was a patched dev.3 (that was one of the first patches after dev.3,
and I see the timestamp on my copy of lynx is dated after the patch).
 
> It still crashes for me.  My HTML.c is basically 2.8.3dev.3 with some 
> changes for my 'simple table' stuff.  I didn't compile 2.8.3dev.4 yet, 
> but compared the 2.8.3dev.4 HTML.c with mine.  The only relevant 
> difference I found (there is also some change in MakeNewTitle that is 
> #ifdef SH_EX and shouldn't be relevant here) is in MakeNewMapValue: 
>  
> my (2.8.3dev.3) HTML.c: 
>  
>     StrAllocCat(newtitle,mapstr); /* ISMAP or USEMAP */ 
>     if ( verbose_img ) { 
>  
> 2.8.3dev.4 HTML.c: 
>  
>     StrAllocCat(newtitle,mapstr); /* ISMAP or USEMAP */ 
>     if ( verbose_img && value[HTML_IMG_SRC] && *value[HTML_IMG_SRC] ) { 

yes (this is the fix I have in mind).
  
>    Klaus 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]