Hello Tobias,

I tried to follow your instructions. Not sure if I did it right. When I hit 
ctrl-c after <make it hang> nothing happens until the dd command is finished 
with the file transfer. I guess that is what you expected! 

The gdb.txt is attached.

Matthias


Am 28.01.2018 um 16:35 schrieb Tobias Ellinghaus:
> Am Sonntag, 28. Januar 2018, 13:13:20 CET schrieb Matthias Bodenbinder:
>> I did an strace and found that DT is trying to stat a DCIM folder in the
>> cloud:
>>
>> 4969  stat("/mnt/magentacloud/DCIM",  <unfinished ...>
>> 4969  stat("/mnt/magentacloud/dcim", 0x7ff6b7ff0330) = -1 ENOENT (No such
>> file or directory)
>>
>> Why is that? What has DT to do with this directory?
> 
> As "DCIM" is part of the file layout of cameras I would guess that it's 
> gphoto2. Let's find out.
> Please start darktable in gdb, make it hang and then get a backtrace:
> 
> gdb darktable
> r
> <make it hang>
> ctrl-c
> set pagination off
> set logging file gdb.txt
> set logging on
> thread apply all bt full
> c
> <wait for dt to recover and close dt>
> q
> 
> Then show us the generated file "gdb.txt".
> 
>> As long as dd is writing to /mnt/magentacloud the drive is not responding.
>> Even simple "ls" commands are waitng until the dd command is finished. So
>> the "stat" from DT must wait also.
>>
>> DT is actually doing a "stat" on every mounted directory in /mnt:
> 
> That sounds like gphoto2 looking for removable media.
> 
>> 4969  stat("/mnt/magentacloud/DCIM",  <unfinished ...>
>> 4969  stat("/mnt/magentacloud/dcim", 0x7ff6b7ff0330) = -1 ENOENT (No such
>> file or directory) 4969  stat("/mnt/zstore/DCIM", 0x7ff6b7ff0330) = -1
>> ENOENT (No such file or directory) 4969  stat("/mnt/zstore/dcim",
>> 0x7ff6b7ff0330) = -1 ENOENT (No such file or directory) 4969 
>> stat("/mnt/zstore/BENCHMARK/DCIM", 0x7ff6b7ff0330) = -1 ENOENT (No such
>> file or directory) 4969  stat("/mnt/zstore/BENCHMARK/dcim", 0x7ff6b7ff0330)
>> = -1 ENOENT (No such file or directory)
>>
>> Why is it doing that?
>>
>>
>> Kind Regards
>> Matthias
>>
>> Matthias
> 
> Tobias
> 
> [...]
> 


____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to [email protected]
The program is not being run.

Thread 33 (Thread 0x7fff697fa700 (LWP 4951)):
#0  0x00007ffff0c64f0e in futex_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 1000
        addr = 0x555558688324
#1  0x00007ffff0c64f0e in do_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 1000
        addr = 0x555558688324
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558688320, 
state=1000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x5555586d0590
        task = 0x5555586d1080
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x5555586d0590
        task = 0x5555586d1080
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 32 (Thread 0x7fff69ffb700 (LWP 4950)):
#0  0x00007ffff0c64f0e in futex_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 1000
        addr = 0x555558688324
#1  0x00007ffff0c64f0e in do_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 1000
        addr = 0x555558688324
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558688320, 
state=1000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x5555586d0590
        task = 0x5555586d0fb0
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x5555586d0590
        task = 0x5555586d0fb0
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 31 (Thread 0x7fff6a7fc700 (LWP 4949)):
#0  0x00007ffff0c64f0e in futex_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 1000
        addr = 0x555558688324
#1  0x00007ffff0c64f0e in do_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 1000
        addr = 0x555558688324
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558688320, 
state=1000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x5555586d0590
        task = 0x5555586d0ee0
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x5555586d0590
        task = 0x5555586d0ee0
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 30 (Thread 0x7fff6affd700 (LWP 4948)):
#0  0x00007ffff0c64f0e in futex_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 1000
        addr = 0x555558688324
#1  0x00007ffff0c64f0e in do_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 1000
        addr = 0x555558688324
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558688320, 
state=1000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x5555586d0590
        task = 0x5555586d0e10
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x5555586d0590
        task = 0x5555586d0e10
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 29 (Thread 0x7fff6b7fe700 (LWP 4947)):
#0  0x00007ffff0c64f0e in futex_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 1000
        addr = 0x555558688324
#1  0x00007ffff0c64f0e in do_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 1000
        addr = 0x555558688324
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558688320, 
state=1000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x5555586d0590
        task = 0x5555586d0d40
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x5555586d0590
        task = 0x5555586d0d40
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 28 (Thread 0x7fff6bfff700 (LWP 4946)):
#0  0x00007ffff0c64f0e in futex_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 1000
        addr = 0x555558688324
#1  0x00007ffff0c64f0e in do_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 1000
        addr = 0x555558688324
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558688320, 
state=1000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x5555586d0590
        task = 0x5555586d0c70
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x5555586d0590
        task = 0x5555586d0c70
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 27 (Thread 0x7fff7c8b6700 (LWP 4945)):
#0  0x00007ffff0c64f0e in futex_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 1000
        addr = 0x555558688324
#1  0x00007ffff0c64f0e in do_wait (val=1000, addr=0x555558688324) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 1000
        addr = 0x555558688324
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558688320, 
state=1000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x5555586d0590
        task = 0x5555586d0ba0
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x5555586d0590
        task = 0x5555586d0ba0
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 25 (Thread 0x7fff7de63700 (LWP 4943)):
#0  0x00007ffff73df819 in syscall () at /usr/lib/libc.so.6
#1  0x00007ffff6d1fdfd in g_cond_wait_until () at /usr/lib/libglib-2.0.so.0
#2  0x00007ffff6cac753 in  () at /usr/lib/libglib-2.0.so.0
#3  0x00007ffff6cacd3e in g_async_queue_timeout_pop () at 
/usr/lib/libglib-2.0.so.0
#4  0x00007ffff6d01db1 in  () at /usr/lib/libglib-2.0.so.0
#5  0x00007ffff6d0129a in  () at /usr/lib/libglib-2.0.so.0
#6  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#7  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 22 (Thread 0x7fffa5ffb700 (LWP 4940)):
#0  0x00007ffff76b5cd6 in do_futex_wait.constprop () at /usr/lib/libpthread.so.0
#1  0x00007ffff76b5dc8 in __new_sem_wait_slow.constprop.0 () at 
/usr/lib/libpthread.so.0
#2  0x00007fffaee09a37 in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaecf1dc6 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 21 (Thread 0x7fffa67fc700 (LWP 4939)):
#0  0x00007ffff76b5cd6 in do_futex_wait.constprop () at /usr/lib/libpthread.so.0
#1  0x00007ffff76b5dc8 in __new_sem_wait_slow.constprop.0 () at 
/usr/lib/libpthread.so.0
#2  0x00007fffaee09a37 in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaecf1dc6 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 20 (Thread 0x7fffa6ffd700 (LWP 4938)):
#0  0x00007ffff76b5cd6 in do_futex_wait.constprop () at /usr/lib/libpthread.so.0
#1  0x00007ffff76b5dc8 in __new_sem_wait_slow.constprop.0 () at 
/usr/lib/libpthread.so.0
#2  0x00007fffaee09a37 in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaecf1dc6 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 19 (Thread 0x7fffa77fe700 (LWP 4937)):
#0  0x00007ffff76b5cd6 in do_futex_wait.constprop () at /usr/lib/libpthread.so.0
#1  0x00007ffff76b5dc8 in __new_sem_wait_slow.constprop.0 () at 
/usr/lib/libpthread.so.0
#2  0x00007fffaee09a37 in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaecf1dc6 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 18 (Thread 0x7fffacd74700 (LWP 4936)):
#0  0x00007ffff76b5cd6 in do_futex_wait.constprop () at /usr/lib/libpthread.so.0
#1  0x00007ffff76b5dc8 in __new_sem_wait_slow.constprop.0 () at 
/usr/lib/libpthread.so.0
#2  0x00007fffaee09a37 in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaecf1dc6 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 17 (Thread 0x7fffad575700 (LWP 4935)):
#0  0x00007ffff76b3766 in pthread_cond_timedwait@@GLIBC_2.3.2 () at 
/usr/lib/libpthread.so.0
#1  0x00007fffaee0bab7 in  () at /usr/lib/libnvidia-opencl.so.1
#2  0x00007fffaedc2cf7 in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#5  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 16 (Thread 0x7fffadd76700 (LWP 4934)):
#0  0x00007ffff73da91b in poll () at /usr/lib/libc.so.6
#1  0x00007fffaee09463 in  () at /usr/lib/libnvidia-opencl.so.1
#2  0x00007fffaee718ad in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#5  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7fffe1011700 (LWP 4923)):
#0  0x00007ffff73d5bd5 in _xstat () at /usr/lib/libc.so.6
#1  0x00007fff85aedf99 in gp_port_library_list () at 
/usr/lib/libgphoto2_port/0.12.0/disk.so
#2  0x00007ffff45f44c4 in  () at /usr/lib/libgphoto2_port.so.12
#3  0x00007fffeb9cd91b in  () at /usr/lib/libltdl.so.7
#4  0x00007fffeb9cd2f2 in  () at /usr/lib/libltdl.so.7
#5  0x00007fffeb9cdee9 in lt_dlforeachfile () at /usr/lib/libltdl.so.7
#6  0x00007ffff45f491a in gp_port_info_list_load () at 
/usr/lib/libgphoto2_port.so.12
#7  0x00007ffff7a7e53d in dt_camctl_detect_cameras () at 
/usr/lib/libdarktable.so
#8  0x00007ffff7a7e983 in  () at /usr/lib/libdarktable.so
#9  0x00007ffff79b7424 in  () at /usr/lib/libdarktable.so
#10 0x00007ffff79b7f48 in  () at /usr/lib/libdarktable.so
#11 0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#12 0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7fffe2f1d700 (LWP 4922)):
#0  0x00007ffff73da91b in poll () at /usr/lib/libc.so.6
#1  0x00007ffff6cd9023 in  () at /usr/lib/libglib-2.0.so.0
#2  0x00007ffff6cd93e2 in g_main_loop_run () at /usr/lib/libglib-2.0.so.0
#3  0x00007ffff54026d8 in  () at /usr/lib/libgio-2.0.so.0
#4  0x00007ffff6d0129a in  () at /usr/lib/libglib-2.0.so.0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7fffe3f1f700 (LWP 4920)):
#0  0x00007ffff73da91b in poll () at /usr/lib/libc.so.6
#1  0x00007ffff6cd9023 in  () at /usr/lib/libglib-2.0.so.0
#2  0x00007ffff6cd913e in g_main_context_iteration () at 
/usr/lib/libglib-2.0.so.0
#3  0x00007ffff6cd9192 in  () at /usr/lib/libglib-2.0.so.0
#4  0x00007ffff6d0129a in  () at /usr/lib/libglib-2.0.so.0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7ffff7f71b40 (LWP 4916)):
#0  0x00007ffff76ae44d in pthread_join () at /usr/lib/libpthread.so.0
#1  0x00007ffff79b336a in dt_control_shutdown () at /usr/lib/libdarktable.so
#2  0x00007ffff79483e4 in dt_cleanup () at /usr/lib/libdarktable.so
#3  0x00007ffff7a4b1b8 in dt_gui_gtk_run () at /usr/lib/libdarktable.so
#4  0x0000555555554863 in main ()
Continuing.
[Thread 0x7fff7de63700 (LWP 4943) exited]

Thread 1 "darktable" received signal SIGINT, Interrupt.
0x00007ffff76ae44d in pthread_join () from /usr/lib/libpthread.so.0

Thread 32 (Thread 0x7fff69ffb700 (LWP 5231)):
#0  0x00007ffff0c64f0e in futex_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 5000
        addr = 0x555558647994
#1  0x00007ffff0c64f0e in do_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 5000
        addr = 0x555558647994
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558647990, 
state=5000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55555868f070
        task = 0x55555868fb60
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x55555868f070
        task = 0x55555868fb60
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 31 (Thread 0x7fff6a7fc700 (LWP 5230)):
#0  0x00007ffff0c64f0e in futex_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 5000
        addr = 0x555558647994
#1  0x00007ffff0c64f0e in do_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 5000
        addr = 0x555558647994
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558647990, 
state=5000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55555868f070
        task = 0x55555868fa90
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x55555868f070
        task = 0x55555868fa90
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 30 (Thread 0x7fff6affd700 (LWP 5229)):
#0  0x00007ffff0c64f0e in futex_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 5000
        addr = 0x555558647994
#1  0x00007ffff0c64f0e in do_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 5000
        addr = 0x555558647994
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558647990, 
state=5000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55555868f070
        task = 0x55555868f9c0
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x55555868f070
        task = 0x55555868f9c0
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 29 (Thread 0x7fff6b7fe700 (LWP 5228)):
#0  0x00007ffff0c64f0e in futex_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 5000
        addr = 0x555558647994
#1  0x00007ffff0c64f0e in do_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 5000
        addr = 0x555558647994
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558647990, 
state=5000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55555868f070
        task = 0x55555868f8f0
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x55555868f070
        task = 0x55555868f8f0
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 28 (Thread 0x7fff6bfff700 (LWP 5227)):
#0  0x00007ffff0c64f0e in futex_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 5000
        addr = 0x555558647994
#1  0x00007ffff0c64f0e in do_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 5000
        addr = 0x555558647994
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558647990, 
state=5000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55555868f070
        task = 0x55555868f820
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x55555868f070
        task = 0x55555868f820
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 27 (Thread 0x7fff7c899700 (LWP 5226)):
#0  0x00007ffff0c64f0e in futex_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 5000
        addr = 0x555558647994
#1  0x00007ffff0c64f0e in do_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 5000
        addr = 0x555558647994
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558647990, 
state=5000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55555868f070
        task = 0x55555868f750
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x55555868f070
        task = 0x55555868f750
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 26 (Thread 0x7fff7d09a700 (LWP 5225)):
#0  0x00007ffff0c64f0e in futex_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/x86/futex.h:44
        res = -512
        r10 = 0
        val = 5000
        addr = 0x555558647994
#1  0x00007ffff0c64f0e in do_wait (val=5000, addr=0x555558647994) at 
/build/gcc/src/gcc/libgomp/config/linux/wait.h:67
        val = 5000
        addr = 0x555558647994
#2  0x00007ffff0c64f0e in gomp_barrier_wait_end (bar=0x555558647990, 
state=5000) at /build/gcc/src/gcc/libgomp/config/linux/bar.c:48
#3  0x00007ffff0c628c8 in gomp_simple_barrier_wait (bar=<optimized out>) at 
/build/gcc/src/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55555868f070
        task = 0x55555868f680
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#4  0x00007ffff0c628c8 in gomp_thread_start (xdata=<optimized out>) at 
/build/gcc/src/gcc/libgomp/team.c:124
        team = 0x55555868f070
        task = 0x55555868f680
        data = <optimized out>
        pool = <optimized out>
        local_fn = 0x7ffff7a74570
        local_data = 0x7fffffffbff0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 25 (Thread 0x7fff7de46700 (LWP 5224)):
#0  0x00007ffff73df819 in syscall () at /usr/lib/libc.so.6
#1  0x00007ffff6d1fdfd in g_cond_wait_until () at /usr/lib/libglib-2.0.so.0
#2  0x00007ffff6cac753 in  () at /usr/lib/libglib-2.0.so.0
#3  0x00007ffff6cacd3e in g_async_queue_timeout_pop () at 
/usr/lib/libglib-2.0.so.0
#4  0x00007ffff6d01db1 in  () at /usr/lib/libglib-2.0.so.0
#5  0x00007ffff6d0129a in  () at /usr/lib/libglib-2.0.so.0
#6  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#7  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 22 (Thread 0x7fffa5ffb700 (LWP 5221)):
#0  0x00007ffff76b5cd6 in do_futex_wait.constprop () at /usr/lib/libpthread.so.0
#1  0x00007ffff76b5dc8 in __new_sem_wait_slow.constprop.0 () at 
/usr/lib/libpthread.so.0
#2  0x00007fffaee09a37 in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaecf1dc6 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 21 (Thread 0x7fffa67fc700 (LWP 5220)):
#0  0x00007ffff76b5cd6 in do_futex_wait.constprop () at /usr/lib/libpthread.so.0
#1  0x00007ffff76b5dc8 in __new_sem_wait_slow.constprop.0 () at 
/usr/lib/libpthread.so.0
#2  0x00007fffaee09a37 in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaecf1dc6 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 20 (Thread 0x7fffa6ffd700 (LWP 5219)):
#0  0x00007ffff76b5cd6 in do_futex_wait.constprop () at /usr/lib/libpthread.so.0
#1  0x00007ffff76b5dc8 in __new_sem_wait_slow.constprop.0 () at 
/usr/lib/libpthread.so.0
#2  0x00007fffaee09a37 in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaecf1dc6 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 19 (Thread 0x7fffa77fe700 (LWP 5218)):
#0  0x00007ffff76b5cd6 in do_futex_wait.constprop () at /usr/lib/libpthread.so.0
#1  0x00007ffff76b5dc8 in __new_sem_wait_slow.constprop.0 () at 
/usr/lib/libpthread.so.0
#2  0x00007fffaee09a37 in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaecf1dc6 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 18 (Thread 0x7fffacd74700 (LWP 5217)):
#0  0x00007ffff76b5cd6 in do_futex_wait.constprop () at /usr/lib/libpthread.so.0
#1  0x00007ffff76b5dc8 in __new_sem_wait_slow.constprop.0 () at 
/usr/lib/libpthread.so.0
#2  0x00007fffaee09a37 in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaecf1dc6 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 17 (Thread 0x7fffad575700 (LWP 5216)):
#0  0x00007ffff76b339d in pthread_cond_wait@@GLIBC_2.3.2 () at 
/usr/lib/libpthread.so.0
#1  0x00007fffaee0bafd in  () at /usr/lib/libnvidia-opencl.so.1
#2  0x00007fffaedc2bd4 in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#5  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 16 (Thread 0x7fffadd76700 (LWP 5215)):
#0  0x00007ffff73da91b in poll () at /usr/lib/libc.so.6
#1  0x00007fffaee09463 in  () at /usr/lib/libnvidia-opencl.so.1
#2  0x00007fffaee718ad in  () at /usr/lib/libnvidia-opencl.so.1
#3  0x00007fffaee0aea8 in  () at /usr/lib/libnvidia-opencl.so.1
#4  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#5  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 11 (Thread 0x7fffd1ffb700 (LWP 5210)):
#0  0x00007ffff73d5bd5 in _xstat () at /usr/lib/libc.so.6
#1  0x00007fff85aedf99 in gp_port_library_list () at 
/usr/lib/libgphoto2_port/0.12.0/disk.so
#2  0x00007ffff45f44c4 in  () at /usr/lib/libgphoto2_port.so.12
#3  0x00007fffeb9cd91b in  () at /usr/lib/libltdl.so.7
#4  0x00007fffeb9cd2f2 in  () at /usr/lib/libltdl.so.7
#5  0x00007fffeb9cdee9 in lt_dlforeachfile () at /usr/lib/libltdl.so.7
#6  0x00007ffff45f491a in gp_port_info_list_load () at 
/usr/lib/libgphoto2_port.so.12
#7  0x00007ffff7a7e53d in dt_camctl_detect_cameras () at 
/usr/lib/libdarktable.so
#8  0x00007ffff7a7e983 in  () at /usr/lib/libdarktable.so
#9  0x00007ffff79b7424 in  () at /usr/lib/libdarktable.so
#10 0x00007ffff79b7f48 in  () at /usr/lib/libdarktable.so
#11 0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#12 0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7fffe2f1d700 (LWP 5203)):
#0  0x00007ffff73da91b in poll () at /usr/lib/libc.so.6
#1  0x00007ffff6cd9023 in  () at /usr/lib/libglib-2.0.so.0
#2  0x00007ffff6cd93e2 in g_main_loop_run () at /usr/lib/libglib-2.0.so.0
#3  0x00007ffff54026d8 in  () at /usr/lib/libgio-2.0.so.0
#4  0x00007ffff6d0129a in  () at /usr/lib/libglib-2.0.so.0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7fffe3f1f700 (LWP 5201)):
#0  0x00007ffff73da91b in poll () at /usr/lib/libc.so.6
#1  0x00007ffff6cd9023 in  () at /usr/lib/libglib-2.0.so.0
#2  0x00007ffff6cd913e in g_main_context_iteration () at 
/usr/lib/libglib-2.0.so.0
#3  0x00007ffff6cd9192 in  () at /usr/lib/libglib-2.0.so.0
#4  0x00007ffff6d0129a in  () at /usr/lib/libglib-2.0.so.0
#5  0x00007ffff76ad08c in start_thread () at /usr/lib/libpthread.so.0
#6  0x00007ffff73e4e1f in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7ffff7f71b40 (LWP 5197)):
#0  0x00007ffff76ae44d in pthread_join () at /usr/lib/libpthread.so.0
#1  0x00007ffff79b336a in dt_control_shutdown () at /usr/lib/libdarktable.so
#2  0x00007ffff79483e4 in dt_cleanup () at /usr/lib/libdarktable.so
#3  0x00007ffff7a4b1b8 in dt_gui_gtk_run () at /usr/lib/libdarktable.so
#4  0x0000555555554863 in main ()
Continuing.
[Thread 0x7fff7de46700 (LWP 5224) exited]
[New Thread 0x7fff7de46700 (LWP 5354)]
[Thread 0x7fff7de46700 (LWP 5354) exited]
[New Thread 0x7fff7de46700 (LWP 5355)]
[Thread 0x7fff7de46700 (LWP 5355) exited]
[New Thread 0x7fff7de46700 (LWP 5356)]
[Thread 0x7fff7de46700 (LWP 5356) exited]
[New Thread 0x7fff7de46700 (LWP 5357)]
[Thread 0x7fff7de46700 (LWP 5357) exited]
[Thread 0x7fffd1ffb700 (LWP 5210) exited]
[Thread 0x7fffa5ffb700 (LWP 5221) exited]
[Thread 0x7fffa67fc700 (LWP 5220) exited]
[Thread 0x7fffa6ffd700 (LWP 5219) exited]
[Thread 0x7fffa77fe700 (LWP 5218) exited]
[Thread 0x7fffacd74700 (LWP 5217) exited]
[Thread 0x7fffad575700 (LWP 5216) exited]
[Thread 0x7fffadd76700 (LWP 5215) exited]
[Thread 0x7fff69ffb700 (LWP 5231) exited]
[Thread 0x7fff6a7fc700 (LWP 5230) exited]
[Thread 0x7fff6affd700 (LWP 5229) exited]
[Thread 0x7fff6b7fe700 (LWP 5228) exited]
[Thread 0x7fff6bfff700 (LWP 5227) exited]
[Thread 0x7fff7c899700 (LWP 5226) exited]
[Thread 0x7fff7d09a700 (LWP 5225) exited]
[Thread 0x7fffe3f1f700 (LWP 5201) exited]
[Thread 0x7ffff7f71b40 (LWP 5197) exited]
[Inferior 1 (process 5197) exited normally]

Reply via email to