Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17767 - gvim-6.1-r7 (gtk2) crash on alpha
Summary: gvim-6.1-r7 (gtk2) crash on alpha
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Alpha Linux
: High critical (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-18 15:15 UTC by Aron Griffis (RETIRED)
Modified: 2003-03-24 16:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aron Griffis (RETIRED) gentoo-dev 2003-03-18 15:15:04 UTC
Here is the patch:


--- src/gui_gtk_f.c.old 2003-03-18 14:59:09.000000000 -0500
+++ src/gui_gtk_f.c     2003-03-18 14:59:17.000000000 -0500
@@ -227,7 +227,7 @@
     GtkType
 gtk_form_get_type(void)
 {
-    static guint form_type = 0;
+    static GtkType form_type = 0;
 
     if (!form_type)
     {


Reproducible: Always
Steps to Reproduce:
1. USE=gtk2 emerge gvim

Actual Results:  
$ gvim
8H31HVim: Caught deadly signal SEGV
Vim: Finished.
Segmentation fault


Expected Results:  
Start gvim and return to shell prompt
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2003-03-19 11:40:29 UTC
I've pushed this patch up to bugs@vim.org.  I haven't yet applied it to portage.
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2003-03-24 16:18:55 UTC
All fixed in gvim-6.1-r8