peter kostov wrote:
>
> Or if I run GIMP so:
> pe...@peter ~ $ gimp --g-fatal-warnings --stack-trace-mode=always
> --debug-handlers
>
> GLib-GObject-WARNING **: type name `GimpGeglTool-gegl:box-blur-config'
> contains invalid characters
> aborting...
> gimp: terminated: Aborted
> #0  0xb7f4c424 in __kernel_vsyscall ()
> #1  0xb75d0f9b in waitpid () from /lib/libpthread.so.0
> #2  0xb75ef577 in g_on_error_stack_trace () from
> /usr/lib/libglib-2.0.so.0
> #3  0x00000011 in ?? ()
> #4  0x0b2ce178 in ?? ()
> #5  0x00000001 in ?? ()
> #6  0x00000000 in ?? ()
>
> (script-fu:1936): LibGimpBase-WARNING **: script-fu: gimp_wire_read():
> error
>
>
> Peter


That was not the entire stack trace was it? Make sure you have debugging
information in the binary, i.e. make sure the -g flag is passed to gcc.

Another thing that is interesting is what your output of 'ldd gimp' is.
Does it only link against libraries you expect it to?

- Martin
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to