lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev segfault (signal 11) in lynx 2.8.1-rel2


From: John Bley
Subject: lynx-dev segfault (signal 11) in lynx 2.8.1-rel2
Date: Sun, 15 Nov 1998 00:04:19 -0500 (EST)

Gentlemen:
I get a segfault when loading http://www.tvgen.com/tv/listings_left.htm
lynx 2.7.0 does not seem to exhibit this behaviour.
lynx 2.8.1-rel2 does.
The saved HTML source, lynx -trace output, and the interesting bit of gdb 
debugging info follows.
My lynx 2.8.1-rel2+SSL also exhibits this behaviour along with the 
pure 2.8.1-rel2.
I hope this is enough information.  If I can be of further assistance 
please let me know.

uname -a reports:
SunOS soc15.acpub.duke.edu 5.6 Generic_105181-03 sun4u sparc SUNW,Ultra-30

Compiled lynx using gcc (one regular build, one with --enable-debug in 
the configure - both do the segfault)  Both compiles were clean.

-- 
John Bley - address@hidden
Duke '99 - English/Computer Science
    Ubi dubium ibi libertas.


<BUGINFO: offending html file>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN">
<HTML>
<HEAD>
<TITLE>Television</TITLE>
<META NAME="description" CONTENT="">
<META NAME="Keywords" CONTENT="">
<SCRIPT LANGUAGE="JavaScript">
<!--
// Check the browser version.
        function UzibrowserCheck() {
        if (navigator.appVersion.charAt(0)>=3) return true
        else return false;
        }
        
// Check LiveConnectivity
        
function LiveConnectCheck() {
  if(navigator.userAgent.lastIndexOf("MSIE") != -1) return false
        else return true;
 if (navigator.appVersion.charAt(0)>=3) return true
        else return false;
  }
  
        if (UzibrowserCheck()) {

                tnav1off = new Image();
                tnav1off.src = "/navs/images/ttele1.gif";
                
                tnav2off = new Image();
                tnav2off.src = "/navs/images/ttele2.gif";

                tnav1on = new Image();
                tnav1on.src = "/navs/images/ttele1_on.gif";
                
                tnav2on = new Image();
                tnav2on.src = "/navs/images/ttele2_on.gif";
                
                
                nav1off = new Image();
                nav1off.src = "/navs/images/stele1.gif";
                
                nav2off = new Image();
                nav2off.src = "/navs/images/stele2.gif";
                
                nav3off = new Image();
                nav3off.src = "/navs/images/stele3.gif";
                
                nav4off = new Image();
                nav4off.src = "/navs/images/stele4.gif";
                
                nav5off = new Image();
                nav5off.src = "/navs/images/stele5.gif";
                
                nav6off = new Image();
                nav6off.src = "/navs/images/stele6.gif";
                
                nav7off = new Image();
                nav7off.src = "/navs/images/stele7.gif";
                
                nav8off = new Image();
                nav8off.src = "/navs/images/stele8.gif";
                
                nav9off = new Image();
                nav9off.src = "/navs/images/stele9.gif";
                                

                nav1on = new Image();
                nav1on.src = "/navs/images/stele1_on.gif";
                
                nav2on = new Image();
                nav2on.src = "/navs/images/stele2_on.gif";
                
                nav3on = new Image();
                nav3on.src = "/navs/images/stele3_on.gif";
                
                nav4on = new Image();
                nav4on.src = "/navs/images/stele4_on.gif";
                
                nav5on = new Image();
                nav5on.src = "/navs/images/stele5_on.gif";
                
                nav6on = new Image();
                nav6on.src = "/navs/images/stele6_on.gif";
                
                nav7on = new Image();
                nav7on.src = "/navs/images/stele7_on.gif";
                
                nav8on = new Image();
                nav8on.src = "/navs/images/stele8_on.gif";
                
                nav9on = new Image();
                nav9on.src = "/navs/images/stele9_on.gif";


                t0box = new Image();
                t0box.src = "/navs/images/llogoc.gif"   
                
                t1box = new Image();
                t1box.src = "/navs/images/llogo1.gif"
                
                t2box = new Image();
                t2box.src = "/navs/images/llogo2.gif"
                
                t3box = new Image();
                t3box.src = "/navs/images/llogo3.gif"
                
                t4box = new Image();
                t4box.src = "/navs/images/llogo4.gif"
                
                t5box = new Image();
                t5box.src = "/navs/images/llogo5.gif"
                
                t6box = new Image();
                t6box.src = "/navs/images/llogo6.gif"
                
                t7box = new Image();
                t7box.src = "/navs/images/llogo7.gif"
                
                t8box = new Image();
                t8box.src = "/navs/images/llogo8.gif"
                
                t9box = new Image();
                t9box.src = "/navs/images/llogo9.gif"
        


        }
        
function UziSlimEnter(imgName) {
        if (UzibrowserCheck()) {
        imgOn = eval(imgName + "on.src");
        document[imgName].src = imgOn;
        
        }
        
        }
function UziSlimExit(imgName) {
        if (UzibrowserCheck()) {
        document[imgName].src = eval(imgName + "off.src");
                
        }
        
        
        }       
function UziSlimBox(imgName) {
        if (UzibrowserCheck()) {
        imgOn = eval(imgName + "box.src");
        document['box'].src = imgOn;
        }
}

//  -->


</SCRIPT>

<SCRIPT LANGUAGE="JavaScript1.2">
<!--

/*
coded by paul donnelly
for News America Digital Publishing
april 1998
*/

if (document.all) {

var curDiv;
var curImg;
var arrowup = new Image();
arrowup.src = "/navs/images/arrow.gif";
var arrowdown = new Image();
arrowdown.src = "/navs/images/arrow_down2.gif";
var arrowactive = new Image();
//arrowactive.src = "/navs/images/arrow_active.gif";
arrowactive.src = "/navs/images/arrow_down2.gif";

function startme() {
        curDiv = nullDiv;
        curImg = nullImg;
/*
inital dropdown enabled.
*/

        curImg = television_img; // the *_img must correspond with the initial 
dropdown.
        DropDown(television); // initial dropdown

}       

window.onload = startme;

function DropDown(e) {

        if (e.id != curDiv.id) {
        curDiv.style.display = "none";
        curImg.src = arrowup.src;
        }
        
        if (window.event.type == "click") {
        curImg = window.event.srcElement;
        }

        if (e.style.display == "") {
        e.style.display = "none";
        curImg.src = arrowup.src;
        curDiv = nullDiv;
        curImg = nullImg;
        } else {
        e.style.display = "";
        curImg.src = arrowdown.src;
        curDiv = e;
        }
}

function on(g) {
        if (curImg.id != g.id) {
        g.src = arrowactive.src;
        }
}

function off(f) {
        if (curImg.id != f.id) {
        f.src = arrowup.src;
        }
}

} //end if (document.all)
//-->
</SCRIPT>

</HEAD>
<BODY BGCOLOR="#B5C6F7" TEXT="#000000" LINK="#990000" VLINK="#330066" 
ALINK="#330066" BACKGROUND="images/bg_tele3.gif">

<table width="100%" border="0">
<div id="nullDiv" style="display:none"></div>
<img id="nullImg" style="display:none">
<tr>
<td align=left valign=top WIDTH=135 rowspan=3>

<img src="/navs/images/arrow.gif" WIDTH=12 HEIGHT=12 id="news_gossip_img" 
onclick="DropDown(news_gossip)" style="cursor: hand" 
onmouseover="on(news_gossip_img)" onmouseout="off(news_gossip_img)" 
name="arrow1" border=0><a href="/newsgossip/index.htm" onmou


