From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19597 invoked by alias); 10 Jan 2012 09:49:04 -0000 Received: (qmail 19585 invoked by uid 22791); 10 Jan 2012 09:49:03 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_GD X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Jan 2012 09:48:51 +0000 From: "aj at suse dot de" To: glibc-bugs@sources.redhat.com Subject: [Bug libc/13580] New: crash in glibc with dlopen and math functions Date: Tue, 10 Jan 2012 09:49:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: aj at suse dot de X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: drepper.fsp at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-01/txt/msg00078.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13580 Bug #: 13580 Summary: crash in glibc with dlopen and math functions Product: glibc Version: 2.15 Status: NEW Severity: critical Priority: P2 Component: libc AssignedTo: drepper.fsp@gmail.com ReportedBy: aj@suse.de Classification: Unclassified Both Arch Linux and openSUSE have received bug reports where a program (apache, subversion or gdk-pixbuf-query-loaders) crashes in glibc after dlopening a shared library that needs libm. https://bugs.archlinux.org/task/27736 https://bugzilla.novell.com/show_bug.cgi?id=740109 backtrace is: #0 0x0000000000005446 in ?? () #1 0x00007ffff513b095 in floor () from /lib64/libm.so.6 #2 0x00007ffff7de7f7c in _dl_relocate_object () from /lib64/ld-linux-x86-64.so.2 #3 0x00007ffff7dee3e6 in dl_open_worker () from /lib64/ld-linux-x86-64.so.2 #4 0x00007ffff7dea146 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2 #5 0x00007ffff7dedd2a in _dl_open () from /lib64/ld-linux-x86-64.so.2 #6 0x00007ffff711cf26 in dlopen_doit () from /lib64/libdl.so.2 #7 0x00007ffff7dea146 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2 #8 0x00007ffff711d4cf in _dlerror_run () from /lib64/libdl.so.2 #9 0x00007ffff711cfc1 in dlopen@@GLIBC_2.2.5 () from /lib64/libdl.so.2 Disabling the floor multiarch ifuncs for x86-64 fixes this. This is reproduceable for some users but I could not reproduce it yet on my own system. -- 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.