[Geany-Devel] geany crashes when starting to debug

apanagio apanagio at xxxxx
Tue Nov 18 16:43:53 UTC 2014


Hello, 

I try to debug a simple c program and geany crashes all together when I
press the run button.

Also there are no icons on the buttons in the debug panel

I'm using geany 1.24.1 on ubuntu 14.10 64bit
with the latest source of geany-plugins from github.

Is there something I'm doing wrong? How can I fix this?

The program I'm trying to debug is:

#include<stdio.h>
/* demo.c:  */
int main(int argc, char **argv)
{
	printf("hello world\n");
	return 0;
}

and I can build it and debug it with gdb

the target specified in geany is the executable as generated with
 gcc -g tect.cpp 


The message I get in the console is:
(geany:1151): GLib-CRITICAL **: g_string_free: assertion 'string !=
NULL' failed

(geany:1151): GLib-CRITICAL **: g_string_free: assertion 'string !=
NULL' failed

(geany:1151): GLib-CRITICAL **: g_string_free: assertion 'string !=
NULL' failed

(geany:1151): GLib-CRITICAL **: g_string_free: assertion 'string !=
NULL' failed

(geany:1151): GLib-CRITICAL **: g_string_free: assertion 'string !=
NULL' failed

(geany:1151): GLib-CRITICAL **: g_string_free: assertion 'string !=
NULL' failed

(geany:1151): GLib-CRITICAL **: g_string_free: assertion 'string !=
NULL' failed

(geany:1151): GLib-CRITICAL **: g_string_free: assertion 'string !=
NULL' failed

(geany:1151): GLib-CRITICAL **: g_string_free: assertion 'string !=
NULL' failed

(geany:1151): GLib-CRITICAL **: Source ID 787 was not found when
attempting to remove it


I hope this is the appropriate list for such discussion, and I apologize
if it is not.

thank you very much for the great work you 've done.

best regards
Alexis Panagiotopoulos



More information about the Devel mailing list