[kdevelop] [Bug 376955] Segmentation fault when opening project configuration

2017-03-30 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=376955

Francis Herne  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.1.0
 CC||m...@flherne.uk

--- Comment #6 from Francis Herne  ---
The Python project template uses the generic manager; the cppcheck plugin would
crash when this was used.

*** This bug has been marked as a duplicate of bug 374525 ***

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

[kdevelop] [Bug 376955] Segmentation fault when opening project configuration

2017-02-26 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=376955

Sven Brauch  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |CONFIRMED

--- Comment #5 from Sven Brauch  ---
Ah, sorry, somehow I overlooked that you used 5.0.80 -- with the AppImage, I
can reproduce the problem. I can generate the trace myself then, no need for
you to do that. Thanks!

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

[kdevelop] [Bug 376955] Segmentation fault when opening project configuration

2017-02-26 Thread Richard Gladman
https://bugs.kde.org/show_bug.cgi?id=376955

--- Comment #4 from Richard Gladman  ---
$ > gdb ./KDevelop-5.0.80-x86_64.AppImage   
GNU gdb (GDB; openSUSE Tumbleweed) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./KDevelop-5.0.80-x86_64.AppImage...(no debugging symbols
found)...done.
(gdb)

I can't find anything that look likes debugging symbols for the appimage. I'll
look at building from source on the morning.

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

[kdevelop] [Bug 376955] Segmentation fault when opening project configuration

2017-02-26 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=376955

--- Comment #3 from Sven Brauch  ---
Ah ok, just run kdevelop in gdb by hand:
 # gdb kdevelop
 > run
Then when it crashes, generate the backtrace by typing
 > thread apply all bt

Greetings, Sven

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

[kdevelop] [Bug 376955] Segmentation fault when opening project configuration

2017-02-26 Thread Richard Gladman
https://bugs.kde.org/show_bug.cgi?id=376955

--- Comment #2 from Richard Gladman  ---
(In reply to Sven Brauch from comment #1)
> Backtrace please.

I'm not sure how. 

Often when an application crashes, an error handler pops up that helps generate
a back trace etc. In this case that is not happening.

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

[kdevelop] [Bug 376955] Segmentation fault when opening project configuration

2017-02-26 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=376955

Sven Brauch  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO
 CC||m...@svenbrauch.de

--- Comment #1 from Sven Brauch  ---
Backtrace please.

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