tomolt / GitBlocks

GitBlocks is an easy-to-use and small git plugin for Code::Blocks.
GNU General Public License v3.0
44 stars 27 forks source link

Code::Blocks 13.12 fails to start (core dump) after compiling and installing GitBlocks #5

Open d3cxxxx opened 8 years ago

d3cxxxx commented 8 years ago

Just checked out the Gitblocks repo from github and ran: ./bootstrap ./configure make sudo make install

Then, when I try to start C::B, it crashes (output from a terminal is below):

sh@sh:~$ codeblocks Initialize EditColourSet ..... Initialize EditColourSet: done. Loading menubar... ClassWizard: loaded CodeCompletion: loaded FilesExtensionHandler: loaded Compiler: loaded Autosave: loaded ToDoList: loaded OpenFilesList: loaded AStylePlugin: loaded terminate called after throwing an instance of 'std::length_error' what(): basic_string::_M_create Aborted (core dumped) sh@sh:~$

I use Lubuntu 15.10 64-bit.

Once I remove the GitBlocks libraries and zip file from plugin and data directories of Codeblocks, it is good again.