Your message dated 09 May 2001 20:07:18 +0200 with message-id <[EMAIL PROTECTED]> and subject line g++: generates code which throws unaligned traps on Alpha 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; 23 Aug 1999 22:47:41 +0000 Received: (qmail 17473 invoked from network); 23 Aug 1999 22:47:40 -0000 Received: from mx01.uni-tuebingen.de (134.2.3.11) by master.debian.org with SMTP; 23 Aug 1999 22:47:40 -0000 Received: from borkum ([EMAIL PROTECTED] [172.16.9.8]) by mx01.uni-tuebingen.de (8.8.8/8.8.8) with ESMTP id AAA27808; Tue, 24 Aug 1999 00:47:36 +0200 Received: by zxmjz18.extern.uni-tuebingen.de via sendmail from stdin id <[EMAIL PROTECTED]> (Debian Smail3.2.0.102) for [EMAIL PROTECTED]; Tue, 24 Aug 1999 00:19:23 +0200 (CEST) Message-Id: <[EMAIL PROTECTED]> From: Falk Hueffner <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: generates code which throws unaligned traps on Alpha X-Mailer: reportbug 0.21 Date: Tue, 24 Aug 1999 00:19:23 +0200 Package: g++ Version: 1:2.95-3 Severity: normal File: /usr/bin/c++ Even the most trivial "int main(){}" program generates a binary that throws unaligned traps: Aug 24 00:08:33 borkum kernel: a.out(4124): unaligned trap at 000002000000ebc8: 00000200002785c4 29 2 Aug 24 00:08:33 borkum kernel: a.out(4124): unaligned trap at 000002000000ebd4: 00000200002785c4 2d 2 Aug 24 00:08:33 borkum kernel: a.out(4124): unaligned trap at 000002000000ebc8: 000002000027b14c 29 2 Aug 24 00:08:33 borkum kernel: a.out(4124): unaligned trap at 000002000000ebd4: 000002000027b14c 2d 2 addr2line says it comes from /src/gcc/gcc-2.95/gcc/config/alpha/crtend.asm:106 which is likely wrong, since addr2line says the same thing when giving random adresses... When inserting a sleep, one notices that the traps are thrown on startup, not in the cleanup code. Falk -- System Information Debian Release: potato Architecture: alpha Kernel: Linux borkum 2.2.5 #2 Mon Apr 12 09:16:55 CEST 1999 alpha Versions of packages g++ depends on: ii gcc 1:2.95-3 The GNU C compiler. ii libc6.1 2.1.2-0pre6 GNU C Library: Shared libraries an ii libstdc++2.10-dev 1:2.95-3 The GNU stdc++ library (developmen --------------------------------------- Received: (at 43401-done) by bugs.debian.org; 9 May 2001 18:07:35 +0000 >From [EMAIL PROTECTED] Wed May 09 13:07:35 2001 Return-path: <[EMAIL PROTECTED]> Received: from mailout04.sul.t-online.com [194.25.134.18] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14xYN4-00024O-00; Wed, 09 May 2001 13:07:35 -0500 Received: from fwd07.sul.t-online.de by mailout04.sul.t-online.com with smtp id 14xYN6-0006Zo-0H; Wed, 09 May 2001 20:07:36 +0200 Received: from localhost ([EMAIL PROTECTED]) by fmrl07.sul.t-online.com with esmtp id 14xYN6-0iqcYCC; Wed, 9 May 2001 20:07:36 +0200 Received: from falk by localhost with local (Exim 3.22 #1 (Debian)) id 14xYMp-0000Fo-00 for <[EMAIL PROTECTED]>; Wed, 09 May 2001 20:07:19 +0200 X-Face: >Q)4Pn.JVfRz{G(G_eIkykbZGG\)2mk8:5a"{^Mk07iC#F.t2L7h<Sa|7Zr1_L8[nbiq:8F %o\(7>|]{*cFg$GEPDdun~+UTjG(^4z<_Ksw%L-\w0xDmUR~<zsnGH]&sK=M\Y=;U4XZ"z)[CX6I6d _p To: [EMAIL PROTECTED] Subject: g++: generates code which throws unaligned traps on Alpha From: Falk Hueffner <[EMAIL PROTECTED]> Date: 09 May 2001 20:07:18 +0200 In-Reply-To: Mail Delivery System's message of "Wed, 09 May 2001 19:26:05 +0200" Message-ID: <[EMAIL PROTECTED]> Lines: 3 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Molpe) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Falk Hueffner <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] I have not been able to reproduce this for a long time, so I close it. Falk