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 c++/19699] GDB will not run on NVMe SSD


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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |palves at redhat dot com
         Resolution|---                         |FIXED

--- Comment #3 from Pedro Alves <palves at redhat dot com> ---
> ...
> Cannot exec /ban-bash -c exec /home/pub/workspace/MultipleWindowsA/multipleA .
> ...
> 
> while at the time I reported this bug, I got:
> 
> ...
> Cannot exec /home/pub/workspace/MultipleWindowsA/multipleA -c exec /home/pub/workspace/MultipleWindowsA/multipleA .
> ...

Right, GDB used to have a buglet here, in which it'd print the program name
instead of the shell name, when execl failed:

  https://sourceware.org/ml/gdb-patches/2015-07/msg00705.html

So your update pulled in a newer GDB.

> SOLVED!!!

Closing, thanks.

-- 
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]