Darktable crashes on startup (as do many other GTK3 apps)

Hi there,
I just downloaded Darktable using pamac and was surprised, that I am not even able to start it.
When I start it a black window shows up for a short period of time, before everything crashes.
I am using Manjaro Gnome / Wayland with all the latest updates installed.
Here is what it looks like in the logs:

     0.0001 application_directory: /usr/bin
     0.0002 darktable.datadir: /usr/share/darktable
     0.0002 darktable.plugindir: /usr/lib/darktable
     0.0002 darktable.localedir: /usr/share/locale
     0.0002 darktable.configdir: /home/laurenz/.config/darktable
     0.0004 darktable.cachedir: /home/laurenz/.cache/darktable
     0.0004 darktable.sharedir: /usr/share
     0.0004 darktable.tmpdir: /tmp
     0.0004 [memory] at startup
     0.0005 [memory] max address space (vmpeak):      300360 kB
            [memory] cur address space (vmsize):      300360 kB
            [memory] max used memory   (vmhwm ):       32824 kB
            [memory] cur used memory   (vmrss ):       32824 kB
     0.0005 new_xdg_data_dirs: /usr/share:/home/laurenz/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/
     0,0558 [init sql] library: /home/laurenz/.config/darktable/library.db, data: /home/laurenz/.config/darktable/data.db
     0,0580 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/tags.c:583, function dt_set_darktable_tags(): exec "DELETE FROM memory.darktable_tags"
     0,0580 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/tags.c:587, function dt_set_darktable_tags(): prepare "INSERT INTO memory.darktable_tags (tagid) SELECT DISTINCT id FROM data.tags WHERE name LIKE 'darktable|%%'"
     0,0586 [dt_worker_threads] using 4 worker threads
     0,0594 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/film.c:528, function dt_film_set_folder_status(): prepare "DELETE FROM memory.film_folder"
     0,0594 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/film.c:534, function dt_film_set_folder_status(): prepare "SELECT id, folder FROM main.film_rolls"
     0,0594 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/film.c:539, function dt_film_set_folder_status(): prepare "INSERT INTO memory.film_folder (id, status) VALUES (?1, ?2)"
     0,0595 [dt_configure_runtime_performance] found a sufficient 64-bit system with 15552 Mb ram and 8 cores
     0,0595 [dt_get_sysresource_level] switched to 1 as `default'
     0,0595   total mem:       15552MB
     0,0595   mipmap cache:    1944MB
     0,0595   available mem:   7776MB
     0,0595   singlebuff:      121MB
     0,0595   OpenCL tune mem: OFF
     0,0595   OpenCL pinned:   OFF
     0,0596 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/collection.c:958, function _dt_collection_compute_count(): prepare "SELECT COUNT(DISTINCT mi.id) FROM (SELECT  id, group_id, film_id, filename, datetime_taken,   flags, version,  position, aspect_ratio,  maker, model, lens, aperture, exposure, focal_length,  iso, import_timestamp, change_timestamp,  export_timestamp, print_timestamp  FROM main.images AS mi  ) AS mi WHERE   (flags & 256) != 256  AND  (( (film_id IN (SELECT id FROM main.film_rolls WHERE folder LIKE '%'))) AND ( (1=1) AND (1=1))) ORDER BY filename, version LIMIT ?1, ?2"
     0,0596 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/collection.c:990, function dt_collection_get_selected_count(): prepare "SELECT COUNT(*) FROM main.selected_images"
     0,0597 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/collection.c:2515, function dt_collection_update_query(): prepare "DELETE FROM main.selected_images WHERE imgid NOT IN (SELECT DISTINCT mi.id FROM (SELECT  id, group_id, film_id, filename, datetime_taken,   flags, version,  position, aspect_ratio,  maker, model, lens, aperture, exposure, focal_length,  iso, import_timestamp, change_timestamp,  export_timestamp, print_timestamp  FROM main.images AS mi  ) AS mi WHERE   (flags & 256) != 256  AND  (( (film_id IN (SELECT id FROM main.film_rolls WHERE folder LIKE '%'))) AND ( (1=1) AND (1=1))) ORDER BY filename, version LIMIT ?1, ?2)"
     0,0598 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/collection.c:958, function _dt_collection_compute_count(): prepare "SELECT COUNT(DISTINCT mi.id) FROM (SELECT  id, group_id, film_id, filename, datetime_taken,   flags, version,  position, aspect_ratio,  maker, model, lens, aperture, exposure, focal_length,  iso, import_timestamp, change_timestamp,  export_timestamp, print_timestamp  FROM main.images AS mi  ) AS mi WHERE   (flags & 256) != 256  AND  (( (film_id IN (SELECT id FROM main.film_rolls WHERE folder LIKE '%'))) AND ( (1=1) AND (1=1))) ORDER BY filename, version"
     0,0598 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/collection.c:990, function dt_collection_get_selected_count(): prepare "SELECT COUNT(*) FROM main.selected_images"
     0,0598 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/collection.c:990, function dt_collection_get_selected_count(): prepare "SELECT COUNT(*) FROM main.selected_images"
     0,0599 [pwstorage_new] Creating new context 0x55906fa58700
     0,0599 [pwstorage_new] autodetected storage backend.
     0,0599 [pwstorage_new] using libsecret backend for username/password storage.
[opencl_init] opencl related configuration options:
[opencl_init] opencl: ON
[opencl_init] opencl_scheduling_profile: 'default'
[opencl_init] opencl_library: 'default path'
[opencl_init] opencl_device_priority: '*/!0,*/*/*/!0,*'
[opencl_init] opencl_mandatory_timeout: 400
[opencl_init] opencl library 'libOpenCL' found on your system and loaded
[opencl_init] could not get platforms: Unknown OpenCL error
[opencl_init] FINALLY: opencl is NOT AVAILABLE and NOT ENABLED.
     0,2410 [wb_presets] loading wb_presets from `/usr/share/darktable/wb_presets.json'
     0,3131 [wb_presets] loading noiseprofile file
     0,3131 [wb_presets] found 15 makers
     0,3131 [wb_presets] found maker `Canon'
     0,3131 [wb_presets] found 95 models
     0,3131 [wb_presets] found PowerShot A630
     0,3132 [wb_presets] found 5 presets
     0,3132 [wb_presets] found PowerShot A710 IS
     0,3132 [wb_presets] found 6 presets
     0,3132 [wb_presets] found PowerShot A720 IS
     0,3133 [wb_presets] found 7 presets
     0,3133 [wb_presets] found PowerShot G1 X
     0,3133 [wb_presets] found 6 presets
     0,3133 [wb_presets] found PowerShot G1 X Mark II
     0,3133 [wb_presets] found 6 presets
     0,3133 [wb_presets] found PowerShot G2
     0,3133 [wb_presets] found 6 presets
     0,3133 [wb_presets] found PowerShot G3
     0,3133 [wb_presets] found 6 presets
     0,3133 [wb_presets] found PowerShot G3 X
     0,3133 [wb_presets] found 6 presets
     0,3133 [wb_presets] found PowerShot G5
     0,3133 [wb_presets] found 6 presets
     0,3133 [wb_presets] found PowerShot G5 X
     0,3133 [wb_presets] found 6 presets
     0,3133 [wb_presets] found PowerShot G6
     0,3133 [wb_presets] found 6 presets
     0,3134 [wb_presets] found PowerShot G7 X
     0,3134 [wb_presets] found 152 presets
     0,3134 [wb_presets] found PowerShot G7 X Mark II
     0,3134 [wb_presets] found 8 presets
     0,3135 [wb_presets] found PowerShot G9
     0,3135 [wb_presets] found 7 presets
     0,3135 [wb_presets] found PowerShot G10
     0,3135 [wb_presets] found 7 presets
     0,3135 [wb_presets] found PowerShot G11
     0,3135 [wb_presets] found 7 presets
     0,3135 [wb_presets] found PowerShot G12
     0,3135 [wb_presets] found 7 presets
     0,3135 [wb_presets] found PowerShot G15
     0,3135 [wb_presets] found 6 presets
     0,3135 [wb_presets] found PowerShot G16
     0,3135 [wb_presets] found 6 presets
     0,3135 [wb_presets] found PowerShot S3 IS
     0,3135 [wb_presets] found 4 presets
     0,3135 [wb_presets] found PowerShot S30
     0,3135 [wb_presets] found 6 presets
     0,3135 [wb_presets] found PowerShot S45
     0,3135 [wb_presets] found 6 presets
     0,3135 [wb_presets] found PowerShot S50
     0,3135 [wb_presets] found 6 presets
     0,3136 [wb_presets] found PowerShot S60
     0,3136 [wb_presets] found 7 presets
     0,3136 [wb_presets] found PowerShot S70
     0,3136 [wb_presets] found 7 presets
     0,3136 [wb_presets] found PowerShot S90
     0,3136 [wb_presets] found 7 presets
     0,3136 [wb_presets] found PowerShot S95
     0,3136 [wb_presets] found 7 presets
     0,3137 [wb_presets] found PowerShot S100
     0,3137 [wb_presets] found 7 presets
     0,3137 [wb_presets] found PowerShot S110
     0,3137 [wb_presets] found 6 presets
     0,3137 [wb_presets] found PowerShot S120
     0,3137 [wb_presets] found 6 presets
     0,3137 [wb_presets] found PowerShot Pro1
     0,3138 [wb_presets] found 6 presets
     0,3138 [wb_presets] found PowerShot SX1 IS
     0,3138 [wb_presets] found 6 presets
     0,3138 [wb_presets] found PowerShot SX160 IS
     0,3138 [wb_presets] found 5 presets
     0,3138 [wb_presets] found PowerShot SX50 HS
     0,3138 [wb_presets] found 18 presets
     0,3138 [wb_presets] found PowerShot SX60 HS
     0,3138 [wb_presets] found 7 presets
     0,3138 [wb_presets] found EOS D60
     0,3138 [wb_presets] found 5 presets
     0,3138 [wb_presets] found EOS 5D
     0,3138 [wb_presets] found 6 presets
     0,3138 [wb_presets] found EOS 5D Mark II
     0,3138 [wb_presets] found 114 presets
     0,3139 [wb_presets] found EOS 5D Mark III
     0,3139 [wb_presets] found 114 presets
     0,3140 [wb_presets] found EOS 5D Mark IV
     0,3140 [wb_presets] found 6 presets
     0,3140 [wb_presets] found EOS 5DS
     0,3140 [wb_presets] found 6 presets
     0,3140 [wb_presets] found EOS 5DS R
     0,3140 [wb_presets] found 6 presets
     0,3140 [wb_presets] found EOS 6D
     0,3140 [wb_presets] found 6 presets
     0,3140 [wb_presets] found EOS 6D Mark II
     0,3140 [wb_presets] found 6 presets
     0,3140 [wb_presets] found EOS 7D
     0,3140 [wb_presets] found 114 presets
     0,3141 [wb_presets] found EOS 7D Mark II
     0,3141 [wb_presets] found 6 presets
     0,3141 [wb_presets] found EOS 10D
     0,3141 [wb_presets] found 6 presets
     0,3141 [wb_presets] found EOS 20D
     0,3141 [wb_presets] found 6 presets
     0,3141 [wb_presets] found EOS 30D
     0,3141 [wb_presets] found 6 presets
     0,3141 [wb_presets] found EOS 40D
     0,3141 [wb_presets] found 6 presets
     0,3141 [wb_presets] found EOS 50D
     0,3141 [wb_presets] found 116 presets
     0,3142 [wb_presets] found EOS 60D
     0,3142 [wb_presets] found 114 presets
     0,3143 [wb_presets] found EOS 70D
     0,3143 [wb_presets] found 6 presets
     0,3143 [wb_presets] found EOS 77D
     0,3143 [wb_presets] found 114 presets
     0,3143 [wb_presets] found EOS 80D
     0,3143 [wb_presets] found 114 presets
     0,3144 [wb_presets] found EOS 100D
     0,3144 [wb_presets] found 18 presets
     0,3144 [wb_presets] found EOS 300D
     0,3144 [wb_presets] found 6 presets
     0,3144 [wb_presets] found EOS 200D
     0,3144 [wb_presets] found 114 presets
     0,3145 [wb_presets] found EOS 350D
     0,3145 [wb_presets] found 18 presets
     0,3145 [wb_presets] found EOS 400D
     0,3145 [wb_presets] found 114 presets
     0,3145 [wb_presets] found EOS 450D
     0,3145 [wb_presets] found 6 presets
     0,3145 [wb_presets] found EOS 500D
     0,3146 [wb_presets] found 6 presets
     0,3146 [wb_presets] found EOS 550D
     0,3146 [wb_presets] found 114 presets
     0,3146 [wb_presets] found EOS 600D
     0,3146 [wb_presets] found 6 presets
     0,3146 [wb_presets] found EOS 650D
     0,3146 [wb_presets] found 18 presets
     0,3146 [wb_presets] found EOS 700D
     0,3146 [wb_presets] found 6 presets
     0,3147 [wb_presets] found EOS 750D
     0,3147 [wb_presets] found 114 presets
     0,3147 [wb_presets] found EOS 760D
     0,3147 [wb_presets] found 6 presets
     0,3147 [wb_presets] found EOS 1000D
     0,3147 [wb_presets] found 6 presets
     0,3147 [wb_presets] found EOS 1100D
     0,3147 [wb_presets] found 6 presets
     0,3148 [wb_presets] found EOS 1200D
     0,3148 [wb_presets] found 6 presets
     0,3148 [wb_presets] found EOS 1300D
     0,3148 [wb_presets] found 6 presets
     0,3148 [wb_presets] found EOS-1Ds
     0,3148 [wb_presets] found 6 presets
     0,3148 [wb_presets] found EOS-1Ds Mark II
     0,3148 [wb_presets] found 6 presets
     0,3148 [wb_presets] found EOS-1D Mark II
     0,3148 [wb_presets] found 6 presets
     0,3148 [wb_presets] found EOS-1D Mark III
     0,3148 [wb_presets] found 6 presets
     0,3148 [wb_presets] found EOS-1Ds Mark III
     0,3148 [wb_presets] found 6 presets
     0,3148 [wb_presets] found EOS-1D Mark II N
     0,3148 [wb_presets] found 6 presets
     0,3148 [wb_presets] found EOS-1D Mark IV
     0,3148 [wb_presets] found 6 presets
     0,3148 [wb_presets] found EOS-1D X
     0,3148 [wb_presets] found 6 presets
     0,3149 [wb_presets] found EOS-1D X Mark II
     0,3149 [wb_presets] found 6 presets
     0,3149 [wb_presets] found EOS M
     0,3149 [wb_presets] found 6 presets
     0,3149 [wb_presets] found EOS M2
     0,3149 [wb_presets] found 6 presets
     0,3149 [wb_presets] found EOS M3
     0,3149 [wb_presets] found 6 presets
     0,3149 [wb_presets] found EOS M5
     0,3149 [wb_presets] found 115 presets
     0,3150 [wb_presets] found EOS M6
     0,3150 [wb_presets] found 115 presets
     0,3150 [wb_presets] found EOS M10
     0,3150 [wb_presets] found 6 presets
     0,3150 [wb_presets] found EOS M50
     0,3150 [wb_presets] found 114 presets
     0,3151 [wb_presets] found EOS M100
     0,3151 [wb_presets] found 6 presets
     0,3151 [wb_presets] found EOS R
     0,3151 [wb_presets] found 114 presets
     0,3151 [wb_presets] found EOS RP
     0,3152 [wb_presets] found 114 presets
     0,3152 [wb_presets] found EOS R5
     0,3152 [wb_presets] found 114 presets
     0,3153 [wb_presets] found EOS R6
     0,3153 [wb_presets] found 6 presets
     0,3153 [wb_presets] found EOS R7
     0,3153 [wb_presets] found 114 presets
     0,3153 [wb_presets] found EOS R10
     0,3153 [wb_presets] found 114 presets
     0,3154 [wb_presets] found maker `Fujifilm'
     0,3154 [wb_presets] found 46 models
     0,3154 [wb_presets] found FinePix E900
     0,3154 [wb_presets] found 6 presets
     0,3154 [wb_presets] found FinePix F700
     0,3154 [wb_presets] found 6 presets
     0,3154 [wb_presets] found FinePix HS20EXR
     0,3154 [wb_presets] found 6 presets
     0,3154 [wb_presets] found FinePix HS50EXR
     0,3154 [wb_presets] found 6 presets
     0,3154 [wb_presets] found FinePix S100FS
     0,3154 [wb_presets] found 6 presets
     0,3155 [wb_presets] found FinePix S20Pro
     0,3155 [wb_presets] found 6 presets
     0,3155 [wb_presets] found FinePix S2Pro
     0,3155 [wb_presets] found 6 presets
     0,3155 [wb_presets] found FinePix S5000
     0,3155 [wb_presets] found 6 presets
     0,3155 [wb_presets] found FinePix S5200
     0,3155 [wb_presets] found 6 presets
     0,3155 [wb_presets] found FinePix S5500
     0,3155 [wb_presets] found 6 presets
     0,3155 [wb_presets] found FinePix S5600
     0,3155 [wb_presets] found 6 presets
     0,3155 [wb_presets] found FinePix S6000fd
     0,3155 [wb_presets] found 6 presets
     0,3155 [wb_presets] found FinePix S6500fd
     0,3155 [wb_presets] found 6 presets
     0,3155 [wb_presets] found FinePix S7000
     0,3155 [wb_presets] found 6 presets
     0,3155 [wb_presets] found FinePix S9100
     0,3155 [wb_presets] found 6 presets
     0,3156 [wb_presets] found FinePix S9500
     0,3156 [wb_presets] found 6 presets
     0,3156 [wb_presets] found FinePix S9600
     0,3156 [wb_presets] found 6 presets
     0,3156 [wb_presets] found FinePix X100
     0,3156 [wb_presets] found 11 presets
     0,3156 [wb_presets] found GFX100S
     0,3156 [wb_presets] found 7 presets
     0,3156 [wb_presets] found X100S
     0,3156 [wb_presets] found 16 presets
     0,3156 [wb_presets] found X100T
     0,3156 [wb_presets] found 7 presets
     0,3156 [wb_presets] found X100F
     0,3156 [wb_presets] found 7 presets
     0,3156 [wb_presets] found X100V
     0,3156 [wb_presets] found 7 presets
     0,3156 [wb_presets] found X20
     0,3157 [wb_presets] found 7 presets
     0,3157 [wb_presets] found X70
     0,3157 [wb_presets] found 7 presets
     0,3157 [wb_presets] found X-M1
     0,3157 [wb_presets] found 6 presets
     0,3157 [wb_presets] found X-A2
     0,3157 [wb_presets] found 6 presets
     0,3157 [wb_presets] found X-E1
     0,3157 [wb_presets] found 8 presets
     0,3157 [wb_presets] found X-E2
     0,3157 [wb_presets] found 7 presets
     0,3157 [wb_presets] found X-E3
     0,3157 [wb_presets] found 7 presets
     0,3157 [wb_presets] found X-E4
     0,3157 [wb_presets] found 132 presets
     0,3158 [wb_presets] found X-H1
     0,3158 [wb_presets] found 7 presets
     0,3158 [wb_presets] found X-H2S
     0,3158 [wb_presets] found 133 presets
     0,3159 [wb_presets] found X-S10
     0,3159 [wb_presets] found 7 presets
     0,3159 [wb_presets] found X-T1
     0,3159 [wb_presets] found 8 presets
     0,3159 [wb_presets] found X-T2
     0,3159 [wb_presets] found 7 presets
     0,3159 [wb_presets] found X-T3
     0,3159 [wb_presets] found 7 presets
     0,3159 [wb_presets] found X-T4
     0,3159 [wb_presets] found 7 presets
     0,3159 [wb_presets] found X-T5
     0,3159 [wb_presets] found 21 presets
     0,3160 [wb_presets] found X-T10
     0,3160 [wb_presets] found 7 presets
     0,3160 [wb_presets] found X-T20
     0,3160 [wb_presets] found 7 presets
     0,3160 [wb_presets] found X-T30
     0,3160 [wb_presets] found 7 presets
     0,3160 [wb_presets] found X-T200
     0,3160 [wb_presets] found 7 presets
     0,3160 [wb_presets] found X-Pro1
     0,3160 [wb_presets] found 8 presets
     0,3160 [wb_presets] found X-Pro2
     0,3160 [wb_presets] found 7 presets
     0,3160 [wb_presets] found X-Pro3
     0,3160 [wb_presets] found 7 presets
     0,3160 [wb_presets] found maker `Kodak'
     0,3160 [wb_presets] found 6 models
     0,3160 [wb_presets] found DCS Pro 14N
     0,3160 [wb_presets] found 4 presets
     0,3160 [wb_presets] found DCS Pro SLR/n
     0,3161 [wb_presets] found 4 presets
     0,3161 [wb_presets] found DCS560C
     0,3161 [wb_presets] found 4 presets
     0,3161 [wb_presets] found ProBack645
     0,3161 [wb_presets] found 4 presets
     0,3161 [wb_presets] found P850 ZOOM
     0,3161 [wb_presets] found 6 presets
     0,3161 [wb_presets] found Z1015 IS
     0,3161 [wb_presets] found 4 presets
     0,3161 [wb_presets] found maker `Leaf'
     0,3161 [wb_presets] found 1 models
     0,3161 [wb_presets] found Credo 40
     0,3161 [wb_presets] found 4 presets
     0,3161 [wb_presets] found maker `Leica'
     0,3161 [wb_presets] found 6 models
     0,3161 [wb_presets] found M8
     0,3161 [wb_presets] found 6 presets
     0,3161 [wb_presets] found M9
     0,3161 [wb_presets] found 7 presets
     0,3161 [wb_presets] found Digilux 2
     0,3161 [wb_presets] found 5 presets
     0,3161 [wb_presets] found Digilux 3
     0,3161 [wb_presets] found 11 presets
     0,3162 [wb_presets] found Q2
     0,3162 [wb_presets] found 5 presets
     0,3162 [wb_presets] found D-LUX 6
     0,3162 [wb_presets] found 5 presets
     0,3162 [wb_presets] found maker `Leica Camera AG'
     0,3162 [wb_presets] found 2 models
     0,3162 [wb_presets] found R8 - Digital Back DMR
     0,3162 [wb_presets] found 10 presets
     0,3162 [wb_presets] found R9 - Digital Back DMR
     0,3162 [wb_presets] found 10 presets
     0,3162 [wb_presets] found maker `Minolta'
     0,3162 [wb_presets] found 10 models
     0,3162 [wb_presets] found DiMAGE 5
     0,3162 [wb_presets] found 4 presets
     0,3162 [wb_presets] found DiMAGE 7
     0,3162 [wb_presets] found 4 presets
     0,3162 [wb_presets] found DiMAGE 7i
     0,3162 [wb_presets] found 4 presets
     0,3162 [wb_presets] found DiMAGE 7Hi
     0,3162 [wb_presets] found 5 presets
     0,3162 [wb_presets] found DiMAGE A1
     0,3162 [wb_presets] found 7 presets
     0,3163 [wb_presets] found DiMAGE A2
     0,3163 [wb_presets] found 18 presets
     0,3163 [wb_presets] found DiMAGE Z2
     0,3163 [wb_presets] found 5 presets
     0,3163 [wb_presets] found DiMAGE G500
     0,3163 [wb_presets] found 5 presets
     0,3163 [wb_presets] found Dynax 5D
     0,3163 [wb_presets] found 42 presets
     0,3163 [wb_presets] found Dynax 7D
     0,3163 [wb_presets] found 25 presets
     0,3163 [wb_presets] found maker `Nikon'
     0,3163 [wb_presets] found 66 models
     0,3163 [wb_presets] found 1 AW1
     0,3163 [wb_presets] found 7 presets
     0,3163 [wb_presets] found 1 J1
     0,3164 [wb_presets] found 6 presets
     0,3164 [wb_presets] found 1 V1
     0,3164 [wb_presets] found 6 presets
     0,3164 [wb_presets] found 1 V2
     0,3164 [wb_presets] found 6 presets
     0,3164 [wb_presets] found 1 V3
     0,3164 [wb_presets] found 6 presets
     0,3164 [wb_presets] found 1 J3
     0,3164 [wb_presets] found 7 presets
     0,3164 [wb_presets] found 1 J5
     0,3164 [wb_presets] found 6 presets
     0,3164 [wb_presets] found Coolpix A
     0,3164 [wb_presets] found 6 presets
     0,3164 [wb_presets] found Coolpix P330
     0,3164 [wb_presets] found 7 presets
     0,3164 [wb_presets] found Coolpix P340
     0,3164 [wb_presets] found 7 presets
     0,3164 [wb_presets] found COOLPIX P1000
     0,3164 [wb_presets] found 68 presets
     0,3165 [wb_presets] found Coolpix P7100
     0,3165 [wb_presets] found 21 presets
     0,3165 [wb_presets] found D1
     0,3165 [wb_presets] found 18 presets
     0,3165 [wb_presets] found D1H
     0,3165 [wb_presets] found 18 presets
     0,3165 [wb_presets] found D1X
     0,3165 [wb_presets] found 42 presets
     0,3166 [wb_presets] found D2X
     0,3166 [wb_presets] found 46 presets
     0,3166 [wb_presets] found D3
     0,3166 [wb_presets] found 9 presets
     0,3166 [wb_presets] found D3S
     0,3166 [wb_presets] found 14 presets
     0,3166 [wb_presets] found D3X
     0,3166 [wb_presets] found 56 presets
     0,3167 [wb_presets] found D4
     0,3167 [wb_presets] found 16 presets
     0,3167 [wb_presets] found D4S
     0,3167 [wb_presets] found 298 presets
     0,3168 [wb_presets] found D100
     0,3168 [wb_presets] found 42 presets
     0,3169 [wb_presets] found D200
     0,3169 [wb_presets] found 46 presets
     0,3169 [wb_presets] found D300
     0,3169 [wb_presets] found 158 presets
     0,3170 [wb_presets] found D300S
     0,3170 [wb_presets] found 36 presets
     0,3171 [wb_presets] found D500
     0,3171 [wb_presets] found 7 presets
     0,3171 [wb_presets] found D600
     0,3171 [wb_presets] found 12 presets
     0,3171 [wb_presets] found D610
     0,3171 [wb_presets] found 12 presets
     0,3171 [wb_presets] found D700
     0,3171 [wb_presets] found 38 presets
     0,3171 [wb_presets] found D750
     0,3171 [wb_presets] found 304 presets
     0,3175 [wb_presets] found D780
     0,3175 [wb_presets] found 300 presets
     0,3177 [wb_presets] found D800
     0,3177 [wb_presets] found 20 presets
     0,3178 [wb_presets] found D800E
     0,3178 [wb_presets] found 20 presets
     0,3178 [wb_presets] found D810
     0,3178 [wb_presets] found 12 presets
     0,3178 [wb_presets] found D850
     0,3178 [wb_presets] found 300 presets
     0,3180 [wb_presets] found D40
     0,3180 [wb_presets] found 42 presets
     0,3180 [wb_presets] found D40X
     0,3180 [wb_presets] found 18 presets
     0,3180 [wb_presets] found D50
     0,3180 [wb_presets] found 6 presets
     0,3180 [wb_presets] found D60
     0,3180 [wb_presets] found 12 presets
     0,3180 [wb_presets] found D70
     0,3180 [wb_presets] found 42 presets
     0,3181 [wb_presets] found D70s
     0,3181 [wb_presets] found 42 presets
     0,3181 [wb_presets] found D80
     0,3181 [wb_presets] found 19 presets
     0,3181 [wb_presets] found D90
     0,3181 [wb_presets] found 38 presets
     0,3181 [wb_presets] found D3000
     0,3181 [wb_presets] found 12 presets
     0,3181 [wb_presets] found D3100
     0,3181 [wb_presets] found 12 presets
     0,3182 [wb_presets] found D3200
     0,3182 [wb_presets] found 36 presets
     0,3182 [wb_presets] found D3300
     0,3182 [wb_presets] found 6 presets
     0,3182 [wb_presets] found D3400
     0,3182 [wb_presets] found 298 presets
     0,3184 [wb_presets] found D5000
     0,3184 [wb_presets] found 12 presets
     0,3184 [wb_presets] found D5100
     0,3184 [wb_presets] found 156 presets
     0,3185 [wb_presets] found D5200
     0,3185 [wb_presets] found 6 presets
     0,3185 [wb_presets] found D5300
     0,3185 [wb_presets] found 6 presets
     0,3185 [wb_presets] found D5500
     0,3185 [wb_presets] found 12 presets
     0,3185 [wb_presets] found D5600
     0,3185 [wb_presets] found 300 presets
     0,3187 [wb_presets] found D7000
     0,3187 [wb_presets] found 156 presets
     0,3188 [wb_presets] found D7100
     0,3188 [wb_presets] found 157 presets
     0,3189 [wb_presets] found D7200
     0,3189 [wb_presets] found 160 presets
     0,3190 [wb_presets] found D7500
     0,3190 [wb_presets] found 300 presets
     0,3191 [wb_presets] found E5400
     0,3191 [wb_presets] found 18 presets
     0,3191 [wb_presets] found E8700
     0,3191 [wb_presets] found 6 presets
     0,3191 [wb_presets] found Z 6
     0,3191 [wb_presets] found 156 presets
     0,3192 [wb_presets] found Z 6_2
     0,3192 [wb_presets] found 156 presets
     0,3193 [wb_presets] found Z 7
     0,3193 [wb_presets] found 11 presets
     0,3193 [wb_presets] found Z 7_2
     0,3193 [wb_presets] found 300 presets
     0,3195 [wb_presets] found Z 50
     0,3195 [wb_presets] found 300 presets
     0,3197 [wb_presets] found Z 9
     0,3197 [wb_presets] found 200 presets
     0,3198 [wb_presets] found maker `Olympus'
     0,3198 [wb_presets] found 48 models
     0,3198 [wb_presets] found C5050Z
     0,3198 [wb_presets] found 27 presets
     0,3198 [wb_presets] found C5060WZ
     0,3198 [wb_presets] found 10 presets
     0,3198 [wb_presets] found C8080WZ
     0,3198 [wb_presets] found 150 presets
     0,3199 [wb_presets] found E-1
     0,3199 [wb_presets] found 135 presets
     0,3200 [wb_presets] found E-10
     0,3200 [wb_presets] found 7 presets
     0,3200 [wb_presets] found E-3
     0,3200 [wb_presets] found 12 presets
     0,3200 [wb_presets] found E-5
     0,3200 [wb_presets] found 11 presets
     0,3200 [wb_presets] found E-30
     0,3200 [wb_presets] found 28 presets
     0,3200 [wb_presets] found E-300
     0,3200 [wb_presets] found 24 presets
     0,3201 [wb_presets] found E-330
     0,3201 [wb_presets] found 7 presets
     0,3201 [wb_presets] found E-400
     0,3201 [wb_presets] found 21 presets
     0,3201 [wb_presets] found E-410
     0,3201 [wb_presets] found 7 presets
     0,3201 [wb_presets] found E-420
     0,3201 [wb_presets] found 7 presets
     0,3201 [wb_presets] found E-500
     0,3201 [wb_presets] found 7 presets
     0,3201 [wb_presets] found E-510
     0,3201 [wb_presets] found 21 presets
     0,3201 [wb_presets] found E-520
     0,3201 [wb_presets] found 12 presets
     0,3202 [wb_presets] found E-600
     0,3202 [wb_presets] found 24 presets
     0,3202 [wb_presets] found E-620
     0,3202 [wb_presets] found 24 presets
     0,3202 [wb_presets] found E-M1
     0,3202 [wb_presets] found 117 presets
     0,3203 [wb_presets] found E-M1MarkII
     0,3203 [wb_presets] found 7 presets
     0,3203 [wb_presets] found E-M1MarkIII
     0,3203 [wb_presets] found 7 presets
     0,3204 [wb_presets] found E-M5
     0,3204 [wb_presets] found 21 presets
     0,3204 [wb_presets] found E-M5 Mark II
     0,3204 [wb_presets] found 117 presets
     0,3205 [wb_presets] found E-M5 Mark III
     0,3205 [wb_presets] found 7 presets
     0,3205 [wb_presets] found E-M10
     0,3205 [wb_presets] found 25 presets
     0,3205 [wb_presets] found E-M10 Mark II
     0,3205 [wb_presets] found 7 presets
     0,3205 [wb_presets] found E-M10 Mark III
     0,3205 [wb_presets] found 6 presets
     0,3205 [wb_presets] found E-M10 Mark IV
     0,3205 [wb_presets] found 101 presets
     0,3206 [wb_presets] found E-P1
     0,3206 [wb_presets] found 7 presets
     0,3206 [wb_presets] found E-P2
     0,3206 [wb_presets] found 120 presets
     0,3206 [wb_presets] found E-P3
     0,3206 [wb_presets] found 6 presets
     0,3207 [wb_presets] found E-P5
     0,3207 [wb_presets] found 6 presets
     0,3207 [wb_presets] found E-PL1
     0,3207 [wb_presets] found 28 presets
     0,3207 [wb_presets] found E-PL2
     0,3207 [wb_presets] found 10 presets
     0,3207 [wb_presets] found E-PL3
     0,3207 [wb_presets] found 25 presets
     0,3207 [wb_presets] found E-PL5
     0,3207 [wb_presets] found 22 presets
     0,3207 [wb_presets] found E-PL6
     0,3207 [wb_presets] found 102 presets
     0,3208 [wb_presets] found E-PL7
     0,3208 [wb_presets] found 9 presets
     0,3208 [wb_presets] found E-PL8
     0,3208 [wb_presets] found 7 presets
     0,3208 [wb_presets] found E-PM1
     0,3208 [wb_presets] found 25 presets
     0,3208 [wb_presets] found E-PM2
     0,3208 [wb_presets] found 22 presets
     0,3209 [wb_presets] found PEN-F
     0,3209 [wb_presets] found 7 presets
     0,3209 [wb_presets] found SP500UZ
     0,3209 [wb_presets] found 15 presets
     0,3209 [wb_presets] found SP510UZ
     0,3209 [wb_presets] found 6 presets
     0,3209 [wb_presets] found TG-4
     0,3209 [wb_presets] found 5 presets
     0,3209 [wb_presets] found TG-5
     0,3209 [wb_presets] found 117 presets
     0,3210 [wb_presets] found XZ-1
     0,3210 [wb_presets] found 18 presets
     0,3210 [wb_presets] found XZ-10
     0,3210 [wb_presets] found 6 presets
     0,3210 [wb_presets] found maker `OM System'
     0,3210 [wb_presets] found 1 models
     0,3210 [wb_presets] found OM-1
     0,3211 [wb_presets] found 117 presets
     0,3211 [wb_presets] found maker `Panasonic'
     0,3211 [wb_presets] found 45 models
     0,3211 [wb_presets] found DC-GX9
     0,3211 [wb_presets] found 5 presets
     0,3211 [wb_presets] found DC-G9
     0,3211 [wb_presets] found 96 presets
     0,3212 [wb_presets] found DC-FZ10002
     0,3212 [wb_presets] found 98 presets
     0,3212 [wb_presets] found DC-TZ96
     0,3212 [wb_presets] found 7 presets
     0,3212 [wb_presets] found DMC-FZ8
     0,3212 [wb_presets] found 5 presets
     0,3212 [wb_presets] found DMC-FZ18
     0,3212 [wb_presets] found 5 presets
     0,3213 [wb_presets] found DMC-FZ28
     0,3213 [wb_presets] found 7 presets
     0,3213 [wb_presets] found DMC-FZ30
     0,3213 [wb_presets] found 4 presets
     0,3213 [wb_presets] found DMC-FZ50
     0,3213 [wb_presets] found 5 presets
     0,3213 [wb_presets] found DMC-FZ200
     0,3213 [wb_presets] found 21 presets
     0,3213 [wb_presets] found DMC-FZ300
     0,3213 [wb_presets] found 11 presets
     0,3213 [wb_presets] found DMC-FZ1000
     0,3213 [wb_presets] found 5 presets
     0,3213 [wb_presets] found DMC-TZ60
     0,3213 [wb_presets] found 4 presets
     0,3213 [wb_presets] found DMC-TZ71
     0,3213 [wb_presets] found 4 presets
     0,3213 [wb_presets] found DMC-TZ100
     0,3213 [wb_presets] found 5 presets
     0,3213 [wb_presets] found DMC-G1
     0,3213 [wb_presets] found 5 presets
     0,3214 [wb_presets] found DMC-G2
     0,3214 [wb_presets] found 99 presets
     0,3214 [wb_presets] found DMC-G3
     0,3214 [wb_presets] found 11 presets
     0,3214 [wb_presets] found DMC-G5
     0,3214 [wb_presets] found 102 presets
     0,3215 [wb_presets] found DMC-G6
     0,3215 [wb_presets] found 5 presets
     0,3215 [wb_presets] found DMC-G7
     0,3215 [wb_presets] found 5 presets
     0,3215 [wb_presets] found DMC-G8
     0,3215 [wb_presets] found 133 presets
     0,3216 [wb_presets] found DMC-GF1
     0,3216 [wb_presets] found 21 presets
     0,3216 [wb_presets] found DMC-GF3
     0,3216 [wb_presets] found 5 presets
     0,3216 [wb_presets] found DMC-GF5
     0,3216 [wb_presets] found 5 presets
     0,3216 [wb_presets] found DMC-GH2
     0,3216 [wb_presets] found 5 presets
     0,3216 [wb_presets] found DMC-GH3
     0,3216 [wb_presets] found 97 presets
     0,3216 [wb_presets] found DMC-GH4
     0,3216 [wb_presets] found 97 presets
     0,3217 [wb_presets] found DC-GH5
     0,3217 [wb_presets] found 7 presets
     0,3217 [wb_presets] found DMC-GX1
     0,3217 [wb_presets] found 21 presets
     0,3217 [wb_presets] found DMC-GX7
     0,3217 [wb_presets] found 97 presets
     0,3218 [wb_presets] found DMC-GX8
     0,3218 [wb_presets] found 97 presets
     0,3218 [wb_presets] found DMC-GX85
     0,3218 [wb_presets] found 5 presets
     0,3218 [wb_presets] found DMC-GM1
     0,3218 [wb_presets] found 97 presets
     0,3219 [wb_presets] found DMC-GM5
     0,3219 [wb_presets] found 5 presets
     0,3219 [wb_presets] found DMC-L1
     0,3219 [wb_presets] found 11 presets
     0,3219 [wb_presets] found DMC-LX1
     0,3219 [wb_presets] found 3 presets
     0,3219 [wb_presets] found DMC-LX2
     0,3219 [wb_presets] found 12 presets
     0,3219 [wb_presets] found DMC-LX3
     0,3219 [wb_presets] found 5 presets
     0,3219 [wb_presets] found DMC-LX5
     0,3219 [wb_presets] found 5 presets
     0,3219 [wb_presets] found DMC-LX7
     0,3219 [wb_presets] found 15 presets
     0,3220 [wb_presets] found DMC-LX100
     0,3220 [wb_presets] found 5 presets
     0,3220 [wb_presets] found DC-LX100M2
     0,3220 [wb_presets] found 101 presets
     0,3220 [wb_presets] found DMC-LF1
     0,3220 [wb_presets] found 4 presets
     0,3220 [wb_presets] found DC-S5
     0,3220 [wb_presets] found 96 presets
     0,3221 [wb_presets] found maker `Pentax'
     0,3221 [wb_presets] found 33 models
     0,3221 [wb_presets] found *ist D
     0,3221 [wb_presets] found 8 presets
     0,3221 [wb_presets] found *ist DL
     0,3221 [wb_presets] found 8 presets
     0,3221 [wb_presets] found *ist DL2
     0,3221 [wb_presets] found 8 presets
     0,3221 [wb_presets] found *ist DS
     0,3221 [wb_presets] found 8 presets
     0,3221 [wb_presets] found K10D
     0,3222 [wb_presets] found 8 presets
     0,3222 [wb_presets] found K20D
     0,3222 [wb_presets] found 8 presets
     0,3222 [wb_presets] found K100D
     0,3222 [wb_presets] found 8 presets
     0,3222 [wb_presets] found K100D Super
     0,3222 [wb_presets] found 8 presets
     0,3222 [wb_presets] found K110D
     0,3222 [wb_presets] found 8 presets
     0,3222 [wb_presets] found K200D
     0,3222 [wb_presets] found 8 presets
     0,3222 [wb_presets] found 645D
     0,3222 [wb_presets] found 9 presets
     0,3222 [wb_presets] found K-01
     0,3223 [wb_presets] found 9 presets
     0,3223 [wb_presets] found K-1
     0,3223 [wb_presets] found 120 presets
     0,3223 [wb_presets] found K-1 Mark II
     0,3223 [wb_presets] found 120 presets
     0,3224 [wb_presets] found K-3
     0,3224 [wb_presets] found 9 presets
     0,3224 [wb_presets] found K-3 II
     0,3224 [wb_presets] found 9 presets
     0,3225 [wb_presets] found K-5
     0,3225 [wb_presets] found 11 presets
     0,3225 [wb_presets] found K-50
     0,3225 [wb_presets] found 9 presets
     0,3225 [wb_presets] found K-70
     0,3225 [wb_presets] found 8 presets
     0,3225 [wb_presets] found K-500
     0,3225 [wb_presets] found 9 presets
     0,3225 [wb_presets] found K-30
     0,3225 [wb_presets] found 9 presets
     0,3225 [wb_presets] found K-5 II
     0,3225 [wb_presets] found 9 presets
     0,3225 [wb_presets] found K-5 II s
     0,3225 [wb_presets] found 9 presets
     0,3225 [wb_presets] found K-7
     0,3225 [wb_presets] found 9 presets
     0,3225 [wb_presets] found K-m
     0,3226 [wb_presets] found 8 presets
     0,3226 [wb_presets] found K-r
     0,3226 [wb_presets] found 9 presets
     0,3226 [wb_presets] found K-x
     0,3226 [wb_presets] found 9 presets
     0,3226 [wb_presets] found K-S1
     0,3226 [wb_presets] found 9 presets
     0,3226 [wb_presets] found K-S2
     0,3226 [wb_presets] found 135 presets
     0,3227 [wb_presets] found Q
     0,3227 [wb_presets] found 9 presets
     0,3227 [wb_presets] found Q7
     0,3227 [wb_presets] found 9 presets
     0,3227 [wb_presets] found Q10
     0,3227 [wb_presets] found 9 presets
     0,3227 [wb_presets] found Caplio GX100
     0,3227 [wb_presets] found 4 presets
     0,3227 [wb_presets] found maker `Ricoh'
     0,3227 [wb_presets] found 4 models
     0,3227 [wb_presets] found GR
     0,3227 [wb_presets] found 10 presets
     0,3227 [wb_presets] found GR II
     0,3227 [wb_presets] found 10 presets
     0,3227 [wb_presets] found GR III
     0,3227 [wb_presets] found 24 presets
     0,3228 [wb_presets] found GR IIIx
     0,3228 [wb_presets] found 8 presets
     0,3228 [wb_presets] found maker `Samsung'
     0,3228 [wb_presets] found 17 models
     0,3228 [wb_presets] found EX1
     0,3228 [wb_presets] found 5 presets
     0,3228 [wb_presets] found GX-1S
     0,3228 [wb_presets] found 8 presets
     0,3228 [wb_presets] found GX10
     0,3228 [wb_presets] found 8 presets
     0,3228 [wb_presets] found GX20
     0,3228 [wb_presets] found 8 presets
     0,3228 [wb_presets] found NX1
     0,3228 [wb_presets] found 105 presets
     0,3229 [wb_presets] found NX100
     0,3229 [wb_presets] found 108 presets
     0,3229 [wb_presets] found NX5
     0,3229 [wb_presets] found 108 presets
     0,3230 [wb_presets] found NX10
     0,3230 [wb_presets] found 108 presets
     0,3231 [wb_presets] found NX11
     0,3231 [wb_presets] found 108 presets
     0,3231 [wb_presets] found NX200
     0,3231 [wb_presets] found 7 presets
     0,3231 [wb_presets] found NX210
     0,3231 [wb_presets] found 7 presets
     0,3231 [wb_presets] found NX20
     0,3231 [wb_presets] found 7 presets
     0,3231 [wb_presets] found NX1000
     0,3231 [wb_presets] found 7 presets
     0,3232 [wb_presets] found NX1100
     0,3232 [wb_presets] found 7 presets
     0,3232 [wb_presets] found NX300
     0,3232 [wb_presets] found 108 presets
     0,3232 [wb_presets] found NX500
     0,3233 [wb_presets] found 111 presets
     0,3233 [wb_presets] found NX3000
     0,3233 [wb_presets] found 7 presets
     0,3233 [wb_presets] found maker `Sony'
     0,3233 [wb_presets] found 72 models
     0,3233 [wb_presets] found DSC-RX0
     0,3233 [wb_presets] found 14 presets
     0,3233 [wb_presets] found DSC-RX1
     0,3233 [wb_presets] found 14 presets
     0,3234 [wb_presets] found DSC-RX1R
     0,3234 [wb_presets] found 14 presets
     0,3234 [wb_presets] found DSC-RX1RM2
     0,3234 [wb_presets] found 14 presets
     0,3234 [wb_presets] found DSC-RX10
     0,3234 [wb_presets] found 31 presets
     0,3234 [wb_presets] found DSC-RX10M2
     0,3234 [wb_presets] found 8 presets
     0,3234 [wb_presets] found DSC-RX10M3
     0,3234 [wb_presets] found 14 presets
     0,3234 [wb_presets] found DSC-RX10M4
     0,3234 [wb_presets] found 14 presets
     0,3235 [wb_presets] found DSC-RX100
     0,3235 [wb_presets] found 9 presets
     0,3235 [wb_presets] found DSC-RX100M2
     0,3235 [wb_presets] found 9 presets
     0,3235 [wb_presets] found DSC-RX100M3
     0,3235 [wb_presets] found 141 presets
     0,3236 [wb_presets] found DSC-RX100M4
     0,3236 [wb_presets] found 9 presets
     0,3236 [wb_presets] found DSC-RX100M5
     0,3236 [wb_presets] found 14 presets
     0,3236 [wb_presets] found DSC-RX100M5A
     0,3236 [wb_presets] found 14 presets
     0,3236 [wb_presets] found DSC-RX100M6
     0,3236 [wb_presets] found 295 presets
     0,3238 [wb_presets] found DSC-RX100M7
     0,3238 [wb_presets] found 267 presets
     0,3240 [wb_presets] found DSLR-A100
     0,3240 [wb_presets] found 19 presets
     0,3240 [wb_presets] found DSLR-A200
     0,3240 [wb_presets] found 18 presets
     0,3240 [wb_presets] found DSLR-A230
     0,3240 [wb_presets] found 42 presets
     0,3241 [wb_presets] found DSLR-A300
     0,3241 [wb_presets] found 22 presets
     0,3241 [wb_presets] found DSLR-A330
     0,3241 [wb_presets] found 42 presets
     0,3241 [wb_presets] found DSLR-A350
     0,3241 [wb_presets] found 20 presets
     0,3241 [wb_presets] found DSLR-A380
     0,3241 [wb_presets] found 18 presets
     0,3241 [wb_presets] found DSLR-A390
     0,3241 [wb_presets] found 18 presets
     0,3241 [wb_presets] found DSLR-A450
     0,3241 [wb_presets] found 18 presets
     0,3242 [wb_presets] found DSLR-A500
     0,3242 [wb_presets] found 14 presets
     0,3242 [wb_presets] found DSLR-A550
     0,3242 [wb_presets] found 6 presets
     0,3242 [wb_presets] found DSLR-A580
     0,3242 [wb_presets] found 14 presets
     0,3242 [wb_presets] found DSLR-A700
     0,3242 [wb_presets] found 42 presets
     0,3242 [wb_presets] found DSLR-A850
     0,3242 [wb_presets] found 18 presets
     0,3242 [wb_presets] found DSLR-A900
     0,3242 [wb_presets] found 18 presets
     0,3243 [wb_presets] found NEX-F3
     0,3243 [wb_presets] found 14 presets
     0,3243 [wb_presets] found NEX-3
     0,3243 [wb_presets] found 39 presets
     0,3243 [wb_presets] found NEX-3N
     0,3243 [wb_presets] found 14 presets
     0,3243 [wb_presets] found NEX-5
     0,3243 [wb_presets] found 39 presets
     0,3243 [wb_presets] found NEX-5N
     0,3243 [wb_presets] found 135 presets
     0,3244 [wb_presets] found NEX-5R
     0,3244 [wb_presets] found 9 presets
     0,3244 [wb_presets] found NEX-5T
     0,3244 [wb_presets] found 14 presets
     0,3244 [wb_presets] found NEX-6
     0,3244 [wb_presets] found 9 presets
     0,3244 [wb_presets] found NEX-7
     0,3244 [wb_presets] found 9 presets
     0,3245 [wb_presets] found NEX-C3
     0,3245 [wb_presets] found 9 presets
     0,3245 [wb_presets] found ILCE-3000
     0,3245 [wb_presets] found 14 presets
     0,3245 [wb_presets] found ILCE-5000
     0,3245 [wb_presets] found 14 presets
     0,3245 [wb_presets] found ILCE-5100
     0,3245 [wb_presets] found 14 presets
     0,3245 [wb_presets] found ILCE-6000
     0,3245 [wb_presets] found 14 presets
     0,3245 [wb_presets] found ILCE-6300
     0,3245 [wb_presets] found 11 presets
     0,3245 [wb_presets] found ILCE-6400
     0,3245 [wb_presets] found 14 presets
     0,3246 [wb_presets] found ILCE-6500
     0,3246 [wb_presets] found 14 presets
     0,3246 [wb_presets] found ILCE-6600
     0,3246 [wb_presets] found 266 presets
     0,3247 [wb_presets] found ILCA-77M2
     0,3247 [wb_presets] found 9 presets
     0,3247 [wb_presets] found ILCA-68
     0,3247 [wb_presets] found 14 presets
     0,3247 [wb_presets] found ILCE-7
     0,3247 [wb_presets] found 135 presets
     0,3248 [wb_presets] found ILCE-7C
     0,3248 [wb_presets] found 61 presets
     0,3249 [wb_presets] found ILCE-7R
     0,3249 [wb_presets] found 10 presets
     0,3249 [wb_presets] found ILCE-7RM2
     0,3249 [wb_presets] found 10 presets
     0,3249 [wb_presets] found ILCE-7RM3
     0,3249 [wb_presets] found 14 presets
     0,3249 [wb_presets] found ILCE-7RM4
     0,3249 [wb_presets] found 140 presets
     0,3250 [wb_presets] found ILCE-7M2
     0,3250 [wb_presets] found 9 presets
     0,3250 [wb_presets] found ILCE-7M3
     0,3250 [wb_presets] found 17 presets
     0,3250 [wb_presets] found ILCE-7M4
     0,3250 [wb_presets] found 16 presets
     0,3250 [wb_presets] found ILCE-7S
     0,3250 [wb_presets] found 14 presets
     0,3250 [wb_presets] found ILCE-7SM2
     0,3250 [wb_presets] found 14 presets
     0,3250 [wb_presets] found ILME-FX30
     0,3250 [wb_presets] found 56 presets
     0,3251 [wb_presets] found SLT-A33
     0,3251 [wb_presets] found 14 presets
     0,3251 [wb_presets] found SLT-A35
     0,3251 [wb_presets] found 14 presets
     0,3251 [wb_presets] found SLT-A37
     0,3251 [wb_presets] found 10 presets
     0,3251 [wb_presets] found SLT-A55
     0,3251 [wb_presets] found 39 presets
     0,3251 [wb_presets] found SLT-A57
     0,3251 [wb_presets] found 135 presets
     0,3252 [wb_presets] found SLT-A58
     0,3252 [wb_presets] found 8 presets
     0,3252 [wb_presets] found SLT-A65
     0,3252 [wb_presets] found 6 presets
     0,3252 [wb_presets] found SLT-A77
     0,3252 [wb_presets] found 9 presets
     0,3253 [wb_presets] found SLT-A99
     0,3253 [wb_presets] found 9 presets
     0,3253 [wb_presets] found 15813 wb presets
     0,3253 [noiseprofile] loading noiseprofiles from `/usr/share/darktable/noiseprofiles.json'
     0,3625 [noiseprofile] verifying noiseprofile file
     0,3625 [noiseprofile] found 18 makers
     0,3626 [noiseprofile] found maker `Canon'
     0,3626 [noiseprofile] found 85 models
     0,3626 [noiseprofile] found EOS-1Ds
     0,3626 [noiseprofile] found 13 profiles
     0,3626 [noiseprofile] found PowerShot S100
     0,3626 [noiseprofile] found 20 profiles
     0,3626 [noiseprofile] found PowerShot S110
     0,3626 [noiseprofile] found 23 profiles
     0,3626 [noiseprofile] found PowerShot SX100 IS
     0,3626 [noiseprofile] found 18 profiles
     0,3627 [noiseprofile] found PowerShot SX160 IS
     0,3627 [noiseprofile] found 12 profiles
     0,3627 [noiseprofile] found EOS M3
     0,3627 [noiseprofile] found 19 profiles
     0,3627 [noiseprofile] found EOS M5
     0,3627 [noiseprofile] found 25 profiles
     0,3627 [noiseprofile] found EOS M6
     0,3627 [noiseprofile] found 25 profiles
     0,3627 [noiseprofile] found EOS M6 Mark II
     0,3627 [noiseprofile] found 25 profiles
     0,3627 [noiseprofile] found EOS M50
     0,3627 [noiseprofile] found 26 profiles
     0,3627 [noiseprofile] found EOS M100
     0,3627 [noiseprofile] found 25 profiles
     0,3628 [noiseprofile] found PowerShot G3 X
     0,3628 [noiseprofile] found 21 profiles
     0,3628 [noiseprofile] found PowerShot G5 X Mark II
     0,3628 [noiseprofile] found 22 profiles
     0,3628 [noiseprofile] found PowerShot G7 X
     0,3628 [noiseprofile] found 111 profiles
     0,3628 [noiseprofile] found PowerShot G7 X Mark II
     0,3628 [noiseprofile] found 21 profiles
     0,3628 [noiseprofile] found PowerShot G9 X
     0,3629 [noiseprofile] found 21 profiles
     0,3629 [noiseprofile] found PowerShot G9 X Mark II
     0,3629 [noiseprofile] found 21 profiles
     0,3629 [noiseprofile] found EOS 1200D
     0,3629 [noiseprofile] found 7 profiles
     0,3629 [noiseprofile] found EOS 1000D
     0,3629 [noiseprofile] found 5 profiles
     0,3629 [noiseprofile] found EOS 1100D
     0,3629 [noiseprofile] found 7 profiles
     0,3629 [noiseprofile] found EOS 1300D
     0,3629 [noiseprofile] found 8 profiles
     0,3629 [noiseprofile] found EOS-1D Mark II
     0,3629 [noiseprofile] found 32 profiles
     0,3629 [noiseprofile] found EOS-1D Mark III
     0,3629 [noiseprofile] found 25 profiles
     0,3629 [noiseprofile] found EOS-1D Mark IV
     0,3629 [noiseprofile] found 24 profiles
     0,3630 [noiseprofile] found EOS-1Ds Mark II
     0,3630 [noiseprofile] found 14 profiles
     0,3630 [noiseprofile] found EOS-1D X
     0,3630 [noiseprofile] found 14 profiles
     0,3630 [noiseprofile] found EOS-1D X Mark II
     0,3630 [noiseprofile] found 32 profiles
     0,3630 [noiseprofile] found EOS 20D
     0,3630 [noiseprofile] found 6 profiles
     0,3630 [noiseprofile] found EOS 30D
     0,3630 [noiseprofile] found 14 profiles
     0,3630 [noiseprofile] found EOS 200D
     0,3630 [noiseprofile] found 30 profiles
     0,3630 [noiseprofile] found EOS 250D
     0,3630 [noiseprofile] found 9 profiles
     0,3630 [noiseprofile] found EOS 350D
     0,3630 [noiseprofile] found 5 profiles
     0,3630 [noiseprofile] found EOS 400D
     0,3631 [noiseprofile] found 10 profiles
     0,3631 [noiseprofile] found EOS 40D
     0,3631 [noiseprofile] found 14 profiles
     0,3631 [noiseprofile] found EOS 450D
     0,3631 [noiseprofile] found 5 profiles
     0,3631 [noiseprofile] found EOS 500D
     0,3631 [noiseprofile] found 6 profiles
     0,3631 [noiseprofile] found EOS 50D
     0,3631 [noiseprofile] found 18 profiles
     0,3631 [noiseprofile] found EOS M50 Mark II
     0,3631 [noiseprofile] found 25 profiles
     0,3631 [noiseprofile] found EOS 550D
     0,3631 [noiseprofile] found 15 profiles
     0,3631 [noiseprofile] found EOS 5D
     0,3631 [noiseprofile] found 14 profiles
     0,3631 [noiseprofile] found EOS 5D Mark II
     0,3631 [noiseprofile] found 31 profiles
     0,3631 [noiseprofile] found EOS 5D Mark III
     0,3632 [noiseprofile] found 24 profiles
     0,3632 [noiseprofile] found EOS 5D Mark IV
     0,3632 [noiseprofile] found 29 profiles
     0,3632 [noiseprofile] found EOS 5DS R
     0,3632 [noiseprofile] found 7 profiles
     0,3632 [noiseprofile] found EOS 5DS
     0,3632 [noiseprofile] found 7 profiles
     0,3632 [noiseprofile] found EOS R5
     0,3632 [noiseprofile] found 30 profiles
     0,3632 [noiseprofile] found EOS R6
     0,3632 [noiseprofile] found 33 profiles
     0,3632 [noiseprofile] found EOS R7
     0,3632 [noiseprofile] found 27 profiles
     0,3632 [noiseprofile] found EOS R10
     0,3632 [noiseprofile] found 27 profiles
     0,3633 [noiseprofile] found EOS RP
     0,3633 [noiseprofile] found 30 profiles
     0,3633 [noiseprofile] found EOS R
     0,3633 [noiseprofile] found 30 profiles
     0,3633 [noiseprofile] found EOS D60
     0,3633 [noiseprofile] found 5 profiles
     0,3633 [noiseprofile] found EOS 600D
     0,3633 [noiseprofile] found 8 profiles
     0,3633 [noiseprofile] found EOS 60D
     0,3633 [noiseprofile] found 20 profiles
     0,3633 [noiseprofile] found EOS 650D
     0,3633 [noiseprofile] found 9 profiles
     0,3633 [noiseprofile] found EOS 6D
     0,3633 [noiseprofile] found 28 profiles
     0,3633 [noiseprofile] found EOS 6D Mark II
     0,3633 [noiseprofile] found 30 profiles
     0,3634 [noiseprofile] found EOS 700D
     0,3634 [noiseprofile] found 9 profiles
     0,3634 [noiseprofile] found EOS 750D
     0,3634 [noiseprofile] found 8 profiles
     0,3634 [noiseprofile] found EOS 760D
     0,3634 [noiseprofile] found 8 profiles
     0,3634 [noiseprofile] found EOS 70D
     0,3634 [noiseprofile] found 22 profiles
     0,3634 [noiseprofile] found EOS 77D
     0,3634 [noiseprofile] found 10 profiles
     0,3634 [noiseprofile] found EOS 80D
     0,3634 [noiseprofile] found 24 profiles
     0,3634 [noiseprofile] found EOS 90D
     0,3634 [noiseprofile] found 25 profiles
     0,3634 [noiseprofile] found EOS 800D
     0,3634 [noiseprofile] found 9 profiles
     0,3634 [noiseprofile] found EOS 850D
     0,3634 [noiseprofile] found 25 profiles
     0,3635 [noiseprofile] found EOS 2000D
     0,3635 [noiseprofile] found 7 profiles
     0,3635 [noiseprofile] found EOS 7D
     0,3635 [noiseprofile] found 20 profiles
     0,3635 [noiseprofile] found EOS 7D Mark II
     0,3635 [noiseprofile] found 25 profiles
     0,3635 [noiseprofile] found EOS M
     0,3635 [noiseprofile] found 26 profiles
     0,3635 [noiseprofile] found EOS 100D
     0,3635 [noiseprofile] found 9 profiles
     0,3635 [noiseprofile] found PowerShot G9
     0,3635 [noiseprofile] found 6 profiles
     0,3635 [noiseprofile] found PowerShot G1 X Mark II
     0,3635 [noiseprofile] found 22 profiles
     0,3635 [noiseprofile] found PowerShot G1 X Mark III
     0,3635 [noiseprofile] found 25 profiles
     0,3636 [noiseprofile] found PowerShot G10
     0,3636 [noiseprofile] found 26 profiles
     0,3636 [noiseprofile] found PowerShot G11
     0,3636 [noiseprofile] found 7 profiles
     0,3636 [noiseprofile] found PowerShot G12
     0,3636 [noiseprofile] found 17 profiles
     0,3636 [noiseprofile] found PowerShot G15
     0,3636 [noiseprofile] found 70 profiles
     0,3637 [noiseprofile] found PowerShot G16
     0,3637 [noiseprofile] found 9 profiles
     0,3637 [noiseprofile] found PowerShot S90
     0,3637 [noiseprofile] found 17 profiles
     0,3637 [noiseprofile] found PowerShot S95
     0,3637 [noiseprofile] found 17 profiles
     0,3637 [noiseprofile] found PowerShot S120
     0,3637 [noiseprofile] found 23 profiles
     0,3637 [noiseprofile] found PowerShot SX50 HS
     0,3637 [noiseprofile] found 20 profiles
     0,3637 [noiseprofile] found PowerShot SX60 HS
     0,3637 [noiseprofile] found 16 profiles
     0,3637 [noiseprofile] found PowerShot SX510 HS
     0,3637 [noiseprofile] found 7 profiles
     0,3637 [noiseprofile] found maker `DJI'
     0,3637 [noiseprofile] found 2 models
     0,3638 [noiseprofile] found FC220
     0,3638 [noiseprofile] found 5 profiles
     0,3638 [noiseprofile] found FC3170
     0,3638 [noiseprofile] found 7 profiles
     0,3638 [noiseprofile] found maker `Fujifilm'
     0,3638 [noiseprofile] found 34 models
     0,3638 [noiseprofile] found XF10
     0,3638 [noiseprofile] found 19 profiles
     0,3638 [noiseprofile] found X-H1
     0,3638 [noiseprofile] found 20 profiles
     0,3638 [noiseprofile] found X-H2
     0,3638 [noiseprofile] found 26 profiles
     0,3638 [noiseprofile] found X-H2S
     0,3638 [noiseprofile] found 25 profiles
     0,3638 [noiseprofile] found X-A5
     0,3638 [noiseprofile] found 19 profiles
     0,3638 [noiseprofile] found X-Pro1
     0,3638 [noiseprofile] found 16 profiles
     0,3639 [noiseprofile] found X-Pro2
     0,3639 [noiseprofile] found 19 profiles
     0,3639 [noiseprofile] found X-Pro3
     0,3639 [noiseprofile] found 25 profiles
     0,3639 [noiseprofile] found X-S10
     0,3639 [noiseprofile] found 25 profiles
     0,3639 [noiseprofile] found X-T2
     0,3639 [noiseprofile] found 21 profiles
     0,3639 [noiseprofile] found X-T3
     0,3639 [noiseprofile] found 22 profiles
     0,3639 [noiseprofile] found X-T4
     0,3639 [noiseprofile] found 25 profiles
     0,3639 [noiseprofile] found X-T5
     0,3639 [noiseprofile] found 26 profiles
     0,3639 [noiseprofile] found X70
     0,3640 [noiseprofile] found 16 profiles
     0,3640 [noiseprofile] found X20
     0,3640 [noiseprofile] found 14 profiles
     0,3640 [noiseprofile] found X-T10
     0,3640 [noiseprofile] found 16 profiles
     0,3640 [noiseprofile] found X-T20
     0,3640 [noiseprofile] found 22 profiles
     0,3640 [noiseprofile] found X-T100
     0,3640 [noiseprofile] found 19 profiles
     0,3640 [noiseprofile] found X30
     0,3640 [noiseprofile] found 14 profiles
     0,3640 [noiseprofile] found FinePix X100
     0,3640 [noiseprofile] found 16 profiles
     0,3640 [noiseprofile] found FinePix X10
     0,3640 [noiseprofile] found 14 profiles
     0,3640 [noiseprofile] found X100F
     0,3640 [noiseprofile] found 21 profiles
     0,3641 [noiseprofile] found X100S
     0,3641 [noiseprofile] found 16 profiles
     0,3641 [noiseprofile] found X100T
     0,3641 [noiseprofile] found 16 profiles
     0,3641 [noiseprofile] found X-E1
     0,3641 [noiseprofile] found 16 profiles
     0,3641 [noiseprofile] found X-E2
     0,3641 [noiseprofile] found 16 profiles
     0,3641 [noiseprofile] found X-E3
     0,3641 [noiseprofile] found 21 profiles
     0,3641 [noiseprofile] found X-E4
     0,3641 [noiseprofile] found 25 profiles
     0,3641 [noiseprofile] found X-M1
     0,3641 [noiseprofile] found 16 profiles
     0,3641 [noiseprofile] found X-T1
     0,3641 [noiseprofile] found 16 profiles
     0,3642 [noiseprofile] found FinePix HS50EXR
     0,3642 [noiseprofile] found 6 profiles
     0,3642 [noiseprofile] found X-T30
     0,3642 [noiseprofile] found 25 profiles
     0,3642 [noiseprofile] found X100V
     0,3642 [noiseprofile] found 20 profiles
     0,3642 [noiseprofile] found GFX100S
     0,3642 [noiseprofile] found 26 profiles
     0,3642 [noiseprofile] found maker `Hasselblad'
     0,3642 [noiseprofile] found 1 models
     0,3642 [noiseprofile] found L1D-20c
     0,3642 [noiseprofile] found 8 profiles
     0,3642 [noiseprofile] found maker `Minolta'
     0,3642 [noiseprofile] found 1 models
     0,3642 [noiseprofile] found Dynax 5D
     0,3642 [noiseprofile] found 8 profiles
     0,3642 [noiseprofile] found maker `Nikon'
     0,3642 [noiseprofile] found 62 models
     0,3642 [noiseprofile] found D3
     0,3642 [noiseprofile] found 23 profiles
     0,3643 [noiseprofile] found D5500
     0,3643 [noiseprofile] found 25 profiles
     0,3643 [noiseprofile] found 1 V3
     0,3643 [noiseprofile] found 8 profiles
     0,3643 [noiseprofile] found Coolpix P330
     0,3643 [noiseprofile] found 7 profiles
     0,3643 [noiseprofile] found COOLPIX P950
     0,3643 [noiseprofile] found 7 profiles
     0,3643 [noiseprofile] found Coolpix P7100
     0,3643 [noiseprofile] found 18 profiles
     0,3643 [noiseprofile] found Coolpix P7700
     0,3643 [noiseprofile] found 7 profiles
     0,3643 [noiseprofile] found COOLPIX P1000
     0,3643 [noiseprofile] found 7 profiles
     0,3643 [noiseprofile] found Coolpix A
     0,3643 [noiseprofile] found 7 profiles
     0,3643 [noiseprofile] found COOLPIX B700
     0,3643 [noiseprofile] found 6 profiles
     0,3644 [noiseprofile] found D300
     0,3644 [noiseprofile] found 16 profiles
     0,3644 [noiseprofile] found D3000
     0,3644 [noiseprofile] found 6 profiles
     0,3644 [noiseprofile] found D3400
     0,3644 [noiseprofile] found 9 profiles
     0,3644 [noiseprofile] found D3500
     0,3644 [noiseprofile] found 9 profiles
     0,3644 [noiseprofile] found D500
     0,3644 [noiseprofile] found 28 profiles
     0,3644 [noiseprofile] found D5000
     0,3644 [noiseprofile] found 38 profiles
     0,3644 [noiseprofile] found D800
     0,3644 [noiseprofile] found 23 profiles
     0,3644 [noiseprofile] found D850
     0,3644 [noiseprofile] found 20 profiles
     0,3644 [noiseprofile] found 1 J1
     0,3644 [noiseprofile] found 6 profiles
     0,3645 [noiseprofile] found 1 J2
     0,3645 [noiseprofile] found 6 profiles
     0,3645 [noiseprofile] found 1 J3
     0,3645 [noiseprofile] found 7 profiles
     0,3645 [noiseprofile] found 1 J5
     0,3645 [noiseprofile] found 8 profiles
     0,3645 [noiseprofile] found 1 S1
     0,3645 [noiseprofile] found 6 profiles
     0,3645 [noiseprofile] found 1 V1
     0,3645 [noiseprofile] found 6 profiles
     0,3645 [noiseprofile] found 1 V2
     0,3645 [noiseprofile] found 7 profiles
     0,3645 [noiseprofile] found 1 AW1
     0,3645 [noiseprofile] found 7 profiles
     0,3645 [noiseprofile] found D2X
     0,3645 [noiseprofile] found 14 profiles
     0,3645 [noiseprofile] found D200
     0,3645 [noiseprofile] found 16 profiles
     0,3645 [noiseprofile] found D300S
     0,3645 [noiseprofile] found 19 profiles
     0,3645 [noiseprofile] found D3100
     0,3645 [noiseprofile] found 8 profiles
     0,3646 [noiseprofile] found D3200
     0,3646 [noiseprofile] found 8 profiles
     0,3646 [noiseprofile] found D3300
     0,3646 [noiseprofile] found 9 profiles
     0,3646 [noiseprofile] found D4
     0,3646 [noiseprofile] found 31 profiles
     0,3646 [noiseprofile] found D4S
     0,3646 [noiseprofile] found 34 profiles
     0,3646 [noiseprofile] found D40
     0,3646 [noiseprofile] found 10 profiles
     0,3646 [noiseprofile] found D5
     0,3646 [noiseprofile] found 31 profiles
     0,3646 [noiseprofile] found D50
     0,3646 [noiseprofile] found 5 profiles
     0,3646 [noiseprofile] found D5100
     0,3646 [noiseprofile] found 46 profiles
     0,3647 [noiseprofile] found D5200
     0,3647 [noiseprofile] found 46 profiles
     0,3647 [noiseprofile] found D5300
     0,3647 [noiseprofile] found 25 profiles
     0,3647 [noiseprofile] found D5600
     0,3647 [noiseprofile] found 40 profiles
     0,3647 [noiseprofile] found D60
     0,3647 [noiseprofile] found 6 profiles
     0,3647 [noiseprofile] found D600
     0,3647 [noiseprofile] found 19 profiles
     0,3647 [noiseprofile] found D610
     0,3647 [noiseprofile] found 26 profiles
     0,3647 [noiseprofile] found D700
     0,3647 [noiseprofile] found 22 profiles
     0,3648 [noiseprofile] found D7000
     0,3648 [noiseprofile] found 46 profiles
     0,3648 [noiseprofile] found D7500
     0,3648 [noiseprofile] found 38 profiles
     0,3648 [noiseprofile] found D7100
     0,3648 [noiseprofile] found 16 profiles
     0,3648 [noiseprofile] found D7200
     0,3648 [noiseprofile] found 33 profiles
     0,3648 [noiseprofile] found D750
     0,3648 [noiseprofile] found 25 profiles
     0,3648 [noiseprofile] found D780
     0,3648 [noiseprofile] found 35 profiles
     0,3649 [noiseprofile] found D80
     0,3649 [noiseprofile] found 13 profiles
     0,3649 [noiseprofile] found D800E
     0,3649 [noiseprofile] found 26 profiles
     0,3649 [noiseprofile] found D810
     0,3649 [noiseprofile] found 32 profiles
     0,3649 [noiseprofile] found D90
     0,3649 [noiseprofile] found 19 profiles
     0,3649 [noiseprofile] found Z 50
     0,3649 [noiseprofile] found 12 profiles
     0,3649 [noiseprofile] found Z 5
     0,3649 [noiseprofile] found 34 profiles
     0,3649 [noiseprofile] found Z 6
     0,3649 [noiseprofile] found 34 profiles
     0,3649 [noiseprofile] found Z 6_2
     0,3649 [noiseprofile] found 35 profiles
     0,3650 [noiseprofile] found Z 7
     0,3650 [noiseprofile] found 34 profiles
     0,3650 [noiseprofile] found Z 7_2
     0,3650 [noiseprofile] found 34 profiles
     0,3650 [noiseprofile] found Z 9
     0,3650 [noiseprofile] found 27 profiles
     0,3650 [noiseprofile] found maker `Olympus'
     0,3650 [noiseprofile] found 39 models
     0,3650 [noiseprofile] found PEN-F
     0,3650 [noiseprofile] found 9 profiles
     0,3650 [noiseprofile] found E-M5 Mark II
     0,3650 [noiseprofile] found 46 profiles
     0,3650 [noiseprofile] found E-M5 Mark III
     0,3650 [noiseprofile] found 23 profiles
     0,3651 [noiseprofile] found E-1
     0,3651 [noiseprofile] found 4 profiles
     0,3651 [noiseprofile] found E-3
     0,3651 [noiseprofile] found 6 profiles
     0,3651 [noiseprofile] found E-30
     0,3651 [noiseprofile] found 16 profiles
     0,3651 [noiseprofile] found E-400
     0,3651 [noiseprofile] found 13 profiles
     0,3651 [noiseprofile] found E-420
     0,3651 [noiseprofile] found 5 profiles
     0,3651 [noiseprofile] found E-500
     0,3651 [noiseprofile] found 13 profiles
     0,3651 [noiseprofile] found E-510
     0,3651 [noiseprofile] found 5 profiles
     0,3651 [noiseprofile] found E-520
     0,3651 [noiseprofile] found 5 profiles
     0,3651 [noiseprofile] found E-600
     0,3651 [noiseprofile] found 16 profiles
     0,3651 [noiseprofile] found E-620
     0,3651 [noiseprofile] found 16 profiles
     0,3651 [noiseprofile] found E-M1
     0,3652 [noiseprofile] found 23 profiles
     0,3652 [noiseprofile] found E-M10
     0,3652 [noiseprofile] found 46 profiles
     0,3652 [noiseprofile] found E-M5
     0,3652 [noiseprofile] found 8 profiles
     0,3652 [noiseprofile] found E-P2
     0,3652 [noiseprofile] found 7 profiles
     0,3652 [noiseprofile] found E-P3
     0,3652 [noiseprofile] found 19 profiles
     0,3652 [noiseprofile] found E-P5
     0,3652 [noiseprofile] found 8 profiles
     0,3652 [noiseprofile] found E-PL1
     0,3652 [noiseprofile] found 6 profiles
     0,3652 [noiseprofile] found E-PL2
     0,3652 [noiseprofile] found 6 profiles
     0,3652 [noiseprofile] found E-PL3
     0,3652 [noiseprofile] found 22 profiles
     0,3652 [noiseprofile] found E-PL6
     0,3652 [noiseprofile] found 8 profiles
     0,3653 [noiseprofile] found E-PL5
     0,3653 [noiseprofile] found 8 profiles
     0,3653 [noiseprofile] found E-PL7
     0,3653 [noiseprofile] found 9 profiles
     0,3653 [noiseprofile] found E-PL8
     0,3653 [noiseprofile] found 23 profiles
     0,3653 [noiseprofile] found E-PL9
     0,3653 [noiseprofile] found 22 profiles
     0,3653 [noiseprofile] found E-PM1
     0,3653 [noiseprofile] found 19 profiles
     0,3653 [noiseprofile] found E-PM2
     0,3653 [noiseprofile] found 22 profiles
     0,3653 [noiseprofile] found TG-4
     0,3653 [noiseprofile] found 7 profiles
     0,3653 [noiseprofile] found TG-5
     0,3653 [noiseprofile] found 23 profiles
     0,3653 [noiseprofile] found TG-6
     0,3653 [noiseprofile] found 22 profiles
     0,3654 [noiseprofile] found XZ-1
     0,3654 [noiseprofile] found 21 profiles
     0,3654 [noiseprofile] found XZ-2
     0,3654 [noiseprofile] found 22 profiles
     0,3654 [noiseprofile] found E-M10 Mark II
     0,3654 [noiseprofile] found 9 profiles
     0,3654 [noiseprofile] found E-M10 Mark III
     0,3654 [noiseprofile] found 23 profiles
     0,3654 [noiseprofile] found E-M10 Mark IV
     0,3654 [noiseprofile] found 23 profiles
     0,3654 [noiseprofile] found E-M1MarkII
     0,3654 [noiseprofile] found 8 profiles
     0,3654 [noiseprofile] found E-M1MarkIII
     0,3654 [noiseprofile] found 24 profiles
     0,3654 [noiseprofile] found maker `OM System'
     0,3654 [noiseprofile] found 1 models
     0,3654 [noiseprofile] found OM-1
     0,3654 [noiseprofile] found 12 profiles
     0,3654 [noiseprofile] found maker `OnePlus'
     0,3655 [noiseprofile] found 1 models
     0,3655 [noiseprofile] found ONEPLUS A6003
     0,3655 [noiseprofile] found 7 profiles
     0,3655 [noiseprofile] found maker `Panasonic'
     0,3655 [noiseprofile] found 44 models
     0,3655 [noiseprofile] found DC-TZ90
     0,3655 [noiseprofile] found 17 profiles
     0,3655 [noiseprofile] found DC-TZ96
     0,3655 [noiseprofile] found 7 profiles
     0,3655 [noiseprofile] found DC-G9
     0,3655 [noiseprofile] found 9 profiles
     0,3655 [noiseprofile] found DC-GX9
     0,3655 [noiseprofile] found 27 profiles
     0,3655 [noiseprofile] found DC-GF9
     0,3655 [noiseprofile] found 9 profiles
     0,3655 [noiseprofile] found DMC-FZ35
     0,3655 [noiseprofile] found 6 profiles
     0,3655 [noiseprofile] found DMC-FZ200
     0,3655 [noiseprofile] found 19 profiles
     0,3655 [noiseprofile] found DMC-FZ300
     0,3655 [noiseprofile] found 7 profiles
     0,3655 [noiseprofile] found DMC-FZ330
     0,3655 [noiseprofile] found 7 profiles
     0,3656 [noiseprofile] found DMC-GF7
     0,3656 [noiseprofile] found 8 profiles
     0,3656 [noiseprofile] found DC-FZ10002
     0,3656 [noiseprofile] found 26 profiles
     0,3656 [noiseprofile] found DMC-FZ1000
     0,3656 [noiseprofile] found 21 profiles
     0,3656 [noiseprofile] found DMC-GX8
     0,3656 [noiseprofile] found 8 profiles
     0,3656 [noiseprofile] found DMC-GX85
     0,3656 [noiseprofile] found 24 profiles
     0,3656 [noiseprofile] found DMC-LF1
     0,3656 [noiseprofile] found 8 profiles
     0,3656 [noiseprofile] found DMC-FZ18
     0,3656 [noiseprofile] found 6 profiles
     0,3656 [noiseprofile] found DMC-G10
     0,3656 [noiseprofile] found 19 profiles
     0,3656 [noiseprofile] found DMC-G2
     0,3656 [noiseprofile] found 7 profiles
     0,3656 [noiseprofile] found DMC-G3
     0,3656 [noiseprofile] found 17 profiles
     0,3657 [noiseprofile] found DMC-G5
     0,3657 [noiseprofile] found 8 profiles
     0,3657 [noiseprofile] found DMC-G6
     0,3657 [noiseprofile] found 9 profiles
     0,3657 [noiseprofile] found DMC-G7
     0,3657 [noiseprofile] found 25 profiles
     0,3657 [noiseprofile] found DMC-G8
     0,3657 [noiseprofile] found 8 profiles
     0,3657 [noiseprofile] found DMC-GF1
     0,3657 [noiseprofile] found 16 profiles
     0,3657 [noiseprofile] found DMC-GF3
     0,3657 [noiseprofile] found 8 profiles
     0,3657 [noiseprofile] found DMC-GF6
     0,3657 [noiseprofile] found 20 profiles
     0,3657 [noiseprofile] found DMC-GH2
     0,3657 [noiseprofile] found 63 profiles
     0,3658 [noiseprofile] found DMC-GH3
     0,3658 [noiseprofile] found 29 profiles
     0,3658 [noiseprofile] found DMC-GH4
     0,3658 [noiseprofile] found 25 profiles
     0,3658 [noiseprofile] found DC-GH5
     0,3658 [noiseprofile] found 25 profiles
     0,3658 [noiseprofile] found DMC-GM1
     0,3658 [noiseprofile] found 8 profiles
     0,3658 [noiseprofile] found DMC-GM5
     0,3658 [noiseprofile] found 25 profiles
     0,3658 [noiseprofile] found DMC-GX1
     0,3658 [noiseprofile] found 36 profiles
     0,3658 [noiseprofile] found DMC-GX7
     0,3658 [noiseprofile] found 16 profiles
     0,3658 [noiseprofile] found DMC-LX5
     0,3658 [noiseprofile] found 7 profiles
     0,3659 [noiseprofile] found DMC-LX7
     0,3659 [noiseprofile] found 20 profiles
     0,3659 [noiseprofile] found DMC-LX15
     0,3659 [noiseprofile] found 26 profiles
     0,3659 [noiseprofile] found DMC-LX100
     0,3659 [noiseprofile] found 22 profiles
     0,3659 [noiseprofile] found DC-LX100M2
     0,3659 [noiseprofile] found 25 profiles
     0,3659 [noiseprofile] found DMC-TZ71
     0,3659 [noiseprofile] found 8 profiles
     0,3659 [noiseprofile] found DMC-TZ100
     0,3659 [noiseprofile] found 11 profiles
     0,3659 [noiseprofile] found DC-G95
     0,3659 [noiseprofile] found 22 profiles
     0,3659 [noiseprofile] found DC-S1R
     0,3659 [noiseprofile] found 28 profiles
     0,3659 [noiseprofile] found DC-S5
     0,3660 [noiseprofile] found 28 profiles
     0,3660 [noiseprofile] found maker `Pentax'
     0,3660 [noiseprofile] found 26 models
     0,3660 [noiseprofile] found K-S2
     0,3660 [noiseprofile] found 28 profiles
     0,3660 [noiseprofile] found K-S1
     0,3660 [noiseprofile] found 21 profiles
     0,3660 [noiseprofile] found K-01
     0,3660 [noiseprofile] found 25 profiles
     0,3660 [noiseprofile] found K100D
     0,3660 [noiseprofile] found 5 profiles
     0,3660 [noiseprofile] found K100D Super
     0,3660 [noiseprofile] found 5 profiles
     0,3660 [noiseprofile] found K10D
     0,3660 [noiseprofile] found 13 profiles
     0,3660 [noiseprofile] found K110D
     0,3660 [noiseprofile] found 5 profiles
     0,3660 [noiseprofile] found K200D
     0,3660 [noiseprofile] found 5 profiles
     0,3660 [noiseprofile] found K20D
     0,3661 [noiseprofile] found 19 profiles
     0,3661 [noiseprofile] found K-30
     0,3661 [noiseprofile] found 9 profiles
     0,3661 [noiseprofile] found K-50
     0,3661 [noiseprofile] found 10 profiles
     0,3661 [noiseprofile] found K-5
     0,3661 [noiseprofile] found 11 profiles
     0,3661 [noiseprofile] found K-5 II
     0,3661 [noiseprofile] found 77 profiles
     0,3661 [noiseprofile] found K-5 II s
     0,3661 [noiseprofile] found 11 profiles
     0,3661 [noiseprofile] found K-7
     0,3661 [noiseprofile] found 18 profiles
     0,3661 [noiseprofile] found K-70
     0,3661 [noiseprofile] found 32 profiles
     0,3662 [noiseprofile] found K-m
     0,3662 [noiseprofile] found 13 profiles
     0,3662 [noiseprofile] found K-r
     0,3662 [noiseprofile] found 9 profiles
     0,3662 [noiseprofile] found K-x
     0,3662 [noiseprofile] found 9 profiles
     0,3662 [noiseprofile] found *ist DL
     0,3662 [noiseprofile] found 16 profiles
     0,3662 [noiseprofile] found K-3
     0,3662 [noiseprofile] found 10 profiles
     0,3662 [noiseprofile] found K-3 II
     0,3662 [noiseprofile] found 37 profiles
     0,3662 [noiseprofile] found K-3 Mark III
     0,3662 [noiseprofile] found 43 profiles
     0,3662 [noiseprofile] found K-1
     0,3662 [noiseprofile] found 12 profiles
     0,3663 [noiseprofile] found K-1 Mark II
     0,3663 [noiseprofile] found 27 profiles
     0,3663 [noiseprofile] found KP
     0,3663 [noiseprofile] found 14 profiles
     0,3663 [noiseprofile] found maker `Raspberrypi'
     0,3663 [noiseprofile] found 1 models
     0,3663 [noiseprofile] found RP_imx477
     0,3663 [noiseprofile] found 4 profiles
     0,3663 [noiseprofile] found maker `Samsung'
     0,3663 [noiseprofile] found 7 models
     0,3663 [noiseprofile] found GX10
     0,3663 [noiseprofile] found 13 profiles
     0,3663 [noiseprofile] found GX20
     0,3663 [noiseprofile] found 19 profiles
     0,3663 [noiseprofile] found NX1
     0,3663 [noiseprofile] found 26 profiles
     0,3663 [noiseprofile] found NX10
     0,3663 [noiseprofile] found 6 profiles
     0,3663 [noiseprofile] found NX100
     0,3663 [noiseprofile] found 19 profiles
     0,3663 [noiseprofile] found NX1000
     0,3664 [noiseprofile] found 22 profiles
     0,3664 [noiseprofile] found WB2000
     0,3664 [noiseprofile] found 7 profiles
     0,3664 [noiseprofile] found maker `Sony'
     0,3664 [noiseprofile] found 63 models
     0,3664 [noiseprofile] found SLT-A35
     0,3664 [noiseprofile] found 8 profiles
     0,3664 [noiseprofile] found SLT-A37
     0,3664 [noiseprofile] found 9 profiles
     0,3664 [noiseprofile] found DSC-RX10
     0,3664 [noiseprofile] found 23 profiles
     0,3664 [noiseprofile] found DSC-RX100M7
     0,3664 [noiseprofile] found 22 profiles
     0,3664 [noiseprofile] found ILCE-1
     0,3664 [noiseprofile] found 34 profiles
     0,3664 [noiseprofile] found ILCE-7M2
     0,3664 [noiseprofile] found 25 profiles
     0,3664 [noiseprofile] found ILCE-7M3
     0,3665 [noiseprofile] found 37 profiles
     0,3665 [noiseprofile] found ILCE-7M4
     0,3665 [noiseprofile] found 37 profiles
     0,3665 [noiseprofile] found DSC-RX10M2
     0,3665 [noiseprofile] found 24 profiles
     0,3665 [noiseprofile] found DSC-RX10M3
     0,3665 [noiseprofile] found 24 profiles
     0,3665 [noiseprofile] found DSC-RX10M4
     0,3665 [noiseprofile] found 24 profiles
     0,3665 [noiseprofile] found ILCE-7RM2
     0,3665 [noiseprofile] found 34 profiles
     0,3665 [noiseprofile] found ILCE-7RM3
     0,3665 [noiseprofile] found 34 profiles
     0,3666 [noiseprofile] found ILCE-7RM4
     0,3666 [noiseprofile] found 31 profiles
     0,3666 [noiseprofile] found ILCE-7RM5
     0,3666 [noiseprofile] found 34 profiles
     0,3666 [noiseprofile] found ILCA-68
     0,3666 [noiseprofile] found 25 profiles
     0,3666 [noiseprofile] found ILCA-77M2
     0,3666 [noiseprofile] found 25 profiles
     0,3666 [noiseprofile] found DSC-RX1
     0,3666 [noiseprofile] found 27 profiles
     0,3666 [noiseprofile] found DSC-RX100
     0,3666 [noiseprofile] found 9 profiles
     0,3666 [noiseprofile] found DSC-RX100M2
     0,3666 [noiseprofile] found 49 profiles
     0,3667 [noiseprofile] found DSC-RX100M3
     0,3667 [noiseprofile] found 24 profiles
     0,3667 [noiseprofile] found DSC-RX100M4
     0,3667 [noiseprofile] found 23 profiles
     0,3667 [noiseprofile] found DSC-RX100M5
     0,3667 [noiseprofile] found 23 profiles
     0,3667 [noiseprofile] found DSC-RX100M5A
     0,3667 [noiseprofile] found 22 profiles
     0,3667 [noiseprofile] found DSC-RX100M6
     0,3667 [noiseprofile] found 23 profiles
     0,3667 [noiseprofile] found DSLR-A200
     0,3667 [noiseprofile] found 6 profiles
     0,3667 [noiseprofile] found DSLR-A230
     0,3667 [noiseprofile] found 6 profiles
     0,3667 [noiseprofile] found DSLR-A350
     0,3667 [noiseprofile] found 14 profiles
     0,3667 [noiseprofile] found DSLR-A550
     0,3668 [noiseprofile] found 7 profiles
     0,3668 [noiseprofile] found DSLR-A580
     0,3668 [noiseprofile] found 8 profiles
     0,3668 [noiseprofile] found DSLR-A700
     0,3668 [noiseprofile] found 19 profiles
     0,3668 [noiseprofile] found DSLR-A850
     0,3668 [noiseprofile] found 19 profiles
     0,3668 [noiseprofile] found DSLR-A900
     0,3668 [noiseprofile] found 19 profiles
     0,3668 [noiseprofile] found ILCE-5000
     0,3668 [noiseprofile] found 23 profiles
     0,3668 [noiseprofile] found ILCE-6000
     0,3668 [noiseprofile] found 25 profiles
     0,3668 [noiseprofile] found ILCE-6100
     0,3668 [noiseprofile] found 28 profiles
     0,3668 [noiseprofile] found ILCE-6300
     0,3668 [noiseprofile] found 28 profiles
     0,3669 [noiseprofile] found ILCE-6400
     0,3669 [noiseprofile] found 28 profiles
     0,3669 [noiseprofile] found ILCE-6500
     0,3669 [noiseprofile] found 28 profiles
     0,3669 [noiseprofile] found ILCE-6600
     0,3669 [noiseprofile] found 28 profiles
     0,3669 [noiseprofile] found ILCE-5100
     0,3669 [noiseprofile] found 25 profiles
     0,3669 [noiseprofile] found ILCE-7
     0,3669 [noiseprofile] found 28 profiles
     0,3669 [noiseprofile] found ILCE-7R
     0,3669 [noiseprofile] found 28 profiles
     0,3669 [noiseprofile] found ILCE-7S
     0,3669 [noiseprofile] found 24 profiles
     0,3670 [noiseprofile] found ILCE-7SM3
     0,3670 [noiseprofile] found 41 profiles
     0,3670 [noiseprofile] found ILCE-7C
     0,3670 [noiseprofile] found 34 profiles
     0,3670 [noiseprofile] found ILCE-9
     0,3670 [noiseprofile] found 34 profiles
     0,3670 [noiseprofile] found ILCE-9M2
     0,3670 [noiseprofile] found 28 profiles
     0,3670 [noiseprofile] found NEX-3
     0,3670 [noiseprofile] found 7 profiles
     0,3670 [noiseprofile] found NEX-5
     0,3670 [noiseprofile] found 7 profiles
     0,3670 [noiseprofile] found NEX-5N
     0,3670 [noiseprofile] found 18 profiles
     0,3671 [noiseprofile] found NEX-5R
     0,3671 [noiseprofile] found 38 profiles
     0,3671 [noiseprofile] found NEX-5T
     0,3671 [noiseprofile] found 13 profiles
     0,3671 [noiseprofile] found NEX-6
     0,3671 [noiseprofile] found 9 profiles
     0,3671 [noiseprofile] found NEX-7
     0,3671 [noiseprofile] found 19 profiles
     0,3671 [noiseprofile] found NEX-C3
     0,3671 [noiseprofile] found 14 profiles
     0,3671 [noiseprofile] found SLT-A55
     0,3671 [noiseprofile] found 8 profiles
     0,3671 [noiseprofile] found SLT-A57
     0,3671 [noiseprofile] found 9 profiles
     0,3671 [noiseprofile] found SLT-A58
     0,3671 [noiseprofile] found 9 profiles
     0,3671 [noiseprofile] found SLT-A65
     0,3671 [noiseprofile] found 9 profiles
     0,3671 [noiseprofile] found SLT-A77
     0,3671 [noiseprofile] found 26 profiles
     0,3672 [noiseprofile] found SLT-A99
     0,3672 [noiseprofile] found 60 profiles
     0,3672 [noiseprofile] found ZV-E10
     0,3672 [noiseprofile] found 31 profiles
     0,3672 [noiseprofile] found maker `LGE'
     0,3672 [noiseprofile] found 2 models
     0,3672 [noiseprofile] found Nexus 5
     0,3672 [noiseprofile] found 7 profiles
     0,3672 [noiseprofile] found Nexus 5X
     0,3672 [noiseprofile] found 8 profiles
     0,3672 [noiseprofile] found maker `Ricoh'
     0,3672 [noiseprofile] found 4 models
     0,3672 [noiseprofile] found GR
     0,3672 [noiseprofile] found 25 profiles
     0,3672 [noiseprofile] found GR II
     0,3672 [noiseprofile] found 9 profiles
     0,3673 [noiseprofile] found GR III
     0,3673 [noiseprofile] found 31 profiles
     0,3673 [noiseprofile] found GR IIIx
     0,3673 [noiseprofile] found 31 profiles
     0,3673 [noiseprofile] found maker `Leica'
     0,3673 [noiseprofile] found 6 models
     0,3673 [noiseprofile] found D-Lux 7
     0,3673 [noiseprofile] found 22 profiles
     0,3673 [noiseprofile] found M10
     0,3673 [noiseprofile] found 10 profiles
     0,3673 [noiseprofile] found X2
     0,3673 [noiseprofile] found 8 profiles
     0,3673 [noiseprofile] found M (Typ 240)
     0,3673 [noiseprofile] found 17 profiles
     0,3673 [noiseprofile] found SL (Typ 601)
     0,3673 [noiseprofile] found 11 profiles
     0,3673 [noiseprofile] found Q2
     0,3673 [noiseprofile] found 11 profiles
     0,3674 [noiseprofile] found maker `YI TECHNOLOGY'
     0,3674 [noiseprofile] found 1 models
     0,3674 [noiseprofile] found M1
     0,3674 [noiseprofile] found 9 profiles
     0,3674 [noiseprofile] verifying noiseprofile completed
     0,3674 [noiseprofile] found 380 profiles total
     0,3674 [image_cache] has 46369 entries
     0,3674 [dt_worker_threads] using 4 worker threads
     0,4092 [dt_get_system_gui_ppd] system ppd is 1,000000
     0,4093 [screen resolution] setting the screen resolution to 96,000000 dpi
     0,4514 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/gui/presets.c:86, function dt_gui_presets_init(): exec "DELETE FROM data.presets WHERE writeprotect = 1"
     0,4520 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/styles.c:1317, function dt_styles_get_list(): prepare "SELECT name, description FROM data.styles WHERE name LIKE ?1 OR description LIKE ?1 ORDER BY name"
     0,4595 [input device] Input devices found:

     0,4595 Virtual core XTEST keyboard (no cursor), source: GDK_SOURCE_KEYBOARD, mode: GDK_MODE_DISABLED, 0 axes, 0 keys
     0,4595 
     0,4595 xwayland-keyboard:15 (no cursor), source: GDK_SOURCE_KEYBOARD, mode: GDK_MODE_DISABLED, 0 axes, 0 keys
     0,4595 
     0,4595 xwayland-tablet cursor:15 (no cursor), source: GDK_SOURCE_CURSOR, mode: GDK_MODE_DISABLED, 6 axes, 0 keys
     0,4595   GDK_AXIS_X
     0,4595   GDK_AXIS_Y
     0,4595   GDK_AXIS_PRESSURE
     0,4596   GDK_AXIS_XTILT
     0,4596   GDK_AXIS_YTILT
     0,4596   GDK_AXIS_WHEEL
     0,4596 
     0,4596 xwayland-pointer:15 (no cursor), source: GDK_SOURCE_MOUSE, mode: GDK_MODE_DISABLED, 4 axes, 0 keys
     0,4596   GDK_AXIS_X
     0,4596   GDK_AXIS_Y
     0,4596   GDK_AXIS_IGNORE
     0,4596   GDK_AXIS_IGNORE
     0,4596 
     0,4596 xwayland-tablet eraser:15 (no cursor), source: GDK_SOURCE_ERASER, mode: GDK_MODE_DISABLED, 6 axes, 0 keys
     0,4596   GDK_AXIS_X
     0,4596   GDK_AXIS_Y
     0,4596   GDK_AXIS_PRESSURE
     0,4596   GDK_AXIS_XTILT
     0,4596   GDK_AXIS_YTILT
     0,4596   GDK_AXIS_WHEEL
     0,4597 
     0,4597 xwayland-tablet stylus:15 (no cursor), source: GDK_SOURCE_PEN, mode: GDK_MODE_DISABLED, 6 axes, 0 keys
     0,4597   GDK_AXIS_X
     0,4597   GDK_AXIS_Y
     0,4597   GDK_AXIS_PRESSURE
     0,4597   GDK_AXIS_XTILT
     0,4597   GDK_AXIS_YTILT
     0,4597   GDK_AXIS_WHEEL
     0,4597 
     0,4597 Virtual core XTEST pointer (no cursor), source: GDK_SOURCE_MOUSE, mode: GDK_MODE_DISABLED, 2 axes, 0 keys
     0,4597   GDK_AXIS_IGNORE
     0,4597   GDK_AXIS_IGNORE
     0,4597 
     0,4597 xwayland-touch:15 (no cursor), source: GDK_SOURCE_TOUCHSCREEN, mode: GDK_MODE_DISABLED, 2 axes, 0 keys
     0,4597   GDK_AXIS_IGNORE
     0,4597   GDK_AXIS_IGNORE
     0,4597 
     0,4597 xwayland-pointer-gestures:15 (no cursor), source: GDK_SOURCE_MOUSE, mode: GDK_MODE_DISABLED, 2 axes, 0 keys
     0,4597   GDK_AXIS_IGNORE
     0,4598   GDK_AXIS_IGNORE
     0,4598 
     0,4598 xwayland-relative-pointer:15 (no cursor), source: GDK_SOURCE_MOUSE, mode: GDK_MODE_DISABLED, 4 axes, 0 keys
     0,4598   GDK_AXIS_IGNORE
     0,4598   GDK_AXIS_IGNORE
     0,4598   GDK_AXIS_IGNORE
     0,4598   GDK_AXIS_IGNORE
     0,4598 
     0,4636 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/views/view.c:61, function dt_view_manager_init(): prepare "SELECT imgid FROM main.selected_images WHERE imgid = ?1"
     0,4636 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/views/view.c:63, function dt_view_manager_init(): prepare "DELETE FROM main.selected_images WHERE imgid = ?1"
     0,4637 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/views/view.c:65, function dt_view_manager_init(): prepare "INSERT OR IGNORE INTO main.selected_images VALUES (?1)"
     0,4637 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/views/view.c:68, function dt_view_manager_init(): prepare "SELECT num FROM main.history WHERE imgid = ?1"
     0,4637 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/views/view.c:70, function dt_view_manager_init(): prepare "SELECT color FROM main.color_labels WHERE imgid=?1"
     0,4637 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/views/view.c:72, function dt_view_manager_init(): prepare "SELECT id FROM main.images WHERE group_id = (SELECT group_id FROM main.images WHERE id=?1) AND id != ?2"
     0,4637 [view_load_module] loading `darkroom' from /usr/lib/darktable/views/libdarkroom.so
     0,4648 [view_load_module] loading `slideshow' from /usr/lib/darktable/views/libslideshow.so
     0,4656 [view_load_module] loading `tethering' from /usr/lib/darktable/views/libtethering.so
     0,4663 [view_load_module] loading `knight' from /usr/lib/darktable/views/libknight.so
     0,4672 [view_load_module] loading `lighttable' from /usr/lib/darktable/views/liblighttable.so
     0,4680 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/collection.c:176, function dt_collection_memory_update(): exec "DELETE FROM memory.collected_images"
     0,4680 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/collection.c:180, function dt_collection_memory_update(): exec "DELETE FROM memory.sqlite_sequence WHERE name='collected_images'"
     0,4680 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/common/collection.c:189, function dt_collection_memory_update(): prepare "INSERT INTO memory.collected_images (imgid) SELECT DISTINCT mi.id FROM (SELECT  id, group_id, film_id, filename, datetime_taken,   flags, version,  position, aspect_ratio,  maker, model, lens, aperture, exposure, focal_length,  iso, import_timestamp, change_timestamp,  export_timestamp, print_timestamp  FROM main.images AS mi  ) AS mi WHERE   (flags & 256) != 256  AND  (( (film_id IN (SELECT id FROM main.film_rolls WHERE folder LIKE '%'))) AND ( (1=1) AND (1=1))) ORDER BY filename, version LIMIT ?1, ?2"
     0,4682 [view_load_module] loading `print' from /usr/lib/darktable/views/libprint.so
     0,4689 [view_load_module] loading `map' from /usr/lib/darktable/views/libmap.so
     0,4720 [sql] /usr/src/debug/darktable/darktable-4.4.2/src/views/map.c:2801, function _view_map_build_main_query(): prepare "SELECT * FROM (SELECT id, longitude, latitude    FROM main.images WHERE longitude >= ?1 AND longitude <= ?2           AND latitude <= ?3 AND latitude >= ?4            AND longitude NOT NULL AND latitude NOT NULL)   ORDER BY longitude ASC"
     0,4722 [imageio_load_module_format] loading `jpegxl' from /usr/lib/darktable/plugins/imageio/format/libjpegxl.so
     0,4738 [imageio_load_module_format] loading `avif' from /usr/lib/darktable/plugins/imageio/format/libavif.so
     0,4752 [imageio_load_module_format] loading `pdf' from /usr/lib/darktable/plugins/imageio/format/libpdf.so