seover=" UziSlimEnter('nav1'), UziSlimBox('t1'), window.status='News &amp; 
Gossip'; return true" onmouseout="UziSlimExit('nav1'), UziSlimBox('t0')" 
target="_parent"><img src="/navs/images/stele1.gif" border=0 name=nav1></a>
<div id="news_gossip" style="display:none">
<font size="-2" face="helvetica, sans serif">
&nbsp; &nbsp; &nbsp;<a href="/newsgossip/dish/index.htm" target="_parent">Daily 
Dish</a><br>
&nbsp; &nbsp; &nbsp;<a href="/newsgossip/lizsmith/index.htm" 
target="_parent">Liz Smith</a><br>
&nbsp; &nbsp; &nbsp;<a href="/newsgossip/pagesix/index.htm" 
target="_parent">Page Six</a><br>
&nbsp; &nbsp; &nbsp;<a href="/newsgossip/reuters/index.htm" 
target="_parent">Reuters/Variety</a><br>
&nbsp; &nbsp; &nbsp;<a href="/newsgossip/horoscopes/index.htm" 
target="_parent">Horoscopes</a><br>
&nbsp; &nbsp; &nbsp;<a href="/newsgossip/caught/index.htm" 
target="_parent">Caught in the Act</a><br>


</font>
</div>

<img src="/navs/images/arrow.gif" WIDTH=12 HEIGHT=12 id="television_img" 
onclick="DropDown(television)" style="cursor: hand" 
onmouseover="on(television_img)" onmouseout="off(television_img)" name="arrow1" 
border=0><a href="/tv/index.htm" onmouseover=" Uzi


SlimEnter('nav2'), window.status='Television'; return true" 
onmouseout="UziSlimExit('nav2')" target="_parent"><img 
src="/navs/images/stele2.gif" border=0 name=nav2></a>
<div id="television" style="display:none">
<font size="-2" face="helvetica, sans serif">
&nbsp; &nbsp; &nbsp;<a 
href="http://puck.nis.newscorp.com/tv/listings/cgi-bin/login"; 
target="_parent">TV Listings</a><br>
&nbsp; &nbsp; &nbsp;<a href="/tv/magazine/index.htm" target="_parent">TV Guide 
Magazine</a><br>
&nbsp; &nbsp; &nbsp;<a href="/tv/crosswords/index.htm" target="_parent">TV 
Guide Crosswords</a><br>
&nbsp; &nbsp; &nbsp;<a href="/tv/cover/index.htm" target="_parent">Cover 
Gallery</a><br>
&nbsp; &nbsp; &nbsp;<a href="/tv/trivia/index.htm" target="_parent">Trivia 
Matters</a><br>
</font>
</div>

<img src="/navs/images/arrow.gif" WIDTH=12 HEIGHT=12 id="movies_img" 
onclick="DropDown(movies)" style="cursor: hand" onmouseover="on(movies_img)" 
onmouseout="off(movies_img)" name="arrow1" BORDER=0><a href="/movies/index.htm" 
onMouseOver="UziSlimEnter('na


v3'), UziSlimBox('t3'), window.status='Movies'; return true" 
onMouseOut="UziSlimExit('nav3'), UziSlimBox('t0')" target="_parent"><img 
src="/navs/images/stele3.gif" BORDER=0 name=nav3></a>
<div id="movies" style="display:none">
<font size="-2" face="helvetica, sans serif">
&nbsp; &nbsp; &nbsp;<A 
HREF="http://www.tvgen.com/movies/mopic/cgi-bin/page.c?brand=test&page=/movies/mopic/brands/test/search.txt";
 target="_parent">Movie Database</A><BR>
&nbsp; &nbsp; &nbsp;<A HREF="http://www.tvgen.com/movies/intheaters/index.htm"; 
target="_parent">In Theaters</A><BR>
&nbsp; &nbsp; &nbsp;<A HREF="http://www.tvgen.com/movies/onvideo/index.htm"; 
target="_parent">On Video</A><BR>
&nbsp; &nbsp; &nbsp;<A 
HREF="http://www.tvgen.com/tv/listings/cgi-bin/login?brand=movies&path=/tv/listings/cgi-bin/movie_quickpicks.pl";
 target="_parent">On TV</A><BR>
