User forums > Nightly builds
The 28 May 2014 build (9781) is out.
ToApolytoXaos:
No, this is the first time I've tried creating debian packages.
Question: I read codecompletion.cpp file and can see many pointers in it not being released (cleared, null-ed should I say?) after their function member use.
Is there any smart pointer mechanism anywhere? For example, if you go to line 844 you see the pointer get initialized with whatever ed->GetColourSet(); is returning, but you don't see anywhere where this pointer gets null-ed or released.
I hope I haven't forgot the little C++ I knew all this time! lol
oBFusCATed:
The object returned by GetColourSet it owned by the editor, so the callers don't have to delete it.
ToApolytoXaos:
I have found the problem. I have disabled every plugin and checked them one by one.
The problematic plugin is "SmartIndentCpp". It would crash the application upon parenthesis insertion.
oBFusCATed:
Can you reproduce this issue in a simle console project?
ToApolytoXaos:
As I have originally posted, the reproduction happened in an "Empty Project" that produces console output.
Jens reproduced the same on Fedora21 with GCC 4.9.0 64-bit.
--- Quote from: jens on June 21, 2014, 04:37:19 pm ---By the way, I can confirm the crash on FC21 64-bit build with gcc4.9 !
--- End quote ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version