After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 516078 - Frysk using java-gnome 2.16.x crashes with a GSlice error on f8
Frysk using java-gnome 2.16.x crashes with a GSlice error on f8
Status: RESOLVED OBSOLETE
Product: java-gnome
Classification: Bindings
Component: Obsolete
2.16.x
Other All
: Normal critical
: ---
Assigned To: java-gnome bindings maintainers
java-gnome bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-12 18:38 UTC by Sami Wagiaalla
Modified: 2011-09-29 19:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
fix (4.40 KB, patch)
2008-02-12 18:39 UTC, Sami Wagiaalla
none Details | Review

Description Sami Wagiaalla 2008-02-12 18:38:06 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
Comment 1 Sami Wagiaalla 2008-02-12 18:39:32 UTC
Created attachment 105075 [details] [review]
fix

I'll commit this patch by the end of the week