[krita] [Bug 389720] Crash when export to png/jpg and "Sign with Author profile Data" selected

2018-02-05 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=389720

wolthera  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kri
   ||ta/dc7d04685c888606d84b0b0f
   ||04d3141ef51fe6bf
 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #6 from wolthera  ---
Git commit dc7d04685c888606d84b0b0f04d3141ef51fe6bf by Wolthera van Hövell tot
Westerflier.
Committed on 05/02/2018 at 14:03.
Pushed by woltherav into branch 'master'.

Fix crash when saving authorinfo that has no contact info.
Related: bug 389877

M  +5-3libs/ui/kis_png_converter.cpp
M  +5-3plugins/impex/jpeg/kis_jpeg_export.cc

https://commits.kde.org/krita/dc7d04685c888606d84b0b0f04d3141ef51fe6bf

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 389720] Crash when export to png/jpg and "Sign with Author profile Data" selected

2018-02-05 Thread Storm Engineer
https://bugs.kde.org/show_bug.cgi?id=389720

Storm Engineer  changed:

   What|Removed |Added

 CC||storm.ant...@gmail.com

--- Comment #5 from Storm Engineer  ---
I can reproduce, even with only two layers.

I also have several other issues with Authors as described here:
https://bugs.kde.org/show_bug.cgi?id=389877

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 389720] Crash when export to png/jpg and "Sign with Author profile Data" selected

2018-02-01 Thread Dmitry Utkin
https://bugs.kde.org/show_bug.cgi?id=389720

--- Comment #4 from Dmitry Utkin  ---
Checked with the steps you described. It does not crash if the project has only
two default layers.

If you add a new layer it crashes (when "Sign with Author profile Data" option
is active).

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 389720] Crash when export to png/jpg and "Sign with Author profile Data" selected

2018-02-01 Thread Dmitry Utkin
https://bugs.kde.org/show_bug.cgi?id=389720

--- Comment #3 from Dmitry Utkin  ---
Created attachment 110295
  --> https://bugs.kde.org/attachment.cgi?id=110295=edit
my authorinfo

loentar.authorinfo is only the one file within that dir, please see it in
attach.




Here is a stack trace obtained with gdb:


[New Thread 0x7fffc5e2b700 (LWP 31811)]
QFileInfo::absolutePath: Constructed with empty filename
[New Thread 0x7fffb3fff700 (LWP 31816)]
[Thread 0x7fffb3fff700 (LWP 31816) exited]
[New Thread 0x7fffb3fff700 (LWP 31817)]

Thread 12 "Thread (pooled)" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffb3fff700 (LWP 31817)]
0x776a052b in KisPNGConverter::buildFile(QIODevice*, QRect const&,
double, double, KisSharedPtr,
QTypedArrayData::iterator,
QTypedArrayData::iterator, KisPNGOptions,
KisMetaData::Store*) () from ../lib/libkritaui.so.16
(gdb) bt
#0  0x776a052b in KisPNGConverter::buildFile(QIODevice*, QRect const&,
double, double, KisSharedPtr,
QTypedArrayData::iterator,
QTypedArrayData::iterator, KisPNGOptions,
KisMetaData::Store*) () from ../lib/libkritaui.so.16
#1  0x7fffc451858a in ?? () from
/tmp/krita_unpacked/usr/lib/kritaplugins/kritapngexport.so
#2  0x7787ee87 in KisImportExportManager::doExportImpl(QString const&,
QSharedPointer,
KisPinnedSharedPtr) () from ../lib/libkritaui.so.16
#3  0x7787ef88 in KisImportExportManager::doExport(QString const&,
QSharedPointer,
KisPinnedSharedPtr, bool) () from
../lib/libkritaui.so.16
#4  0x77881a2b in ?? () from ../lib/libkritaui.so.16
#5  0x70efdc6d in ?? () from ../lib/libQt5Core.so.5
#6  0x70f00c89 in ?? () from ../lib/libQt5Core.so.5
#7  0x7fffef3f86ba in start_thread (arg=0x7fffb3fff700) at
pthread_create.c:333
#8  0x702ed41d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 389720] Crash when export to png/jpg and "Sign with Author profile Data" selected

2018-02-01 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=389720

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Boudewijn Rempt  ---
Hm, I cannot reproduce the crash either. Could you share the contents of
.local/share/krita/authorinfo ?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 389720] Crash when export to png/jpg and "Sign with Author profile Data" selected

2018-02-01 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=389720

mvowada  changed:

   What|Removed |Added

 CC||freebo...@tiscali.it

--- Comment #1 from mvowada  ---
Hi Dmitry Utkin,

It seems I can't reproduce this bug on Ubuntu 14.04 with Krita
4.0.0-beta1.1.appimage. My steps:

1) open menu > "Settings" > "Configure Krita..." > "Author"
2) create a new author + click "OK" to close the dialog
3) create a new document
4) go to menu > "File" > "Export..."
5) type a name.png + click "Save"
6) check the "Sign with Author profile Data" option + click "OK"

Actual Results: Krita regularly exports as PNG + no crash.
Expected Results: the same.

-- 
You are receiving this mail because:
You are watching all bug changes.