re: "tsc went backwards" spam on resume

2020-09-20 Thread matthew green
nia writes: > getting this a lot whenever my laptop recovers from suspend. > > was it intended? > > should my laptop not be using TSC as the default timecounter? this is the x86 specific message. the generic one is limited to once-per-boot. i recommend rate or single-use limiting it

Re: cmake hanging

2020-09-20 Thread Joerg Sonnenberger
On Sun, Sep 20, 2020 at 08:03:13PM +0100, Chavdar Ivanov wrote: > On Sun, 20 Sep 2020 at 19:58, Joerg Sonnenberger wrote: > > > > On Sun, Sep 20, 2020 at 02:06:42PM +0100, Chavdar Ivanov wrote: > > > I am not seeing other people report these lately, but I still continue > > > to get these

Re: cmake hanging

2020-09-20 Thread Chavdar Ivanov
On Sun, 20 Sep 2020 at 19:58, Joerg Sonnenberger wrote: > > On Sun, Sep 20, 2020 at 02:06:42PM +0100, Chavdar Ivanov wrote: > > I am not seeing other people report these lately, but I still continue > > to get these hangings, e.g. when running git as part of a zsh prompt > > function; roughly

Re: cmake hanging

2020-09-20 Thread Joerg Sonnenberger
On Sun, Sep 20, 2020 at 02:06:42PM +0100, Chavdar Ivanov wrote: > I am not seeing other people report these lately, but I still continue > to get these hangings, e.g. when running git as part of a zsh prompt > function; roughly every fourth command ends up with one of these, > again as before, it

Re: cmake hanging

2020-09-20 Thread Tom Ivar Helbekkmo
Chavdar Ivanov writes: > je_malloc_mutex_lock_slow is seen in the both traces in one of the > threads (weird that all of them are trying to mknod...). The same call > is seen in my trace. Ditto for mine. -tih -- Most people who graduate with CS degrees don't understand the significance of

Re: cmake hanging

2020-09-20 Thread Chavdar Ivanov
On Sun, 20 Sep 2020 at 19:02, Jared McNeill wrote: > > Still happens to me with a -current kernel and -9 chroot. Captured today: > > http://www.invisible.ca/tmp/cmake.txt je_malloc_mutex_lock_slow is seen in the both traces in one of the threads (weird that all of them are trying to mknod...).

Re: cmake hanging

2020-09-20 Thread Jared McNeill
Still happens to me with a -current kernel and -9 chroot. Captured today: http://www.invisible.ca/tmp/cmake.txt On Sun, 20 Sep 2020, Chavdar Ivanov wrote: I am not seeing other people report these lately, but I still continue to get these hangings, e.g. when running git as part of a zsh

Re: cmake hanging

2020-09-20 Thread Chavdar Ivanov
I am not seeing other people report these lately, but I still continue to get these hangings, e.g. when running git as part of a zsh prompt function; roughly every fourth command ends up with one of these, again as before, it is enough to attach with gdb to the got process and quit in order for

chrooted pid detected outside of its chroot

2020-09-20 Thread Thomas Klausner
Hi! I just found this in my dmesg: chrooted pid 3009 uid 0 (ksh) detected outside of its chroot (a couple of copies) Should I worry? Thomas