[kate] [Bug 355777] Kate crashes when doing "Save" or "Save AS"

2018-10-26 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=355777

Andrew Crouthamel  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Andrew Crouthamel  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The
bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki
located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kate] [Bug 355777] Kate crashes when doing "Save" or "Save AS"

2018-09-25 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=355777

Andrew Crouthamel  changed:

   What|Removed |Added

   Keywords||triaged

--- Comment #7 from Andrew Crouthamel  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days.
Please provide the requested information as soon as possible and set the bug
status as REPORTED. Due to regular bug tracker maintenance, if the bug is still
in NEEDSINFO status with no change in 30 days, the bug will be closed as
RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki
located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug
status as REPORTED so that the KDE team knows that the bug is ready to be
confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kate] [Bug 355777] Kate crashes when doing "Save" or "Save AS"

2015-12-23 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355777

--- Comment #6 from ole...@gmail.com ---

I installed the kate-dbg package (+ a lot of depended packages).
However,  "Save and Save AS" works OK now.
I'm not able to reproduce this issue any more.

Changes done:
- Installed the regular updates from Mint updater.
- Installed *-dbg packages for kate and other depended packages.

My kate versions are still:
$ kate -version
Qt: 4.8.6
KDE Development Platform: 4.14.2
Kate: 3.14.2

 $ cat /etc/issue
Linux Mint 17.3 Rosa \n \l

cat /etc/os-release 
NAME="Ubuntu"
VERSION="14.04.3 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.3 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/";
SUPPORT_URL="http://help.ubuntu.com/";
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/";

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


[kate] [Bug 355777] Kate crashes when doing "Save" or "Save AS"

2015-12-23 Thread Kåre Särs via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355777

--- Comment #5 from Kåre Särs  ---
I read the backtrace wrong. The version is the indeed the KDE 4 version.

Unfortunately the backtrace does not contain the debug symbols. Can you install
the debug packages for kdelibs and Kate. Now I do not remember the package
names, but something with -dbg ;)

The crash is in libkio.so and is probably not a Kate specific issue. Are you
getting crashes in other KDE applications that use the file-dialog?

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

[kate] [Bug 355777] Kate crashes when doing "Save" or "Save AS"

2015-12-17 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355777

--- Comment #4 from ole...@gmail.com ---
Hi.
I reported this bug(?) when running Linux Mint 17.2 
The back trace is from Mint 17.3.
However I did a clean reinstall (wiped my disk) and installed Linux Mint 17.3.
And Kate still crashes. Kate is distributed in Mints default software
repository.

--
$ kate -version
Qt: 4.8.6
KDE Development Platform: 4.14.2
Kate: 3.14.2
---
$ cat /etc/issue
Linux Mint 17.3 Rosa \n \l
--
$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="14.04.3 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.3 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/";
SUPPORT_URL="http://help.ubuntu.com/";
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/";
--

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


[kate] [Bug 355777] Kate crashes when doing "Save" or "Save AS"

2015-12-16 Thread Kåre Särs via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355777

--- Comment #3 from Kåre Särs  ---
Thanks for the backtrace

>From the backtrace I can read that the crash is in the KEncodingFileDialog
which has been replaced in newer versions of Kate/KTextEditor.

What version of Kate are you using? It looks like it is a KF5 version, but how
did you get that on Mint 14.04 which is based on ubuntu 14.04 wich does not
have KF5 by default... ;)

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

[kate] [Bug 355777] Kate crashes when doing "Save" or "Save AS"

2015-12-16 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355777

--- Comment #2 from ole...@gmail.com ---
Created attachment 96135
  --> https://bugs.kde.org/attachment.cgi?id=96135&action=edit
output of gdb

hope this is the correct output from gdb.

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


[kate] [Bug 355777] Kate crashes when doing "Save" or "Save AS"

2015-12-15 Thread Kåre Särs via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355777

Kåre Särs  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||kare.s...@iki.fi

--- Comment #1 from Kåre Särs  ---
Thanks for the report.

Without a crash dump it is quite hard to figure out what has gone wrong.

Are you able to generate a crash-dump with GDB if drkonqi is not
installed/works?

gdb /usr/bin/kate
run


then when Kate crashes type
bt

and attach the output here

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

[kate] [Bug 355777] Kate crashes when doing "Save" or "Save AS"

2015-12-15 Thread Paul Eggleton via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355777

Paul Eggleton  changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org

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