ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@mivlgu.murom.ru>
To: Devel mailing list <devel@altlinux.ru>
Subject: [devel] GTK+ + XFree 4.2.0 = bug?
Date: Tue, 5 Feb 2002 20:56:11 +0300
Message-ID: <20020205205611.2c011feb.vsu@mivlgu.murom.ru> (raw)

Доброе время суток.

Пожалуйста, обратите внимание на bug #546. Он повешен на
Sylpheed, но у себя я его не могу воспроизвести, а обвал
происходит в очень подозрительном месте:

gint
gdk_string_to_compound_text (const gchar *str,
			     GdkAtom *encoding, gint *format,
			     guchar **ctext, gint *length)
{
  gint res;
  XTextProperty property;
  gint sanitized_text_length;
  gchar *sanitized_text;

  res = XmbTextListToTextProperty (GDK_DISPLAY(), 
				   (char **)&str, 1, XCompoundTextStyle,
                               	   &property);
  if (res != Success)
    {
      property.encoding = None;
      property.format = None;
      property.value = NULL;
      property.nitems = 0;
    }

  g_assert (property.encoding == gdk_atom_intern ("COMPOUND_TEXT", FALSE) && property.format == 8);

(вот на этом assert и падает).

Т.е. получается, что либо XmbTextListToTextProperty возвращает
что-то странное в property, либо завершается с ошибкой (и я не
понимаю смысл выполняемых в if действий в этом случае - не проще
ли было написать g_assert(res == Success), ведь все равно тут же
упадем на следующем assert).

Есть подозрение на изменения в XFree86 4.2.0, но его у меня нет,
и выкачать не дают :-(

... Так, пока писал, уже подтвердили, что gedit на этом тексте
тоже так же падает. Так что проблема серьезная.

-- 
Сергей Власов



             reply	other threads:[~2002-02-05 17:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-05 17:56 Sergey Vlasov [this message]
2002-02-05 18:01 ` Vyt
2002-02-05 18:31   ` Aleksey Novodvorsky
2002-02-05 18:19     ` Vyt
2002-02-05 19:00 ` Anton Farygin

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

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

  git send-email \
    --in-reply-to=20020205205611.2c011feb.vsu@mivlgu.murom.ru \
    --to=vsu@mivlgu.murom.ru \
    --cc=devel@altlinux.ru \
    /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

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git