[kig] [Bug 422665] kig crash on SVG export

2022-04-25 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=422665

Fabian Vogt  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||fab...@ritter-vogt.de
 Status|REOPENED|RESOLVED

--- Comment #10 from Fabian Vogt  ---
(In reply to Axel Schwank from comment #9)
> Could a fix (at least the temporary fix mentioned in comment #3) please be
> ported back to versions in which the error occurs?

Backports for older versions of Gear are handled by the distributions, not
upstream.

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

[kig] [Bug 422665] kig crash on SVG export

2022-04-15 Thread Axel Schwank
https://bugs.kde.org/show_bug.cgi?id=422665

Axel Schwank  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #9 from Axel Schwank  ---
Could a fix (at least the temporary fix mentioned in comment #3) please be
ported back to versions in which the error occurs? This is at least the case
down to 20.04. This version is still used in current versions of released
distros (e.g. openSuSE 15.3) and an update to 21 or above requires updating Qt
libraries or even more which causes a lot of effort.
Is there an easy alternative that I don't see? Should I ask the distributor for
an update to 20.12?
Thank you very much.

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

[kig] [Bug 422665] kig crash on SVG export

2020-12-07 Thread David E. Narvaez
https://bugs.kde.org/show_bug.cgi?id=422665

David E. Narvaez  changed:

   What|Removed |Added

   Version Fixed In||20.12.1
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/educ
   ||ation/kig/commit/8ea5219728
   ||cc6e727329a514f69ca69bca9f4
   ||7db
 Resolution|--- |FIXED

--- Comment #8 from David E. Narvaez  ---
Git commit 8ea5219728cc6e727329a514f69ca69bca9f47db by David E. Narvaez.
Committed on 07/12/2020 at 13:01.
Pushed by narvaez into branch 'release/20.12'.

Prevent  Deletion of Option Dialog

These are used (and deleted) later by the callers.

This is a temporary fix so that it will go into the 20.12 release.
A proper fix as outlined in Comment 3 of the bug report should go to
master.
FIXED-IN: 20.12.1

M  +0-1misc/kigfiledialog.cc

https://invent.kde.org/education/kig/commit/8ea5219728cc6e727329a514f69ca69bca9f47db

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

[kig] [Bug 422665] kig crash on SVG export

2020-12-07 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=422665

--- Comment #7 from Maurizio Paolini  ---
can confirm with the latest git source:
$ kig --version
kig 21.03.70

when exporting to SVG kig dumps core with a segmentation fault:

kf.kio.core: "Could not enter folder tags:/."
Segmentation fault (core dumped)

Now... this is a *nasty* bug.  It could easily cause loss of work to the user.
I tested the workaround proposed by Christof Feck and it works.  So, shouldn't
we go for it?

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

[kig] [Bug 422665] kig crash on SVG export

2020-12-03 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=422665

Maurizio Paolini  changed:

   What|Removed |Added

   Platform|Debian testing  |Fedora RPMs
Version|unspecified |20.07.80

--- Comment #6 from Maurizio Paolini  ---
Can confirm for version kig-20.08.1-1.fc33.x86_64 on a Fedora 33 installation

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

[kig] [Bug 422665] kig crash on SVG export

2020-12-03 Thread Axel Schwank
https://bugs.kde.org/show_bug.cgi?id=422665

Axel Schwank  changed:

   What|Removed |Added

 CC||a...@hiq2.com

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

[kig] [Bug 422665] kig crash on SVG export

2020-07-08 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=422665

Christoph Feck  changed:

   What|Removed |Added

 CC||paol...@dmf.unicatt.it

--- Comment #5 from Christoph Feck  ---
*** Bug 422952 has been marked as a duplicate of this bug. ***

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

[kig] [Bug 422665] kig crash on SVG export

2020-06-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=422665

--- Comment #4 from Christoph Feck  ---
Crashes also when exporting to LaTeX, Image, and Asymptote because of the same
reason. The options widget is also deleted via "delete optdlg;" in
kigfiledialog.cc

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

[kig] [Bug 422665] kig crash on SVG export

2020-06-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=422665

--- Comment #3 from Christoph Feck  ---
Looking at the code, it looks like the old version tried to embed the SVG
options into the file dialog. I remember we re-introduced a configurable dialog
for e.g. JPEG options in recent versions, and the correct fix would be to port
to this new file dialog functions.

A quick workaround is the remove the "delete opts;" line in the SVG exporter.

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

[kig] [Bug 422665] kig crash on SVG export

2020-06-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=422665

Christoph Feck  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Christoph Feck  ---
Reproduced on master.

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

[kig] [Bug 422665] kig crash on SVG export

2020-06-09 Thread Alexander Schier
https://bugs.kde.org/show_bug.cgi?id=422665

Alexander Schier  changed:

   What|Removed |Added

   Platform|Debian stable   |Debian testing

--- Comment #1 from Alexander Schier  ---
Known working version: kig from 17.08.3 (debian stable packages)

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