Bug#707215: [kdevelop] Crashes when opening some C files

2013-06-27 Thread Nye Liu
I have recompiled kdevelop with g++-4.8 against libstdc++6-4.8 and I still get the same crash in libkdevplatformlanguage.so.5: #0 0x72398d9e in std::pairstd::_Rb_tree_iteratorunsigned int, bool std::_Rb_treeunsigned int, unsigned int, std::_Identityunsigned int, std::lessunsigned int,

Bug#707215: [kdevelop] Crashes when opening some C files

2013-06-27 Thread Nye Liu
Rebuilding kdevplatform5-libs against libstdc++-4.8 seems to solve the problem. [E-Banner] The contents of this message, together with any attachments, are intended only for the use of the person(s) to whom they are addressed and may contain confidential and/or privileged information. If you

Bug#707215: [kdevelop] Crashes when opening some C files

2013-06-15 Thread Michael Karcher
Package: kdevelop Version: 4:4.3.1-3+b1 Followup-For: Bug #707215 The solution to this bug is indeed to rebuild kdevelop, as this bug is caused by a bug in g++ 4.7.0 and 4.7.1 that caused ABI changes in returning std::pairs (see http://gcc.gnu.org/gcc-4.7/changes.html). The solution is to

Bug#707215: [kdevelop] Crashes when opening some C files

2013-06-04 Thread Enrique Garcia
Hi, I have tested recently at home and at work and same problem was reproduced. I can't open my projects, trying to load them crashes always with same backtraces (Parser::blabla) Updating/installing libkasten* to 4.10 in experimental, libsublime* 1.4 from ubuntu and kdevelop 4.4 from ubuntu

Bug#707215: [kdevelop] Crashes when opening some C files

2013-05-08 Thread Schrober
Package: kdevelop Version: 4:4.3.1-3+b1 Severity: normal Just updated to new libc+libstdc++ and it now starts to crash everytime I open a project with many C files. The culprit seems to be the cpp parser: terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc

Bug#707215: [kdevelop] Crashes when opening some C files

2013-05-08 Thread Schrober
tags 707215 + patch thanks On Wednesday 08 May 2013 11:33:43 you wrote: Just updated to new libc+libstdc++ and it now starts to crash everytime I open a project with many C files. The culprit seems to be the cpp parser: A rebuild against the new libraries fixed the problem for me. But now it

Bug#707215: [kdevelop] Crashes when opening some C files

2013-05-08 Thread Schrober
On Wednesday 08 May 2013 12:14:20 Schrober wrote: tags 707215 + patch thanks Please ignore this part. Just forgot to remove it when noticing the other crash. On Wednesday 08 May 2013 11:33:43 you wrote: Just updated to new libc+libstdc++ and it now starts to crash everytime I open a