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/12113] Segmentation fault in dynamic loader on AVX enabled OS and CPU with AVX


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

--- Comment #8 from Ulrich Drepper <drepper.fsp at gmail dot com> 2010-10-13 13:35:54 UTC ---
The aligning should happen explicitly.  There is no need for the preceding
__unused field if this doesn't align the following SSE storage.  We need to add
more __unused data so that we can, perhaps, reuse those fields in future for
other things.


About the new test: of course it's good to have tests.  I just don't see where
this test differs from other tests.  We of course already have tests which do
dynamic loading.  What is this test adding?

-- 
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]