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

Sergio Durigan Junior <sergiodj at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sergiodj at redhat dot com

--- Comment #1 from Sergio Durigan Junior <sergiodj at redhat dot com> ---
Thanks for the report.

I could not understand what you are doing exactly.  I ran a simple test on a
PPC64 machine and succeeded to attach to the program:

  #> ./a.out
  my PID is 60773

(on another term)

  #> ./gdb/gdb -p 60773
  ...
  0x0000008074f3a6d4 in __nanosleep_nocancel () from /lib64/libc.so.6
  (gdb)


Could you post your full debugging session?  Also, if you could try with CVS
HEAD, it would be great (you are using GDB 7.1, which is somewhat old).  There
is also a chance that the bug is with GDB shipped by SUSE.

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