News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Crash in Linux with member of operators...

Started by Mage2k, October 05, 2005, 09:41:19 PM

Previous topic - Next topic

Mage2k

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?

mandrav

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.
Be patient!
This bug will be fixed soon...

Mage2k

Thanks.  You're right, I wasn't using the CVS version.  I'll give that a shot!

Mage2k