This GDB supports auto-downloading debuginfo from the following URLs:
  <https://debuginfod.archlinux.org>
Enable debuginfod for this session? (y or [n]) [answered N; input not from terminal]
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[New LWP 97444]
[New LWP 97445]
[New LWP 97446]
[New LWP 97447]
[New LWP 97448]
[New LWP 97449]
[New LWP 97450]
[New LWP 97451]
[New LWP 97452]
[New LWP 97453]
[New LWP 97454]
[New LWP 97455]
[New LWP 97456]
[New LWP 97457]
[New LWP 97458]
[New LWP 97459]
[New LWP 97460]
[New LWP 97461]
[New LWP 97462]
[New LWP 97463]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
0x00007fd549b181c7 in wait4 () from /usr/lib/libc.so.6
#0  0x00007fd549b181c7 in wait4 () at /usr/lib/libc.so.6
#1  0x00007fd549d9e002 in  () at /usr/bin/../lib/darktable/libdarktable.so
#2  0x00007fd549a5c710 in <signal handler called> () at /usr/lib/libc.so.6
#3  0x00007fd5468899d4 in wl_proxy_get_version () at /usr/lib/libwayland-client.so.0
#4  0x00007fd5340c4898 in im_module_init () at /usr/lib/gtk-3.0/3.0.0/immodules/im-wayland.so
#5  0x00007fd5491c624f in  () at /usr/lib/libgtk-3.so.0
#6  0x00007fd548b20dc9 in g_type_module_use () at /usr/lib/libgobject-2.0.so.0
#7  0x00007fd5491cc4ac in  () at /usr/lib/libgtk-3.so.0
#8  0x00007fd5491cc876 in  () at /usr/lib/libgtk-3.so.0
#9  0x00007fd54915a184 in  () at /usr/lib/libgtk-3.so.0
#10 0x00007fd54916328f in gtk_entry_set_placeholder_text () at /usr/lib/libgtk-3.so.0
#11 0x00007fd5340cc5ef in gui_init () at /usr/lib/darktable/plugins/imageio/format/libpdf.so
#12 0x00007fd54a087030 in  () at /usr/bin/../lib/darktable/libdarktable.so
#13 0x00007fd549ef0144 in dt_imageio_init () at /usr/bin/../lib/darktable/libdarktable.so
#14 0x00007fd549ce461e in dt_init () at /usr/bin/../lib/darktable/libdarktable.so
#15 0x000055906f62003d in  ()
#16 0x00007fd549a45cd0 in  () at /usr/lib/libc.so.6
#17 0x00007fd549a45d8a in __libc_start_main () at /usr/lib/libc.so.6
#18 0x000055906f6200b5 in  ()

=========

  Id   Target Id                                         Frame 
* 1    Thread 0x7fd538615680 (LWP 97443) "darktable"     0x00007fd549b181c7 in wait4 () from /usr/lib/libc.so.6
  2    Thread 0x7fd5379ff6c0 (LWP 97444) "pool-spawner"  0x00007fd549b2c73d in syscall () from /usr/lib/libc.so.6
  3    Thread 0x7fd5371fe6c0 (LWP 97445) "gmain"         0x00007fd549b20f6f in poll () from /usr/lib/libc.so.6
  4    Thread 0x7fd5369fd6c0 (LWP 97446) "pool"          0x00007fd549b2c73d in syscall () from /usr/lib/libc.so.6
  5    Thread 0x7fd5361fc6c0 (LWP 97447) "gdbus"         0x00007fd549b20f6f in poll () from /usr/lib/libc.so.6
  6    Thread 0x7fd5354e96c0 (LWP 97448) "worker 0"      0x00007fd549aa74ae in ?? () from /usr/lib/libc.so.6
  7    Thread 0x7fd534ce86c0 (LWP 97449) "worker 1"      0x00007fd549aa74ae in ?? () from /usr/lib/libc.so.6
  8    Thread 0x7fd527fff6c0 (LWP 97450) "worker 2"      0x00007fd549aa74ae in ?? () from /usr/lib/libc.so.6
  9    Thread 0x7fd5277fe6c0 (LWP 97451) "worker 3"      0x00007fd549aa74ae in ?? () from /usr/lib/libc.so.6
  10   Thread 0x7fd526ffd6c0 (LWP 97452) "kicker"        0x00007fd549af37f5 in clock_nanosleep () from /usr/lib/libc.so.6
  11   Thread 0x7fd5267fc6c0 (LWP 97453) "worker res 0"  0x00007fd549aa74ae in ?? () from /usr/lib/libc.so.6
  12   Thread 0x7fd525ffb6c0 (LWP 97454) "worker res 1"  0x00007fd549aa74ae in ?? () from /usr/lib/libc.so.6
  13   Thread 0x7fd5257fa6c0 (LWP 97455) "worker res 2"  0x00007fd549aa74ae in ?? () from /usr/lib/libc.so.6
  14   Thread 0x7fd524ff96c0 (LWP 97456) "gphoto_update" 0x00007fd549af37f5 in clock_nanosleep () from /usr/lib/libc.so.6
  15   Thread 0x7fd502ffe6c0 (LWP 97457) "darktable"     futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
  16   Thread 0x7fd5027fd6c0 (LWP 97458) "darktable"     futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
  17   Thread 0x7fd501ffc6c0 (LWP 97459) "darktable"     futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
  18   Thread 0x7fd5017fb6c0 (LWP 97460) "darktable"     futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
  19   Thread 0x7fd500ffa6c0 (LWP 97461) "darktable"     futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
  20   Thread 0x7fd5007f96c0 (LWP 97462) "darktable"     futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
  21   Thread 0x7fd4ffff86c0 (LWP 97463) "darktable"     futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97