</font>
</div>

<img src="/navs/images/arrow.gif" WIDTH=12 HEIGHT=12 id="features_img" 
onclick="DropDown(features)" style="cursor: hand" 
onmouseover="on(features_img)" onmouseout="off(features_img)" name="arrow1" 
border=0><a href="/features/index.htm" onmouseover="UziSli


mEnter('nav4'), UziSlimBox('t4'), window.status='Features'; return true" 
onmouseout="UziSlimExit('nav4'), UziSlimBox('t0')" target="_parent"><img 
src="/navs/images/stele4.gif" border=0 name=nav4></a>
<div id="features" style="display:none">
<font size="-2" face="helvetica, sans serif">
&nbsp; &nbsp; &nbsp;<a href="http://puck.nis.newscorp.com/fotoflip/index.htm"; 
target="_parent">Fotoflip</a><br>
&nbsp; &nbsp; &nbsp;<a href="/features/yst/index.htm" target="_parent">You Sexy 
Thing!</a><br>
&nbsp; &nbsp; &nbsp;<a 
href="http://puck.nis.newscorp.com/listen/073098/index.htm"; 
target="_parent">Listen Up</a><br>
&nbsp; &nbsp; &nbsp;<a href="http://puck.nis.newscorp.com/"; 
target="_parent">Feature 1</a><br>
&nbsp; &nbsp; &nbsp;<a href="http://puck.nis.newscorp.com/"; 
target="_parent">Feature 2</a><br>
</font>
</div>

<img src="/navs/images/arrow.gif" WIDTH=12 HEIGHT=12 id="soaps_img" 
onclick="DropDown(soaps)" style="cursor: hand" onmouseover="on(soaps_img)" 
onmouseout="off(soaps_img)" name="arrow1" border=0><a href="/soaps" 
onmouseover=" UziSlimEnter('nav5'), UziSlimB


ox('t5'), window.status='Soaps'; return true" onmouseout="UziSlimExit('nav5'), 
UziSlimBox('t0')" target="_parent"><img src="/navs/images/stele5.gif" border=0 
name=nav5></a>
<div id="soaps" style="display:none">
<font size="-2" face="helvetica, sans serif">
&nbsp; &nbsp; &nbsp;<a href="/soaps/updates/index.htm" target="_parent">Daily 
Updates</a><br>
&nbsp; &nbsp; &nbsp;<a href="/soaps" target="_parent">Guide</a><br>
&nbsp; &nbsp; &nbsp;<a href="/soaps/news/index.htm" 
target="_parent">News</a><br>
&nbsp; &nbsp; &nbsp;<a href="/soaps/qa/index.htm" target="_parent">Q&A</a><br>
&nbsp; &nbsp; &nbsp;<a href="/soaps/ask/index.htm" target="_parent">Ask the 
Expert</a><br>
</font>
</div>

<img src="/navs/images/arrow.gif" WIDTH=12 HEIGHT=12 id="scifi_img" 
onclick="DropDown(scifi)" style="cursor: hand" onmouseover="on(scifi_img)" 
onmouseout="off(scifi_img)" name="arrow1" border=0><a href="/scifi/index.htm" 
onmouseover=" UziSlimEnter('nav6')


, UziSlimBox('t6'), window.status='Sci-Fi'; return true" 
onmouseout="UziSlimExit('nav6'), UziSlimBox('t0')" target="_parent"><img 
src="/navs/images/stele6.gif" border=0 name=nav6></a>
<div id="scifi" style="display:none">
<font size="-2" face="helvetica, sans serif">
&nbsp; &nbsp; &nbsp;<a href="/scifi/news/index.htm" 
target="_parent">News</a><br>
&nbsp; &nbsp; &nbsp;<a href="/scifi/qa/index.htm" target="_parent">Q&A</a><br>
&nbsp; &nbsp; &nbsp;<a href="/scifi/hot/index.htm" target="_parent">Hot 
List</a><br>
&nbsp; &nbsp; &nbsp;<a href="/scifi/" target="_parent">Video Gallery</a><br>
&nbsp; &nbsp; &nbsp;<a href="/scifi/xtest/index.sml" 
target="_parent">X-Test</a><br>
</font>
</div>

