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

Bug#65364: marked as done ([alpha] main() {char data[10000000];} crashes)



Your message dated 29 Jun 2001 23:47:23 +0200
with message-id <874rszx8k4.fsf@student.uni-tuebingen.de>
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 falk@zxmjz18.extern.uni-tuebingen.de Thu Jun 08 04:19:53 2000
Return-path: <falk@zxmjz18.extern.uni-tuebingen.de>
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 <m12zxwj-000EyWC@borkum> (Debian Smail3.2.0.102)
	for submit@bugs.debian.org; Thu, 8 Jun 2000 10:45:49 +0200 (CEST) 
Message-Id: <m12zxwj-000EyWC@borkum>
From: Falk Hueffner <falk@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
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: submit@bugs.debian.org

Package: gcc
Version: 1:2.95.2-12
Severity: normal
File: /usr/bin/gcc

falk@borkum:~/src/pq% cat bug.c       
int main() {
  char data[10000000];

  return 0;
}
falk@borkum:~/src/pq% gcc bug.c -o bug
falk@borkum:~/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 falk.hueffner@student.uni-tuebingen.de Fri Jun 29 16:47:43 2001
Return-path: <falk.hueffner@student.uni-tuebingen.de>
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 (520013318687-0001@[217.230.29.51]) 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 <65364-done@bugs.debian.org>; 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: 65364-done@bugs.debian.org
Subject: [alpha] main() {char data[10000000];} crashes
From: Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
Date: 29 Jun 2001 23:47:23 +0200
Message-ID: <874rszx8k4.fsf@student.uni-tuebingen.de>
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 <falk@borkum>
X-Sender: 520013318687-0001@t-dialin.net
Delivered-To: 65364-done@bugs.debian.org

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



Reply to: