This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tui/9584] Seg Fault tui Single key mode


http://sourceware.org/bugzilla/show_bug.cgi?id=9584

Stephane Carrez <Stephane.Carrez at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |Stephane.Carrez at gmail
                   |                            |dot com
         Resolution|                            |FIXED

--- Comment #2 from Stephane Carrez <Stephane.Carrez at gmail dot com> 2012-11-10 12:52:38 UTC ---
The crash occurred in readline in rl_callback_read_char
because rl_linefunc was cleared.  This was caused by some
recursion in readline due to the TUI which executes
the gdb command when a key is pressed.

Changed the implementation to insert the gdb command
in readline buffer instead of executing the command.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]