<img src="/navs/images/arrow.gif" WIDTH=12 HEIGHT=12 id="video_img" 
name="arrow1" border=0><a href="" onmouseover=" UziSlimEnter('nav7'), 
UziSlimBox('t7'), window.status='Video'; return true" 
onmouseout="UziSlimExit('nav7'), UziSlimBox('t0')" target="_par


ent"><img src="/navs/images/stele7.gif" border=0 name=nav7></a>
<div id="video" style="display:none">
</div>

<img src="/navs/images/arrow.gif" WIDTH=12 HEIGHT=12 id="communities_img" 
onclick="DropDown(communities)" style="cursor: hand" 
onmouseover="on(communities_img)" onmouseout="off(communities_img)" 
name="arrow1" border=0><a href="/chatbbs/index.htm" onmouseo


ver=" UziSlimEnter('nav8'), UziSlimBox('t8'), window.status='Communities'; 
return true" onmouseout="UziSlimExit('nav8'), UziSlimBox('t0')" 
target="_parent"><img src="/navs/images/stele8.gif" border=0 name=nav8></a>
<div id="communities" style="display:none">
<font size="-2" face="helvetica, sans serif">
&nbsp; &nbsp; &nbsp;<a href="http://puck.nis.newscorp.com/chat/index.htm"; 
target="_parent">Chat</a><br>
&nbsp; &nbsp; &nbsp;<a 
href="http://puck.nis.newscorp.com/chat/transcripts/index.htm"; 
target="_parent">Chat Transcripts</a><br>
&nbsp; &nbsp; &nbsp;<a href="http://puck.nis.newscorp.com/bbs/index.htm"; 
target="_parent">BBS</a><br>
&nbsp; &nbsp; &nbsp;<a 
href="http://puck.nis.newscorp.com/bbs/transcripts/index.htm"; 
target="_parent">BBS Transcripts</a><br>
</font>
</div>

<img src="/navs/images/arrow.gif" WIDTH=12 HEIGHT=12 id="shopping_img" 
onclick="DropDown(shopping)" style="cursor: hand" 
onmouseover="on(shopping_img)" onmouseout="off(shopping_img)" name="arrow1" 
border=0><a href="" onmouseover=" UziSlimEnter('nav9'), Uz


iSlimBox('t9'), window.status='Shopping'; return true" 
onmouseout="UziSlimExit('nav9'), UziSlimBox('t0')" target="_parent"><img 
src="/navs/images/stele9.gif" border=0 name=nav9></a>
<div id="shopping" style="display:none">
<font size="-2" face="helvetica, sans serif">
&nbsp; &nbsp; &nbsp;<a href="http://puck.nis.newscorp.com/shopping/index.htm"; 
target="_parent">Star Stuff</a><br>
&nbsp; &nbsp; &nbsp;<a href="http://puck.nis.newscorp.com/shopping/index.htm"; 
target="_parent">Television</a><br>
&nbsp; &nbsp; &nbsp;<a href="http://puck.nis.newscorp.com/shopping/index.htm"; 
target="_parent">Movies</a><br>
&nbsp; &nbsp; &nbsp;<a href="http://puck.nis.newscorp.com/shopping/index.htm"; 
target="_parent">Holiday</a><br>
&nbsp; &nbsp; &nbsp;<a href="http://puck.nis.newscorp.com/shopping/index.htm"; 
target="_parent">Best Buys</a><br>
</font>
</div>
<br>
<IMG SRC="/navs/images/space.gif" WIDTH=135 HEIGHT=1 alt="" border=0>
</td>
</tr>
</table>
</body>




