Bug 400648 - QtQR and Python crash in KDE Neon 5.14.2
Summary: QtQR and Python crash in KDE Neon 5.14.2
Status: RESOLVED UPSTREAM
Alias: None
Product: neon
Classification: KDE Neon
Component: general (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR crash
Target Milestone: ---
Assignee: Neon Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-04 08:49 UTC by Dan d'Auge
Modified: 2018-11-05 22:23 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Crash informations (13.33 KB, text/plain)
2018-11-04 08:49 UTC, Dan d'Auge
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan d'Auge 2018-11-04 08:49:43 UTC
Created attachment 116073 [details]
Crash informations

SUMMARY

Fr : Je faisais un qrcode avec le logiciel QtQr. Au moment de l'enregistrement du fichier, l'application a quitté inopinément. L'outil de rapport de bug indique que c'est python 2.7 qui a planté. En document joint le rapport complet de plantage.

En : I was making a qrcode with the QtQr software. When the file was saved, the application left unexpectedly. The bug reporting tool indicates that python 2.7 crashed. In attached document the complete crash report.

OBSERVED RESULT
Software crashed

SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 5.14.2
KDE Frameworks Version: 5.51.0
Qt Version: 5.11.2

ADDITIONAL INFORMATION

KDE neon Linux distribution
QtQR 1.4-bzr23-1
Comment 1 Jonathan Riddell 2018-11-05 22:23:46 UTC
While I can confirm your report this is not an issue with Neon but with QtQr

If you run it on the command line you get a traceback output which shows the problem:

  File "/usr/bin/qtqr", line 509, in saveCode
    if not fn.toLower().endsWith(u".png") \
AttributeError: 'tuple' object has no attribute 'toLower'

Please report it to the QtQr project.