Re: [anjuta-devel] Quering the plugin manager results in segfault



Hi!

https://gitorious.org/anjuta-avr-environment/anjuta-avr/blobs/master/plugins/build-basic-autotools/build.c#line914

Some general advice: Please use anjuta_plugin_get_shell() instead of
ANJUTA_PLUGIN(plugin)->shell - in the end, I will try to remove that
public member as it is ugly.

Second, you should be aware that there might be multiple plugins
implementing IAnjutaEnvironment, so you should do something like in [1]
and probably load all of them (or resolve conflicts somehow).

Here's the GDB log (when single stepping, after a breakpoint had been set
build_configure_dialog).
http://pastebin.com/UaWgPNKU

Anyone knows what's happening?

Not sure, did you make sure that everything is up-to-date (make clean &&
make && make install should help)? Also this line is a bit suspicous:

"warning: Source file is more recent than executable."

Regards,
Johannes

[1]
http://git.gnome.org/browse/anjuta/tree/plugins/file-manager/plugin.c#n139




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]