This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/12232] setrlimit interferes with malloc


http://sourceware.org/bugzilla/show_bug.cgi?id=12232

Bruce Korb <bkorb at gnu dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |

--- Comment #18 from Bruce Korb <bkorb at gnu dot org> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]