From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25389 invoked by alias); 10 Jan 2011 01:25:17 -0000 Received: (qmail 25376 invoked by uid 22791); 10 Jan 2011 01:25:15 -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, 10 Jan 2011 01:25:11 +0000 From: "bkorb at gnu dot org" 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: bkorb at gnu dot org 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: Status Resolution 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, 10 Jan 2011 01:25: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: 2011-01/txt/msg00029.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=12232 Bruce Korb changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #18 from Bruce Korb 2011-01-10 01:25:05 UTC --- RE: core image -- I've uploaded both the core and the binary here: http://autogen.sourceforge.net/data $ ldd test-dprintf-posix2 linux-vdso.so.1 => (0x00007fff34aeb000) librt.so.1 => /lib64/librt.so.1 (0x00007f4783c6d000) libm.so.6 => /lib64/libm.so.6 (0x00007f4783a16000) libc.so.6 => /lib64/libc.so.6 (0x00007f47836b6000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f4783499000) /lib64/ld-linux-x86-64.so.2 (0x00007f4783e76000) The failing scenario is to run it with one argument: the digit "1". -- 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.