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 514295 - Hang in functions_shutdown()
Hang in functions_shutdown()
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other All
: Normal critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2008-02-04 14:00 UTC by sum1
Modified: 2008-02-04 15:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fuzzed bitwise.xls (397.50 KB, application/vnd.ms-excel)
2008-02-04 14:02 UTC, sum1
Details

Description sum1 2008-02-04 14:00:05 UTC
Version: r16344
OS: Ubuntu Gutsy

The upcoming sample is a fuzzed version of bitwise.xls.

Steps to reproduce:
- Load the upcoming attachment in Gnumeric
- Ctrl + q to trigger a hang

Backtrace:

** (gnumeric:8003): CRITICAL **: gnm_func_free: assertion `func->ref_count == 0' failed

Breakpoint 2, 0xb7298f66 in g_log () from /usr/lib/libglib-2.0.so.0
(gdb) bt
  • #0 g_log
    from /usr/lib/libglib-2.0.so.0
  • #1 g_return_if_fail_warning
    from /usr/lib/libglib-2.0.so.0
  • #2 gnm_func_free
    at func.c line 595
  • #3 functions_shutdown
    at func.c line 52
  • #4 gnm_shutdown
    at libgnumeric.c line 331
  • #5 main
    at main-application.c line 489
  • #2 gnm_func_free
    at func.c line 595
$2 = 1
Comment 1 sum1 2008-02-04 14:02:16 UTC
Created attachment 104381 [details]
fuzzed bitwise.xls
Comment 2 Morten Welinder 2008-02-04 15:24:54 UTC
That's a fairly unhappy camper!
Comment 3 Morten Welinder 2008-02-04 15:52:30 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.