>>>>> On Tue, 13 May 2008, Karl Berry wrote:
>> gdb> run --dir-file=dir /usr/share/info/autoconf.info.gz
> What I need is your exact input file and your exact dir file being
> installed into. Can you email them to me please? Obviously there is
> a situation which isn't covered by any existing test :(.
The input file is probably too large for the list, so see separate
private mail message. The dir file is empty.
The segfault occurs for the following menu entry:
* autoupdate: (autoconf)autoupdate Invocation.
Automatic update of `configure.ac'
I don't know if I really understand the code, but shouldn't '\n' be
included in the following condition?
+ while (ptr && ptr[1] != ' ' && ptr[1] != '\t') {
+ ptr = strchr (ptr + 1, '.');
+ }
Ulrich