FS#67582 - [rapid-photo-downloader] segfaults (a pyqt5 problem ?)

Attached to Project: Community Packages
Opened by Retogenes (retogenes) - Friday, 14 August 2020, 17:21 GMT
Last edited by Balló György (City-busz) - Wednesday, 12 May 2021, 15:44 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

rapid-photo-downloader segfaults early upon execution (see https://bbs.archlinux.org/viewtopic.php?id=257875). Some users (I was not able to reproduce this second part) report that problem is solved when using a pip-installed pyqt5 instead of the provided by the distribution (https://bugs.launchpad.net/rapid/+bug/1890119)

To reproduce, just execute rapid-photo-downloader fron an up-to-date Arch Linux machine:

$rapid-photo-downloader -v
INFO: Rapid Photo Downloader is starting
Fatal Python error: Segmentation fault

Current thread 0x00007f2e15d72740 (most recent call first):
File "/usr/lib/python3.8/site-packages/raphodo/rapid.py", line 5827 in __init__
File "/usr/lib/python3.8/site-packages/raphodo/rapid.py", line 6647 in main
File "/usr/bin/rapid-photo-downloader", line 11 in <module>
Segmentation fault (core dumped)

Package versions:

$ rapid-photo-downloader --detailed-version
Rapid Photo Downloader: 0.9.24
Platform: Linux-5.7.10-arch1-1-x86_64-with-glibc2.2.5
Memory: 2.26 GB used of 16.73 GB
Confinement: none
Installed using pip: no
Python: 3.8.5
Python executable: /usr/bin/python
Qt: 5.15.0
PyQt: 5.15.0
SIP: 5.3.0
ZeroMQ: 4.3.2
Python ZeroMQ: 19.0.1 (cython backend)
gPhoto2: 2.5.25
Python gPhoto2: 2.2.1
ExifTool: 12.00
pymediainfo: 4.2.1
GExiv2: 0.12.01
Gstreamer: 1.16.2
PyGObject: 3.36.1
libraw: 0.20.0
rawkit: 0.6.0 (not functional)
psutil: 5.7.1
Exiv2: 0.27.2
glibc: 2.31
Arrow: 0.15.7
Tornado: 6.0.4
Can read HEIF/HEIC metadata: yes
Session: x11
Desktop scaling: not set
Desktop scaling detection: undetected
Desktop: GNOME (gnome)
Default file manager: nautilus (select)




This task depends upon

Closed by  Balló György (City-busz)
Wednesday, 12 May 2021, 15:44 GMT
Reason for closing:  Fixed
Additional comments about closing:  deepin-qt5platform-plugins 5.0.21-2
Comment by Damon Lynch (damonlynch) - Friday, 14 August 2020, 19:03 GMT
The discussion at this link is probably relevant: https://bugs.launchpad.net/rapid/+bug/1890119

EDIT: corrected link to point to the correct bug report
Comment by Balló György (City-busz) - Wednesday, 12 May 2021, 15:44 GMT
It's a bug in deepin-qt5platform-plugins:
https://github.com/linuxdeepin/qt5platform-plugins/issues/55

deepin-qt5platform-plugins and rapid-photo-downloader cannot be installed at the same time.

Loading...