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/22715] FAIL: elf/tst-audit10


https://sourceware.org/bugzilla/show_bug.cgi?id=22715

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
Program received signal SIGSEGV, Segmentation fault.
_dl_runtime_profile_avx512 () at ../sysdeps/x86_64/dl-trampoline.h:459
459             VMOVA %VEC(0), LRV_VECTOR0_OFFSET(%rcx)
(gdb) bt
#0  _dl_runtime_profile_avx512 () at ../sysdeps/x86_64/dl-trampoline.h:459
#1  0x0040199d in tst_audit10_aux () at ../sysdeps/x86_64/tst-audit10-aux.c:31
#2  0x004014e3 in support_test_main (argc=1, argv=0xffffd0e8, 
    config=config@entry=0xffffcf60) at support_test_main.c:321
#3  0x00400f60 in main (argc=<optimized out>, argv=<optimized out>)
    at ../support/test-driver.c:164
(gdb) 
...
=> 0xf7decc60 <+848>:   vmovdqa64 %zmm0,0x50(%rcx)
   0xf7decc6a <+858>:   vmovdqa64 %zmm1,0x90(%rcx)
   0xf7decc74 <+868>:   vmovdqa %xmm0,0xd0(%rcx)
   0xf7decc7c <+876>:   vmovdqa %xmm1,0xe0(%rcx)
   0xf7decc84 <+884>:   fstpt  0x30(%rcx)
   0xf7decc87 <+887>:   fstpt  0x40(%rcx)
   0xf7decc8a <+890>:   mov    0x18(%rbx),%rdx
   0xf7decc8e <+894>:   mov    0x28(%rbx),%rsi
---Type <return> to continue, or q <return> to quit---q
Quit
(gdb) p/x $rcx
$1 = 0xffffc990
(gdb) p/x ($rcx + 0x50)  % 64
$2 = 0x20
(gdb)

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