unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dmitry Antipov <dmantipov@yandex.ru>
To: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Cc: 16058@debbugs.gnu.org
Subject: bug#16058: 24.3.50; X protocol error: BadAlloc...
Date: Fri, 06 Dec 2013 10:26:28 +0400	[thread overview]
Message-ID: <52A16E14.9030007@yandex.ru> (raw)
In-Reply-To: <87y53zu62a.fsf@gmail.com>

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:

02400000: ChangeGC(gc=g#02400067, clip-mask=None)
02400000:  ... CreatePixmap(pid=p#0240012D, drawable=wp#02400064, depth=24, width=576, height=65459) = BadAlloc
02400000:  ... PolyFillRectangle(drawable=wp#0240012D, gc=g#02400104, rectangles[0]={x=0, y=0, width=65459, height=44}) = BadDrawable(drawable=wp#0240012D)
02400000:  ... CopyArea(src-drawable=wp#024000CA, dst-drawable=wp#0240012D, gc=g#02400104, src-x=0, src-y=0, width=24, height=24, dst-x=5, dst-y=10) = BadDrawable(drawable=wp#0240012D)
02400000:  ... CopyArea(src-drawable=wp#0240012D, dst-drawable=wp#02400064, gc=g#02400104, src-x=0, src-y=0, width=65459, height=44, dst-x=711, dst-y=0) = BadDrawable(drawable=wp#0240012D)
02400000:  ... FreePixmap(pixmap=p#0240012D) = BadPixmap(pixmap=p#0240012D)

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);
  }

3) Check whether an issue disappears when you configure without '--without-gsettings'.

Dmitry






  parent reply	other threads:[~2013-12-06  6:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-05  5:51 bug#16058: 24.3.50; X protocol error: BadAlloc Thierry Volpiatto
2013-12-05  6:51 ` Dmitry Antipov
2013-12-05  7:10   ` Thierry Volpiatto
2013-12-05  8:46     ` Dmitry Antipov
2013-12-05 17:44       ` Eli Zaretskii
2013-12-05 19:52         ` Jan Djärv
2013-12-06  6:26     ` Dmitry Antipov [this message]
2013-12-06  8:39       ` Thierry Volpiatto
2013-12-09  8:36         ` Dmitry Antipov
2013-12-09 16:43           ` Eli Zaretskii
2013-12-09 17:11             ` Dmitry Antipov
2013-12-09 18:15               ` Eli Zaretskii
2013-12-10 13:26                 ` Dmitry Antipov
2013-12-14  8:13           ` Thierry Volpiatto
2013-12-14  8:56             ` Eli Zaretskii
2013-12-14 10:10               ` Thierry Volpiatto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52A16E14.9030007@yandex.ru \
    --to=dmantipov@yandex.ru \
    --cc=16058@debbugs.gnu.org \
    --cc=thierry.volpiatto@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).