<BUGINFO: /offending htm file>

<BUGINFO: gdb info>
(gdb) where
#0  0xef64e40c in strrchr ()
#1  0x6dde0 in MakeNewTitle (value=0x15c6c8, src_type=48) at ./HTML.c:7469
#2  0x647e8 in HTML_start_element (me=0x159498, element_number=59,
    present=0x15c6a4 "", value=0x15c6c8, tag_charset=0, include=0x15c7a0)
    at ./HTML.c:2775
#3  0x98ab8 in start_element (context=0x15c678)
    at ../../../WWW/Library/Implementation/SGML.c:921
#4  0x9b19c in SGML_character (context=0x15c678, c_in=62 '>')
    at ../../../WWW/Library/Implementation/SGML.c:2513
#5  0x9c110 in SGML_write (context=0x15c678,
    str=0x12aae9 ">\n<tr>\n<td align=left valign=top WIDTH=135 
rowspan=3>\n\n<im
g src=\"/navs/images/arrow.gif\" WIDTH=12 HEIGHT=12 
id=\"news_gossip_img\" oncli
ck=\"DropDown(news_gossip)\" style=\"cursor: hand\" onmouseover=\"on(ne"...,
    l=1226776) at ../../../WWW/Library/Implementation/SGML.c:3054
#6  0xa2a5c in HTFileCopy (fp=0x136d68, sink=0x15c678)
    at ../../../WWW/Library/Implementation/HTFormat.c:677
#7  0xa2d18 in HTParseFile (rep_in=0x14f960, format_out=0x14d358,
    anchor=0x15c678, fp=0x136d68, sink=0x0)
    at ../../../WWW/Library/Implementation/HTFormat.c:891
#8  0x90d04 in HTLoadFile (
    addr=0x158eb8 "file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm",
    anchor=0x158d88, format_out=0x14d358, sink=0x0)
    at ../../../WWW/Library/Implementation/HTFile.c:2320
---Type <return> to continue, or q <return> to quit---
#9  0x89cdc in HTLoad (addr=0x0, anchor=0x158d88, format_out=0x14d358,
    sink=0x0) at ../../../WWW/Library/Implementation/HTAccess.c:606
#10 0x8a0c8 in HTLoadDocument (
    full_address=0x158b68 
"file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm
", anchor=0x158d88, format_out=0x14d358, sink=0x0)
    at ../../../WWW/Library/Implementation/HTAccess.c:844
#11 0x8a5f8 in HTLoadAbsolute (docaddr=0x158b68)
    at ../../../WWW/Library/Implementation/HTAccess.c:1000
#12 0x36030 in getfile (doc=0x125594) at ./LYGetFile.c:649
#13 0x3a778 in mainloop () at ./LYMainLoop.c:565
#14 0x38b84 in main (argc=2, argv=0xeffffae4) at ./LYMain.c:1686
<BUGINFO: /gdb info>

<BUGINFO: lynx -trace output>
                Lynx Trace Log

