bugThe GNU Hurd - Bugs: bug #56407, rpctrace fails on statically...

 
 

bug #56407: rpctrace fails on statically linked binaries

Submitter:  Brent Baccala <baccala>
Submitted:  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: 
Open/Closed:  Open Reproducibility:  Every Time
Size (loc):  None Planned Release:  None
Effort:  0.00
Wiki-like text discussion box: 


* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 28 May 2019 04:29:50 PM UTC, original submission:  

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/

Brent Baccala <baccala>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by baccala (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code