public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/25897] New: gdb hangs on "run": ubuntu 20.04 LTS arm (Raspberry Pi 2)
@ 2020-04-29 20:01 targa57 at gmail dot com
  2022-10-27 22:31 ` [Bug gdb/25897] " luis.machado at arm dot com
  0 siblings, 1 reply; 2+ messages in thread
From: targa57 at gmail dot com @ 2020-04-29 20:01 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 25897
           Summary: gdb hangs on "run": ubuntu 20.04 LTS arm (Raspberry Pi
                    2)
           Product: gdb
           Version: 9.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: targa57 at gmail dot com
  Target Milestone: ---

gdb prompt never returns from 'r' command:

mark@ubuntu:~/hello$ cat hello.c

#include <stdio.h>

int main()
{
        printf("Hello, world.\n");
}

mark@ubuntu:~/hello$ cc -g hello.c

mark@ubuntu:~/hello$ gdb --quiet a.out

Reading symbols from a.out...
(gdb) r
Starting program: /home/mark/hello/a.out 

Notes:
Fresh install of Ubuntu
Two upgrades added (apt-get): 'build-essential', 'gdb'
No other changes to installation
lldb attaches and runs normally

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

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

* [Bug gdb/25897] gdb hangs on "run": ubuntu 20.04 LTS arm (Raspberry Pi 2)
  2020-04-29 20:01 [Bug gdb/25897] New: gdb hangs on "run": ubuntu 20.04 LTS arm (Raspberry Pi 2) targa57 at gmail dot com
@ 2022-10-27 22:31 ` luis.machado at arm dot com
  0 siblings, 0 replies; 2+ messages in thread
From: luis.machado at arm dot com @ 2022-10-27 22:31 UTC (permalink / raw)
  To: gdb-prs

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

Luis Machado <luis.machado at arm dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |luis.machado at arm dot com

--- Comment #1 from Luis Machado <luis.machado at arm dot com> ---
Should be fixed with
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1927192. The root cause is
armhf gdb not being able to find required symbols to be able to tell if it
should use a thumb breakpoint or a Arm breakpoint.

Please reopen if this is still a problem.

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

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

end of thread, other threads:[~2022-10-27 22:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 20:01 [Bug gdb/25897] New: gdb hangs on "run": ubuntu 20.04 LTS arm (Raspberry Pi 2) targa57 at gmail dot com
2022-10-27 22:31 ` [Bug gdb/25897] " luis.machado at arm dot com

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).