[konsole] [Bug 367006] Konsole doesn't show crash dialog when it crashes

2016-08-31 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367006

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
   |ole/30fe2a0b9d93617c80f6e3d |ole/391828aa2313f06b0ccc3ad
   |5a61d845a5fb526ab   |2c60bf0661703e236

--- Comment #4 from Kurt Hindenburg  ---
Git commit 391828aa2313f06b0ccc3ad2c60bf0661703e236 by Kurt Hindenburg.
Committed on 31/08/2016 at 12:37.
Pushed by hindenburg into branch 'Applications/16.08'.

Add KCrash code so krkonqi crash dialog works again
(cherry picked from commit 30fe2a0b9d93617c80f6e3d5a61d845a5fb526ab)

M  +1-1CMakeLists.txt
M  +1-0src/CMakeLists.txt
M  +3-0src/main.cpp

http://commits.kde.org/konsole/391828aa2313f06b0ccc3ad2c60bf0661703e236

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


[konsole] [Bug 367006] Konsole doesn't show crash dialog when it crashes

2016-08-29 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367006

--- Comment #3 from Wolfgang Bauer  ---
(In reply to Kurt Hindenburg from comment #1)
> OK thanks, that's news to me - I didn't realize something had changed that
> required every app to call that now.

kdelibs4support takes care of it, but that's not used any more in konsole
16.08...

AFAIK it is not even necessary to call KCrash::initialize() at all, just
*linking* to KCrash should enable the crash dialog.
But cmake or the linker may optimize that out, so KCrash::initialize() was
added in Frameworks 5.15 to be able to make sure KCrash is linked in by calling
that.

See https://git.reviewboard.kde.org/r/126868/ and the links to the mailinglist
discussion mentioned there.

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


[konsole] [Bug 367006] Konsole doesn't show crash dialog when it crashes

2016-08-28 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367006

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/kons
   ||ole/30fe2a0b9d93617c80f6e3d
   ||5a61d845a5fb526ab
 Resolution|--- |FIXED

--- Comment #2 from Kurt Hindenburg  ---
Git commit 30fe2a0b9d93617c80f6e3d5a61d845a5fb526ab by Kurt Hindenburg.
Committed on 28/08/2016 at 19:05.
Pushed by hindenburg into branch 'master'.

Add KCrash code so krkonqi crash dialog works again

M  +1-1CMakeLists.txt
M  +1-0src/CMakeLists.txt
M  +3-0src/main.cpp

http://commits.kde.org/konsole/30fe2a0b9d93617c80f6e3d5a61d845a5fb526ab

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


[konsole] [Bug 367006] Konsole doesn't show crash dialog when it crashes

2016-08-28 Thread Kurt Hindenburg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367006

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kurt Hindenburg  ---
OK thanks, that's news to me - I didn't realize something had changed that
required every app to call that now.

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