public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug tui/26172] New: Terminal becomes broken when a source file is not found when entering the TUI
@ 2020-06-25 19:50 magiblot at hotmail dot com
  2020-06-26  2:25 ` [Bug tui/26172] " simark at simark dot ca
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: magiblot at hotmail dot com @ 2020-06-25 19:50 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26172

            Bug ID: 26172
           Summary: Terminal becomes broken when a source file is not
                    found when entering the TUI
           Product: gdb
           Version: 9.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tui
          Assignee: unassigned at sourceware dot org
          Reporter: magiblot at hotmail dot com
  Target Milestone: ---

Created attachment 12662
  --> https://sourceware.org/bugzilla/attachment.cgi?id=12662&action=edit
Links to recordings showing the issue

Hi,

When entering the TUI mode of gdb, if a source file is not found, in many cases
the terminal session becomes broken: newlines are performed without carriage
return, typed letters do not appear on screen, etc.

Here are some examples:

https://asciinema.org/a/AUHgRdh0zAAJk4oIJ9RZt01A4

https://asciinema.org/a/yLFUCIzI8UoG0TWg0DHAHUQ6R

The last video suggests that this could be caused by source code being missing
for frame #0, regardless of the current frame.

Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug tui/26172] Terminal becomes broken when a source file is not found when entering the TUI
  2020-06-25 19:50 [Bug tui/26172] New: Terminal becomes broken when a source file is not found when entering the TUI magiblot at hotmail dot com
@ 2020-06-26  2:25 ` simark at simark dot ca
  2020-08-09 18:56 ` tromey at sourceware dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: simark at simark dot ca @ 2020-06-26  2:25 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26172

Simon Marchi <simark at simark dot ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simark at simark dot ca

--- Comment #1 from Simon Marchi <simark at simark dot ca> ---
I got problems like this, but on master it's fine for me.  Could you please try
master?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug tui/26172] Terminal becomes broken when a source file is not found when entering the TUI
  2020-06-25 19:50 [Bug tui/26172] New: Terminal becomes broken when a source file is not found when entering the TUI magiblot at hotmail dot com
  2020-06-26  2:25 ` [Bug tui/26172] " simark at simark dot ca
@ 2020-08-09 18:56 ` tromey at sourceware dot org
  2020-09-01 11:08 ` magne.hov at gmail dot com
  2020-09-01 14:09 ` tromey at sourceware dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at sourceware dot org @ 2020-08-09 18:56 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26172

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2020-08-09
                 CC|                            |tromey at sourceware dot org
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |WAITING

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
Changing the status until we hear back.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug tui/26172] Terminal becomes broken when a source file is not found when entering the TUI
  2020-06-25 19:50 [Bug tui/26172] New: Terminal becomes broken when a source file is not found when entering the TUI magiblot at hotmail dot com
  2020-06-26  2:25 ` [Bug tui/26172] " simark at simark dot ca
  2020-08-09 18:56 ` tromey at sourceware dot org
@ 2020-09-01 11:08 ` magne.hov at gmail dot com
  2020-09-01 14:09 ` tromey at sourceware dot org
  3 siblings, 0 replies; 5+ messages in thread
From: magne.hov at gmail dot com @ 2020-09-01 11:08 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26172

Magne Hov <magne.hov at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |magne.hov at gmail dot com

--- Comment #3 from Magne Hov <magne.hov at gmail dot com> ---
I have similar issues with GDB 9.2, but they appear to have been fixed in
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=1d5d29e73f4b5f1af4df5b6e39ccf2fa722acead

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug tui/26172] Terminal becomes broken when a source file is not found when entering the TUI
  2020-06-25 19:50 [Bug tui/26172] New: Terminal becomes broken when a source file is not found when entering the TUI magiblot at hotmail dot com
                   ` (2 preceding siblings ...)
  2020-09-01 11:08 ` magne.hov at gmail dot com
@ 2020-09-01 14:09 ` tromey at sourceware dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at sourceware dot org @ 2020-09-01 14:09 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26172

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|WAITING                     |RESOLVED
   Target Milestone|---                         |10.1

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
Thanks for the update.  I'm going to close this as fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-01 14:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-25 19:50 [Bug tui/26172] New: Terminal becomes broken when a source file is not found when entering the TUI magiblot at hotmail dot com
2020-06-26  2:25 ` [Bug tui/26172] " simark at simark dot ca
2020-08-09 18:56 ` tromey at sourceware dot org
2020-09-01 11:08 ` magne.hov at gmail dot com
2020-09-01 14:09 ` tromey at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).