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 #2 from Eric Rossman <fuzzymo at gmail dot com> ---
>>>Could you post your full debugging session?<<<

I ran the same simple test:

  > ./sleepsome
  my PID is 28379

(on another term)

  > gdb -p 28379
GNU gdb (GDB) SUSE (7.1-8.9.1)
Copyright (C) 2010 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 "ppc-suse-linux".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Attaching to process 28379
Reading symbols from /home/user/.execs/sleepsome...done.

And then both the program and gdb sit there forever.

I can try with an updated version. I had trouble making 7.6.1 from source
(missing dependencies), but I will see what I can do.

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