Your message dated 29 Jun 2001 23:47:23 +0200 with message-id <[EMAIL PROTECTED]> and subject line [alpha] main() {char data[10000000];} crashes 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; 8 Jun 2000 09:19:53 +0000 >From [EMAIL PROTECTED] Thu Jun 08 04:19:53 2000 Return-path: <[EMAIL PROTECTED]> Received: from mx02.uni-tuebingen.de [134.2.3.12] by master.debian.org with esmtp (Exim 3.12 2 (Debian)) id 12zyTg-0002kC-00; Thu, 08 Jun 2000 04:19:52 -0500 Received: from borkum (p1ks117.extern.uni-tuebingen.de [134.2.226.117]) by mx02.uni-tuebingen.de (8.9.3/8.9.3) with ESMTP id LAA08676; Thu, 8 Jun 2000 11:19:49 +0200 Received: by zxmjz18.extern.uni-tuebingen.de via sendmail from stdin id <[EMAIL PROTECTED]> (Debian Smail3.2.0.102) for [EMAIL PROTECTED]; Thu, 8 Jun 2000 10:45:49 +0200 (CEST) Message-Id: <[EMAIL PROTECTED]> From: Falk Hueffner <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: main() {char data[10000000];} crashes on Alpha X-Reportbug-Version: 0.54 X-Mailer: reportbug 0.54 Date: Thu, 08 Jun 2000 10:45:49 +0200 Delivered-To: [EMAIL PROTECTED] Package: gcc Version: 1:2.95.2-12 Severity: normal File: /usr/bin/gcc [EMAIL PROTECTED]:~/src/pq% cat bug.c int main() { char data[10000000]; return 0; } [EMAIL PROTECTED]:~/src/pq% gcc bug.c -o bug [EMAIL PROTECTED]:~/src/pq% ./bug zsh: segmentation fault (core dumped) ./bug Slightly less, like 5000000, works ok. I have 128 MB of memory, so that shouldn't be the problem. It also works on i386. 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 gcc depends on: ii binutils 2.9.5.0.37-1 The GNU assembler, linker and bina ii cpp 1:2.95.2-12 The GNU C preprocessor. ii libc6.1 2.1.3-10 GNU C Library: Shared libraries an --------------------------------------- Received: (at 65364-done) by bugs.debian.org; 29 Jun 2001 21:47:43 +0000 >From [EMAIL PROTECTED] Fri Jun 29 16:47:43 2001 Return-path: <[EMAIL PROTECTED]> Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.de) [::ffff:194.25.134.80] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15G675-0004HP-00; Fri, 29 Jun 2001 16:47:43 -0500 Received: from fwd01.sul.t-online.de by mailout01.sul.t-online.de with smtp id 15G670-0002KA-03; Fri, 29 Jun 2001 23:47:38 +0200 Received: from localhost ([EMAIL PROTECTED]) by fmrl01.sul.t-online.com with esmtp id 15G66n-1YyUMKC; Fri, 29 Jun 2001 23:47:25 +0200 Received: from falk by localhost with local (Exim 3.22 #1 (Debian)) id 15G66l-0000FO-00 for <[EMAIL PROTECTED]>; Fri, 29 Jun 2001 23:47:23 +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: [alpha] main() {char data[10000000];} crashes From: Falk Hueffner <[EMAIL PROTECTED]> Date: 29 Jun 2001 23:47:23 +0200 Message-ID: <[EMAIL PROTECTED]> Lines: 6 User-Agent: Gnus/5.0808 (Gnus v5.8.8) 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] Hi, As already mentioned in previous posts, this is actually a problem with the stack size limit, and not a bug in gcc, so I close it. Falk