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

Bug#156140: marked as done (libgdkxft0: gnucash crashes when using LD_PRELOAD=libgdkxft)



Your message dated Tue, 27 Jan 2004 15:07:30 +0000
with message-id <20040127150730.GA15790@deprecation.cyrius.com>
and subject line Removed
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; 10 Aug 2002 06:34:34 +0000
>From nmm@speakeasy.net Sat Aug 10 01:34:34 2002
Return-path: <nmm@speakeasy.net>
Received: from mail12.speakeasy.net (mail.speakeasy.net) [216.254.0.212] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17dPpa-0002ZN-00; Sat, 10 Aug 2002 01:34:34 -0500
Received: (qmail 18593 invoked from network); 10 Aug 2002 06:34:32 -0000
Received: from unknown (HELO gato) ([66.92.103.200]) (envelope-sender <nmm@speakeasy.net>)
          by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP
          for <submit@bugs.debian.org>; 10 Aug 2002 06:34:32 -0000
Received: from nickm by gato with local (Exim 3.35 #1 (Debian))
	id 17dPpY-0007Bf-00; Sat, 10 Aug 2002 02:34:32 -0400
From: Nick Mitchell <nmm@speakeasy.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libgdkxft0: gnucash crashes when using LD_PRELOAD=libgdkxft
X-Mailer: reportbug 1.50
Date: Sat, 10 Aug 2002 02:34:32 -0400
Message-Id: <E17dPpY-0007Bf-00@gato>
Sender: Nick Mitchell <nmm@speakeasy.net>
Delivered-To: submit@bugs.debian.org

Package: libgdkxft0
Version: 1.5-5
Severity: normal
Tags: patch

If I run gnucash with libgdkxft LD_PRELOAD'd, then generating a
guppi graph causes gnucash to crash. 

I think libgdkxft has a bug (!! :). Here's the patch at line 369
of version 1.5:

before:
  if (strstr(app_name, "mozilla") != NULL) {

after:
  if (app_name != NULL && strstr(app_name, "mozilla") != NULL) {


this shows up with gnucash, I 'spose, because it's embedding guppi, so that
there is no app_name, I suppose. Perhaps this is a bug with gnucash,
I don't know, but at the very least, libgdkxft should be resilient
to this condition.

nick



-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux gato 2.4.19-pre8-ac5 #6 Wed May 22 21:35:29 EDT 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libgdkxft0 depends on:
ii  libc6                         2.2.5-13   GNU C Library: Shared libraries an
ii  libglib1.2                    1.2.10-5   The GLib library of C routines
ii  libgtk1.2                     1.2.10-12  The GIMP Toolkit set of widgets fo
ii  xlibs                         4.1.0-17   X Window System client libraries


---------------------------------------
Received: (at 156140-done) by bugs.debian.org; 27 Jan 2004 15:07:42 +0000
>From tbm@cyrius.com Tue Jan 27 07:07:42 2004
Return-path: <tbm@cyrius.com>
Received: from bangpath.uucico.de [195.71.9.197] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AlUoY-00045f-00; Tue, 27 Jan 2004 07:07:42 -0800
Received: by bangpath.uucico.de (Postfix, from userid 10)
	id 986A026BB2; Tue, 27 Jan 2004 16:07:41 +0100 (CET)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
	id CCABEFFA0; Tue, 27 Jan 2004 15:07:30 +0000 (GMT)
Date: Tue, 27 Jan 2004 15:07:30 +0000
From: Martin Michlmayr <tbm@cyrius.com>
To: 139850-done@bugs.debian.org, 141747-done@bugs.debian.org,
	143612-done@bugs.debian.org, 145821-done@bugs.debian.org,
	151042-done@bugs.debian.org, 151245-done@bugs.debian.org,
	156140-done@bugs.debian.org, 167276-done@bugs.debian.org
Subject: Removed
Message-ID: <20040127150730.GA15790@deprecation.cyrius.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1+cvs20040105i
Delivered-To: 156140-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=3.8 required=4.0 tests=SORTED_RECIPS autolearn=no 
	version=2.60-bugs.debian.org_2004_01_25
X-Spam-Level: ***

This package has been removed from Debian unstable: doesn't meet
build-depends, upstream not very active, breaks gtk2.

-- 
Martin Michlmayr
tbm@cyrius.com



Reply to: