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 dynamic-link/13906] crash in libdl starting in glibc-2.14


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

Paul Pluzhnikov <ppluzhnikov at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #4 from Paul Pluzhnikov <ppluzhnikov at google dot com> 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.


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