noise crashed with SIGSEGV in type_check_is_value_type_U
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Noise |
Fix Released
|
Low
|
Victor Martinez |
Bug Description
When importing my music library noise crashes with a Segmentation Fault, see gdb backtrace (let me know if you need more info):
pim@chaos ~ $ gdb noise
GNU gdb (Gentoo 7.4.1 p1) 7.4.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-
For bug reporting instructions, please see:
<http://
Reading symbols from /usr/bin/
(gdb) r
Starting program: /usr/bin/noise
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/
[_LOG_LEVEL_INFO 21:25:00.360604] Application.
[_LOG_LEVEL_INFO 21:25:00.360662] Application.
[New Thread 0x7fffeba64700 (LWP 20657)]
[New Thread 0x7fffeb263700 (LWP 20658)]
[_LOG_LEVEL_WARN 21:25:00.511863] [Gtk] Theme parsing error: gtk-widgets.
(noise:20633): GStreamer-CRITICAL **: gst_object_
[_LOG_LEVEL_INFO 21:25:00.693942] LibraryWindow.
[New Thread 0x7fffe3fff700 (LWP 20666)]
[New Thread 0x7fffe1b62700 (LWP 20675)]
[Thread 0x7fffe1b62700 (LWP 20675) exited]
[_LOG_LEVEL_INFO 21:25:01.040087] LibraryWindow.
[_LOG_LEVEL_INFO 21:25:01.040294] LibraryWindow.
[New Thread 0x7fffe1b62700 (LWP 20683)]
[_LOG_LEVEL_WARN 21:25:01.043981] Streamer.vala:152: Error: No URI set
[New Thread 0x7fffd7fff700 (LWP 20691)]
[Thread 0x7fffe1b62700 (LWP 20683) exited]
[New Thread 0x7fffe1b62700 (LWP 20721)]
[New Thread 0x7fffcb113700 (LWP 20722)]
[_LOG_LEVEL_WARN 21:25:03.669804] SideBar.vala:279: error happening sidebar.vala...
[_LOG_LEVEL_WARN 21:25:03.669961] SideBar.vala:281: error finished
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff5c2abbe in type_check_
4098 gtype.c: No such file or directory.
(gdb) bt
#0 0x00007ffff5c2abbe in type_check_
#1 g_type_
#2 0x00007ffff5c2d07a in g_value_init (value=
#3 0x00005555555d6f2d in noise_fast_
at /tmp/portage/
#4 0x00005555556064dd in noise_cell_
model=
at /tmp/portage/
#5 0x00007ffff6a1fbe4 in apply_cell_
#6 0x00007ffff59100e3 in g_hash_
at ghash.c:1524
#7 0x00007ffff6a1fa66 in gtk_cell_
is_
#8 0x00007ffff6a26d1c in gtk_cell_
is_
#9 0x00007ffff6af35fd in _gtk_marshal_
args=<optimized out>, marshal_
#10 0x00007ffff5c078cd in _g_closure_
param_
#11 0x00007ffff5c21487 in g_signal_
#12 0x00007ffff5c21bd2 in g_signal_emit (instance=
#13 0x00007ffff6a21a64 in gtk_cell_
at gtkcellarea.c:2362
#14 0x00007ffff6c06bac in validate_row (tree_view=
at gtktreeview.c:6107
#15 0x00007ffff6c0d1d9 in validate_
#16 do_presize_handler (tree_view=
#17 0x00007ffff6c0d2fc in presize_
#18 0x00007ffff66dfe8f in gdk_threads_
#19 0x00007ffff591f5f3 in g_main_dispatch (context=
#20 g_main_
#21 0x00007ffff591f940 in g_main_
#22 g_main_
#23 0x00007ffff591fa04 in g_main_
#24 0x00007ffff6407b84 in g_application_run (application=
#25 0x00007ffff728ab5a in granite_
at /tmp/portage/
#26 0x00005555555a2d8a in noise_main (args=0x7ffffff
#27 0x00007ffff4ed15dd in __libc_start_main () from /lib64/libc.so.6
#28 0x000055555558a979 in _start ()
(gdb) q
A debugging session is active.
Inferior 1 [process 20633] will be killed.
Quit anyway? (y or n) y
Changed in noise: | |
status: | Fix Committed → Fix Released |
Thanks for the report. This has been fixed.