From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27462 invoked by alias); 28 Mar 2012 14:12:59 -0000 Received: (qmail 27449 invoked by uid 22791); 28 Mar 2012 14:12:58 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_SN X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Mar 2012 14:12:43 +0000 From: "ppluzhnikov at google dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug dynamic-link/13906] crash in libdl starting in glibc-2.14 Date: Wed, 28 Mar 2012 14:14:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Keywords: glibc_2.14 X-Bugzilla-Severity: normal X-Bugzilla-Who: ppluzhnikov at google dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 2.16 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 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-03/txt/msg00382.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13906 Paul Pluzhnikov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #4 from Paul Pluzhnikov 2012-03-28 14:12:39 UTC --- (In reply to comment #3) > valgrind log for aplay/libasound ==11258== Invalid read of size 4 ==11258== at 0x440951D: do_lookup_x (dl-lookup.c:98) ==11258== by 0x4409E31: _dl_lookup_symbol_x (dl-lookup.c:739) ==11258== by 0x72D297F: do_sym (dl-sym.c:178) ==11258== by 0x72D2E16: _dl_sym (dl-sym.c:283) ==11258== by 0xFE959EFF: ??? ==11258== Address 0x7563670 is 32 bytes inside a block of size 60 free'd ==11258== at 0x5017D88: free (vg_replace_malloc.c:427) ==11258== by 0x44122EF: _dl_scope_free (dl-scope.c:32) ==11258== by 0x4414557: _dl_close (dl-close.c:779) ==11258== by 0x5089DB1: dlclose_doit (dlclose.c:37) ==11258== by 0x440EDFD: _dl_catch_error (dl-error.c:178) ==11258== by 0x508A3F1: _dlerror_run (dlerror.c:164) ==11258== by 0x5089DE7: dlclose (dlclose.c:48) ==11258== by 0x6D8FBC8: snd_config_hooks_call (in /usr/lib/libasound.so.2.0.0) ==11258== by 0x6D8FD25: snd_config_hooks (in /usr/lib/libasound.so.2.0.0) ==11258== by 0x6D90E74: snd_config_update_r (in /usr/lib/libasound.so.2.0.0) ==11258== by 0x6D90F0D: snd_config_update (in /usr/lib/libasound.so.2.0.0) ==11258== by 0x6DB7DA3: snd_pcm_open (in /usr/lib/libasound.so.2.0.0) That is an exact match to PR 13579. *** This bug has been marked as a duplicate of bug 13579 *** -- 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.