public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* message duplication [Fwd: gfortran on 64-bit]
@ 2005-11-19  7:16 Brian Dessent
  2005-11-19 13:29 ` Christopher Faylor
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Dessent @ 2005-11-19  7:16 UTC (permalink / raw)
  To: overseers

[-- Attachment #1: Type: text/plain, Size: 2101 bytes --]


I have so far received ten identical copies of the attached message on
the gcc-help (at) gcc.gnu.org mailing list.  It looks like the machine
"venus.usc.edu" keeps repeatedly delivering the message, but the 'Date:'
and 'Message-Id:' headers are the same in every case which seems to
imply that it's the same message stuck in a queue somewhere rather than
being sent multiple times by the sender.  The ML archives on
gcc.gnu.org/ml/gcc-help/ only shows one copy, I guess because it has the
same message-ID.

Here is the first sourceware "Received:" header from each copy:

Received: from venus.usc.edu (HELO venus.usc.edu) (128.125.38.186)
    by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 18 Nov 2005
17:08:19 +0000

Received: from venus.usc.edu (HELO venus.usc.edu) (128.125.38.186)
    by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 18 Nov 2005
17:29:14 +0000

Received: from venus.usc.edu (HELO venus.usc.edu) (128.125.38.186)
    by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 18 Nov 2005
18:02:33 +0000

Received: from venus.usc.edu (HELO venus.usc.edu) (128.125.38.186)    
by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 18 Nov 2005
19:09:13 +0000

Received: from venus.usc.edu (HELO venus.usc.edu) (128.125.38.186)    
by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 18 Nov 2005
20:32:34 +0000

Received: from venus.usc.edu (HELO venus.usc.edu) (128.125.38.186)    
by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 18 Nov 2005
21:55:54 +0000

Received: from venus.usc.edu (HELO venus.usc.edu) (128.125.38.186)    
by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 18 Nov 2005
23:19:14 +0000

Received: from venus.usc.edu (HELO venus.usc.edu) (128.125.38.186)    
by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 19 Nov 2005
00:42:34 +0000

Received: from venus.usc.edu (HELO venus.usc.edu) (128.125.38.186)    
by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 19 Nov 2005
02:05:54 +0000

Received: from venus.usc.edu (HELO venus.usc.edu) (128.125.38.186)    
by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 19 Nov 2005
03:29:14 +0000

[-- Attachment #2: Type: message/rfc822, Size: 3007 bytes --]

From: ghanem@venus.usc.edu (Roger Ghanem)
To: gcc-help@gcc.gnu.org
Subject: gfortran on 64-bit
Date: Fri, 18 Nov 2005 09:07:52 -0800 (PST)
Message-ID: <20051118170752.9BAC752F6B9@venus.usc.edu>

I am having some difficulties writing double precision variables using gfortran in 64-bit mode:
source code is

      double precision d
      d=0.
      write(0,*) d
      end

$ /usr/local/usr/bin/gfortran-4.0 -m64 -o pmain2 pmain2.f -L/usr/local/usr/lib
$ ./pmain2 
Illegal instruction

If I define d to be integer, then I am able to print it with no problem.

Configuration for this gfortran:

$ /usr/local/usr/bin/gfortran-4.0 -v
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /Build/apple/gcc/build/obj/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/
man --enable-languages=c,objc,c+
+,obj-c++,f95 --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --build=powerpc-
apple-darwin8 --host=powerpc-apple-
darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5224)

Thank you for your help
Roger Ghanem


Roger Ghanem
254C Kaprielian Hall
University of Southern California
Los Angeles, CA 90089
Tel:  213 740 9528
Fax: 213 740 2037

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: message duplication [Fwd: gfortran on 64-bit]
  2005-11-19  7:16 message duplication [Fwd: gfortran on 64-bit] Brian Dessent
@ 2005-11-19 13:29 ` Christopher Faylor
  2005-11-20 20:53   ` Brian Dessent
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Faylor @ 2005-11-19 13:29 UTC (permalink / raw)
  To: overseers, Brian Dessent

On Fri, Nov 18, 2005 at 08:32:40PM -0800, Brian Dessent wrote:
>I have so far received ten identical copies of the attached message on
>the gcc-help (at) gcc.gnu.org mailing list.  It looks like the machine
>"venus.usc.edu" keeps repeatedly delivering the message, but the
>'Date:' and 'Message-Id:' headers are the same in every case which
>seems to imply that it's the same message stuck in a queue somewhere
>rather than being sent multiple times by the sender.  The ML archives
>on gcc.gnu.org/ml/gcc-help/ only shows one copy, I guess because it has
>the same message-ID.

I've temporarily blocked this site from sending email to sourceware.org.
I'll try to remember to turn it on again in a few days to see if
they've calmed down.

cgf

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: message duplication [Fwd: gfortran on 64-bit]
  2005-11-19 13:29 ` Christopher Faylor
