[kdevelop] [Bug 373996] Crash when try to delete file from "Save as..." dialog

2020-04-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=373996

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #12 from Bug Janitor Service  ---
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.

[kdevelop] [Bug 373996] Crash when try to delete file from "Save as..." dialog

2020-04-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=373996

--- Comment #11 from Bug Janitor Service  ---
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
mark the bug 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.

[kdevelop] [Bug 373996] Crash when try to delete file from "Save as..." dialog

2020-03-29 Thread Julian Borrero
https://bugs.kde.org/show_bug.cgi?id=373996

Julian Borrero  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 CC||julbo...@gmail.com
 Status|CONFIRMED   |NEEDSINFO

--- Comment #10 from Julian Borrero  ---
I can't reproduce this bug, my steps were:

1-Open Kdevelop
2-New Project(QT GUI), with GIT and CMake options
3-File->New: WrongName.cpp
4-Edit that file: added a main function
5-Save
6-Save as: delete the WrongName.cpp from the dialog

My setup: Kdevelop 5.4.2, Plasma 5.16.5, Kubuntu 19.10

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

[kdevelop] [Bug 373996] Crash when try to delete file from "Save as..." dialog

2017-09-22 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=373996

--- Comment #9 from Francis Herne  ---
I still can't reproduce this with 5.2-git, even when the file is part of a git
project as suggested by Kevin.

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

[kdevelop] [Bug 373996] Crash when try to delete file from "Save as..." dialog

2017-05-23 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373996

--- Comment #8 from Kevin Funk  ---
I can still reproduce the crash. Note: The to-be-deleted file needs to be
tracked in the VCS (e.g. via an `git add`).

ASAN trace:
==22144==ERROR: AddressSanitizer: attempting free on address which was not
malloc()-ed: 0x7ffe1bf561b0 in thread T0
#0 0x510dc0 in operator delete(void*, unsigned long)
(/home/kfunk/devel/install/kf5-stable/bin/kdevelop+0x510dc0)
#1 0x7f71b5d12cd0 in QObjectPrivate::deleteChildren()
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2a6cd0)
#2 0x7f71b6a033da in QWidget::~QWidget()
(/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x1963da)
#3 0x7f71ba7b8d78 in KTextEditor::ViewPrivate::~ViewPrivate()
(/usr/lib/x86_64-linux-gnu/libKF5TextEditor.so.5+0x18ad78)
#4 0x7f71ba73851e in KTextEditor::DocumentPrivate::~DocumentPrivate()
(/usr/lib/x86_64-linux-gnu/libKF5TextEditor.so.5+0x10a51e)
#5 0x7f71ba7388c8 in KTextEditor::DocumentPrivate::~DocumentPrivate()
(/usr/lib/x86_64-linux-gnu/libKF5TextEditor.so.5+0x10a8c8)
#6 0x7f71bbea0d67 in
KDevelop::TextDocument::close(KDevelop::IDocument::DocumentSaveMode)
/home/kfunk/devel/src/kf5/kdevplatform-stable/shell/textdocument.cpp:566:9
#7 0x7f71bbea53ac in KDevelop::TextDocument::repositoryCheckFinished(bool)
/home/kfunk/devel/src/kf5/kdevplatform-stable/shell/textdocument.cpp:767:9
#8 0x7f71bbeb044e in QtPrivate::FunctorCall,
QtPrivate::List, void, void (KDevelop::TextDocument::*)(bool)>::call(void
(KDevelop::TextDocument::*)(bool), KDevelop::TextDocument*, void**)
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:141:13
#9 0x7f71bbeb0100 in void QtPrivate::FunctionPointer::call(void
(KDevelop::TextDocument::*)(bool), KDevelop::TextDocument*, void**)
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:160:13
#10 0x7f71bbeafd16 in QtPrivate::QSlotObject, void>::impl(int,
QtPrivate::QSlotObjectBase*, QObject*, void**, bool*)
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:120:17
#11 0x7f71b5d1481d in QMetaObject::activate(QObject*, int, int, void**)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2a881d)
#12 0x7f71b162b165 in KDevelop::CheckInRepositoryJob::finished(bool)
/home/kfunk/devel/build/kf5/kdevplatform-stable/vcs/KDevPlatformVcs_automoc.dir/moc_icontentawarev_262F6KF7NTUPVZ.cpp:135:5
#13 0x7f717cb51332 in
GitPluginCheckInRepositoryJob::repositoryQueryFinished(int)
/home/kfunk/devel/src/kf5/kdevplatform-stable/plugins/git/gitplugincheckinrepositoryjob.cpp:91:10
#14 0x7f717cb53b7c in QtPrivate::FunctorCall,
QtPrivate::List, void, void
(GitPluginCheckInRepositoryJob::*)(int)>::call(void
(GitPluginCheckInRepositoryJob::*)(int), GitPluginCheckInRepositoryJob*,
void**) /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:141:13
#15 0x7f717cb53830 in void QtPrivate::FunctionPointer::call(void
(GitPluginCheckInRepositoryJob::*)(int), GitPluginCheckInRepositoryJob*,
void**) /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:160:13
#16 0x7f717cb53446 in QtPrivate::QSlotObject, void>::impl(int,
QtPrivate::QSlotObjectBase*, QObject*, void**, bool*)
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:120:17
#17 0x7f71b5d1481d in QMetaObject::activate(QObject*, int, int, void**)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2a881d)
#18 0x7f71b5c1a230 in QProcess::finished(int)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x1ae230)
#19 0x7f71b5c2241e  (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x1b641e)
#20 0x7f71b5c22598  (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x1b6598)
#21 0x7f71b5d144a8 in QMetaObject::activate(QObject*, int, int, void**)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2a84a8)
#22 0x7f71b5d8e46d in QSocketNotifier::activated(int,
QSocketNotifier::QPrivateSignal)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x32246d)
#23 0x7f71b5d20a61 in QSocketNotifier::event(QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2b4a61)
#24 0x7f71b69c035b in QApplicationPrivate::notify_helper(QObject*, QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x15335b)
#25 0x7f71b69c7b10 in QApplication::notify(QObject*, QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x15ab10)
#26 0x7f71b5ce889f in QCoreApplication::notifyInternal2(QObject*, QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x27c89f)
#27 0x7f71b5d3d3bc  (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2d13bc)
#28 0x7f71a9e83376 in g_main_context_dispatch
(/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x4a376)
#29 0x7f71a9e835df  (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x4a5df)
#30 0x7f71a9e8368b in g_main_context_iteration
(/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x4a68b)
#31 0x7f71b5d3cf0e in
QEventDispatcherGlib::processEvents(QFlags)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2d0f0e)
#32 0x7f71b5ce6889 in

