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 gdb/23693] New: gdb suspends itself on "run"


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

            Bug ID: 23693
           Summary: gdb suspends itself on "run"
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org
  Target Milestone: ---

I'm using git master gdb on x86-64 Fedora 28.

Sometimes, when I "run", gdb suspends:

(gdb) r
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program:
/home/tromey/Rust/rust/build-ish/build/x86_64-unknown-linux-gnu/stage2/bin/rustc
/home/tromey/Rust/rust/src/test/ui/run-pass/sepcomp/sepcomp-lib-lto.rs
--target=i586-unknown-linux-musl --error-format json -Zui-testing -o
/home/tromey/Rust/rust/build-ish/build/x86_64-unknown-linux-gnu/test/ui/run-pass/sepcomp/sepcomp-lib-lto/a
-Crpath -O -Zunstable-options
-Lnative=/home/tromey/Rust/rust/build-ish/build/i586-unknown-linux-musl/native/rust-test-helpers
-Clinker=/home/tromey/Rust/rust/build-ish/musl-build/musl-install/bin/musl-gcc
-C lto -g -L
/home/tromey/Rust/rust/build-ish/build/x86_64-unknown-linux-gnu/test/ui/run-pass/sepcomp/sepcomp-lib-lto/auxiliary
-A unused

[1]+  Stopped                 ~/gdb/gdb-master/install/bin/gdb --args
"/home/tromey/Rust/rust/build-ish/build/x86_64-unknown-linux-gnu/stage2/bin/rustc"
"/home/tromey/Rust/rust/src/test/ui/run-pass/sepcomp/sepcomp-lib-lto.rs"
"--target=i586-unknown-linux-musl" "--error-format" "json" "-Zui-testing" "-o"
"/home/tromey/Rust/rust/build-ish/build/x86_64-unknown-linux-gnu/test/ui/run-pass/sepcomp/sepcomp-lib-lto/a"
"-Crpath" "-O" "-Zunstable-options"
"-Lnative=/home/tromey/Rust/rust/build-ish/build/i586-unknown-linux-musl/native/rust-test-helpers"
"-Clinker=/home/tromey/Rust/rust/build-ish/musl-build/musl-install/bin/musl-gcc"
"-C" "lto" "-g" "-L"
"/home/tromey/Rust/rust/build-ish/build/x86_64-unknown-linux-gnu/test/ui/run-pass/sepcomp/sepcomp-lib-lto/auxiliary"
"-A" "unused"


I will try to attach to the stopped gdb next time to see if I can find
out what's gone wrong.

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