2

I was running Ubuntu 15.04 until yesterday and codeblocks worked fine, but when I upgraded distro to 15.10 it broke some functionalities. For example, before I used codeblocks program.cpp > /dev/null 2> /dev/null & for opening a program via terminal, but now it only opens the first program. For example:

codeblocks A.cpp > /dev/null 2> /dev/null & // codeblocks starts and A.cpp is opened codeblocks B.cpp > /dev/null 2> /dev/null & // nothing happens, B.cpp is not opened (had I written 'A.cpp B.cpp' instead of 'A.cpp' in the first line it would open both)

Moreover, on second use of 'open file' through codeblocks, it breaks and displays a white screen, and stops responding (the white screen is of the small open file screen, not the big one, but both unresponsive).printscreen

I have tried to reinstall codeblocks multiple times, once through source code, but it didn't help. Often a problem with dependencies popped up, though.

Here's the stdout and stderr of running codeblocks C.cpp > STDOUT 2> STDERR & and immediately closing it. It would at the end say something in the style of 'Aborted (core dumped)'. (for stderr replace in url of stdout '516s8' with '516a9')

How can I 'unbreak' codeblocks ?

Recently attempted codeblocks A.cpp & codeblocks D.cpp & Running second line gives these errors textuploader . com / 50ict

0 Answers0