Build failed in Jenkins: osv-build-nightly #1341

2018-01-03 Thread jenkins
See -- [...truncated 140.91 KB...] Adding /tests/tst-sleep.so... Adding /tests/tst-resolve.so... Adding /tests/tst-except.so... Adding /tests/misc-tcp-sendonly.so... Adding /tes

Re: golang-example fails with general protection or page fault

2018-01-03 Thread Nadav Har'El
On Wed, Jan 3, 2018 at 4:03 PM, Waldek Kozaczuk wrote: > I have played with the branch > https://github.com/benoit-canet/osv/tree/go4 and made some progress with > golang support. I have actually merged master into this branch and tried to > run the hello world against various golang versions. It

Re: [PATCH] Added new httpserver-readonly-api module

2018-01-03 Thread Waldek Kozaczuk
Happy New Year !!! Bump. On Wednesday, December 13, 2017 at 7:19:35 AM UTC-5, Waldek Kozaczuk wrote: > > You are right that your solution would require little less code. Bear in > mind that majority of changes are new swagger files to properly describe > the read only APIs and unit tests which

Re: [PATCH] Implemented Read-Only File System (ROFS)

2018-01-03 Thread Waldek Kozaczuk
Happy New Year!!! Bump. On Sunday, December 24, 2017 at 11:46:16 PM UTC-5, דור לאור wrote: > > Cheers Waldek, it's good to have such a fast filesystem in OSv! > > On Sun, Dec 24, 2017 at 8:52 AM, Waldek Kozaczuk > wrote: > > I was not sure whether to add James Root's and Carnegie Mellon's origi

Re: golang-example fails with general protection or page fault

2018-01-03 Thread Waldek Kozaczuk
I have played with the branch https://github.com/benoit-canet/osv/tree/go4 and made some progress with golang support. I have actually merged master into this branch and tried to run the hello world against various golang versions. It worked with no problems against 1.7.6 but not against 1.8.3 o