lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Lynx 2-6FM (01-10-97) SIGSEGV crash


From: Hynek Med
Subject: LYNX-DEV Lynx 2-6FM (01-10-97) SIGSEGV crash
Date: Sat, 11 Jan 1997 16:53:59 +0100 (MET)

Funny thing, when I do a 'lynx lynx_bookmarks.html' or 
'lynx ~/lynx_bookmarks.html', or even 
'lynx file://localhost/home/xmedh02/lynx_bookmarks.html' the latest lynx
2-6FM crashes with a coredump. It doesn't crash when I open some other
document and then do a G to lynx_bookmarks.html. It doesn't crash either
when I erase or comment out the <title> line from my lynx_bookmarks.html
file:

This crashes:                           This doesn't:

<head>                                  <head>
<title>Bookmark file</title>            </head>
</head>                                 <p>
<p>                                     <ol>
<ol>                                    ..
..


This doesn't crash, either:

<head>
<!--<title>Bookmark file</title>-->
</head>
<p>                                     
<ol>                                    
..

I use Linux 2.0.27, lynx2-6FM (01-10-97) compiled with make linux-slang,
gcc 2.7.2, ld 2.7. When I do a lynx -trace, it doesn't crash either, so I
guess an output of -trace isn't interesting, instead I give here an output
of 'strace lynx lynx_bookmarks.html'.

open("/home/xmedh02/lynx_bookmarks.html", O_RDONLY) = 4
stat("/home/xmedh02/lynx_bookmarks.html", {st_mode=S_IFREG|0644,
st_size=2569, ...}) = 0
getgroups(32, [11])                     = 1
geteuid()                               = 501
brk(0x80f1000)                          = 0x80f1000
fstat(4, {st_mode=S_IFREG|0644, st_size=2569, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|0x20, 4294967295, 0) =
0x40007000
read(4, "<head>\n<title>Bookmark file</ti"..., 4096) = 2569
read(4, "", 4096)                       = 0
brk(0x80f2000)                          = 0x80f2000
brk(0x80f3000)                          = 0x80f3000
brk(0x80f4000)                          = 0x80f4000
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x40007000, 4096)                = 0
--- SIGSEGV (Segmentation fault) ---
etc.

Does anybody have any idea? 

Hynek


--
Hynek Med, address@hidden

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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