From: jason@openinformatics.com (Jason E. Stewart)
To: "linuxppc" <linuxppc-dev@lists.linuxppc.org>
Subject: libXrender bug crashes OpenOffice
Date: 27 Nov 2001 15:37:38 -0700 [thread overview]
Message-ID: <87u1vfkfgt.fsf_-_@openinformatics.com> (raw)
In-Reply-To: <20011127221834.23360@smtp.wanadoo.fr>
Hey All,
While running Kevin Hendrix's build of OpenOffice I kept getting
Abort's for no reason. We've finally limited down to the Xrender
lib. When it's not on my system, OpenOffice runs fine, with it I get
crashes.
Kevin found a bug in the library and fixed it and OpenOffice runs fine
on his system with libXrender installed. I downloaded the latest xlibs
source from sid and checked, but his patch hasn't yet been
included.
Will it be included soon?
Thanks,
jas.
--- xc/lib/Xrender/Xrender.c.prev Wed Oct 10 22:38:25 2001
+++ xc/lib/Xrender/Xrender.c Wed Oct 10 22:39:09 2001
@@ -193,7 +193,7 @@
rep.numVisuals * sizeof (xPictVisual));
xData = (void *) Xmalloc (rlength);
- if (!xri || !xFormat)
+ if (!xri || !xData)
{
if (xri) Xfree (xri);
if (xData) Xfree (xData);
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2001-11-27 22:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-27 8:02 TiBook, 1394, iPod working (sort of ;-) Halfmann, Klaus
2001-11-27 8:24 ` Ethan Benson
2001-11-27 18:15 ` David A. Gatwood
2001-11-27 22:18 ` Benjamin Herrenschmidt
2001-11-27 22:37 ` Jason E. Stewart [this message]
2001-11-27 23:15 ` libXrender bug crashes OpenOffice Michel Dänzer
2001-11-27 23:47 ` Jason E. Stewart
2001-11-28 0:27 ` Michel Dänzer
2001-11-27 23:20 ` TiBook, 1394, iPod working (sort of ;-) Ira Weiny
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=87u1vfkfgt.fsf_-_@openinformatics.com \
--to=jason@openinformatics.com \
--cc=linuxppc-dev@lists.linuxppc.org \
/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.
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 NNTP newsgroup(s).