[osv-dev] Re: [PATCH 0/2] Enhance getopt functions to work with PIEs

2019-05-11 Thread Waldek Kozaczuk
Did not mean to hijack this patch thread but it seemed related. In reality the issue with running unmodified iperf was caused by a bug in our fopen impl whch I sent a patch for. On Friday, May 10, 2019 at 4:58:45 PM UTC-4, Waldek Kozaczuk wrote: > > When trying to run unmodified iperf3 3.6 (with

[osv-dev] Re: [PATCH 0/2] Enhance getopt functions to work with PIEs

2019-05-10 Thread Waldek Kozaczuk
When trying to run unmodified iperf3 3.6 (with these patches applied to OSv) and using the scripts/manifest_from_host.sh from the other patch I emailed I get this error per gdb: (gdb) bt #0 0x003acaa2 in processor::cli_hlt () at arch/x64/processor.hh:247 #1 arch::halt_no_interrupts ()

[osv-dev] Re: [PATCH 0/2] Enhance getopt functions to work with PIEs

2019-05-04 Thread Waldek Kozaczuk
Ping. On Tuesday, April 30, 2019 at 11:49:47 PM UTC-4, Waldek Kozaczuk wrote: > > Waldemar Kozaczuk (2): > Move getopt* files to libc folder and convert to C++ > Enhance getopt family of functions to work with PIEs > > Makefile | 4 +- > core/elf.cc | 14 ++