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

Bug#66312: marked as done (Crash in "Other options" (when sizeof(int) != sizeof(long)))



Your message dated Tue, 10 Apr 2001 23:25:07 -0700
with message-id <20010410232507.A6662@kitenet.net>
and subject line closing nmu fixed bugs
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Jun 2000 20:34:27 +0000
>From falk@zxmjz18.extern.uni-tuebingen.de Mon Jun 26 15:34:27 2000
Return-path: <falk@zxmjz18.extern.uni-tuebingen.de>
Received: from mx01.uni-tuebingen.de [134.2.3.11] 
	by master.debian.org with esmtp (Exim 3.12 2 (Debian))
	id 136faM-00005j-00; Mon, 26 Jun 2000 15:34:27 -0500
Received: from localhost (p1ks072.extern.uni-tuebingen.de [134.2.226.72])
	by mx01.uni-tuebingen.de (8.9.3/8.9.3) with ESMTP id WAA02353;
	Mon, 26 Jun 2000 22:34:18 +0200
Received: from falk by localhost with local (Exim 3.12 #1 (Debian))
	id 136fZR-0004CM-00; Mon, 26 Jun 2000 22:33:29 +0200
From: Falk Hueffner <falk@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Crash in "Other options" (when sizeof(int) != sizeof(long))
X-Reportbug-Version: 0.54
X-Mailer: reportbug 0.54
Date: Mon, 26 Jun 2000 22:33:29 +0200
Message-Id: <E136fZR-0004CM-00@localhost>
Sender: Falk Hueffner <falk@zxmjz18.extern.uni-tuebingen.de>
Delivered-To: submit@bugs.debian.org

Package: xmbdfed
Version: 4.3-3
Severity: normal

On an Alpha, xmbdfed crashes in the "Other options" dialog. Also, the
glyph editing box pixel size is soo small. The reason is that
pixel_size gets shot. This patch is needed.

--- xmbdfed.c~ Mon Jun 26 20:43:10 2000
+++ xmbdfed.c Mon Jun 26 22:27:40 2000
@@ -199,7 +199,7 @@
     },
     {
         "initialGlyph", "InitialGlyph",
-        "GlyphCode", sizeof(long),
+        "GlyphCode", sizeof(int),
         XtOffsetOf(MXFEditorOptions, initial_glyph),
         XmRImmediate, (XtPointer) -1
     },

	Falk


-- System Information
Debian Release: 2.2
Architecture: alpha
Kernel: Linux borkum 2.2.14 #1 Tue May 30 01:00:41 CEST 2000 alpha

Versions of packages xmbdfed depends on:
ii  freetype2                     1.3.1-1    The FREE TrueType Font Engine, sha
ii  gzip                          1.2.4-33   The GNU compression utility.      
ii  lesstif1                      1:0.89.4-3 OSF/Motif implementation released 
ii  libc6.1                       2.1.3-10   GNU C Library: Shared libraries an
ii  xlib6g                        3.3.6-7    shared libraries required by X cli
ii  xpm4g [libxpm4]               3.4k-5     the X PixMap library              


---------------------------------------
Received: (at 66312-done) by bugs.debian.org; 11 Apr 2001 06:25:12 +0000
>From joey@kitenet.net Wed Apr 11 01:25:12 2001
Return-path: <joey@kitenet.net>
Received: from kitenet.net [198.144.200.155] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14nE3w-0000Vb-00; Wed, 11 Apr 2001 01:25:08 -0500
Received: by kitenet.net (Postfix, from userid 500)
	id 928D0BC020; Tue, 10 Apr 2001 23:25:07 -0700 (PDT)
Date: Tue, 10 Apr 2001 23:25:07 -0700
From: Joey Hess <joeyh@debian.org>
To: 90053-done@bugs.debian.org, 90383-done@bugs.debian.org,
	52336-done@bugs.debian.org, 59963-done@bugs.debian.org,
	61330-done@bugs.debian.org, 62902-done@bugs.debian.org,
	65230-done@bugs.debian.org, 66312-done@bugs.debian.org,
	70823-done@bugs.debian.org, 80679-done@bugs.debian.org,
	84542-done@bugs.debian.org, 90298-done@bugs.debian.org,
	91019-done@bugs.debian.org, 91026-done@bugs.debian.org,
	91594-done@bugs.debian.org, 91606-done@bugs.debian.org,
	93064-done@bugs.debian.org, 86319-done@bugs.debian.org,
	89231-done@bugs.debian.org, 92674-done@bugs.debian.org,
	64414-done@bugs.debian.org, 56722-done@bugs.debian.org,
	40496-done@bugs.debian.org, 22886-done@bugs.debian.org
Subject: closing nmu fixed bugs
Message-ID: <20010410232507.A6662@kitenet.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.17i
Delivered-To: 66312-done@bugs.debian.org

These bugs were fixed in past uploads of the respective packages, which
are all "maintained" by the Debian QA Group.

-- 
see shy jo



Reply to: