Program received signal SIGTRAP, Trace/breakpoint trap.

Geert Janssens janssens-geert at telenet.be
Thu Nov 28 11:00:54 EST 2013


On Thursday 28 November 2013 10:55:18 Danny Holstein wrote:
> All;
> 
> I ran into the subject error message after building the latest from
> SF, with OpenSuse 13.1.
> 
> With the debugger, I get the error at:
>   0x00007fffef07a2c9 in g_logv () from /usr/lib64/libglib-2.0.so.0
> 
> hit "up" a few times, and I get:
>   #6  0x00007ffff3623828 in gnc_gsettings_get_schema_ptr
> (schema_str=<optimized out>) at gnc-gsettings.c:104 104            
> gset = g_settings_new (full_name);
>   (gdb) print full_name
>   $1 = (gchar *) 0x71be60 "org.gnucash.general"
> 
> Any help would be appreciated.
> 
> Dan
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel

This means that your gnucash build can't find its gsettings schema files.

They should get installed during make install.

To which directory are you installing gnucash ?

Geert


More information about the gnucash-devel mailing list