News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Somes crashs and stranges behaviors

Started by Tof, February 20, 2006, 05:02:28 AM

Previous topic - Next topic

Tof

Hi

I have somes troubles with C::B

1 - Somes crashs

(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


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


(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()


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

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


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

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


You can post your patch to BerliOS.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

mandrav

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

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)

You mean like breakpoints?

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

This is not supported.
Be patient!
This bug will be fixed soon...