Bug 203858 - graphics/synfigstudio: Core dump
Summary: graphics/synfigstudio: Core dump
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2015-10-18 17:41 UTC by lumiwa
Modified: 2016-02-05 22:10 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (woodsb02)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lumiwa 2015-10-18 17:41:54 UTC
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.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2015-10-20 03:19:29 UTC
@lumiwa, for future issue reports, please use attachments instead of comments to paste logs or other large amounts of text. thanks!
Comment 2 Ben Woods freebsd_committer freebsd_triage 2015-10-20 06:57:16 UTC
I'll hopefully get a chance to look into this soon... no guarantees of timing sorry, as I am a bit busy at the moment organising an international relocation.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2015-12-24 21:12:57 UTC
Hi Ben,

Had you any chance to look at this report?
Comment 4 Ben Woods freebsd_committer freebsd_triage 2015-12-24 22:23:17 UTC
(In reply to Martin Wilke from comment #3)
Not yet sorry, and I am away from home until 4th Jan.

You could also try asking for help on the upstream synfig forums here:
http://www.synfig.org/forums/
Comment 5 lumiwa 2015-12-28 21:40:58 UTC
I found:
http://osdir.com/ml/video.synfig.devel/2008-01/msg00039.html

Maybe will help you.

Have a successful and peaceful 2016.

lumiwa