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

Bug#237970: marked as done (fontconfig: gnome, kde, mozilla broken)



Your message dated Tue, 20 Apr 2004 23:14:40 -0500
with message-id <20040421041440.GP21188@deadbeast.net>
and subject line Bug#237970: libxrender1: problem can be reproduce with those gnome-font-properties settings
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Mar 2004 16:42:52 +0000
>From abrowaeys@libertysurf.fr Sun Mar 14 08:42:52 2004
Return-path: <abrowaeys@libertysurf.fr>
Received: from mail.libertysurf.net [213.36.80.91] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B2YhP-0004P6-00; Sun, 14 Mar 2004 08:42:52 -0800
Received: from argos.server.maison (212.129.23.220) by mail.libertysurf.net (6.5.036)
        id 403C479401F4AA41; Sun, 14 Mar 2004 17:42:21 +0100
Received: from prahal by argos.server.maison with local (Exim 3.36 #1 (Debian))
	id 1B2Ymh-0008V1-00; Sun, 14 Mar 2004 17:48:19 +0100
Date: Sun, 14 Mar 2004 17:48:19 +0100
From: albanbrowaeys@oreka.com
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: fontconfig: gnome, kde, mozilla broken
Message-ID: <20040314164818.GA31975@argos.server>
Reply-To: Alban Browaeys <albanbrowaeys@oreka.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 2.52
User-Agent: Mutt/1.5.5.1+cvs20040105i
Sender: <abrowaeys@libertysurf.fr>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.6 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level: 

Package: fontconfig
Version: 2.2.2-1
Severity: critical
Tags: sid
Justification: breaks unrelated software

all geeko based soft (galeon, epiphany, mozilla, firefox, ...) segfault
, xchat and others too

all kde3/qt3 and gnome2.4,2.6/qt>=2.4 render under 1 pixel fonts if i
use ttf fonts , whenever i enable bitmapped i got an 11 pix font that s
all (on a 1280x1024 screen you d bet it s unreadable )
konqueror get 0 pix text ... so i m left with elinks.


Maybe more things are broken ... i m using console, x core or gnustep apps by
now.

The strace of mozilla seems of no use:
stat64("/usr/lib/mozilla/res/fonts/fontEncoding.properties", 0xbfffd03c)
= -1 ENOENT (No such file or directory)
lstat64("/usr/lib/mozilla/res/fonts/fontEncoding.properties",
0xbfffd03c) = -1 ENOENT (No such file or directory)
open("/var/lib/defoma/fontconfig.d/B/Bitstream-Vera-Serif.ttf",
O_RDONLY) = 23
fcntl64(23, F_SETFD, FD_CLOEXEC)        = 0
fstat64(23, {st_mode=S_IFREG|0644, st_size=60280, ...}) = 0
mmap2(NULL, 60280, PROT_READ, MAP_PRIVATE, 23, 0) = 0x43bb9000
close(23)                               = 0
--- SIGFPE (Floating point exception) @ 0 (0) ---

the one from galeon:
open("/usr/lib/mozilla/components/dom_xpath.xpt", O_RDONLY|O_LARGEFILE)
= 24
read(24, "XPCOM\nTypeLib\r\n\32\1\2\0\n\0\0\5 \0\0\0\"\0\0\0019"...,
1312) = 1312
close(24)                               = 0
stat64("/usr/lib/mozilla/res/fonts/fontEncoding.properties", 0xbfffcefc)
= -1 ENOENT (No such file or directory)
lstat64("/usr/lib/mozilla/res/fonts/fontEncoding.properties",
0xbfffcefc) = -1 ENOENT (No such file or directory)
open("/var/lib/defoma/fontconfig.d/B/Bitstream-Vera-Sans.ttf", O_RDONLY)
= 24
fcntl64(24, F_SETFD, FD_CLOEXEC)        = 0
fstat64(24, {st_mode=S_IFREG|0644, st_size=65932, ...}) = 0
mmap2(NULL, 65932, PROT_READ, MAP_PRIVATE, 24, 0) = 0x4450f000
close(24)                               = 0
brk(0)                                  = 0x8b92000
brk(0x8bc0000)                          = 0x8bc0000
brk(0)                                  = 0x8bc0000
brk(0)                                  = 0x8bc0000
brk(0x8bb0000)                          = 0x8bb0000
brk(0)                                  = 0x8bb0000
brk(0)                                  = 0x8bb0000
brk(0)                                  = 0x8bb0000
brk(0x8bae000)                          = 0x8bae000
brk(0)                                  = 0x8bae000
--- SIGFPE (Floating point exception) @ 0 (0) ---


the one from xchat
open("/var/lib/defoma/fontconfig.d/B/Bitstream-Vera-Sans-Mono.ttf",
O_RDONLY) = 4
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=49224, ...}) = 0
mmap2(NULL, 49224, PROT_READ, MAP_PRIVATE, 4, 0) = 0x40621000
close(4)              
 ... fonts loaded ?

pen("/home/prahal/.themes/fishing the
sky/gtk-2.0/lines_background_blue.png", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=133, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x4064b000
read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\1\0\0\0@\10\2\0\0\0"...,
4096) = 133
_llseek(4, 0, [0], SEEK_SET)            = 0
read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\1\0\0\0@\10\2\0\0\0"...,
4096) = 133
close(4)                                = 0
munmap(0x4064b000, 4096)                = 0
write(3, "\2\2\4\0\304\0\340\3\0@\0\0\0\0\0\0005\20\4\0\305\0\340"...,
1300) = 1300
read(3, "\26\3707\2\304\0\340\3\304\0\340\3\303\0\340\3\2\0\2\0"..., 32)
= 32
read(3, "\1\0209\2\0\0\0\0X\0\0\0\0\0\0\0\0\5\0\4\0\0\0\0\20\316"...,
32) = 32
--- SIGFPE (Floating point exception) @ 0 (0) ---



using the gnome theme manager even lead to a frame buffer corruption
(vesafb) - while trying to use a monospace font whih lead to a 30x 
resize of each text box (eg.  the start  menu is arounone meter  wide
with  empty text  ) 
the proc go crazy evry there and now 


the box was ok before thursday upgrade 


Hope it s a typo else damn ... .
Alban


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.4
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro

Versions of packages fontconfig depends on:
ii  debconf [debconf-2.0]       1.4.16       Debian configuration management sy
ii  defoma                      0.11.7       Debian Font Manager -- automatic f
ii  gsfonts-x11                 0.17         Make Ghostscript fonts available t
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libexpat1                   1.95.6-8     XML parsing C library - runtime li
ii  libfontconfig1              2.2.2-1      generic font configuration library
ii  libfreetype6                2.1.7-2      FreeType 2 font engine, shared lib
ii  msttcorefonts               1.1.3        Installer for Microsoft TrueType c
ii  ttf-bitstream-vera          1.10-3       The Bitstream Vera family of free 
ii  ttf-freefont                20030519-1   Freefont Serif, Sans and Mono True
ii  ucf                         0.32         Update Configuration File: preserv
ii  zlib1g                      1:1.2.1-5    compression library - runtime

-- debconf information:
* fontconfig/subpixel_rendering: false
* fontconfig/enable_bitmaps: false
* fontconfig/enable_autohinter: true

---------------------------------------
Received: (at 237970-done) by bugs.debian.org; 21 Apr 2004 04:14:41 +0000
>From branden@deadbeast.net Tue Apr 20 21:14:41 2004
Return-path: <branden@deadbeast.net>
Received: from dhcp065-026-182-085.indy.rr.com (redwald.deadbeast.net) [65.26.182.85] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BG98D-0004mK-00; Tue, 20 Apr 2004 21:14:41 -0700
Received: by redwald.deadbeast.net (Postfix, from userid 1000)
	id 5BEE5640E1; Tue, 20 Apr 2004 23:14:40 -0500 (EST)
Date: Tue, 20 Apr 2004 23:14:40 -0500
From: Branden Robinson <branden@debian.org>
To: 237970-done@bugs.debian.org
Subject: Re: Bug#237970: libxrender1: problem can be reproduce with those gnome-font-properties settings
Message-ID: <20040421041440.GP21188@deadbeast.net>
References: <[🔎] 20040420003204.GA9362@argos.server>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="W+SeThb1UGlzpiPr"
Content-Disposition: inline
In-Reply-To: <[🔎] 20040420003204.GA9362@argos.server>
Mail-Copies-To: nobody
X-No-CC: I subscribe to this list; do not CC me on replies.
User-Agent: Mutt/1.5.5.1+cvs20040105i
Delivered-To: 237970-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1


--W+SeThb1UGlzpiPr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Apr 20, 2004 at 02:32:04AM +0200, albanbrowaeys@oreka.com wrote:
> Package: libxrender1
> Version: 0.8.3-7
> Severity: normal
> Followup-For: Bug #237970
>=20
> The problem was fixed per system in capplet gnome-font-properties. The
> dpi was set to 50 after the upgrade of fontconfig/xrender/capplets
> .
> Thanks to debian user ML for the fix. You should have received this
> message and the close request for weeks ... i guess debbuggtk was a bad
> choice.
>=20
> The problem is reproducible by starting gnome-font-setting ,
> going in advanced options and setting dpi to 50 or around. Usually
> starting a gtk app corrupt X. If not you could try to use gnome-session
> with this settings this should do it.This end up being a very wide
> corruption by an unpredictible incorrect setting.

Thanks for following up.

Closing as GNOME misconfiguration by user.

--=20
G. Branden Robinson                |
Debian GNU/Linux                   |           If ignorance is bliss,
branden@debian.org                 |           is omniscience hell?
http://people.debian.org/~branden/ |

--W+SeThb1UGlzpiPr
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iEYEARECAAYFAkCF9TAACgkQ6kxmHytGonwbWwCdEwQJ9brFSbjzhL2TOqdafzIe
PL4An2l0EFNTvYhZlhHp0dOy1012vqQs
=x7pK
-----END PGP SIGNATURE-----

--W+SeThb1UGlzpiPr--



Reply to: