[Bug 279901] glibc-2.39-2 and above on the host segfault
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 279901] glibc-2.39-2 and above on the host segfault"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Dec 2024 05:07:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279901 --- Comment #38 from Koichiro Iwao <meta@FreeBSD.org> --- (In reply to Konstantin Belousov from comment #37) This didn't help. It still reports the same l3 cache size. $ ld.so --list-diagnostics |grep cache x86.cpu_features.data_cache_size=0x8000 x86.cpu_features.shared_cache_size=0x1000000000 x86.cpu_features.level1_icache_size=0x8000 x86.cpu_features.level1_icache_linesize=0x40 x86.cpu_features.level1_dcache_size=0x8000 x86.cpu_features.level1_dcache_assoc=0x8 x86.cpu_features.level1_dcache_linesize=0x40 x86.cpu_features.level2_cache_size=0x80000 x86.cpu_features.level2_cache_assoc=0x8 x86.cpu_features.level2_cache_linesize=0x40 x86.cpu_features.level3_cache_size=0x1000000000 x86.cpu_features.level3_cache_assoc=0x0 x86.cpu_features.level3_cache_linesize=0x40 x86.cpu_features.level4_cache_size=0x0 x86.cpu_features.cachesize_non_temporal_divisor=0x4 -- You are receiving this mail because: You are the assignee for the bug.