Re: ELF linker woes with GraalVM

2018-10-19 Thread Waldek Kozaczuk
Thanks but I think my issue is different - very repeatable and does not depend on GCC version. After all I think that the shared library libhello.so was compiled without -fPIC (even though I pass -H:+GeneratePIC option to GraalVM native-image) based on this test: readelf -a libhello.so | grep -

Re: OSv time drifting when running under KVM

2018-10-19 Thread Rick Payne
Ok, so circling back to this as I'm still having issues on the deployed boxes. I suspect from the e-mails below that this is caused by changes in the host time not making it into OSv. This seems to be related to KVM_WALL_CLOCK_NEW not being updated. The docs say: data: 4-byte alignment

Re: ELF linker woes with GraalVM

2018-10-19 Thread Rick Payne
On Fri, 2018-10-19 at 10:58 -0700, Waldek Kozaczuk wrote: > Recently I have been playing with GraalVM ( > https://github.com/oracle/graal) to see if it is possible to run it > on OSv. To that extent I created new OSv app - > https://github.com/cloudius-systems/osv-apps/tree/master/graalvm-example

ELF linker woes with GraalVM

2018-10-19 Thread Waldek Kozaczuk
Recently I have been playing with GraalVM (https://github.com/oracle/graal) to see if it is possible to run it on OSv. To that extent I created new OSv app - https://github.com/cloudius-systems/osv-apps/tree/master/graalvm-example. As you can see it has a simple bootstrap main.so that loads a s

Re: OSv v0.52.0 released !!!

2018-10-19 Thread Geraldo Netto
Hey Guys, This is great, Long live OSv while (1) { Waldek++; } Kind Regards, Geraldo Netto Sapere Aude => Non dvcor, dvco http://exdev.sf.net/ On Fri, 19 Oct 2018 at 00:55, Waldek Kozaczuk wrote: > I have just published another release of OSv - > https://github.com/cloudius-systems/osv