Re: [PATCH v5] pthread_barrier*: Add OSv-specific pthread_barrier_init, wait, destroy + test

2017-03-19 Thread 'Rean Griffith' via OSv Development
Hi Nadav, I will take a look. thanks, Rean On Sun, Mar 19, 2017 at 10:30 AM, Nadav Har'El wrote: > > On Fri, Dec 23, 2016 at 6:44 PM, Rean Griffith > wrote: > >> Fixed and resubmitted. >> >> Thanks, >> Rean >> > > Hi, we see sporadic hangs of the

Re: [PATCH v5] pthread_barrier*: Add OSv-specific pthread_barrier_init, wait, destroy + test

2017-03-19 Thread Nadav Har'El
On Fri, Dec 23, 2016 at 6:44 PM, Rean Griffith wrote: > Fixed and resubmitted. > > Thanks, > Rean > Hi, we see sporadic hangs of the pthread_barrier test in - I opeened an issue: https://github.com/cloudius-systems/osv/issues/857 Because I cannot reproduce this

[COMMIT osv master] gdb: fix error on connect on older distros

2017-03-19 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master gdb: fix error on connect on older distros In commit adf78de4, I noticed that to access values of an enum class, we needed to add the class's name, which we previously didn't. I speculated that is

[COMMIT osv master] gdb: fix "osv mmap" on connect on older distros

2017-03-19 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master gdb: fix "osv mmap" on connect on older distros In commit ce177a50, I fixed "osv mmap" on newer distros as gdb started requiring quotes around the typename mmu::vma. Unfortunately, these quotes are

Re: What is in cloudius/osv-base?

2017-03-19 Thread Nadav Har'El
On Thu, Mar 16, 2017 at 2:15 PM, wrote: > Hi, >I have two questions. > > First, what are the features and components present in cloudius/osv-base > base image? > This and other "Capstan base images" are built by the script scripts/build-capstan-images. As you can see