Segmentation fault using Ctrl+o: libgpm related ?

Koblinger Egmont egmont at uhulinux.hu
Sun Nov 30 11:37:49 UTC 2003


On Sun, 30 Nov 2003, [ISO-8859-1] Frédéric L. W. Meunier wrote:

Hi!

Try to apply the attached patch to gpm.

Some time ago this patch solved me a gpm-related segfault, I can't
remember if it was related to Ctrl+o...


-- 
Egmont
-------------- next part --------------
diff -urN gpm-1.20.1.orig/src/lib/liblow.c gpm-1.20.1/src/lib/liblow.c
--- gpm-1.20.1.orig/src/lib/liblow.c	2002-12-30 23:13:37.000000000 +0100
+++ gpm-1.20.1/src/lib/liblow.c	2002-12-30 23:56:54.000000000 +0100
@@ -199,7 +199,7 @@
    Gpm_Stst *new = NULL;
    char* sock_name = 0;
 
-   option.consolename = NULL;
+   option.consolename;
 
    /*....................................... First of all, check xterm */
 


More information about the mc-devel mailing list