public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/25850] New: Debugging on MacOS Catalina with Dyld 16 does not work
@ 2020-04-18 13:15 remi.lapeyre at lenstra dot fr
  2020-10-27 12:54 ` [Bug gdb/25850] " mamagomi at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: remi.lapeyre at lenstra dot fr @ 2020-04-18 13:15 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 25850
           Summary: Debugging on MacOS Catalina with Dyld 16 does not work
           Product: gdb
           Version: HEAD
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: remi.lapeyre at lenstra dot fr
  Target Milestone: ---

Im running MacOS Catalina (10.15.4) with Dyld 16 does not work and display the
warning:

warning: unhandled dyld version (16)

I tried changing DYLD_VERSION_MAX to 16 but it did not work either.

Previous issue for Dyld version 15:
https://sourceware.org/bugzilla/show_bug.cgi?id=20981

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

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

* [Bug gdb/25850] Debugging on MacOS Catalina with Dyld 16 does not work
  2020-04-18 13:15 [Bug gdb/25850] New: Debugging on MacOS Catalina with Dyld 16 does not work remi.lapeyre at lenstra dot fr
@ 2020-10-27 12:54 ` mamagomi at gmail dot com
  2020-10-27 12:59 ` mamagomi at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mamagomi at gmail dot com @ 2020-10-27 12:54 UTC (permalink / raw)
  To: gdb-prs

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

Martín <mamagomi at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mamagomi at gmail dot com

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

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

* [Bug gdb/25850] Debugging on MacOS Catalina with Dyld 16 does not work
  2020-04-18 13:15 [Bug gdb/25850] New: Debugging on MacOS Catalina with Dyld 16 does not work remi.lapeyre at lenstra dot fr
  2020-10-27 12:54 ` [Bug gdb/25850] " mamagomi at gmail dot com
@ 2020-10-27 12:59 ` mamagomi at gmail dot com
  2023-10-19 19:58 ` corey.d.walker at nasa dot gov
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mamagomi at gmail dot com @ 2020-10-27 12:59 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from Martín <mamagomi at gmail dot com> ---
Hi, I am new in the community.

I am trying to use gdb in MacOS Catalina 10.15.7 with gdbgui and I obtain the
following warning message:

BFD: /usr/lib/dyld(i386:x86-64): unknown load command 0x34

I think my problem is similar. I can work more or less with gdb, but I note a
deficient performance of some tools.

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

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

* [Bug gdb/25850] Debugging on MacOS Catalina with Dyld 16 does not work
  2020-04-18 13:15 [Bug gdb/25850] New: Debugging on MacOS Catalina with Dyld 16 does not work remi.lapeyre at lenstra dot fr
  2020-10-27 12:54 ` [Bug gdb/25850] " mamagomi at gmail dot com
  2020-10-27 12:59 ` mamagomi at gmail dot com
@ 2023-10-19 19:58 ` corey.d.walker at nasa dot gov
  2023-10-20 16:56 ` tromey at sourceware dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: corey.d.walker at nasa dot gov @ 2023-10-19 19:58 UTC (permalink / raw)
  To: gdb-prs

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

Corey Walker <corey.d.walker at nasa dot gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |corey.d.walker at nasa dot gov

--- Comment #2 from Corey Walker <corey.d.walker at nasa dot gov> ---
(In reply to Rémi Lapeyre from comment #0)
> Im running MacOS Catalina (10.15.4) with Dyld 16 does not work and display
> the warning:
> 
> warning: unhandled dyld version (16)
> 
> I tried changing DYLD_VERSION_MAX to 16 but it did not work either.
> 
> Previous issue for Dyld version 15:
> https://sourceware.org/bugzilla/show_bug.cgi?id=20981

Hey Remi. Did you ever find a fix to this? 

I am on macOS Ventura. I am running a simple c++ "Hello World" program. I
cannot get gdb to work properly. 

Basically, when I run gdb on the application, it will hang. When I press
ctrl-c, the program continues, prints out what was intended and then shows me
an error.

```
% gdb ./myapp 
GNU gdb (GDB) 15.0.50.20231019-git
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin22.6.0".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./myapp...
(gdb) r
Starting program: /Users/cdwalke8/Desktop/Dev/nrlmisiscpp/myapp 
[New Thread 0x2703 of process 3131]
^C[Thread 0x2703 of process 3131 exited]
[New Thread 0x2b03 of process 3131]
warning: unhandled dyld version (17)
Hello World!
[Inferior 1 (process 3131) exited normally]

```

Did you ever solve your problem?

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

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

* [Bug gdb/25850] Debugging on MacOS Catalina with Dyld 16 does not work
  2020-04-18 13:15 [Bug gdb/25850] New: Debugging on MacOS Catalina with Dyld 16 does not work remi.lapeyre at lenstra dot fr
                   ` (2 preceding siblings ...)
  2023-10-19 19:58 ` corey.d.walker at nasa dot gov
@ 2023-10-20 16:56 ` tromey at sourceware dot org
  2023-10-21 12:52 ` remi.lapeyre at lenstra dot fr
  2023-10-23 13:13 ` corey.d.walker at nasa dot gov
  5 siblings, 0 replies; 7+ messages in thread
From: tromey at sourceware dot org @ 2023-10-20 16:56 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #3 from Tom Tromey <tromey at sourceware dot org> ---
Just FWIW, right now nobody actively maintains the macOS port.
Basically gdb needs a knowledgeable volunteer to help keep it up to date.

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

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

* [Bug gdb/25850] Debugging on MacOS Catalina with Dyld 16 does not work
  2020-04-18 13:15 [Bug gdb/25850] New: Debugging on MacOS Catalina with Dyld 16 does not work remi.lapeyre at lenstra dot fr
                   ` (3 preceding siblings ...)
  2023-10-20 16:56 ` tromey at sourceware dot org
@ 2023-10-21 12:52 ` remi.lapeyre at lenstra dot fr
  2023-10-23 13:13 ` corey.d.walker at nasa dot gov
  5 siblings, 0 replies; 7+ messages in thread
From: remi.lapeyre at lenstra dot fr @ 2023-10-21 12:52 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #4 from Rémi Lapeyre <remi.lapeyre at lenstra dot fr> ---
Hi Corey, I think I switched to lldb at the time.

I would gladly try to fix this but have honestly no idea where to start.

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

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

* [Bug gdb/25850] Debugging on MacOS Catalina with Dyld 16 does not work
  2020-04-18 13:15 [Bug gdb/25850] New: Debugging on MacOS Catalina with Dyld 16 does not work remi.lapeyre at lenstra dot fr
                   ` (4 preceding siblings ...)
  2023-10-21 12:52 ` remi.lapeyre at lenstra dot fr
@ 2023-10-23 13:13 ` corey.d.walker at nasa dot gov
  5 siblings, 0 replies; 7+ messages in thread
From: corey.d.walker at nasa dot gov @ 2023-10-23 13:13 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #5 from Corey Walker <corey.d.walker at nasa dot gov> ---
(In reply to Rémi Lapeyre from comment #4)
> Hi Corey, I think I switched to lldb at the time.
> 
> I would gladly try to fix this but have honestly no idea where to start.

The problem I am having currently is that I do not thing lldb supports fortran.
I am looking for another way to debug .f90 files. 

Do you know of any other options?

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

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

end of thread, other threads:[~2023-10-23 13:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-18 13:15 [Bug gdb/25850] New: Debugging on MacOS Catalina with Dyld 16 does not work remi.lapeyre at lenstra dot fr
2020-10-27 12:54 ` [Bug gdb/25850] " mamagomi at gmail dot com
2020-10-27 12:59 ` mamagomi at gmail dot com
2023-10-19 19:58 ` corey.d.walker at nasa dot gov
2023-10-20 16:56 ` tromey at sourceware dot org
2023-10-21 12:52 ` remi.lapeyre at lenstra dot fr
2023-10-23 13:13 ` corey.d.walker at nasa dot gov

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