[kdevelop] [Bug 373996] Crash when try to delete file from "Save as..." dialog

2017-05-22 Thread André
https://bugs.kde.org/show_bug.cgi?id=373996

André  changed:

   What|Removed |Added

 CC||andrerfer...@protonmail.com

--- Comment #7 from André  ---
Also works here with 5.0.4

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

[kdevelop] [Bug 373996] Crash when try to delete file from "Save as..." dialog

2017-04-08 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=373996

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk

--- Comment #6 from Francis Herne  ---
I couldn't reproduce this with 5.1.0

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

[kdevelop] [Bug 373996] Crash when try to delete file from "Save as..." dialog

2017-03-09 Thread Oleg Koncevoy
https://bugs.kde.org/show_bug.cgi?id=373996

--- Comment #5 from Oleg Koncevoy  ---
I will try to describe it step by step:
1) Create a new file in KDevelop
2) Save it with some name (test.cpp)
3) Press "Save As" and in appeared dialog try to delete this file (test.cpp)

Those steps gave me a crash every time.

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

[kdevelop] [Bug 373996] Crash when try to delete file from "Save as..." dialog

2017-03-09 Thread Pilzschaf
https://bugs.kde.org/show_bug.cgi?id=373996

Pilzschaf  changed:

   What|Removed |Added

 CC||pilzsc...@t-online.de

--- Comment #4 from Pilzschaf  ---
Also works for me. Can't reproduce crash

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

[kdevelop] [Bug 373996] Crash when try to delete file from "Save as..." dialog

2017-01-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=373996

tcanabr...@kde.org changed:

   What|Removed |Added

 CC||tcanabr...@kde.org

--- Comment #3 from tcanabr...@kde.org ---
works for me - I can delete files from the save as dialog.

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

[kdevelop] [Bug 373996] Crash when try to delete file from "Save as..." dialog

2017-01-01 Thread Denys
https://bugs.kde.org/show_bug.cgi?id=373996

Denys  changed:

   What|Removed |Added

 CC||denisx9...@gmail.com

--- Comment #2 from Denys  ---
Hi, I am newbie, I`ve tried to reproduce this bug on Ubuntu 16.10, but I don`t
understand what you mean under incorrect name. I`ve tried the name with double
quotes, but it doesn`t allow to save.

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

[kdevelop] [Bug 373996] Crash when try to delete file from "Save as..." dialog

2016-12-21 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=373996

Kevin Funk  changed:

   What|Removed |Added

   Keywords||junior-jobs
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kevin Funk  ---
Confirmed. Even crashes in KDevelop 5.

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