[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 276660] Just started kdevelop
From:       Eric Thiele <bugs () donewell ! de>
Date:       2011-07-27 16:00:03
Message-ID: E1Qm6Wh-0002fd-05 () bugs ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=276660





--- Comment #11 from Eric Thiele <bugs donewell de>  2011-07-27 16:00:02 ---
kdevelop(24511)/kdevelop (cpp support) CPPInternalParseJob::run: ===-- PARSING
--===> 
"/home/ethiele/sandbox/itplatform/kts/libs/repl/src/server/replserver.hxx"
kdevelop(24511)/kdevelop (cpp support) CPPInternalParseJob::run: building
duchain for
"/home/ethiele/sandbox/itplatform/kts/libs/repl/src/server/replserver.hxx"
kdevelop(24511)/kdevelop (cpp support) ContextBuilder::buildContexts:
ContextBuilder::buildContexts: compiling
kdevelop(24511)/kdevelop (cpp support)
Cpp::CppDUContext<Base>::setInstantiatedFrom: created orphaned instantiation
for "by_member"
KCrash: Application 'kdevelop' crashing...

finnaly i manged get him, and it is not libboost related

class foo {

class Entry : public xtd::ivslink<Entry> {
....
int32_t objid;
}

ivhash<uint32_t,Entry>::by_member<&Entry::objid> objs_;  <- i think it is this
line of code

};

by_member is templated by a member ptr:

template< typename K,class T, class S, class E, class L>
class ivhash : public ivhashBase<T,L> {

    template<K value_type::*member>
    struct by_member : ivhash<K,T,xtd::ivkey_by_member<K,T,member>,E,L> {};
}

but kdevelop only crasches sometimes not always :-(

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic