Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segmentation fault #8

Closed
waffel opened this issue Mar 23, 2014 · 1 comment
Closed

segmentation fault #8

waffel opened this issue Mar 23, 2014 · 1 comment
Assignees

Comments

@waffel
Copy link

waffel commented Mar 23, 2014

latest version ... on my fedora (not VM! ... real installation).

used jhbuild and run it with gdb:

(buzztrax-edit:24747): Gtk-WARNING **: gtkwidget.c:6151: no accelerator (104,4) installed in accel group (0x884d468) for GtkImageMenuItem (0x88a25d8)
[New Thread 0xadb2ab40 (LWP 24753)]

Program received signal SIGSEGV, Segmentation fault.
0xb7fb85fb in bt_settings_determine_audiosink_name (self=0x82397d0, _element_name=_element_name@entry=0xbfffe368,
_device_name=_device_name@entry=0xbfffe36c) at src/lib/core/settings.c:483
483 if (!strcmp (g_getenv ("GSETTINGS_BACKEND"), "memory")) {
Missing separate debuginfos, use: debuginfo-install GConf2-3.2.6-7.fc20.i686 PackageKit-gtk3-module-0.8.16-1.fc20.i686 adwaita-gtk3-theme-3.10.0-1.fc20.i686 dbus-glib-0.100.2-2.fc20.i686 dconf-0.18.0-2.fc20.i686 gvfs-1.18.3-2.fc20.i686 libbluray-0.5.0-2.fc20.i686 libcanberra-0.30-4.fc20.i686 libcanberra-gtk3-0.30-4.fc20.i686 libcroco-0.6.8-3.fc20.i686 libogg-1.3.0-6.fc20.i686 librsvg2-2.40.1-1.fc20.i686 libtdb-1.2.12-2.fc20.i686 libtool-ltdl-2.4.2-23.fc20.i686 libvorbis-1.3.4-1.fc20.i686 llvm-libs-3.3-4.fc20.i686
(gdb) bt
#0 0xb7fb85fb in bt_settings_determine_audiosink_name (self=0x82397d0, _element_name=_element_name@entry=0xbfffe368,

_device_name=_device_name@entry=0xbfffe36c) at src/lib/core/settings.c:483

#1 0x08093120 in make_audio_sink (self=self@entry=0x8846250) at src/ui/edit/main-page-waves.c:386
#2 0x08093241 in update_audio_sink (self=self@entry=0x8846250) at src/ui/edit/main-page-waves.c:422
#3 0x08098027 in bt_main_page_waves_new (pages=pages@entry=0x81bd2b0) at src/ui/edit/main-page-waves.c:1585
#4 0x0806cf9f in bt_main_pages_init_ui (self=0x81bd2b0) at src/ui/edit/main-pages.c:194
#5 bt_main_pages_new () at src/ui/edit/main-pages.c:234
#6 0x08061535 in bt_main_window_init_ui (self=0x886b168) at src/ui/edit/main-window.c:386
#7 bt_main_window_new () at src/ui/edit/main-window.c:447
#8 0x0805e324 in bt_edit_application_constructor (type=135935632, n_construct_params=0, construct_params=0x0)

at src/ui/edit/edit-application.c:897

#9 0x4ee28ef9 in g_object_new_with_custom_constructor (n_params=0, params=0x0, class=0x881a750) at gobject.c:1665
#10 g_object_new_internal (class=class@entry=0x881a750, params=params@entry=0x0, n_params=n_params@entry=0) at gobject.c:1744
#11 0x4ee2a859 in g_object_newv (object_type=object_type@entry=135935632, n_parameters=n_parameters@entry=0, parameters=parameters@entry=0x0)

at gobject.c:1890

#12 0x4ee2af70 in g_object_new (object_type=object_type@entry=135935632, first_property_name=first_property_name@entry=0x0) at gobject.c:1556
#13 0x0805e697 in bt_edit_application_new () at src/ui/edit/edit-application.c:273
#14 0x0805d3b6 in main (argc=1, argv=0xbfffe874) at src/ui/edit/bt-edit.c:146

@waffel
Copy link
Author

waffel commented Mar 23, 2014

confirmed ... after using this version it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants