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 337680 - Problem with gnumeric - fails on start
Problem with gnumeric - fails on start
Status: RESOLVED NOTGNOME
Product: libgoffice
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2006-04-07 21:21 UTC by Maciej (Matthew) Piechotka
Modified: 2006-04-10 17:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Maciej (Matthew) Piechotka 2006-04-07 21:21:48 UTC
% gdb gnumeric
GNU gdb 6.4
Copyright 2005 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 "i686-pc-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/gnumeric
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1229592912 (LWP 31574)]
Gtk-Message: Failed to load module "atk-bridge": libatk-bridge.so: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu
GTK Accessibility Module initialized

(gnumeric:31574): Gnome-WARNING **: Accessibility: failed to find module 'libgail-gnome' which is needed to make this application accessible

(gnumeric:31574): Gnome-WARNING **: Accessibility: failed to find module 'libatk-bridge' which is needed to make this application accessible

** ERROR **: Failed to generate NaN.  Please report at http://bugzilla.gnome.org/enter_bug.cgi?product=libgoffice
aborting...

Program received signal SIGABRT, Aborted.

Thread NaN (LWP 31574)

  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/libc.so.6
  • #2 abort
    from /lib/libc.so.6
  • #3 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #4 ??
    from /lib/libc.so.6

(I know it's not useful, but I have no time to recompile it now).
libgoffice 0.1.2
gnumeric 1.6.1
gcc 4.1
Comment 1 Morten Welinder 2006-04-10 14:36:20 UTC
Did you compile with -ffast-math?  That tells the compiler to cut corners
in ways that are not compatible with libgoffice.
Comment 2 Maciej (Matthew) Piechotka 2006-04-10 17:22:00 UTC
Thanks. That's it.