Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Mage2k on October 05, 2005, 09:41:19 pm

Title: Crash in Linux with member of operators...
Post by: Mage2k on October 05, 2005, 09:41:19 pm
Ok, I built C::B last night and got it running no problem.  I wrote a simple little Hello World Qt (3.3.3) app, got the build setting set ok, and  compiled it and ran it ok.  Now, however, when I reopen the project and type an object or pointers member-of operator the program crashes.

I.E.

As soon as I type the . or > in hello.bla() or hello->blah(), the program dies with the following error msg in the term:

/usr/local/bin/codeblocks: line 5:  1174 Killed                  $APP_DIR/codeblocks.exe $@

wherein /usr/local/bin/codeblocks is just a symlink to the run.sh script and 1174 is just the process #.

Any ideas?  Should I report this as a bug?
Title: Re: Crash in Linux with member of operators...
Post by: mandrav on October 05, 2005, 10:00:10 pm
You didn't mention which version you 're using. I 'm assuming you 're not using the CVS version (you 're talking about run.sh which isn't used anymore)...
Please use the CVS version. It's *much* more stable than all older releases and it 'll become 1.0rc2 in a couple of days.
Title: Re: Crash in Linux with member of operators...
Post by: Mage2k on October 05, 2005, 10:15:02 pm
Thanks.  You're right, I wasn't using the CVS version.  I'll give that a shot!

Mage2k