Bug 400648

Summary: QtQR and Python crash in KDE Neon 5.14.2
Product: [KDE Neon] neon Reporter: Dan d'Auge <dandauge>
Component: generalAssignee: Neon Bugs <neon-bugs-null>
Status: RESOLVED UPSTREAM    
Severity: crash CC: jr, neon-bugs-null, sitter
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Crash informations

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.