bug-texinfo
[Top][All Lists]
Advanced

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

Segmentation fault on Linux


From: Edmund Smith
Subject: Segmentation fault on Linux
Date: Thu, 18 Mar 2004 19:01:32 +0000 (GMT)
User-agent: IMP/PHP IMAP webmail program 2.2.8

This machine Mandrake 8.1 heavily modified. Not entirely sure what will be
useful to help debug this problem, so mail me if i missed something pertinent.

address@hidden manuals]$ uname -a
Linux perseus.pan 2.4.8-26mdk #1 Sun Sep 23 17:06:39 CEST 2001 i686 unknown

address@hidden manuals]$ ls -l /lib/
-rwxr-xr-x   1 root     root      1285480 Sep 10  2001 /lib/libc-2.2.4.so
lrwxrwxrwx   1 root     root           13 Oct 31  2000 /lib/libc.so.6 ->
libc-2.2.4.so

(which is glibc)

address@hidden manuals]$ makeinfo --version
makeinfo (GNU texinfo) 4.6
 
The following invocation yields a segfault:

address@hidden manuals]$ makeinfo --no-headers --css-include=test.css --html
--force test.texi
Segmentation fault

Where (since both files are short I've included them, obviously I wasnt working
on test.texi originally!)

address@hidden manuals]$ cat test.texi
\input texinfo
@setfilename test.info
@settitle a test
 
@bye

address@hidden manuals]$ cat test.css

(empty file)

The following invocation works:

address@hidden manuals]$ makeinfo --css-include=manuals.css --html --force 
test.texi

The fact that the files are empty/minimal is not the cause of the problem: I
originally encountered this on much larger, more complete files.




reply via email to

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