Package: gdb
Version: 7.6.1-1
Followup-For: Bug #729018

I used strace on the gdb. It looks like I found a problem:

5561
stat("/home/lumag/Projects/Gost/libksba/tests/.libs/lt-cert-basic",
{st_mode=S_IFREG|0755, st_size=60503, ...}) = 0
5561  write(1, "Starting program: /home/lumag/Pr"..., 104) = 104
5561  personality(0xffffffff /* PER_??? */) = 0
5561  personality(0x40000 /* PER_??? */) = 0
5561  personality(0xffffffff /* PER_??? */) = 262144
5561  vfork()                           = 5563
5563  getpid( <unfinished ...>
5561  rt_sigprocmask(SIG_BLOCK, [CHLD],  <unfinished ...>
5563  <... getpid resumed> )            = 5563
5561  <... rt_sigprocmask resumed> ~[HUP INT QUIT ILL ABRT FPE KILL SEGV
PIPE ALRM STKFLT CHLD STOP TSTP TTIN XCPU WINCH PWR RTMIN RT_1 RT_16
RT_17 RT_18 RT_19 RT_20 RT_21 RT_22 RT_23 RT_24 
RT_25 RT_26 RT_27 RT_28 RT_29 RT_30 RT_31], 8) = 0
5563  getpid( <unfinished ...>
5561  wait4(-1,  <unfinished ...>
5563  <... getpid resumed> )            = 5563
5561  <... wait4 resumed> 0x7fffe0155544, WNOHANG|__WCLONE, NULL) = 0
5561  wait4(-1,  <unfinished ...>
5563  setpgid(5563, 5563 <unfinished ...>
5561  <... wait4 resumed> 0x7fffe0155544, WNOHANG, NULL) = 0
5563  <... setpgid resumed> )           = 0
5561  rt_sigsuspend(~[HUP INT QUIT ILL ABRT FPE KILL SEGV PIPE ALRM
STKFLT CHLD STOP TSTP TTIN XCPU WINCH PWR RTMIN RT_1 RT_16 RT_17 RT_18
RT_19 RT_20 RT_21 RT_22 RT_23 RT_24 RT_25 RT_26 RT_27 RT_28 RT_29 RT_30
RT_31] <unfinished ...>
5563  ptrace(PTRACE_TRACEME, 0, 0, 0)   = -1 EPERM (Operation not
permitted)


See that ptrace(PTRACE_TRACEME) failing? It looks like that is a
problem.


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gdb depends on:
ii  gdbserver     7.6.1-1
ii  libc6         2.17-97
ii  libexpat1     2.1.0-4
ii  liblzma5      5.1.1alpha+20120614-2
ii  libncurses5   5.9+20130608-1
ii  libpython2.7  2.7.6-3
ii  libreadline6  6.2+dfsg-0.1
ii  libtinfo5     5.9+20130608-1
ii  zlib1g        1:1.2.8.dfsg-1

Versions of packages gdb recommends:
ii  libc6-dbg [libc-dbg]  2.17-97

Versions of packages gdb suggests:
ii  gdb-doc  7.6.1-1

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to