bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11315: 24.1.50; Emacs 24 Hangs [Related to gnutls and lisp_data_to_s


From: Emilio Jesús Gallego Arias
Subject: bug#11315: 24.1.50; Emacs 24 Hangs [Related to gnutls and lisp_data_to_selection_data]
Date: Tue, 24 Apr 2012 12:25:22 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.1.50 (gnu/linux)

Chong Yidong <cyd@gnu.org> writes:

> Please apply the following patch and see if it fixes the hang.
>
> === modified file 'src/xselect.c'
> *** src/xselect.c     2012-02-25 03:01:11 +0000
> --- src/xselect.c     2012-04-24 02:36:56 +0000
> ***************
> *** 931,936 ****
> --- 931,937 ----
>   
>     /* Otherwise, record the converted selection to binary.  */
>     cs = xmalloc (sizeof (struct selection_data));
> +   cs->data = NULL;
>     cs->nofree = 1;
>     cs->property = property;
>     cs->wait_object = NULL;

Thanks for the patch, I'll test it ASAP and report back. Keep in mind
that the hang is not easy to reproduce (about twice a week), so I'll try
it for about 10 days.

Regards,
Emilio





reply via email to

[Prev in Thread] Current Thread [Next in Thread]