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/16053] gdb appears to hang at "attaching to program"


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

--- Comment #6 from Eric Rossman <fuzzymo at gmail dot com> ---
(In reply to Sergio Durigan Junior from comment #4)
> This is strange indeed.  Can you try attaching strace to your process? 
> Running strace -p <PID> might do the trick.

Similar behavior.

  > .execs/sleepsome 
  my PID is 32302

  (other terminal)

  > strace -p 32302
  Process 32302 attached - interrupt to quit
  Done

and then both sit and do nothing.

> Also, what happens when you hit CTRL-C after you run gdb -p PID?

Nothing. It ignores the INT signal. I end up killing it with a SIGKILL.

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