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, 19 Mar 2007 11:35:21 +0800

It is still SIGABRT, I compile my file by CVS source code.
following is the GDB output:

(gdb) bt
#0  0x00b397a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x00b797d5 in raise () from /lib/tls/libc.so.6
#2  0x00b7b149 in abort () from /lib/tls/libc.so.6
#3  0x00bad27a in __libc_message () from /lib/tls/libc.so.6
#4  0x00bb3abf in _int_free () from /lib/tls/libc.so.6
#5  0x00bb3e3a in free () from /lib/tls/libc.so.6
#6  0x0805a762 in cm_image (arg=0) at makeinfo.c:3521
#7  0x08059b6f in reader_loop () at makeinfo.c:2128
#8  0x0805b315 in convert_from_loaded_file (name=0xbffff693 "lime-sysv.texi")
    at makeinfo.c :1720
#9  0x0805bfaf in main (argc=2, argv=0xbffff4c4) at makeinfo.c:1414
(gdb) fr 6
#6  0x0805a762 in cm_image (arg=0) at makeinfo.c:3521
3521          free (fullname);
(gdb) list
3516              else
3517                warning (_("@image file `%s' (for text) unreadable: %s"),
3518                            txtname, strerror (errno));
3519            }
3520
3521          free (fullname);
3522          if (pathname)
3523            free (pathname);
3524        }
3525      else
(gdb)

I have uploaded my texi file(chinese language version) to my google pages, you can download it from here:

http://dianchengwang.googlepages.com/lime-sysv.texi

thanks

2007/3/19, Karl Berry < address@hidden>:
    caused by count of image file name characters is over than 8

It wasn't so simple, but no matter, with the help of the debugging
malloc from dmalloc.com I found the place where a byte was missing from
a malloc.  I committed a fix to CVS.  Let me know if still broken for you.

In your @image commands, I'm sure you want ".jpg" for the last argument,
not just "jpg".  Also, the programs will automatically look for .jpg
files, so I'm not sure you need to explicitly have it at all.

Thanks for the report.

karl


reply via email to

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