@ 2005-11-20 20:53   ` Brian Dessent
  2005-11-21 12:53     ` Christopher Faylor
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Dessent @ 2005-11-20 20:53 UTC (permalink / raw)
  To: overseers

Christopher Faylor wrote:

> I've temporarily blocked this site from sending email to sourceware.org.
> I'll try to remember to turn it on again in a few days to see if
> they've calmed down.

It doesn't seem to have stopped.  I have now received this message about
30 times.  Here are the headers of the latest copy:

Return-path: <gcc-help-return-22176-brian=dessent.net@gcc.gnu.org>
Envelope-to: brian@dessent.net
Delivery-date: Sun, 20 Nov 2005 19:29:17 +0000
Received: from sourceware.org ([209.132.176.174])
        by dessent.net with smtp (Exim 4.54)
        id 1EdusG-0005vn-Cx
        for brian@dessent.net; Sun, 20 Nov 2005 19:29:16 +0000
Received: (qmail 18784 invoked by alias); 20 Nov 2005 19:29:15 -0000
Received: (qmail 18771 invoked by uid 22791); 20 Nov 2005 19:29:15 -0000
X-Spam-Check-By: sourceware.org
Received: from venus.usc.edu (HELO venus.usc.edu) (128.125.38.186)    
by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 20 Nov 2005 19:29:14
+0000
Received: by venus.usc.edu (Postfix, from userid 1026)  id 9BAC752F6B9;
Fri, 18 Nov 2005 09:07:52 -0800 (PST)
To: gcc-help@gcc.gnu.org
Subject: gfortran on 64-bit
Message-Id: <20051118170752.9BAC752F6B9@venus.usc.edu>
Date: Fri, 18 Nov 2005 09:07:52 -0800 (PST)
From: ghanem@venus.usc.edu (Roger Ghanem)
Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Unsubscribe:
<mailto:gcc-help-unsubscribe-brian=dessent.net@gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-help/>
List-Post: <mailto:gcc-help@gcc.gnu.org>
List-Help: <mailto:gcc-help-help@gcc.gnu.org>
Sender: gcc-help-owner@gcc.gnu.org
Delivered-To: mailing list gcc-help@gcc.gnu.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: message duplication [Fwd: gfortran on 64-bit]
  2005-11-20 20:53   ` Brian Dessent
@ 2005-11-21 12:53     ` Christopher Faylor
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Faylor @ 2005-11-21 12:53 UTC (permalink / raw)
  To: overseers, Brian Dessent

On Sun, Nov 20, 2005 at 11:59:54AM -0800, Brian Dessent wrote:
>Christopher Faylor wrote:
>
>> I've temporarily blocked this site from sending email to sourceware.org.
>> I'll try to remember to turn it on again in a few days to see if
>> they've calmed down.
>
>It doesn't seem to have stopped.  I have now received this message about
>30 times.  Here are the headers of the latest copy:

I switched over to a new version of qpsmtpd and I forgot to copy the block
of this system over to the new version.  He should be re-blocked now.

cgf

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-20 20:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-19  7:16 message duplication [Fwd: gfortran on 64-bit] Brian Dessent
2005-11-19 13:29 ` Christopher Faylor
2005-11-20 20:53   ` Brian Dessent
2005-11-21 12:53     ` Christopher Faylor

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 read-only IMAP folder(s) and NNTP newsgroup(s).