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
Hi,
Le 18/11/2014 17:43, apanagio a écrit :
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?
I guess you are using the "debugger" plugin from Geany-Plugins? Then, possibly https://github.com/geany/geany-plugins/pull/174
[...]
I hope this is the appropriate list for such discussion, and I apologize if it is not.
Not completely, but for the lack of a really better one I guess it's okay. Though we generally prefer to keep questions not related to Geany's internal development to users@lists.geany.org :)
Regards, Colomban