[Bug regex/23036] regex equivalence class regression
jim at meyering dot net
sourceware-bugzilla@sourceware.org
Wed Jun 27 05:12:00 GMT 2018
https://sourceware.org/bugzilla/show_bug.cgi?id=23036
--- Comment #13 from jim at meyering dot net <jim at meyering dot net> ---
$ LC_ALL=en_US.UTF-8 strace -eopenat ./a.out
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/lib/locale/en_US.UTF-8/LC_TIME", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/en_US.utf8/LC_TIME", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 3
0
+++ exited with 0 +++
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list