Your message dated Sun, 23 Mar 2003 00:46:40 +0900
with message-id <[EMAIL PROTECTED]>
and subject line malloc-bug in rpcgen (netkit-base-0.10-6.1)
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; 18 May 2001 11:15:19 +0000
>From [EMAIL PROTECTED] Fri May 18 06:15:19 2001
Return-path: <[EMAIL PROTECTED]>
Received: from mailhost.salomon.at (sauxa.salomon.at) [192.64.28.5] (root)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 150iE2-0005xR-00; Fri, 18 May 2001 06:15:18 -0500
Received: from salomon.at ([EMAIL PROTECTED] [192.64.28.217])
        by sauxa.salomon.at (8.9.3 (PHNE_18979)/8.8.6) with ESMTP id NAA26222;
        Fri, 18 May 2001 13:15:15 +0200 (METDST)
Sender: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 18 May 2001 13:14:52 +0200
From: Michael Haubenwallner <[EMAIL PROTECTED]>
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.18 i686)
X-Accept-Language: de-AT, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Re: malloc-bug in rpcgen (netkit-base-0.10-6.1)
References: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]

Package: netbase
Version: 3.18-4

Hello!

Please excuse me some formal mistakes, i am not really
familiar with reporting bugs to you :)
The missing package-header in the previous mail
was such one, sorry.

Here's the problem i had on my potato-distribution
with kernel 2.2.18 and netbase-package version 3.18-4.

While i have set MALLOC_CHECK_=2 in my environment,
the rpcgen abort's when creating the xdr-file and the
xdr-File contains a struct where some fields can
be inline'd:

$ uname -a
Linux sapc154 2.2.18 #6 Thu Apr 12 17:05:24 CEST 2001 i686 unknown
$ cat test.x
struct _MYSTRUCT {
    long Val1;
    long StopReq;
    long StopArg;
    long StopCountDown;
};
$ export MALLOC_CHECK_=2
$ rpcgen -c test.x
/*
 * Please do not edit this file.

Reply via email to