Author Topic: The 19 october 2006 build is out.  (Read 19000 times)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: The 19 october 2006 build is out.
« Reply #15 on: October 20, 2006, 02:46:26 pm »
still crash on 3112 ??

i don't have find related crashes with 3112

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 19 october 2006 build is out.
« Reply #16 on: October 20, 2006, 02:49:55 pm »
Both 3111 and 3112 is always crash for me when I press CTRL+F anywhere. (linux fc4, clean build)
Wow! nzoltan downloaded, compiled, updated, tested, found a CTRL-F problem in (less than) 16 minutes? I'm impressed.

I do not get any crashes in 3112. I've tried both find and findInFiles with and without projects load, with and without file opened in project.

Xp svn3112

nzoltan

  • Guest
Re: The 19 october 2006 build is out.
« Reply #17 on: October 20, 2006, 03:16:42 pm »
Wow! nzoltan downloaded, compiled, updated, tested, found a CTRL-F problem in (less than) 16 minutes? I'm impressed.

No. I did the 3111 clean build in the last night. At this morning I saw that just one .cpp was changed, and I just simply do a "make && make install". Is it wrong if just one .cpp was changed? The "clean build" in my reading:

- make uninstall
- manually delete remaining files and directories (/usr/include/codeblocks, /usr/share/codeblocks...)
- svn up
- ./update-revision.sh
- ./bootstrap
- ./configure --prefix=/usr
- make && make install

Is it wrong?

and still crash when I press CTRL+F and still crash when I select "Settings->Compiler and Debugger" in 3112
« Last Edit: October 20, 2006, 04:51:28 pm by nzoltan »

Offline orefa

  • Multiple posting newcomer
  • *
  • Posts: 102
Re: The 19 october 2006 build is out.
« Reply #18 on: October 20, 2006, 04:13:34 pm »
Something else here...

Under Settings / Editor / Code Completion, I checked the "Case sensitive matches" box (which was unchecked). This froze Code::Blocks. Task manager reported near-100% usage and memory usage increased without bounds, at nearly 2 Mb per second. I terminated the CB process, tried that again and got the same result.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 19 october 2006 build is out.
« Reply #19 on: October 20, 2006, 04:23:23 pm »
Something else here...

Under Settings / Editor / Code Completion, I checked the "Case sensitive matches" box (which was unchecked). This froze Code::Blocks. Task manager reported near-100% usage and memory usage increased without bounds, at nearly 2 Mb per second. I terminated the CB process, tried that again and got the same result.


Thanks. Currently there is a race condition with Code Completion. The major honcho is looking at it.

nzoltan

  • Guest
Re: The 19 october 2006 build is out.
« Reply #20 on: October 20, 2006, 08:55:09 pm »
Good news!! In 3115 the CTRL+F works fine, but Seetings->Compiler and debugger still crash.