[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
gnumeric 0.45 crashes when opening file
- From: Christian Egli <christian egli stest ch>
- To: submit bugs gnome org
- Cc: gnumeric-list gnome org
- Subject: gnumeric 0.45 crashes when opening file
- Date: 29 Dec 1999 15:54:54 +0100
Package: gnumeric
Version: 0.45
I made a pretty simple spreadsheet containing sums. I saved it. When I
tried to open it the next day gnumeric crashes and produces a core.
Here's the shell output when I try to load the file:
[egli@meon 8610]$ gnumeric effort.gnumeric
** WARNING **: this should use a gnome-print provided method
** ERROR **: file collect.c: line 125 (collect_floats): assertion failed: (err->type == VALUE_ERROR)
aborting...
Aborted (core dumped)
[egli@meon 8610]$
Gdb gives me the following back trace:
[egli@meon 8610]$ gdb gnumeric core
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
Core was generated by `gnumeric effort.gnumeric'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/lib/libgnomeprint.so.2...done.
Reading symbols from /usr/lib/libglade-gnome.so.0...done.
Reading symbols from /usr/lib/libglade.so.0...done.
Reading symbols from /usr/lib/libxml.so.1...done.
Reading symbols from /usr/lib/libz.so.1...done.
Reading symbols from /usr/lib/libgnomeui.so.32...done.
Reading symbols from /usr/lib/libart_lgpl.so.2...done.
Reading symbols from /usr/lib/libgdk_imlib.so.1...done.
Reading symbols from /usr/X11R6/lib/libSM.so.6...done.
Reading symbols from /usr/X11R6/lib/libICE.so.6...done.
Reading symbols from /usr/lib/libgtk-1.2.so.0...done.
Reading symbols from /usr/lib/libgdk-1.2.so.0...done.
Reading symbols from /usr/lib/libgmodule-1.2.so.0...done.
Reading symbols from /usr/X11R6/lib/libXext.so.6...done.
Reading symbols from /usr/X11R6/lib/libX11.so.6...done.
Reading symbols from /usr/lib/libgnome.so.32...done.
Reading symbols from /usr/lib/libgnomesupport.so.0...done.
Reading symbols from /usr/lib/libesd.so.0...done.
Reading symbols from /usr/lib/libaudiofile.so.0...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libdb.so.2...done.
Reading symbols from /usr/lib/libglib-1.2.so.0...done.
Reading symbols from /lib/libdl.so.2...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
Reading symbols from /lib/libnss_files.so.2...done.
Reading symbols from /usr/lib/gconv/ISO8859-1.so...done.
Reading symbols from /usr/lib/gtk/themes/engines/libpixmap.so...done.
Reading symbols from /usr/lib/gnumeric/plugins/libcsv.so...done.
Reading symbols from /usr/lib/gnumeric/plugins/libhtml.so...done.
Reading symbols from /usr/lib/gnumeric/plugins/libdif.so...done.
Reading symbols from /usr/lib/gnumeric/plugins/libsample.so...done.
Reading symbols from /usr/lib/gnumeric/plugins/libstat.so...done.
Reading symbols from /usr/lib/gnumeric/plugins/libtext.so...done.
Reading symbols from /usr/lib/gnumeric/plugins/liblotus.so...done.
Reading symbols from /usr/lib/gnumeric/plugins/libxbase.so...done.
Reading symbols from /usr/lib/gnumeric/plugins/liboleo.so...done.
Reading symbols from /usr/lib/libimlib-png.so...done.
Reading symbols from /usr/lib/libpng.so.2...done.
Reading symbols from /usr/lib/gnumeric/plugins/libsc.so...done.
Reading symbols from /usr/lib/gnumeric/plugins/libsylk.so...done.
#0 0x404834e1 in __kill () from /lib/libc.so.6
(gdb) bt
#0 0x404834e1 in __kill () from /lib/libc.so.6
#1 0x40483156 in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2 0x40484868 in abort () at ../sysdeps/generic/abort.c:88
#3 0x404522d3 in g_logv () from /usr/lib/libglib-1.2.so.0
#4 0x40452396 in g_log () from /usr/lib/libglib-1.2.so.0
#5 0x8066cef in collect_floats ()
#6 0x8066dcc in float_range_function ()
#7 0x80dcbfe in gnumeric_sum ()
#8 0x8069508 in eval_funcall ()
#9 0x806a2f1 in eval_expr_real ()
#10 0x806a540 in eval_expr ()
#11 0x8067ec3 in cell_eval_content ()
#12 0x8067f70 in cell_eval ()
#13 0x806a3a2 in eval_expr_real ()
#14 0x806a540 in eval_expr ()
#15 0x806d131 in function_iterate_argument_values ()
#16 0x8066cc2 in collect_floats ()
#17 0x8066dcc in float_range_function ()
#18 0x80dcbfe in gnumeric_sum ()
#19 0x8069508 in eval_funcall ()
#20 0x806a2f1 in eval_expr_real ()
#21 0x806a540 in eval_expr ()
#22 0x8067ec3 in cell_eval_content ()
#23 0x8067f70 in cell_eval ()
#24 0x806a3a2 in eval_expr_real ()
#25 0x806a540 in eval_expr ()
#26 0x8069cd2 in eval_expr_real ()
#27 0x806a540 in eval_expr ()
#28 0x8067ec3 in cell_eval_content ()
#29 0x8067f70 in cell_eval ()
#30 0x8068851 in workbook_recalc ()
#31 0x8068888 in workbook_recalc_all ()
#32 0x80a2462 in gnumeric_xml_read_workbook ()
#33 0x806be25 in workbook_load_from ()
#34 0x806bea0 in workbook_try_read ()
#35 0x806bf67 in workbook_read ()
#36 0x805ce1e in gnumeric_main ()
#37 0x805cee2 in main ()
#38 0x4047d1eb in __libc_start_main (main=0x805ced0 <main>, argc=2,
argv=0xbffffbf4, init=0x805a64c <_init>, fini=0x80e6b1c <_fini>,
rtld_fini=0x4000a610 <_dl_fini>, stack_end=0xbffffbec)
at ../sysdeps/generic/libc-start.c:90
(gdb)
Attached is the file effort.gnumeric. I have also a LaTeX export of
this file if anybody is interested.
effort.gnumeric
My system is RedHat 6.1 with October GNOME.
--
Christian Egli
Phone: +41 1 454-6728, Fax: +41 1 454-6612, http://www.stest.com
Wavetek Wandel & Goltermann, Friesenbergstr. 75, CH-8055 Zuerich
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]