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:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6641700 (LWP 7201)]
0xb683c8fc in ?? () from /lib/i686/cmov/libc.so.6
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
- Enjoy
No crash when updating unit tests' project…
I'm using Debian Sid.
I'm available for any further information you may need.