Author Topic: Crash in Linux with member of operators...  (Read 3947 times)

Mage2k

  • Guest
Crash in Linux with member of operators...
« 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?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Crash in Linux with member of operators...
« Reply #1 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.
Be patient!
This bug will be fixed soon...

Mage2k

  • Guest
Re: Crash in Linux with member of operators...
« Reply #2 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