Debian patches recommended to be applied upstream
Another core dump, slightly different from before. Again at src/plugins/codecompletion/parser/searchtree.cpp:567 as discussed above by @wh11204
Another core dump, slightly different, from before. Again at src/plugins/codecompletion/parser/searchtree.cpp:567 as discussed above by @wh11204
Hi, we use Codeblocks in our school on Debian Bookworm and have many crashes, CB is hardly usable. To make sure the issue is not already fixed in latest upstream, I prepared Debian packages with the latest code base [r13429] . However, this did not change anything, students and teachers did not find any significant improvements compared to the standard Debian package. I tried to crash CB myself with these up-to-date packages and debug symbols installed as well, following the recipe described above....
Thanks for the patches! In total this would be the following: --------------------------------- test/test.sh --------------------------------- index bae3f71..0c2e3e2 100755 @@ -575,7 +575,7 @@ stop_and_clean(){ echo ## +3 is for "Test tsize option ..." and "Test PCRE mapped download ... " ## +2 for diskspace tests: - local M=$(grep "/tmp/" "$TDIR"/multicast*.log | wc -l) + local D M=$(grep "/tmp/" "$TDIR"/multicast*.log 2> /dev/null | wc -l) $INTERACTIVE && D=2 cat <<EOF
Looks good to me. -------------------------------- test/test.sh --------------------------------- index bae3f71..3661bec 100755 @@ -575,7 +575,7 @@ stop_and_clean(){ echo ## +3 is for "Test tsize option ..." and "Test PCRE mapped download ... " ## +2 for diskspace tests: - local M=$(grep "/tmp/" "$TDIR"/multicast*.log | wc -l) + local D M=$(grep "/tmp/" "$TDIR"/multicast*.log | wc -l) $INTERACTIVE && D=2 cat <<EOF
I guess this bug can be closed with the latest release.
The release has happened, I guess this bug can be closed. Thanks!