[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-09-08 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

Kevin Funk  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kdev |http://commits.kde.org/kdev
   |elop/b386fb1cf30d5d0682b1fd |elop/449d55cfc1688c55e7b83a
   |2eebe2f458ebd75e86  |61056ca0698a94ed26

--- Comment #9 from Kevin Funk  ---
Git commit 449d55cfc1688c55e7b83a61056ca0698a94ed26 by Kevin Funk, on behalf of
Anton Anikin.
Committed on 08/09/2016 at 12:33.
Pushed by kfunk into branch '5.0'.

Fix KDevelop crashes when trying to debug from command-line

Fixes the crash in KDE bug #367837 that is caused by starting
debugging session from command line:

kdevelop -d gdb dolphin

This caused to ASSERT: QFile::exists(). Current version fix it
by searching full paths for such binaries.
FIXED-IN: 5.0.1
(cherry picked from commit b386fb1cf30d5d0682b1fd2eebe2f458ebd75e86)

M  +13   -1app/main.cpp

http://commits.kde.org/kdevelop/449d55cfc1688c55e7b83a61056ca0698a94ed26

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-09-08 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

Kevin Funk  changed:

   What|Removed |Added

   Version Fixed In||5.0.1

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-09-08 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

Anton Anikin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kdev
   ||elop/b386fb1cf30d5d0682b1fd
   ||2eebe2f458ebd75e86

--- Comment #8 from Anton Anikin  ---
Git commit b386fb1cf30d5d0682b1fd2eebe2f458ebd75e86 by Anton Anikin.
Committed on 08/09/2016 at 10:38.
Pushed by antonanikin into branch 'master'.

Fix KDevelop crashes when trying to debug from command-line

Fixes the crash in KDE bug #367837 that is caused by starting
debugging session from command line:

kdevelop -d gdb dolphin

This caused to ASSERT: QFile::exists(). Current version fix it
by searching full paths for such binaries.

M  +13   -1app/main.cpp

http://commits.kde.org/kdevelop/b386fb1cf30d5d0682b1fd2eebe2f458ebd75e86

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-09-06 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

--- Comment #7 from Milian Wolff  ---
actually, just commit it right away if you have the rights to do so. it looks
good to me

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-09-06 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org

--- Comment #6 from Aleix Pol  ---
Hi, can you please upload the patch to reviewboard?
https://git.reviewboard.kde.org/dashboard/

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-08-29 Thread Simon Andric via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-08-27 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

--- Comment #5 from Anton Anikin  ---
> You didn't see the assert? Then you didn't compile kdevelop/kdevplatform in 
> debug mode (-DCMAKE_BUILD_TYPE=Debug).

You are right, forgive me for the carelessness.

> Also, in my opinion kdevelop -d gdb dolphin *should* find /usr/bin/dolphin

Ok, the patch changes the behavior of kdevelop exactly as you described.

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-08-27 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

Anton Anikin  changed:

   What|Removed |Added

 Attachment #100789|0   |1
is obsolete||

--- Comment #4 from Anton Anikin  ---
Created attachment 100795
  --> https://bugs.kde.org/attachment.cgi?id=100795=edit
fix

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-08-26 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

--- Comment #3 from Kevin Funk  ---
You didn't see the assert? Then you didn't compile kdevelop/kdevplatform in
debug mode (-DCMAKE_BUILD_TYPE=Debug).

Also, in my opinion kdevelop -d gdb dolphin *should* find /usr/bin/dolphin

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-08-26 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

--- Comment #2 from Anton Anikin  ---
Created attachment 100789
  --> https://bugs.kde.org/attachment.cgi?id=100789=edit
screenshot

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-08-26 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

Anton Anikin  changed:

   What|Removed |Added

 CC||anton.ani...@htower.ru

--- Comment #1 from Anton Anikin  ---
Run: kdevelop -d gdb dolphin 
Result: KDevelop shows message: 'dolphin' is not an executable

kdevelop and kdevplatform are build ~10 minutes ago with kdesrc-build on
kubuntu 16.04.

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-08-26 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

Kevin Funk  changed:

   What|Removed |Added

   Keywords||junior-jobs

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