GNU bug report logs -
#16058
24.3.50; X protocol error: BadAlloc...
Previous Next
Full log
Message #26 received at 16058 <at> debbugs.gnu.org (full text, mbox):
Dmitry Antipov <dmantipov <at> yandex.ru> writes:
> On 12/05/2013 11:10 AM, Thierry Volpiatto wrote:
>
>> So you mean try to reproduce the bug with emacs compiled with:
>> ./configure --with-x-toolkit=lucid --without-toolkit-scroll-bars
>> then with:
>> ./configure --with-x-toolkit=lucid --without-toolkit-scroll-bars --without-gconf
>> then with:
>> ./configure --with-x-toolkit=lucid --without-toolkit-scroll-bars --without-gconf --without-gsettings
>> then with:
>> ./configure --with-x-toolkit=lucid --without-toolkit-scroll-bars --without-all
>
> Could you please try the following steps:
>
> 1) Run under xtruss (http://www.chiark.greenend.org.uk/~sgtatham/xtruss)
> and check for BadAlloc raised by XCreatePixmap, like below:
Do you want the output of xtruss? (huge)
> 2) Check whether you hit this eassert:
>
> === modified file 'src/xdisp.c'
> --- src/xdisp.c 2013-12-04 18:46:47 +0000
> +++ src/xdisp.c 2013-12-06 05:53:44 +0000
> @@ -23803,6 +23803,7 @@
> s->background_width = last_x - s->x + 1;
> else
> s->background_width = s->width;
> + eassert (s->background_width > 0);
> }
Do you want me to apply this patch and see some resulting error in the
xtruss output?
> 3) Check whether an issue disappears when you configure without '--without-gsettings'.
Yes the issue disappear, configured with only:
./configure --with-x-toolkit=lucid --without-toolkit-scroll-bars
--
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997
This bug report was last modified 11 years and 159 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.