GNOME Bugzilla – Bug 336165
"Manage Sheets ..." dialogue box crashes Gnumeric
Last modified: 2006-12-03 14:08:14 UTC
Forwarded from: https://launchpad.net/distros/ubuntu/+source/gnumeric/+bug/36704 OS Version: Dapper Drake Kernel Package: linux-image-2.6.15-19-amd64-k8 Program: Gnumeric Package Version: 1.6.3-0ubuntu1 How to recreate the problem: 1. open Edit > Sheet > Manage Sheets... 2. select "Add" 3. crash Testing Notes 1. Tested "Insert" and "Append" functions directly. It did not reproduce the problem. 2. Also tested on a similarly configured (Dapper) Thinkpad T40P. It did not reproduce the problem. Starting program: /usr/bin/gnumeric [Thread debugging using libthread_db enabled] [New Thread 46912592856112 (LWP 6167)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912592856112 (LWP 6167)] IA__gdk_color_copy (color=0x7fff00000000) at gdkcolor.c:131 131 gdkcolor.c: Datei oder Verzeichnis nicht gefunden. in gdkcolor.c
+ Trace 67268
Thread 1 (Thread 46912592856112 (LWP 6167))
Confirmed. We have a 64-bit issue in that code. Change... BACKGROUND_COLOUR, 0, FOREGROUND_COLOUR, 0, ...to... BACKGROUND_COLOUR, NULL, FOREGROUND_COLOUR, NULL, around line 522 in src/dialogs/dialog-sheet-order.c Fixed in cvs.
Morten - you rock! :-)
I have encountered this bug today (3-Dec-2006). If this bug should already be fixed in 1.6.3, I will wait for 1.7.x (or compile my own). If not, please tell me and I will reopen the bug.
The original report was for 1.6.3 which is the last in the 1.6.x series so far. (And likely to remain so since all efforts are going into 1.7.x by now.)