
Hello, I'm trying to use a gimp plugin called wideangle, but it's crashing with a segfault. I've talked to the developer, who doesn't have an amd64. It seems possible that the problem is some amd64 'gotcha' like a compiler flag or something (I was once a C programmer but am no longer current). I haven't found anything in the FAQ or by searching the archives. So I'm wondering if there's anywhere specific I should be looking or if the following details suggest any solution. I'm running Suse 9.3 on an athlon64 box. I installed gimp from the release with Yast and built the plugin from source using the command: /opt/gnome/bin/gimptool-2.0 --install wideangle.c It logged the build: /usr/bin/install -c -d /root/.gimp-2.2/plug-ins gcc -O2 -fmessage-length=0 -Wall -g -fno-strict-aliasing -I/opt/gnome/include/gimp-2.0 -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib64/gtk-2.0/include -I/usr/X11R6/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib64/glib-2.0/include -o /root/.gimp-2.2/plug-ins/wideangle wideangle.c -L/opt/gnome/lib64 -lgimpui-2.0 -lgimpwidgets-2.0 -lgimp-2.0 -lgimpcolor-2.0 -lgimpmath-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 When I try to use the plugin, I see the following error message: /home/dhoworth/.gimp-2.2/plug-ins/wideangle: fatal error: Segmentation fault and when I turn on gimp's stack trace I see the following: #0 0x00002aaaac4c1e4b in fork () from /lib64/tls/libc.so.6 #1 0x00002aaaac2bcbfd in g_on_error_stack_trace () #2 0x00002aaaaaecccd4 in gimp_main () from /opt/gnome/lib64/libgimp-2.0.so.0 #3 <signal handler called> #4 0x00002aaaac4a26a0 in strlen () from /lib64/tls/libc.so.6 #5 0x00002aaaac2e7d63 in g_strdup () from /opt/gnome/lib64/libglib-2.0.so.0 #6 0x00002aaaabf96995 in g_value_dup_string () #7 0x00002aaaabf7bc93 in g_object_new_valist () #8 0x00002aaaabf7bf47 in g_object_new () #9 0x00002aaaab3712f5 in gtk_button_new_from_stock () #10 0x00002aaaab3b4c57 in gtk_dialog_add_button () #11 0x00002aaaaacf8a03 in gimp_dialog_add_buttons_valist () #12 0x00002aaaaacf8bf1 in gimp_dialog_new_valist () #13 0x00002aaaaacf8da7 in gimp_dialog_new () #14 0x0000000000404228 in run (name=<value optimized out>, nparams=3, #15 0x00002aaaaaecc98f in gimp_main () from /opt/gnome/lib64/libgimp-2.0.so.0 #16 0x00002aaaac45054a in __libc_start_main () from /lib64/tls/libc.so.6 #17 0x00000000004028ea in _start () at start.S:113 #18 0x00007fffffffde38 in ?? () #19 0x0000000000000000 in ?? () <snip> Thanks, Dave -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.9/42 - Release Date: 06/07/05
participants (1)
-
Dave Howorth