bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #56407] rpctrace fails on statically linked binaries


From: Brent Baccala
Subject: [bug #56407] rpctrace fails on statically linked binaries
Date: Tue, 28 May 2019 12:29:52 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/73.0.3683.86 Chrome/73.0.3683.86 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?56407>

                 Summary: rpctrace fails on statically linked binaries
                 Project: The GNU Hurd
            Submitted by: baccala
            Submitted on: Tue 28 May 2019 04:29:50 PM UTC
                Category: Hurd
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Reproducibility: Every Time
              Size (loc): None
         Planned Release: None
                  Effort: 0.00
Wiki-like text discussion box: 

    _______________________________________________________

Details:

rpctrace seems to fail, early, on any statically linked binary.


root@qemu-hurd-1:~# cat hello.c
#include <stdio.h>
int main()
{
   printf("Hello, World!\n");
   return 0;
}
root@qemu-hurd-1:~# gcc -static -o hello hello.c
root@qemu-hurd-1:~# rpctrace ./hello 
task135(pid15584)->vm_statistics () = 0 {4096 536653 37903 166974 21618
4215079 0 562871 376418 16292599 1198129 1737017 1708979}
Child 15584 Killed
root@qemu-hurd-1:~# 



I've tested this on a stock debian-hurd-20190220.img.gz downloaded from
https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56407>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]