User forums > Using Code::Blocks

Somes crashs and stranges behaviors

(1/1)

Tof:
Hi

I have somes troubles with C::B

1 - Somes crashs

--- Code: ---(codeblocks:12645): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(codeblocks:12645): Gtk-CRITICAL **: gtk_check_menu_item_set_active: assertion `GTK_IS_CHECK_MENU_ITEM (check_menu_item)' failed

--- End code ---

Some times I have those warnings and C::B it's block

--- Code: ---
(codeblocks:4452): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(codeblocks:4452): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

(codeblocks:4452): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

--- End code ---

2 - Stranges behaviors
 - If I try to use the menu "Settings/Editor" when a projet is actif C::B froze
 - The workspace doesn't save the debug windows informations (position and data)
 - I can not drag and drop the debug windows in "Message" windows like a new tab

3 - Little patch

--- Code: ---Index: src/sdk/workspaceloader.cpp
===================================================================
--- src/sdk/workspaceloader.cpp (revision 2038)
+++ src/sdk/workspaceloader.cpp (working copy)
@@ -22,7 +22,7 @@
     #include "projectmanager.h"
     #include "messagemanager.h"
     #include "cbproject.h"
-    #inclued "globals.h"
+    #include "globals.h"
     #include "workspaceloader.h"
 #endif

--- End code ---

For information:
 I use C::B SVN source revision 2038 with Linux (Gentoo 2.6.15 x86_64 Mobile AMD Athlon 64 Processor 3000+, gcc (GCC) 3.4.5 (Gentoo 3.4.5, ssp-3.4.5-1.0, pie-8.7.9) )

Tof

Michael:

--- Quote from: Tof on February 20, 2006, 05:02:28 am ---3 - Little patch

--- Code: ---Index: src/sdk/workspaceloader.cpp
===================================================================
--- src/sdk/workspaceloader.cpp (revision 2038)
+++ src/sdk/workspaceloader.cpp (working copy)
@@ -22,7 +22,7 @@
     #include "projectmanager.h"
     #include "messagemanager.h"
     #include "cbproject.h"
-    #inclued "globals.h"
+    #include "globals.h"
     #include "workspaceloader.h"
 #endif

--- End code ---

--- End quote ---

You can post your patch to BerliOS.

Best wishes,
Michael

mandrav:

--- Quote --- - If I try to use the menu "Settings/Editor" when a projet is actif C::B froze
--- End quote ---

This is a known issue for the current revisions. Disable the code-completion plugin.


--- Quote --- - The workspace doesn't save the debug windows informations (position and data)
--- End quote ---

You mean like breakpoints?


--- Quote --- - I can not drag and drop the debug windows in "Message" windows like a new tab
--- End quote ---

This is not supported.

Navigation

[0] Message Index

Go to full version