emacs-devel
[Top][All Lists]
Advanced

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

Re: GC crashes


From: Chong Yidong
Subject: Re: GC crashes
Date: Sat, 17 Dec 2005 14:52:00 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>   #0  initialize_cut_buffers (display=0x8, window=16843009) at xselect.c:2316
>       data = (unsigned char *) 0x820c124 "\213\367\017\b\001"
>
>   #1  0x080ff866 in Fx_rotate_cut_buffers_internal (n=8) at xselect.c:2470
>       window = 73
>       props = {0, 0, 0, 0, 136364324, 138120105, 3220375768, 135779857}
>       display = (Display *) 0x8748060
>       sf = (struct frame *) 0x856d418
>   
> The relevant line of code in Fx_rotate_cut_buffers_internal is
>
>   initialize_cut_buffers (display, window);
>
> and the code in initialize_cut_buffers is
>
>   static void
>   initialize_cut_buffers (display, window)
>        Display *display;
>        Window window;
>   {
>     unsigned char *data = (unsigned char *) "";

So does anyone have any idea how to proceed?  If so, I can forward it
to Friedrichs.  The alternative would be to put an entry in
etc/PROBLEMS, close this bug, and work on other things.




reply via email to

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