=========

Thread 21 (Thread 0x7fd4ffff86c0 (LWP 97463) "darktable"):
#0  futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
        err = -512
#1  do_wait (val=88, addr=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/config/linux/wait.h:67
#2  gomp_barrier_wait_end (bar=0x55906fa48af0, state=88) at /usr/src/debug/gcc/gcc/libgomp/config/linux/bar.c:48
#3  0x00007fd54a2bbc70 in gomp_simple_barrier_wait (bar=0x55906fa48af0) at /usr/src/debug/gcc/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55906fa316c0
        task = 0x55906fa32220
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#4  gomp_thread_start (xdata=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/team.c:133
        team = 0x55906fa316c0
        task = 0x55906fa32220
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#5  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#6  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 20 (Thread 0x7fd5007f96c0 (LWP 97462) "darktable"):
#0  futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
        err = -512
#1  do_wait (val=88, addr=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/config/linux/wait.h:67
#2  gomp_barrier_wait_end (bar=0x55906fa48af0, state=88) at /usr/src/debug/gcc/gcc/libgomp/config/linux/bar.c:48
#3  0x00007fd54a2bbc70 in gomp_simple_barrier_wait (bar=0x55906fa48af0) at /usr/src/debug/gcc/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55906fa316c0
        task = 0x55906fa32140
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#4  gomp_thread_start (xdata=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/team.c:133
        team = 0x55906fa316c0
        task = 0x55906fa32140
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#5  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#6  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 19 (Thread 0x7fd500ffa6c0 (LWP 97461) "darktable"):
#0  futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
        err = -512
#1  do_wait (val=88, addr=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/config/linux/wait.h:67
#2  gomp_barrier_wait_end (bar=0x55906fa48af0, state=88) at /usr/src/debug/gcc/gcc/libgomp/config/linux/bar.c:48
#3  0x00007fd54a2bbc70 in gomp_simple_barrier_wait (bar=0x55906fa48af0) at /usr/src/debug/gcc/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55906fa316c0
        task = 0x55906fa32060
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#4  gomp_thread_start (xdata=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/team.c:133
        team = 0x55906fa316c0
        task = 0x55906fa32060
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#5  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#6  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 18 (Thread 0x7fd5017fb6c0 (LWP 97460) "darktable"):
#0  futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
        err = -512
#1  do_wait (val=88, addr=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/config/linux/wait.h:67
#2  gomp_barrier_wait_end (bar=0x55906fa48af0, state=88) at /usr/src/debug/gcc/gcc/libgomp/config/linux/bar.c:48
#3  0x00007fd54a2bbc70 in gomp_simple_barrier_wait (bar=0x55906fa48af0) at /usr/src/debug/gcc/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55906fa316c0
        task = 0x55906fa31f80
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#4  gomp_thread_start (xdata=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/team.c:133
        team = 0x55906fa316c0
        task = 0x55906fa31f80
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#5  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#6  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 17 (Thread 0x7fd501ffc6c0 (LWP 97459) "darktable"):
#0  futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
        err = -512
#1  do_wait (val=88, addr=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/config/linux/wait.h:67
#2  gomp_barrier_wait_end (bar=0x55906fa48af0, state=88) at /usr/src/debug/gcc/gcc/libgomp/config/linux/bar.c:48
#3  0x00007fd54a2bbc70 in gomp_simple_barrier_wait (bar=0x55906fa48af0) at /usr/src/debug/gcc/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55906fa316c0
        task = 0x55906fa31ea0
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#4  gomp_thread_start (xdata=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/team.c:133
        team = 0x55906fa316c0
        task = 0x55906fa31ea0
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#5  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#6  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 16 (Thread 0x7fd5027fd6c0 (LWP 97458) "darktable"):
#0  futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
        err = -512
#1  do_wait (val=88, addr=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/config/linux/wait.h:67
#2  gomp_barrier_wait_end (bar=0x55906fa48af0, state=88) at /usr/src/debug/gcc/gcc/libgomp/config/linux/bar.c:48
#3  0x00007fd54a2bbc70 in gomp_simple_barrier_wait (bar=0x55906fa48af0) at /usr/src/debug/gcc/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55906fa316c0
        task = 0x55906fa31dc0
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#4  gomp_thread_start (xdata=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/team.c:133
        team = 0x55906fa316c0
        task = 0x55906fa31dc0
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#5  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#6  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 15 (Thread 0x7fd502ffe6c0 (LWP 97457) "darktable"):
#0  futex_wait (val=88, addr=0x55906fa48af4) at /usr/src/debug/gcc/gcc/libgomp/config/linux/x86/futex.h:97
        err = -512
