From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10557 invoked by alias); 22 Nov 2010 12:38:14 -0000 Received: (qmail 10478 invoked by uid 22791); 22 Nov 2010 12:38:13 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 22 Nov 2010 12:38:10 +0000 From: "roucaries.bastien+bugs at gmail dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug libc/12232] setrlimit interferes with malloc X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: roucaries.bastien+bugs at gmail dot com X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: drepper.fsp at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 22 Nov 2010 12:38:00 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2010-11/txt/msg00087.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=12232 roucaries.bastien+bugs at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roucaries.bastien+bugs at | |gmail dot com --- Comment #7 from roucaries.bastien+bugs at gmail dot com 2010-11-22 12:37:51 UTC --- I use ltrace -S ./a.out on the bruce program and I get this. Dear bruce could you retest using ltrace ? Bastien setrlimit(9, 0x7fff34694fc0, 0x7f06d7cc8df0, 0x40076f, 1 SYS_setrlimit(9, 0x7fff34694fc0) = 0 <... setrlimit resumed> ) = 0 malloc(136 SYS_brk(NULL) = 0x020fa000 SYS_brk(0x0211b000) = 0x020fa000 SYS_mmap(0, 0x100000, 3, 34, 0xffffffff) = -12 SYS_mmap(0, 0x8000000, 0, 16418, 0xffffffff) = -12 SYS_mmap(0, 0x4000000, 0, 16418, 0xffffffff) = -12 SYS_mmap(0, 0x8000000, 0, 16418, 0xffffffff) = -12 SYS_mmap(0, 0x4000000, 0, 16418, 0xffffffff) = -12 -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.