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 496867 - Style leaks with demo.oleo sample
Style leaks with demo.oleo sample
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export other
git master
Other All
: Normal normal
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2007-11-14 22:01 UTC by sum1
Modified: 2007-11-15 03:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sum1 2007-11-14 22:01:18 UTC
Version: r16135
OS: Ubuntu Gutsy

Steps to reproduce:
- Run Gnumeric from a terminal
- Import gnumeric/samples/demo.oleo
- Close Gnumeric and notice the following console output:


** (gnumeric:15095): WARNING **: Invalid expression "sum(r1c1:7)" at Sheet1!E13.

** (gnumeric:15095): WARNING **: Font Sans has 2 references instead of the expected single.
Leaking style-color at 0x8281a00 [0000:0000:0000].
Leaking style-color at 0x82aada0 [ffff:ffff:ffff].
Leaking style at 0x82989c0.
Style Refs 1
        Color.Back: ffff:ffff:ffff
        Color.Pattern: 0:0:0
        Border.Top: 0
        Border.Bottom: 0
        Border.Left: 0
        Border.Right: 0
        Border.RevDiagonal: 0
        Border.Diagonal: 0
        pattern 0
        Color.Fore: 0:0:0
        name 'Sans'
        not bold
        not italic
        no underline
        no strikethrough
        no super or sub
        size 10.000000
        format '0'
        valign 2
        halign 2
        indent 0
        rotation 0
        text dir 0
        wrap text 0
        shrink to fit 0
        locked 1
        hidden 0
        validation (nil)
        hlink (nil)
        input msg (nil)
        conditions (nil)

** (gnumeric:15095): WARNING **: Leaked 1 nodes from style pool.
Leaking string [Sans] with ref_count=1.

** (gnumeric:15095): CRITICAL **: go_font_free: assertion `font->ref_count == 1' failed
Leaking GOFormat at 0x84feeb8 [0].
Comment 1 Morten Welinder 2007-11-15 03:45:28 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.