LYNX_SIG_FILE set to '/afs/acpub/users/j/b/jbb6/.lynxsig'
Loading cfg file '/usr/local/lib/lynx.cfg'.
HTMLDTD: Copying DTD element info of size 5192, 118 * 44
ProcessMailcapFile: Loading file '/usr/local/lib/mosaic/mailcap'.
ProcessMailcapFile: Could not open '/usr/local/lib/mosaic/mailcap'.
ProcessMailcapFile: Loading file '/afs/acpub/users/j/b/jbb6/.mailcap'.
ProcessMailcapFile: Could not open '/afs/acpub/users/j/b/jbb6/.mailcap'.
HTFormat: Looking up presentation for text/plain to www/present
FindPresentation: found exact match: text/plain
HTFormat: Looking up presentation for text/html to www/present
FindPresentation: found exact match: text/html
HTFileInit: Loading default (HTInit) extension maps.
HTLoadExtensionsConfigFile: Loading file '/usr/local/lib/mosaic/mime.types'.
HTLoadExtensionsConfigFile: Could not open '/usr/local/lib/mosaic/mime.types'.
HTLoadExtensionsConfigFile: Loading file 
'/afs/acpub/users/j/b/jbb6/.mime.types'.
HTLoadExtensionsConfigFile: Could not open 
'/afs/acpub/users/j/b/jbb6/.mime.types'.
HTParse: aName:http://www.duke.edu/duke.html   relatedName:
1
HTParse: result:http://www.duke.edu/duke.html
STARTFILE 'listings_left.htm' is not a URL
Converted 'listings_left.htm' to '/tmp/jbb6/lynx2-8-1/listings_left.htm'
Converted 'listings_left.htm' to 
'file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm'
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
1
HTParse: result:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm
LYMain.c: User in REMOTE domain
Entering mainloop, 
startfile=file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm
getfile: getting file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm

HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
HTParse: result:localhost
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
HTParse: result:localhost
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
HTParse: result:file
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
1
HTParse: result:/tmp/jbb6/lynx2-8-1/listings_left.htm

HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
HTParse: result:
Entered HTAnchor_findAddress
New anchor 15ae18 has hash 54 and address 
`file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm'
HTAccess: loading document file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:file:
HTParse: result:file
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
HTParse: result:localhost
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
HTParse: result:file
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
1
HTParse: result:/tmp/jbb6/lynx2-8-1/listings_left.htm
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
HTParse: result:localhost
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
HTParse: result:file
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
HTParse: result:file
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
HTParse: result:localhost
HTParse: aName:file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm   
relatedName:
1
HTParse: result:/tmp/jbb6/lynx2-8-1/listings_left.htm
Node `file://localhost/tmp/jbb6/lynx2-8-1/listings_left.htm' means path 
`/tmp/jbb6/lynx2-8-1/listings_left.htm'
HTLoadFile: Opening `/tmp/jbb6/lynx2-8-1/listings_left.htm' gives 136d78
File mode is 0100666, uid=25565, gid=109. My uid=25565, 3 groups ( 33536 32572 
109)
HTFormat: Constructing stream stack for text/html to www/present
HTFormat: Looking up presentation for text/html to www/present
FindPresentation: found exact match: text/html
StreamStack: found exact match: text/html
SGML Doctype
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN">
SGML: Start <HTML>
GridText: start HText_new
GridText: Change to style Normal
HTML:begin_element[0]: adding style to stack - Normal
SGML: Start <HEAD>
HTML:begin_element[1]: adding style to stack - Normal
SGML: Start <TITLE>
HTML:begin_element[2]: adding style to stack - Normal
SGML: End </TITLE>
HTML:end_element[2]: Popped style off stack - Normal
SGML: Start <META>
LYHandleMETA: HTTP-EQUIV="NULL" NAME="description" CONTENT="NULL"
SGML: Start <META>
LYHandleMETA: HTTP-EQUIV="NULL" NAME="Keywords" CONTENT="NULL"
SGML: Start <SCRIPT>
HTML:begin_element[2]: adding style to stack - Normal
SGML: End </SCRIPT>
HTML:end_element[2]: Popped style off stack - Normal
HTML: SCRIPT content =

<!--
// Check the browser version.
        function UzibrowserCheck() {
        if (navigator.appVersion.charAt(0)>=3) return true
        else return false;
        }
        
// Check LiveConnectivity
        
function LiveConnectCheck() {
  if(navigator.userAgent.lastIndexOf("MSIE") != -1) return false
        else return true;
 if (navigator.appVersion.charAt(0)>=3) return true
        else return false;
  }
  
        if (UzibrowserCheck()) {

                tnav1off = new Image();
                tnav1off.src = "/navs/images/ttele1.gif";
                
                tnav2off = new Image();
                tnav2off.src = "/navs/images/ttele2.gif";

                tnav1on = new Image();
                tnav1on.src = "/navs/images/ttele1_on.gif";
                
                tnav2on = new Image();
                tnav2on.src = "/navs/images/ttele2_on.gif";
                
                
                nav1off = new Image();
                nav1off.src = "/navs/images/stele1.gif";
                
                nav2off = new Image();
                nav2off.src = "/navs/images/stele2.gif";
                
                nav3off = new Image();
                nav3off.src = "/navs/images/stele3.gif";
                
                nav4off = new Image();
                nav4off.src = "/navs/images/stele4.gif";
                
                nav5off = new Image();
                nav5off.src = "/navs/images/stele5.gif";
                
                nav6off = new Image();
                nav6off.src = "/navs/images/stele6.gif";
                
                nav7off = new Image();
                nav7off.src = "/navs/images/stele7.gif";
                
                nav8off = new Image();
                nav8off.src = "/navs/images/stele8.gif";
                
                nav9off = new Image();
                nav9off.src = "/navs/images/stele9.gif";
                                

                nav1on = new Image();
                nav1on.src = "/navs/images/stele1_on.gif";
                
                nav2on = new Image();
                nav2on.src = "/navs/images/stele2_on.gif";
                
                nav3on = new Image();
                nav3on.src = "/navs/images/stele3_on.gif";
                
                nav4on = new Image();
                nav4on.src = "/navs/images/stele4_on.gif";
                
                nav5on = new Image();
                nav5on.src = "/navs/images/stele5_on.gif";
                
                nav6on = new Image();
                nav6on.src = "/navs/images/stele6_on.gif";
                
                nav7on = new Image();
                nav7on.src = "/navs/images/stele7_on.gif";
                
                nav8on = new Image();
                nav8on.src = "/navs/images/stele8_on.gif";
                
                nav9on = new Image();
                nav9on.src = "/navs/images/stele9_on.gif";


                t0box = new Image();
                t0box.src = "/navs/images/llogoc.gif"   
                
                t1box = new Image();
                t1box.src = "/navs/images/llogo1.gif"
                
                t2box = new Image();
                t2box.src = "/navs/images/llogo2.gif"
                
                t3box = new Image();
                t3box.src = "/navs/images/llogo3.gif"
                
                t4box = new Image();
                t4box.src = "/navs/images/llogo4.gif"
                
                t5box = new Image();
                t5box.src = "/navs/images/llogo5.gif"
                
                t6box = new Image();
                t6box.src = "/navs/images/llogo6.gif"
                
                t7box = new Image();
                t7box.src = "/navs/images/llogo7.gif"
                
                t8box = new Image();
                t8box.src = "/navs/images/llogo8.gif"
                
                t9box = new Image();
                t9box.src = "/navs/images/llogo9.gif"
        


        }
        
function UziSlimEnter(imgName) {
        if (UzibrowserCheck()) {
        imgOn = eval(imgName + "on.src");
        document[imgName].src = imgOn;
        
        }
        
        }
function UziSlimExit(imgName) {
        if (UzibrowserCheck()) {
        document[imgName].src = eval(imgName + "off.src");
                
        }
        
        
        }       
function UziSlimBox(imgName) {
        if (UzibrowserCheck()) {
        imgOn = eval(imgName + "box.src");
        document['box'].src = imgOn;
        }
}

//  -->



SGML: Start <SCRIPT>
HTML:begin_element[2]: adding style to stack - Normal
SGML: End </SCRIPT>
HTML:end_element[2]: Popped style off stack - Normal
HTML: SCRIPT content =

<!--

/*
coded by paul donnelly
for News America Digital Publishing
april 1998
*/

if (document.all) {

var curDiv;
var curImg;
var arrowup = new Image();
arrowup.src = "/navs/images/arrow.gif";
var arrowdown = new Imag
<BUGINFO: /lynx -trace output>

reply via email to

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