bug-texinfo
[Top][All Lists]
Advanced

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

Re: makeinfo SIGABRT


From: Wang DianCheng
Subject: Re: makeinfo SIGABRT
Date: Mon, 12 Mar 2007 14:40:37 +0800

thanks for your reply

I have compiled my texi file using Texinfo CVS version, it is still SIGABRT,
There are some images in my texi file, and I think that  it  caused by count of image file name characters is over than 8
try to compile following code to reproduct this bug:

\input texinfo   @c -*-texinfo-*-
@documentlanguage zh
@c %**start of header
@setfilename lime-sysv.info
@settitle LIME
@c %**end of header
@copying
LIME
Copyright @copyright{} 2007 redflag
@quotation
Linux DC 6.0,Asianux 3.0
@end quotation

@end copying

@titlepage
@title LIME

@c The following two commands start the copyright page.
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage

@c Output the table of contents at the beginning.
@contents

@ifnottex
@node Top
@top LIME

@insertcopying
@end ifnottex

@menu
* system management::      system management
* run system managment::      run service manager
* start stop restart::      start stop restart
* service proerties::       service properties
* index::            index
@end menu

@node system management
@chapter system management

Linux
@cindex system service
@menu
* runlevel:: run level
* run seq:: run seq
@end menu

@node run level,run seq , system management, system managment
@section run level
@cindex run seq
level
@multitable @columnfractions .25 .75
@headitem run level @tab define
@item 0
@tab stop
@item 1
@tab
 single
@item 2
@tab multi user
@item 3
@tab muti user
@item 4
@tab reserved
@item 5
@tab multi user
@item 6
@tab reboot
@end multitable

/inittab

id:3:initdefault:


id:5:initdefault:
$ init 0

@node run seq ,  , run level, system management
@section run seq
@cindex run seq
init
@node run system management
@chapter run system management
rfsysv

@float fig,main_image
@image{images/main,,,start win,jpg}
@caption{start win}
@end float

@float fig,runlevel_image
@image{images/runlevel1,,,run level,jpg}
@caption{run level}
@end float


@float fig,popupmenu_image
@image{images/popupmenu,,,popup,jpg}
@caption{popup}
@end float

@node start stop restart
@chapter start stop restart

@node properties
@chapter properties

@node index
@unnumbered Index

@printindex cp

@bye


2007/3/10, Karl Berry <address@hidden>:
    attachment is the test texinfo document, its language is Chinese(GB18030)

I'm sorry, I don't see any attachment.

There have been some changes in this area since 4.8, so if it's
convenient for you to try the makeinfo in the Texinfo CVS, that might do
better.

Best,
Karl


reply via email to

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