[Bug 203858] graphics synfigstudi core dump
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Oct 18 17:41:54 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203858
Bug ID: 203858
Summary: graphics synfigstudi core dump
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: lumiwa at gmail.com
CC: woodsb02 at gmail.com
CC: woodsb02 at gmail.com
Flags: maintainer-feedback?(woodsb02 at gmail.com)
I installed the latest graphics/synfigstudio on my FreeBSD 10.2-RELEASE (amd64)
without problems but when I start a program it core dump:
synfigstudio
synfig studio -- starting up application...
synfig(58287) [18:20:05] info: Loading modules from
/usr/local/etc/synfig_modules.cfg
(synfigstudio:58287): GLib-GObject-WARNING **: The property
GtkSettings:gtk-menu-images is deprecated and shouldn't be used
anymore. It will be removed in a future version.
synfig(58287) [18:20:05] info: Loading plugins from
/usr/local/share/synfig/plugins
synfig(58287) [18:20:05] info: Loading plugin: add-skeleton-simple
synfig(58287) [18:20:05] info: Loading plugin: view-unhide-all
-layers
synfig(58287) [18:20:05] info: Loading plugins from
/home/ajtim/.config/synfig/plugins
(synfigstudio:58287): Gtk-WARNING **: new: missing action new
(synfigstudio:58287): Gtk-WARNING **: open: missing action open
Segmentation fault (core dumped)
Then I rebuilt port graphics/synfigstudio and devel/synfig whith debug options
and when I run a program as user I got:
(gdb) run synfigstudio
Starting program: /usr/local/bin/synfigstudio synfigstudio
[New LWP 100087]
[New Thread 812006400 (LWP 100087/synfigstudio)]
synfig studio -- starting up application...
synfig(1254) [08:08:31] info: Loading modules from
/usr/local/etc/synfig_modules.cfg
(synfigstudio:1254): GLib-GObject-WARNING **: The property
GtkSettings:gtk-menu-images is deprecated and shouldn't be used
anymore. It will be removed in a future version.
synfig(1254) [08:08:33] info: Loading plugins from
/usr/local/share/synfig/plugins
synfig(1254) [08:08:33] info: Loading plugin: add-skeleton-simple
synfig(1254) [08:08:33] info: Loading plugin: view-unhide-all-layers
synfig(1254) [08:08:33] info: Loading plugins from
/home/ajtim/.config/synfig/plugins
(synfigstudio:1254): Gtk-WARNING **: new: missing action new
(synfigstudio:1254): Gtk-WARNING **: open: missing action open
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 812006400 (LWP 100087/synfigstudio)]
0x0000000803c4be44 in gtk_menu_item_get_submenu ()
from /usr/local/lib/libgtk-3.so.0
(gdb) next
Single stepping until exit from function gtk_menu_item_get_submenu,
which has no line number information.
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
If I run a program in gdb as root I got:
run synfigstudio
Starting program: /usr/local/bin/synfigstudio synfigstudio
[New LWP 100810]
[New Thread 812006400 (LWP 100810/synfigstudio)]
synfig studio -- starting up application...
synfig(1233) [08:05:02] info: Created directory "/root/.config/synfig"
GConf Error: Failed to contact configuration server; the most common
cause is a missing or misconfigured D-Bus session bus daemon. See
http://projects.gnome.org/gconf/ for information. (Details - 1: Failed
to get connection to session: The connection is closed)
(gst-plugin-scanner:1237): GStreamer-WARNING **: Failed to load plugin
'/usr/local/lib/gstreamer-0.10/libgstopencv.so':
/usr/local/lib/gstreamer-0.10/libgstopencv.so: Undefined symbol
"cvReleaseImageHeader"
(gst-plugin-scanner:1237): GStreamer-WARNING **: Failed to load plugin
'/usr/local/lib/gstreamer-0.10/libgstneonhttpsrc.so':
/usr/local/lib/gstreamer-0.10/libgstneonhttpsrc.so: Undefined symbol
"ne_get_status"
synfig(1233) [08:05:04] info: Loading modules from
/usr/local/etc/synfig_modules.cfg
(synfigstudio:1233): GLib-GObject-WARNING **: The property
GtkSettings:gtk-menu-images is deprecated and shouldn't be used
anymore. It will be removed in a future version.
synfig(1233) [08:05:07] info: Loading plugins from
/usr/local/share/synfig/plugins
synfig(1233) [08:05:07] info: Loading plugin: add-skeleton-simple
synfig(1233) [08:05:07] info: Loading plugin: view-unhide-all-layers
synfig(1233) [08:05:07] info: Loading plugins from
/root/.config/synfig/plugins
(synfigstudio:1233): Gtk-WARNING **: new: missing action new
(synfigstudio:1233): Gtk-WARNING **: open: missing action open
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 812006400 (LWP 100810/synfigstudio)]
0x0000000803c4be44 in gtk_menu_item_get_submenu ()
from /usr/local/lib/libgtk-3.so.0
(gdb) next
Single stepping until exit from function gtk_menu_item_get_submenu,
which has no line number information.
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
I use GNOME 3.16.
Thank you.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list