Re: pthread_cancel / sleep change in behaviour

2015-09-03 Thread Erich Dollansky
Hi, On Thu, 3 Sep 2015 13:43:51 +0300 Konstantin Belousov wrote: > On Thu, Sep 03, 2015 at 06:33:53PM +0800, Erich Dollansky wrote: > > On Thu, 3 Sep 2015 11:19:47 +0300 > > Konstantin Belousov wrote: > > > On Thu, Sep 03, 2015 at 08:00:47AM +0800, Erich Dollansky wrote: > > > > Is this change o

Build failed in Jenkins: Build-UFS-image #2258

2015-09-03 Thread jenkins-admin
See -- [...truncated 17356 lines...] ===> usr.bin/pagesize (install) install -o root -g wheel -m 555 /builds/FreeBSD_stable_10/usr.bin/pagesize/pagesize.sh

Re: ia64 stable/10 r286316: hang at Entering /boot/kernel/kernel

2015-09-03 Thread Anton Shterenlikht
>From mar...@xcllnt.net Thu Sep 3 17:20:42 2015 > >To be clear: with the limits and without my patch you >can=E2=80=99t even boot right? yes, this is right. >> If I remove these, then I can boot. >>=20 >> If I try booting with -s, then I get to a hang at >> "Entering /boot/kernel=E2=80=9D: > >Is

Re: ia64 stable/10 r286316: hang at Entering /boot/kernel/kernel

2015-09-03 Thread Marcel Moolenaar
> On Sep 2, 2015, at 10:30 AM, Anton Shterenlikht wrote: > > The kernel limits I have in /boot/loader.conf > are following this PR: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=156900 > > #kern.dfldsiz=536748032 # default soft limit for process data > #kern.dflssiz=536748032 # default

Build failed in Jenkins: Build-UFS-image #2256

2015-09-03 Thread jenkins-admin
See -- [...truncated 17356 lines...] ===> usr.bin/pagesize (install) install -o root -g wheel -m 555 /builds/FreeBSD_stable_10/usr.bin/pagesize/pagesize.sh

Re: pthread_cancel / sleep change in behaviour

2015-09-03 Thread Erich Dollansky
Hi, On Thu, 3 Sep 2015 13:43:51 +0300 Konstantin Belousov wrote: > On Thu, Sep 03, 2015 at 06:33:53PM +0800, Erich Dollansky wrote: > > On Thu, 3 Sep 2015 11:19:47 +0300 > > Konstantin Belousov wrote: > > > > > On Thu, Sep 03, 2015 at 08:00:47AM +0800, Erich Dollansky wrote: > > > > > > > > I

Re: pthread_cancel / sleep change in behaviour

2015-09-03 Thread Konstantin Belousov
On Thu, Sep 03, 2015 at 06:33:53PM +0800, Erich Dollansky wrote: > Hi, > > On Thu, 3 Sep 2015 11:19:47 +0300 > Konstantin Belousov wrote: > > > On Thu, Sep 03, 2015 at 08:00:47AM +0800, Erich Dollansky wrote: > > > > > > Is this change of behaviour a feature or a bug? > > > > Provide a minimal

Re: pthread_cancel / sleep change in behaviour

2015-09-03 Thread Erich Dollansky
Hi, On Thu, 3 Sep 2015 11:19:47 +0300 Konstantin Belousov wrote: > On Thu, Sep 03, 2015 at 08:00:47AM +0800, Erich Dollansky wrote: > > > > Is this change of behaviour a feature or a bug? > > Provide a minimal example demonstrating the issue. while preparing the example I found the source of

Re: pthread_cancel / sleep change in behaviour

2015-09-03 Thread Konstantin Belousov
On Thu, Sep 03, 2015 at 08:00:47AM +0800, Erich Dollansky wrote: > Hi, > > I noticed a change in behaviour when calling pthread_cancel for a > thread which is sleeping using i.e. sleep (). > > How I understand pthread_cancel, it should cancel the thread and call > the clean up handler soon after