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

Re: cmake hanging

2020-09-01 Thread Chavdar Ivanov
Another one, overnight, while building gimp, by gegl, attached. As I mentioned earlier, it is enough to attach to the process with gdb and then quit in order for the process to carry on working and complete the build. On Tue, 1 Sep 2020 at 08:55, Tom Ivar Helbekkmo wrote: > > Chavdar Ivanov

Re: cmake hanging

2020-09-01 Thread Tom Ivar Helbekkmo
Chavdar Ivanov writes: > I am having the same cmake hangs as in this thread. I've attached the > gdb 'thread apply all bt' output (collected with script). That looks suspiciouly similar to the hangs I'm seeing with dhcpd on amd64-current (note the mutex lock attempt, while nothing else looks

Re: cmake hanging

2020-08-31 Thread Chavdar Ivanov
Hi, I am having the same cmake hangs as in this thread. I've attached the gdb 'thread apply all bt' output (collected with script). It happens during a fairly long pkg_rolling-replace under 9.99.72 from the 29th of August, after about 900 packages were already done, during the build of kmymoney.

Re: cmake hanging

2020-06-16 Thread Chavdar Ivanov
I just had another similar hang, this time in git, while trying to pull pkgsrc/wip: ... [Switching to LWP 2518 of process 2823] 0x72b102aa87aa in ___lwp_park60 () from /usr/lib/libc.so.12 (gdb) thread apply all bt Thread 2 (LWP 2823 of process 2823): #0 0x72b102a4551a in _lwp_wait ()

Re: cmake hanging

2020-06-10 Thread Andrew Doran
On Mon, Jun 08, 2020 at 03:38:44PM +0100, Chavdar Ivanov wrote: > On Sun, 7 Jun 2020 at 10:25, Chavdar Ivanov wrote: > > > > Hi, > > > > I just had another one, rebuilding gimp, running gegl. Again gdb -p > > ... ; quit sorted it out. > > > > On Sat, 6 Jun 2020 at 20:36, Chavdar Ivanov wrote: >

Re: cmake hanging

2020-06-10 Thread Andrew Doran
On Wed, Jun 10, 2020 at 01:30:22AM +0200, Joerg Sonnenberger wrote: > On Tue, Jun 09, 2020 at 11:22:27PM +, Andrew Doran wrote: > > On Sat, Jun 06, 2020 at 09:25:55PM +0200, Joerg Sonnenberger wrote: > > > > > On Sat, Jun 06, 2020 at 06:45:03PM +0100, Chavdar Ivanov wrote: > > > > On Sat, 6

Re: cmake hanging

2020-06-09 Thread Joerg Sonnenberger
On Tue, Jun 09, 2020 at 11:22:27PM +, Andrew Doran wrote: > On Sat, Jun 06, 2020 at 09:25:55PM +0200, Joerg Sonnenberger wrote: > > > On Sat, Jun 06, 2020 at 06:45:03PM +0100, Chavdar Ivanov wrote: > > > On Sat, 6 Jun 2020 at 18:43, Chavdar Ivanov wrote: > > > > > > > > Hi, > > > > > > > > I

Re: cmake hanging

2020-06-09 Thread Andrew Doran
On Sat, Jun 06, 2020 at 09:25:55PM +0200, Joerg Sonnenberger wrote: > On Sat, Jun 06, 2020 at 06:45:03PM +0100, Chavdar Ivanov wrote: > > On Sat, 6 Jun 2020 at 18:43, Chavdar Ivanov wrote: > > > > > > Hi, > > > > > > I got another cmake hang during pkg_rolling-replace today, while > > > building

Re: cmake hanging

2020-06-08 Thread Chavdar Ivanov
On Mon, 8 Jun 2020 at 15:38, Chavdar Ivanov wrote: > > On Sun, 7 Jun 2020 at 10:25, Chavdar Ivanov wrote: > > > > Hi, > > > > I just had another one, rebuilding gimp, running gegl. Again gdb -p > > ... ; quit sorted it out. > > > > On Sat, 6 Jun 2020 at 20:36, Chavdar Ivanov wrote: > > > > > >

Re: cmake hanging

2020-06-08 Thread Chavdar Ivanov
On Sun, 7 Jun 2020 at 10:25, Chavdar Ivanov wrote: > > Hi, > > I just had another one, rebuilding gimp, running gegl. Again gdb -p > ... ; quit sorted it out. > > On Sat, 6 Jun 2020 at 20:36, Chavdar Ivanov wrote: > > > > On Sat, 6 Jun 2020 at 20:26, Joerg Sonnenberger wrote: > > > > > > On

Re: cmake hanging

2020-06-07 Thread Chavdar Ivanov
Hi, I just had another one, rebuilding gimp, running gegl. Again gdb -p ... ; quit sorted it out. On Sat, 6 Jun 2020 at 20:36, Chavdar Ivanov wrote: > > On Sat, 6 Jun 2020 at 20:26, Joerg Sonnenberger wrote: > > > > On Sat, Jun 06, 2020 at 06:45:03PM +0100, Chavdar Ivanov wrote: > > > On Sat,

Re: cmake hanging

2020-06-06 Thread Chavdar Ivanov
On Sat, 6 Jun 2020 at 20:26, Joerg Sonnenberger wrote: > > On Sat, Jun 06, 2020 at 06:45:03PM +0100, Chavdar Ivanov wrote: > > On Sat, 6 Jun 2020 at 18:43, Chavdar Ivanov wrote: > > > > > > Hi, > > > > > > I got another cmake hang during pkg_rolling-replace today, while > > > building

Re: cmake hanging

2020-06-06 Thread Joerg Sonnenberger
On Sat, Jun 06, 2020 at 06:45:03PM +0100, Chavdar Ivanov wrote: > On Sat, 6 Jun 2020 at 18:43, Chavdar Ivanov wrote: > > > > Hi, > > > > I got another cmake hang during pkg_rolling-replace today, while > > building misc/kdepimlibs4, trace as follows: > > Just to mention that after I quit gdb and

Re: cmake hanging

2020-06-06 Thread Chavdar Ivanov
Hi, And another very similar; this time making wip/emacs-git, at the beginning of the clone process ... Find the GDB manual and other documentation resources online at: [38/47295] . For help, type "help". Type "apropos word"

Re: cmake hanging

2020-06-06 Thread Chavdar Ivanov
On Sat, 6 Jun 2020 at 18:43, Chavdar Ivanov wrote: > > Hi, > > I got another cmake hang during pkg_rolling-replace today, while > building misc/kdepimlibs4, trace as follows: Just to mention that after I quit gdb and detached from the process it continued and completed the build . . . > > . .

Re: cmake hanging

2020-06-06 Thread Chavdar Ivanov
Hi, I got another cmake hang during pkg_rolling-replace today, while building misc/kdepimlibs4, trace as follows: . . . . Find the GDB manual and other documentation resources online at: [190/47198] . For help, type "help".

Re: cmake hanging

2020-05-30 Thread Chavdar Ivanov
On Sun, 24 May 2020 at 17:11, Chavdar Ivanov wrote: > > On Sun, 24 May 2020 at 16:39, Joerg Sonnenberger wrote: > > > > On Sun, May 24, 2020 at 09:22:41AM +0100, Chavdar Ivanov wrote: > > > While doing pkg_rolling-replace on amd64 -current from yesterday, I > > > got three times in a row a hang

Re: cmake hanging

2020-05-24 Thread Chavdar Ivanov
On Sun, 24 May 2020 at 16:39, Joerg Sonnenberger wrote: > > On Sun, May 24, 2020 at 09:22:41AM +0100, Chavdar Ivanov wrote: > > While doing pkg_rolling-replace on amd64 -current from yesterday, I > > got three times in a row a hang in cmake as the followingL > > Please attach with gdb and run

Re: cmake hanging

2020-05-24 Thread Joerg Sonnenberger
On Sun, May 24, 2020 at 09:22:41AM +0100, Chavdar Ivanov wrote: > While doing pkg_rolling-replace on amd64 -current from yesterday, I > got three times in a row a hang in cmake as the followingL Please attach with gdb and run "thread apply all bt" and give me the result. There are still two

cmake hanging

2020-05-24 Thread Chavdar Ivanov
Hi, While doing pkg_rolling-replace on amd64 -current from yesterday, I got three times in a row a hang in cmake as the followingL ... (gdb) bt #0 0x7a316cea8d3a in ___lwp_park60 () from /usr/lib/libc.so.12 #1 0x7a316d60a7d0 in pthread_cond_timedwait () from /usr/lib/libpthread.so.1 #2