gdb dump below. Any suggestions on steps I can take to provide a more useful diagnosis? I added "-g" to CFLAGS but there is still some optimization turned on.
thanks,
dustin.
(gdb) run
Starting program: /usr/local/lives-0.9.9.5/bin/lives
Reading symbols for shared libraries ++++++++++++++++++++++++++++++++........................................................................................... done
Xlib: extension "RANDR" missing on display ":0.0".
LiVES 0.9.9.5
Copyright 2002-2008 Gabriel Finch (salsaman@xs4all.nl) and others.
LiVES comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details.
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000004
0x010f8dac in cairo_scaled_font_create ()
(gdb) where
0 0x010f8dac in cairo_scaled_font_create ()
1 0x010da014 in _pango_cairo_font_private_get_scaled_font ()
2 0x010db8c4 in _pango_cairo_font_private_glyph_extents_cache_init ()
3 0x010dbc28 in _pango_cairo_font_private_get_glyph_extents ()
4 0x010e3960 in pango_cairo_atsui_font_get_glyph_extents ()
5 0x014cac8c in pango_font_get_glyph_extents ()
6 0x01ca0674 in set_glyph ()
7 0x01ca08c8 in basic_engine_shape ()
8 0x014d8d78 in _pango_engine_shape_shape ()
9 0x014f8dbc in pango_shape ()
10 0x014e4ae0 in shape_run ()
11 0x014e4e24 in process_item ()
12 0x014e5a80 in process_line ()
13 0x014e67b8 in pango_layout_check_lines ()
14 0x014e3838 in pango_layout_get_extents_internal ()
15 0x014e3e90 in pango_layout_get_extents ()
16 0x01948e78 in pango_layout_get_pixel_extents ()
17 0x00baf0dc in _gtk_scale_get_value_size ()
18 0x00baee44 in gtk_scale_get_range_border ()
19 0x00b85d94 in gtk_range_calc_request ()
20 0x00b86130 in gtk_range_calc_layout ()
21 0x00b8480c in gtk_range_adjustment_changed ()
22 0x00b7fe14 in gtk_range_set_adjustment ()
23 0x00b7f32c in gtk_range_set_property ()
24 0x015f9890 in object_set_property ()
25 0x015f9f18 in g_object_constructor ()
26 0x015f9388 in g_object_newv ()
27 0x015f9dfc in g_object_new_valist ()
28 0x015f8d64 in g_object_new ()
29 0x00ac1f60 in gtk_hscale_new ()
30 0x0006d9dc in create_LiVES () at gui.c:1528
31 0x0000cc20 in main (argc=1, argv=0xbfffe7a0) at main.c:1565
Looks like a bug in gtk+/pango/cairo to me.
The slider was changed to a volume button in LiVES 1.1.2
Please can you retest and let me know if this is still an issue.
Is this still happening in the latest versions of LiVES, or can I close it now ?