Color Picture Module
Verfasst: Dienstag 5. Mai 2020, 14:50
Moin Mischa,
ich versuche seit ein paar Tagen ein Farbbild aus Daten meiner DSLR zu erzeugen aber das Ergebnis ist immer grün.
Heute hab' ich die Sourcen neu gezogen und neu gebaut um zu sehen, ob sich was geändert hat.
Jetzt geht gar nichts mehr
Wenn ich auf "crop coadded images" klicke bekomme ich folgende Terminal-Ausgaben:
QObject: Cannot create children for a parent that is in a different thread.
(Parent is MyImage(0x7f81a8005940), parent's thread is QThread(0x55f1a07aa9a0), current thread is QThread(0x7f81a4001390)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is MyImage(0x7f81a803cc20), parent's thread is QThread(0x55f1a07aa9a0), current thread is QThread(0x7f8198001370)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is MyImage(0x7f81a8006da0), parent's thread is QThread(0x55f1a07aa9a0), current thread is QThread(0x7f819c001240)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is MyImage(0x7f81a802c030), parent's thread is QThread(0x55f1a07aa9a0), current thread is QThread(0x7f81a0001370)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is MyImage(0x7f81a80346c0), parent's thread is QThread(0x55f1a07aa9a0), current thread is QThread(0x7f8188001240)
Segmentation fault (core dumped)
Und folgenden Backtrace:
#0 MyImage::makeCutout (this=0x7f81a8006da0, xmin=xmin@entry=0, xmax=xmax@entry=5546, ymin=ymin@entry=0, ymax=ymax@entry=3693)
at /usr/include/x86_64-linux-gnu/qt5/QtCore/qarraydata.h:209
#1 0x000055f19e054788 in ColorPicture::_ZN12ColorPicture22taskInternalCropCoaddsEv._omp_fn.0(void) () at colorpicture/subtaskCropcoadd.cc:180
#2 0x00007f81da11579e in ?? () from /lib/x86_64-linux-gnu/libgomp.so.1
#3 0x00007f81da440fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
#4 0x00007f81da01d4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Viel Spaß noch
Dietmar
ich versuche seit ein paar Tagen ein Farbbild aus Daten meiner DSLR zu erzeugen aber das Ergebnis ist immer grün.
Heute hab' ich die Sourcen neu gezogen und neu gebaut um zu sehen, ob sich was geändert hat.
Jetzt geht gar nichts mehr
Wenn ich auf "crop coadded images" klicke bekomme ich folgende Terminal-Ausgaben:
QObject: Cannot create children for a parent that is in a different thread.
(Parent is MyImage(0x7f81a8005940), parent's thread is QThread(0x55f1a07aa9a0), current thread is QThread(0x7f81a4001390)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is MyImage(0x7f81a803cc20), parent's thread is QThread(0x55f1a07aa9a0), current thread is QThread(0x7f8198001370)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is MyImage(0x7f81a8006da0), parent's thread is QThread(0x55f1a07aa9a0), current thread is QThread(0x7f819c001240)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is MyImage(0x7f81a802c030), parent's thread is QThread(0x55f1a07aa9a0), current thread is QThread(0x7f81a0001370)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is MyImage(0x7f81a80346c0), parent's thread is QThread(0x55f1a07aa9a0), current thread is QThread(0x7f8188001240)
Segmentation fault (core dumped)
Und folgenden Backtrace:
#0 MyImage::makeCutout (this=0x7f81a8006da0, xmin=xmin@entry=0, xmax=xmax@entry=5546, ymin=ymin@entry=0, ymax=ymax@entry=3693)
at /usr/include/x86_64-linux-gnu/qt5/QtCore/qarraydata.h:209
#1 0x000055f19e054788 in ColorPicture::_ZN12ColorPicture22taskInternalCropCoaddsEv._omp_fn.0(void) () at colorpicture/subtaskCropcoadd.cc:180
#2 0x00007f81da11579e in ?? () from /lib/x86_64-linux-gnu/libgomp.so.1
#3 0x00007f81da440fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
#4 0x00007f81da01d4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Viel Spaß noch
Dietmar