#1  do_wait (val=88, addr=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/config/linux/wait.h:67
#2  gomp_barrier_wait_end (bar=0x55906fa48af0, state=88) at /usr/src/debug/gcc/gcc/libgomp/config/linux/bar.c:48
#3  0x00007fd54a2bbc70 in gomp_simple_barrier_wait (bar=0x55906fa48af0) at /usr/src/debug/gcc/gcc/libgomp/config/posix/simple-bar.h:60
        team = 0x55906fa316c0
        task = 0x55906fa31ce0
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#4  gomp_thread_start (xdata=<optimized out>) at /usr/src/debug/gcc/gcc/libgomp/team.c:133
        team = 0x55906fa316c0
        task = 0x55906fa31ce0
        data = <optimized out>
        pool = 0x55906fa48ab0
        local_fn = 0x7fd549d1a900
        local_data = 0x7ffd2de3d430
#5  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#6  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 14 (Thread 0x7fd524ff96c0 (LWP 97456) "gphoto_update"):
#0  0x00007fd549af37f5 in clock_nanosleep () at /usr/lib/libc.so.6
#1  0x00007fd549b058c7 in nanosleep () at /usr/lib/libc.so.6
#2  0x00007fd54986d319 in g_usleep () at /usr/lib/libglib-2.0.so.0
#3  0x00007fd549f12fab in dt_update_cameras_thread () at /usr/bin/../lib/darktable/libdarktable.so
#4  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#5  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 13 (Thread 0x7fd5257fa6c0 (LWP 97455) "worker res 2"):
#0  0x00007fd549aa74ae in  () at /usr/lib/libc.so.6
#1  0x00007fd549aa9d40 in pthread_cond_wait () at /usr/lib/libc.so.6
#2  0x00007fd549dac72e in  () at /usr/bin/../lib/darktable/libdarktable.so
#3  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#4  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 12 (Thread 0x7fd525ffb6c0 (LWP 97454) "worker res 1"):
#0  0x00007fd549aa74ae in  () at /usr/lib/libc.so.6
#1  0x00007fd549aa9d40 in pthread_cond_wait () at /usr/lib/libc.so.6
#2  0x00007fd549dac72e in  () at /usr/bin/../lib/darktable/libdarktable.so
#3  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#4  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 11 (Thread 0x7fd5267fc6c0 (LWP 97453) "worker res 0"):
#0  0x00007fd549aa74ae in  () at /usr/lib/libc.so.6
#1  0x00007fd549aa9d40 in pthread_cond_wait () at /usr/lib/libc.so.6
#2  0x00007fd549dac72e in  () at /usr/bin/../lib/darktable/libdarktable.so
#3  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#4  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 10 (Thread 0x7fd526ffd6c0 (LWP 97452) "kicker"):
#0  0x00007fd549af37f5 in clock_nanosleep () at /usr/lib/libc.so.6
#1  0x00007fd549b058c7 in nanosleep () at /usr/lib/libc.so.6
#2  0x00007fd549b1682e in sleep () at /usr/lib/libc.so.6
#3  0x00007fd549daca13 in  () at /usr/bin/../lib/darktable/libdarktable.so
#4  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#5  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 9 (Thread 0x7fd5277fe6c0 (LWP 97451) "worker 3"):
#0  0x00007fd549aa74ae in  () at /usr/lib/libc.so.6
#1  0x00007fd549aa9d40 in pthread_cond_wait () at /usr/lib/libc.so.6
#2  0x00007fd549dacd22 in  () at /usr/bin/../lib/darktable/libdarktable.so
#3  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#4  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 8 (Thread 0x7fd527fff6c0 (LWP 97450) "worker 2"):
#0  0x00007fd549aa74ae in  () at /usr/lib/libc.so.6
#1  0x00007fd549aa9d40 in pthread_cond_wait () at /usr/lib/libc.so.6
#2  0x00007fd549dacd22 in  () at /usr/bin/../lib/darktable/libdarktable.so
#3  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#4  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 7 (Thread 0x7fd534ce86c0 (LWP 97449) "worker 1"):
#0  0x00007fd549aa74ae in  () at /usr/lib/libc.so.6
#1  0x00007fd549aa9d40 in pthread_cond_wait () at /usr/lib/libc.so.6
#2  0x00007fd549dacd22 in  () at /usr/bin/../lib/darktable/libdarktable.so
#3  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#4  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 6 (Thread 0x7fd5354e96c0 (LWP 97448) "worker 0"):
#0  0x00007fd549aa74ae in  () at /usr/lib/libc.so.6
#1  0x00007fd549aa9d40 in pthread_cond_wait () at /usr/lib/libc.so.6
#2  0x00007fd549dacd22 in  () at /usr/bin/../lib/darktable/libdarktable.so
#3  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#4  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7fd5361fc6c0 (LWP 97447) "gdbus"):
#0  0x00007fd549b20f6f in poll () at /usr/lib/libc.so.6
#1  0x00007fd54989d206 in  () at /usr/lib/libglib-2.0.so.0
#2  0x00007fd54983fb47 in g_main_loop_run () at /usr/lib/libglib-2.0.so.0
#3  0x00007fd548c570bc in  () at /usr/lib/libgio-2.0.so.0
#4  0x00007fd5498709a5 in  () at /usr/lib/libglib-2.0.so.0
#5  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#6  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7fd5369fd6c0 (LWP 97446) "pool"):
#0  0x00007fd549b2c73d in syscall () at /usr/lib/libc.so.6
#1  0x00007fd549898c23 in g_cond_wait_until () at /usr/lib/libglib-2.0.so.0
#2  0x00007fd54980a185 in  () at /usr/lib/libglib-2.0.so.0
#3  0x00007fd5498734db in  () at /usr/lib/libglib-2.0.so.0
#4  0x00007fd5498709a5 in  () at /usr/lib/libglib-2.0.so.0
#5  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#6  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 3 (Thread 0x7fd5371fe6c0 (LWP 97445) "gmain"):
#0  0x00007fd549b20f6f in poll () at /usr/lib/libc.so.6
#1  0x00007fd54989d206 in  () at /usr/lib/libglib-2.0.so.0
#2  0x00007fd54983d112 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
#3  0x00007fd54983d162 in  () at /usr/lib/libglib-2.0.so.0
#4  0x00007fd5498709a5 in  () at /usr/lib/libglib-2.0.so.0
#5  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#6  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7fd5379ff6c0 (LWP 97444) "pool-spawner"):
#0  0x00007fd549b2c73d in syscall () at /usr/lib/libc.so.6
#1  0x00007fd549898247 in g_cond_wait () at /usr/lib/libglib-2.0.so.0
#2  0x00007fd54980a1b4 in  () at /usr/lib/libglib-2.0.so.0
#3  0x00007fd549872a2e in  () at /usr/lib/libglib-2.0.so.0
#4  0x00007fd5498709a5 in  () at /usr/lib/libglib-2.0.so.0
#5  0x00007fd549aaa9eb in  () at /usr/lib/libc.so.6
#6  0x00007fd549b2e7cc in  () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7fd538615680 (LWP 97443) "darktable"):
#0  0x00007fd549b181c7 in wait4 () at /usr/lib/libc.so.6
#1  0x00007fd549d9e002 in  () at /usr/bin/../lib/darktable/libdarktable.so
#2  0x00007fd549a5c710 in <signal handler called> () at /usr/lib/libc.so.6
#3  0x00007fd5468899d4 in wl_proxy_get_version () at /usr/lib/libwayland-client.so.0
#4  0x00007fd5340c4898 in im_module_init () at /usr/lib/gtk-3.0/3.0.0/immodules/im-wayland.so
#5  0x00007fd5491c624f in  () at /usr/lib/libgtk-3.so.0
#6  0x00007fd548b20dc9 in g_type_module_use () at /usr/lib/libgobject-2.0.so.0
#7  0x00007fd5491cc4ac in  () at /usr/lib/libgtk-3.so.0
#8  0x00007fd5491cc876 in  () at /usr/lib/libgtk-3.so.0
#9  0x00007fd54915a184 in  () at /usr/lib/libgtk-3.so.0
#10 0x00007fd54916328f in gtk_entry_set_placeholder_text () at /usr/lib/libgtk-3.so.0
#11 0x00007fd5340cc5ef in gui_init () at /usr/lib/darktable/plugins/imageio/format/libpdf.so
#12 0x00007fd54a087030 in  () at /usr/bin/../lib/darktable/libdarktable.so
#13 0x00007fd549ef0144 in dt_imageio_init () at /usr/bin/../lib/darktable/libdarktable.so
#14 0x00007fd549ce461e in dt_init () at /usr/bin/../lib/darktable/libdarktable.so
#15 0x000055906f62003d in  ()
#16 0x00007fd549a45cd0 in  () at /usr/lib/libc.so.6
#17 0x00007fd549a45d8a in __libc_start_main () at /usr/lib/libc.so.6
#18 0x000055906f6200b5 in  ()
[Inferior 1 (process 97443) detached]

What makes me confused is that I have this kind of error for all of my GTK3 apps that don’t start in native Wayland mode (Chromium, Signal, Spotify, etc.).
Is this a Manjaro issue or an upstream one (if upstream, which project?)

Edit: Starting Darktable with GDK_BACKEND=wayland darktable fixes the problem, shouldn’t it be the default setting, if Manjaro uses Wayland by default?.
Unfortunately the titlebar looks ugly…