[Geany-devel] Problems running geanylua

Nick Treleaven nick.treleaven at xxxxx
Sat Jul 19 11:57:06 UTC 2008


On Fri, 18 Jul 2008 22:38:57 +0200
Dominic Hopf <dmaphy at googlemail.com> wrote:

> Hey guys,
> i'm running a late geany build from svn, exactly it is rev 2787.
> Today i compiled some plugins for geany from the geany-plugins repo,
> rev
> 127. Now trying to start geany segfaults with the attached output.

Just to check, did you install geanylua with 'make install'? (If there's
a mismatch between geanylua.so and geanylua/libgeanylua.so, that will
cause segfaults).

I've tested geanylua with the example scripts, which seem to work
for me OK.

Can you get some backtraces with gdb please - try:
gdb `which geany`
run --g-fatal-warnings

This should stop when you get the GLib-GObject-WARNING. Then type 'bt'.

This should help diagnose the problem.

Regards,
Nick



More information about the Devel mailing list