GNOME Bugzilla – Bug 516078
Frysk using java-gnome 2.16.x crashes with a GSlice error on f8
Last modified: 2011-09-29 19:57:28 UTC
Steps to reproduce: 1. Run frysk 2. Wait for a while 3. It crashes with the error: ***MEMORY-ERROR***: Frysk[24796]: GSlice: assertion failed: sinfo->n_allocated > 0 Stack trace: Other information: --Please note that this is a bug against the java-gnome 2.16.x bindings not 4.0 bindings.-- Turns out this is caused by freeing of TreeIter objects using g_slice_free when they were allocated using g_malloc. I'll be on the lookout for other instances of this... Patch is following soon
Created attachment 105075 [details] [review] fix I'll commit this patch by the end of the week