User forums > Nightly builds

The 22 August 2008 build (5193) is out.

<< < (4/7) > >>

Jenna:

--- Quote from: three_minute_hero on August 25, 2008, 08:36:24 pm ---
--- Quote from: killerbot on August 24, 2008, 09:33:49 pm ---
* copy/cut-paste fixes in linux
--- End quote ---
It's not fixed for me in Debian Sid. Am I the only one in that case?

However, drag and drop of text bug is fixed. It's great!

--- End quote ---

Here is a link that describes more exactly what is fixed: http://forums.codeblocks.org/index.php/topic,8984.0.html

If the bug you are talking about is one of them please let us know, otherwise describe it with a way it can be reproduced.

Belgabor:

--- Quote from: jens on August 25, 2008, 09:27:42 am ---
Which version of wxWidgets, MinGW (and utilities) and "wxmsw28u_gcc_cb.dll" do you use ?
Do you use nightlies or self-cpmpiled version ?
If nightlies did you try to install them into a clean directory and to clean your configuration (by backing up and moving away C::B's conf-dir) ?
If self-build did you try to compile a frsh svn-checkout ?

--- End quote ---

Nightly above including dlls linked above. I always install nightlies clean, ie remove the share folder before extracting (overwriting the rest). I cannot clean my config as my project depends on several custom build commands.
MinGW is 5.1.3 I think with several updates (But I have no idea why that should matter if CB crashes).

three_minute_hero:
@jens> I'm sorry, I read it too quickly.
The bug I'm talking about deals with the unix-style copy/paste (with mouse middle click). The corresponding bug report has been recently closed, so I thought "copy/cut-paste fixes in linux" refered to it.

I guess that reopening this bug report is the right thing to do.


And a big thanks for your great Debian repository! :)

three_minute_hero:
By the way, the crash reported in the previous nigthly's topic still occurs :

--- Quote from: three_minute_hero on August 22, 2008, 12:38:22 pm ---Hi everyone,

Sorry, one more bad news :(
I'm using CMake with C::B generator, so I regularly have to reload the project after a modification of the CMakeLists.txt.
It doesn't happen every time, but when I reload the project, C::B may crash silently. The console shows a segmentation fault message only, with no other information.

When running with gdb, I got this:

--- Code: ---Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6641700 (LWP 7201)]
0xb683c8fc in ?? () from /lib/i686/cmov/libc.so.6
--- End code ---
Not so instructive :?

Crash happens (at least) in the following use case:

* Two projects have to be open (e.g. a library project and its unit tests' project)
* The library project must be open first, unit test second
* Run CMake to update library project file
* Reload project in C::B
* EnjoyNo crash when updating unit tests' project…

I'm using Debian Sid.

I'm available for any further information you may need.

--- End quote ---

Jenna:

--- Quote from: Belgabor on August 25, 2008, 09:09:38 pm ---MinGW is 5.1.3 I think with several updates (But I have no idea why that should matter if CB crashes).

--- End quote ---

It might have mattered if you would use selfcompiled versions.

Maybe you should try to move away (backup) your conf-directoy ("C:\Documents und Settings\<user>\Application Data\codeblocks", might not be exactly the same, because my system is in german and I just tried to translate). C::B has to be closed of course.
It will create a new one on start.
If the error is gone you can try to copy your changes with "cb_share_config.exe".
If it does not work you can replace the new conf-dir with the saved one.

You can also try to run C::B through dependency walker.
If you load codeblocks.exe and then start profiling it (with F7) you might see what module causes the access-violation.
I think I would try to do the last one before touching the conf-files.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version