Re: Problem with KCompTreeNode on Windows (or: destruction order of static objects?)

2013-12-12 Thread Frank Reininghaus
Hi, 2013/12/11 Kevin Funk: [...] Just using K_GLOBAL_STATIC for the KZoneAllocator instance doesn't help either. I get the same destruction order + crash with that on Windows. Dynamic allocation inside KCompTreeNode doesn't work either, because KZoneAllocator needs to be there

Re: Problem with KCompTreeNode on Windows (or: destruction order of static objects?)

2013-12-12 Thread Kevin Funk
Am Donnerstag, 12. Dezember 2013, 11:27:07 schrieb Frank Reininghaus: Hi, 2013/12/11 Kevin Funk: [...] Just using K_GLOBAL_STATIC for the KZoneAllocator instance doesn't help either. I get the same destruction order + crash with that on Windows. Dynamic allocation

Re: Problem with KCompTreeNode on Windows (or: destruction order of static objects?)

2013-12-11 Thread Kevin Funk
Am Mittwoch, 4. Dezember 2013, 16:36:12 schrieb Milian Wolff: On Wednesday 04 December 2013 16:01:03 Frank Reininghaus wrote: Hi, 2013/11/30 Kevin Funk: Hey guys, My recent attempts to make KDevelop shine on Windows revealed some odd behaviour inside kdelibs. I need

Re: Problem with KCompTreeNode on Windows (or: destruction order of static objects?)

2013-12-04 Thread Frank Reininghaus
Hi, 2013/11/30 Kevin Funk: Hey guys, My recent attempts to make KDevelop shine on Windows revealed some odd behaviour inside kdelibs. I need some help in order to find the right approach to fix an at least 3 year old bug [1] ultimately caused by the use of a static member object in the

Re: Problem with KCompTreeNode on Windows (or: destruction order of static objects?)

2013-12-04 Thread Milian Wolff
On Wednesday 04 December 2013 16:01:03 Frank Reininghaus wrote: Hi, 2013/11/30 Kevin Funk: Hey guys, My recent attempts to make KDevelop shine on Windows revealed some odd behaviour inside kdelibs. I need some help in order to find the right approach to fix an at least 3 year

Problem with KCompTreeNode on Windows (or: destruction order of static objects?)

2013-11-30 Thread Kevin Funk
Hey guys, My recent attempts to make KDevelop shine on Windows revealed some odd behaviour inside kdelibs. I need some help in order to find the right approach to fix an at least 3 year old bug [1] ultimately caused by the use of a static member object in the KCompTreeNode class