bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#10274: 24.0.92; Error when completing in GDB buffer


From: Chong Yidong
Subject: bug#10274: 24.0.92; Error when completing in GDB buffer
Date: Sun, 11 Dec 2011 20:43:46 +0800

With latest trunk:

0. cd to Emacs src/ directory
1. emacs -q
2. M-x gdb RET
3. b Ff TAB

An error is signaled: Args out of range: 742, 746

This is because gud-gdb-fetch-lines-filter, which is used to fetch
completion alternatives by passing a "complete" debugger command to GDB,
stops too early before all the output is collected.  I'll check in a fix
shortly.

In GNU Emacs 24.0.92.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.2.0)
 of 2011-12-10 on furball





reply via email to

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