| Re: [chrony-dev] Failure of certain simulation tests |
[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]
Le 2024-04-18 17:19, Miroslav Lichvar a écrit : > On Thu, Apr 18, 2024 at 04:06:54PM +0200, Vincent Blut wrote: > > > The log shows that clknetsim is not built with the -D_LARGEFILE_SOURCE > > > -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 flags. It needs to use the same > > > time_t as the chronyd binaries. > > > > So after building clknetsim with these flags, the same tests are still > > failing (well I guess so because I stopped the execution after 008-ntpera > > has failed since the execution time is so slow on my armhf vm.) > > Hm, can you please run readelf -sW /usr/sbin/chronyd on this machine? > Maybe there is a new 64-bit specific symbol on this arch that needs to > be covered. Attached.
Symbol table '.dynsym' contains 212 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
1: 0000255c 0 SECTION LOCAL DEFAULT 11 .init
2: 00034000 0 SECTION LOCAL DEFAULT 22 .data
3: 00000000 0 FUNC GLOBAL DEFAULT UND getnameinfo@GLIBC_2.4 (2)
4: 00000000 0 FUNC GLOBAL DEFAULT UND seccomp_load
5: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_credentials_set@GNUTLS_3_4 (3)
6: 00000000 0 FUNC GLOBAL DEFAULT UND freeifaddrs@GLIBC_2.4 (2)
7: 00000000 0 FUNC GLOBAL DEFAULT UND qsort@GLIBC_2.4 (2)
8: 00000000 0 FUNC GLOBAL DEFAULT UND pthread_join@GLIBC_2.34 (4)
9: 00000000 0 FUNC GLOBAL DEFAULT UND sigemptyset@GLIBC_2.4 (2)
10: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_prf_rfc5705@GNUTLS_3_4 (3)
11: 00000000 0 FUNC GLOBAL DEFAULT UND __fcntl_time64@GLIBC_2.34 (4)
12: 00000000 0 FUNC GLOBAL DEFAULT UND strerror@GLIBC_2.4 (2)
13: 00000000 0 FUNC GLOBAL DEFAULT UND inet_ntop@GLIBC_2.4 (2)
14: 00000000 0 FUNC GLOBAL DEFAULT UND mkdir@GLIBC_2.4 (2)
15: 00000000 0 FUNC GLOBAL DEFAULT UND unsetenv@GLIBC_2.4 (2)
16: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_certificate_set_x509_system_trust@GNUTLS_3_4 (3)
17: 00000000 0 FUNC GLOBAL DEFAULT UND geteuid@GLIBC_2.4 (2)
18: 00000000 0 FUNC GLOBAL DEFAULT UND abort@GLIBC_2.4 (2)
19: 00000000 0 FUNC GLOBAL DEFAULT UND connect@GLIBC_2.4 (2)
20: 00000000 0 FUNC GLOBAL DEFAULT UND getsockname@GLIBC_2.4 (2)
21: 00000000 0 FUNC GLOBAL DEFAULT UND random@GLIBC_2.4 (2)
22: 00000000 0 FUNC GLOBAL DEFAULT UND setgroups@GLIBC_2.4 (2)
23: 00000000 0 FUNC GLOBAL DEFAULT UND memcmp@GLIBC_2.4 (2)
24: 00000000 0 FUNC GLOBAL DEFAULT UND __prctl_time64@GLIBC_2.34 (4)
25: 00000000 0 FUNC GLOBAL DEFAULT UND sysconf@GLIBC_2.4 (2)
26: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_record_recv@GNUTLS_3_4 (3)
27: 00000000 0 FUNC GLOBAL DEFAULT UND __isoc99_fscanf@GLIBC_2.7 (5)
28: 00000000 0 FUNC GLOBAL DEFAULT UND exp@GLIBC_2.29 (6)
29: 00000000 0 OBJECT GLOBAL DEFAULT UND gnutls_free@GNUTLS_3_4 (3)
30: 00000000 0 FUNC GLOBAL DEFAULT UND __sendmsg64@GLIBC_2.34 (4)
31: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_error_is_fatal@GNUTLS_3_4 (3)
32: 00000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__
33: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_handshake@GNUTLS_3_4 (3)
34: 00000000 0 FUNC GLOBAL DEFAULT UND tzset@GLIBC_2.4 (2)
35: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_alpn_set_protocols@GNUTLS_3_4 (3)
36: 00000000 0 FUNC GLOBAL DEFAULT UND __isoc99_sscanf@GLIBC_2.7 (5)
37: 00000000 0 FUNC GLOBAL DEFAULT UND seccomp_init
38: 00000000 0 FUNC GLOBAL DEFAULT UND __mktime64@GLIBC_2.34 (4)
39: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_cmac_aes128_digest@NETTLE_8 (7)
40: 00000000 0 FUNC GLOBAL DEFAULT UND socketpair@GLIBC_2.4 (2)
41: 00000000 0 FUNC GLOBAL DEFAULT UND rename@GLIBC_2.4 (2)
42: 00000000 0 FUNC GLOBAL DEFAULT UND strncpy@GLIBC_2.4 (2)
43: 00000000 0 FUNC GLOBAL DEFAULT UND fclose@GLIBC_2.4 (2)
44: 00000000 0 FUNC GLOBAL DEFAULT UND fgets@GLIBC_2.4 (2)
45: 00000000 0 FUNC GLOBAL DEFAULT UND recv@GLIBC_2.4 (2)
46: 00000000 0 FUNC GLOBAL DEFAULT UND getenv@GLIBC_2.4 (2)
47: 00000000 0 FUNC GLOBAL DEFAULT UND __printf_chk@GLIBC_2.4 (2)
48: 00000000 0 FUNC GLOBAL DEFAULT UND seccomp_rule_add
49: 00000000 0 FUNC GLOBAL DEFAULT UND strchr@GLIBC_2.4 (2)
50: 00000000 0 FUNC GLOBAL DEFAULT UND strcasecmp@GLIBC_2.4 (2)
51: 00000000 0 FUNC GLOBAL DEFAULT UND __cxa_atexit@GLIBC_2.4 (2)
52: 00000000 0 FUNC GLOBAL DEFAULT UND pclose@GLIBC_2.4 (2)
53: 00000000 0 FUNC GLOBAL DEFAULT UND listen@GLIBC_2.4 (2)
54: 00000000 0 FUNC GLOBAL DEFAULT UND cap_set_proc
55: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_session_get_verify_cert_status@GNUTLS_3_4 (3)
56: 00000000 0 FUNC GLOBAL DEFAULT UND shmat@GLIBC_2.4 (2)
57: 00000000 0 FUNC GLOBAL DEFAULT UND sched_get_priority_max@GLIBC_2.4 (2)
58: 00000000 0 FUNC GLOBAL DEFAULT UND __settimeofday64@GLIBC_2.34 (4)
59: 00000000 0 FUNC GLOBAL DEFAULT UND memset@GLIBC_2.4 (2)
60: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_session_set_verify_cert@GNUTLS_3_4 (3)
61: 00000000 0 FUNC GLOBAL DEFAULT UND uname@GLIBC_2.4 (2)
62: 00000000 0 FUNC GLOBAL DEFAULT UND __fstat64_time64@GLIBC_2.34 (4)
63: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_certificate_type_get@GNUTLS_3_4 (3)
64: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_global_init@GNUTLS_3_4 (3)
65: 00000000 0 FUNC GLOBAL DEFAULT UND freeaddrinfo@GLIBC_2.4 (2)
66: 00000000 0 FUNC GLOBAL DEFAULT UND strrchr@GLIBC_2.4 (2)
67: 00000000 0 FUNC GLOBAL DEFAULT UND setsid@GLIBC_2.4 (2)
68: 00000000 0 FUNC GLOBAL DEFAULT UND chmod@GLIBC_2.4 (2)
69: 00000000 0 FUNC GLOBAL DEFAULT UND __assert_fail@GLIBC_2.4 (2)
70: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_global_deinit@GNUTLS_3_4 (3)
71: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_siv_gcm_aes128_encrypt_message@NETTLE_8 (7)
72: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_record_get_direction@GNUTLS_3_4 (3)
73: 00000000 0 FUNC GLOBAL DEFAULT UND __recvmmsg64@GLIBC_2.34 (4)
74: 00000000 0 NOTYPE WEAK DEFAULT UND _ITM_deregisterTMCloneTable
75: 00000000 0 FUNC GLOBAL DEFAULT UND shmdt@GLIBC_2.4 (2)
76: 00000000 0 FUNC GLOBAL DEFAULT UND sqrt@GLIBC_2.4 (8)
77: 00000000 0 FUNC GLOBAL DEFAULT UND getuid@GLIBC_2.4 (2)
78: 00000000 0 FUNC GLOBAL DEFAULT UND pthread_create@GLIBC_2.34 (4)
79: 00000000 0 OBJECT GLOBAL DEFAULT UND optind@GLIBC_2.4 (2)
80: 00000000 0 FUNC GLOBAL DEFAULT UND log@GLIBC_2.29 (6)
81: 00000000 0 FUNC GLOBAL DEFAULT UND free@GLIBC_2.4 (2)
82: 00000000 0 FUNC GLOBAL DEFAULT UND read@GLIBC_2.4 (2)
83: 00000000 0 FUNC GLOBAL DEFAULT UND write@GLIBC_2.4 (2)
84: 00000000 0 FUNC GLOBAL DEFAULT UND cap_from_text
85: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_priority_init2@GNUTLS_3_6_3 (9)
86: 00000000 0 FUNC GLOBAL DEFAULT UND __ioctl_time64@GLIBC_2.34 (4)
87: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_init@GNUTLS_3_4 (3)
88: 00000000 0 FUNC GLOBAL DEFAULT UND access@GLIBC_2.4 (2)
89: 00000000 0 FUNC GLOBAL DEFAULT UND openlog@GLIBC_2.4 (2)
90: 00000000 0 NOTYPE WEAK DEFAULT UND _ITM_registerTMCloneTable
91: 00000000 0 FUNC GLOBAL DEFAULT UND inet_pton@GLIBC_2.4 (2)
92: 00000000 0 FUNC GLOBAL DEFAULT UND accept@GLIBC_2.4 (2)
93: 00000000 0 FUNC GLOBAL DEFAULT UND __getsockopt64@GLIBC_2.34 (4)
94: 00000000 0 OBJECT GLOBAL DEFAULT UND in6addr_any@GLIBC_2.4 (2)
95: 00000000 0 FUNC GLOBAL DEFAULT UND __memcpy_chk@GLIBC_2.4 (2)
96: 00000000 0 FUNC GLOBAL DEFAULT UND __res_init@GLIBC_2.4 (2)
97: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_priority_deinit@GNUTLS_3_4 (3)
98: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_get_hashes@NETTLE_8 (7)
99: 00000000 0 FUNC GLOBAL DEFAULT UND pthread_mutex_unlock@GLIBC_2.4 (2)
100: 00000000 0 FUNC GLOBAL DEFAULT UND round@GLIBC_2.4 (8)
101: 00000000 0 FUNC GLOBAL DEFAULT UND socket@GLIBC_2.4 (2)
102: 00000000 0 FUNC GLOBAL DEFAULT UND getaddrinfo@GLIBC_2.4 (2)
103: 00000000 0 OBJECT GLOBAL DEFAULT UND in6addr_loopback@GLIBC_2.4 (2)
104: 00000000 0 FUNC GLOBAL DEFAULT UND fflush@GLIBC_2.4 (2)
105: 00000000 0 FUNC GLOBAL DEFAULT UND __localtime64@GLIBC_2.34 (4)
106: 00000000 0 FUNC GLOBAL DEFAULT UND pthread_setschedparam@GLIBC_2.4 (2)
107: 00000000 0 FUNC GLOBAL DEFAULT UND setuid@GLIBC_2.4 (2)
108: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_certificate_allocate_credentials@GNUTLS_3_4 (3)
109: 00000000 0 FUNC GLOBAL DEFAULT UND pthread_mutex_lock@GLIBC_2.4 (2)
110: 00000000 0 FUNC GLOBAL DEFAULT UND strlen@GLIBC_2.4 (2)
111: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_cmac_aes256_digest@NETTLE_8 (7)
112: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_record_check_pending@GNUTLS_3_4 (3)
113: 00000000 0 FUNC GLOBAL DEFAULT UND cap_free
114: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_cmac_aes256_set_key@NETTLE_8 (7)
115: 00000000 0 FUNC GLOBAL DEFAULT UND getrandom@GLIBC_2.25 (10)
116: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_deinit@GNUTLS_3_4 (3)
117: 00000000 0 FUNC GLOBAL DEFAULT UND unlink@GLIBC_2.4 (2)
118: 00000000 0 FUNC GLOBAL DEFAULT UND __select64@GLIBC_2.34 (4)
119: 00000000 0 FUNC GLOBAL DEFAULT UND getopt@GLIBC_2.4 (2)
120: 00000000 0 FUNC GLOBAL DEFAULT UND memcpy@GLIBC_2.4 (2)
121: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_cmac_aes128_update@NETTLE_8 (7)
122: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_cmac_aes128_set_key@NETTLE_8 (7)
123: 00000000 0 FUNC GLOBAL DEFAULT UND __globfree64_time64@GLIBC_2.34 (4)
124: 00000000 0 FUNC GLOBAL DEFAULT UND __clock_gettime64@GLIBC_2.34 (4)
125: 00000000 0 FUNC GLOBAL DEFAULT UND strtol@GLIBC_2.4 (2)
126: 00000000 0 FUNC GLOBAL DEFAULT UND waitpid@GLIBC_2.4 (2)
127: 00000000 0 FUNC GLOBAL DEFAULT UND __time64@GLIBC_2.34 (4)
128: 00000000 0 FUNC GLOBAL DEFAULT UND __vsnprintf_chk@GLIBC_2.4 (2)
129: 00000000 0 FUNC GLOBAL DEFAULT UND open64@GLIBC_2.4 (2)
130: 00000000 0 OBJECT GLOBAL DEFAULT UND __stack_chk_guard@GLIBC_2.4 (11)
131: 00000000 0 FUNC GLOBAL DEFAULT UND __vfprintf_chk@GLIBC_2.4 (2)
132: 00000000 0 FUNC GLOBAL DEFAULT UND raise@GLIBC_2.4 (2)
133: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_siv_cmac_aes128_decrypt_message@NETTLE_8 (7)
134: 00000000 0 FUNC GLOBAL DEFAULT UND mlockall@GLIBC_2.4 (2)
135: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_siv_gcm_aes128_decrypt_message@NETTLE_8 (7)
136: 00000000 0 FUNC GLOBAL DEFAULT UND __snprintf_chk@GLIBC_2.4 (2)
137: 00000000 0 FUNC GLOBAL DEFAULT UND shutdown@GLIBC_2.4 (2)
138: 00000000 0 FUNC GLOBAL DEFAULT UND bind@GLIBC_2.4 (2)
139: 00000000 0 FUNC GLOBAL DEFAULT UND fdopen@GLIBC_2.4 (2)
140: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_bye@GNUTLS_3_4 (3)
141: 00000000 0 FUNC GLOBAL DEFAULT UND srandom@GLIBC_2.4 (2)
142: 00000000 0 FUNC GLOBAL DEFAULT UND __syslog_chk@GLIBC_2.4 (2)
143: 00000000 0 FUNC GLOBAL DEFAULT UND close@GLIBC_2.4 (2)
144: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_certificate_set_x509_trust_file@GNUTLS_3_4 (3)
145: 00000000 0 FUNC GLOBAL DEFAULT UND __stat64_time64@GLIBC_2.34 (4)
146: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_certificate_verification_status_print@GNUTLS_3_4 (3)
147: 00000000 0 FUNC GLOBAL DEFAULT UND setvbuf@GLIBC_2.4 (2)
148: 00000000 0 FUNC GLOBAL DEFAULT UND __ctype_b_loc@GLIBC_2.4 (2)
149: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_certificate_set_x509_trust_dir@GNUTLS_3_4 (3)
150: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_record_send@GNUTLS_3_4 (3)
151: 00000000 0 FUNC GLOBAL DEFAULT UND strdup@GLIBC_2.4 (2)
152: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_strerror@GNUTLS_3_4 (3)
153: 00000000 0 FUNC GLOBAL DEFAULT UND malloc@GLIBC_2.4 (2)
154: 00000000 0 FUNC GLOBAL DEFAULT UND gethostname@GLIBC_2.4 (2)
155: 00000000 0 FUNC GLOBAL DEFAULT UND __stack_chk_fail@GLIBC_2.4 (2)
156: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_siv_cmac_aes128_encrypt_message@NETTLE_8 (7)
157: 00000000 0 FUNC GLOBAL DEFAULT UND ___adjtimex64@GLIBC_2.34 (4)
158: 00000000 0 FUNC GLOBAL DEFAULT UND sched_get_priority_min@GLIBC_2.4 (2)
159: 00000000 0 FUNC GLOBAL DEFAULT UND sigaction@GLIBC_2.4 (2)
160: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_certificate_free_credentials@GNUTLS_3_4 (3)
161: 00000000 0 FUNC GLOBAL DEFAULT UND chdir@GLIBC_2.4 (2)
162: 00000000 0 FUNC GLOBAL DEFAULT UND __fprintf_chk@GLIBC_2.4 (2)
163: 00000000 0 FUNC GLOBAL DEFAULT UND poll@GLIBC_2.4 (2)
164: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_alpn_get_selected_protocol@GNUTLS_3_4 (3)
165: 00000000 0 FUNC GLOBAL DEFAULT UND fputc@GLIBC_2.4 (2)
166: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_priority_set@GNUTLS_3_4 (3)
167: 00000000 0 FUNC GLOBAL DEFAULT UND rmdir@GLIBC_2.4 (2)
168: 00000000 0 FUNC GLOBAL DEFAULT UND send@GLIBC_2.4 (2)
169: 00000000 0 FUNC GLOBAL DEFAULT UND memmove@GLIBC_2.4 (2)
170: 00000000 0 FUNC GLOBAL DEFAULT UND getifaddrs@GLIBC_2.4 (2)
171: 00000000 0 FUNC GLOBAL DEFAULT UND popen@GLIBC_2.4 (2)
172: 00000000 0 FUNC GLOBAL DEFAULT UND seccomp_release
173: 00000000 0 FUNC GLOBAL DEFAULT UND strftime@GLIBC_2.4 (2)
174: 00000000 0 FUNC GLOBAL DEFAULT UND __setsockopt64@GLIBC_2.34 (4)
175: 00000000 0 FUNC GLOBAL DEFAULT UND getpid@GLIBC_2.4 (2)
176: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_server_name_set@GNUTLS_3_4 (3)
177: 00000000 0 FUNC GLOBAL DEFAULT UND cap_get_bound
178: 00000000 0 FUNC GLOBAL DEFAULT UND closelog@GLIBC_2.4 (2)
179: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_aes128_set_encrypt_key@NETTLE_8 (7)
180: 00000000 0 FUNC GLOBAL DEFAULT UND fork@GLIBC_2.4 (2)
181: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_transport_set_int2@GNUTLS_3_4 (3)
182: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_certificate_set_x509_key_file@GNUTLS_3_4 (3)
183: 00000000 0 OBJECT GLOBAL DEFAULT UND stderr@GLIBC_2.4 (2)
184: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_cmac_aes256_update@NETTLE_8 (7)
185: 00000000 0 OBJECT GLOBAL DEFAULT UND optarg@GLIBC_2.4 (2)
186: 00000000 0 FUNC GLOBAL DEFAULT UND __gmtime64@GLIBC_2.34 (4)
187: 00000000 0 FUNC GLOBAL DEFAULT UND snprintf@GLIBC_2.4 (2)
188: 00000000 0 FUNC GLOBAL DEFAULT UND fread@GLIBC_2.4 (2)
189: 00000000 0 FUNC GLOBAL DEFAULT UND strncmp@GLIBC_2.4 (2)
190: 00000000 0 FUNC GLOBAL DEFAULT UND setgid@GLIBC_2.4 (2)
191: 00000000 0 FUNC GLOBAL DEFAULT UND realloc@GLIBC_2.4 (2)
192: 00000000 0 FUNC GLOBAL DEFAULT UND chown@GLIBC_2.4 (2)
193: 00000000 0 FUNC GLOBAL DEFAULT UND setrlimit64@GLIBC_2.4 (2)
194: 00000000 0 FUNC GLOBAL DEFAULT UND __libc_start_main@GLIBC_2.34 (4)
195: 00000000 0 FUNC GLOBAL DEFAULT UND pipe@GLIBC_2.4 (2)
196: 00000000 0 FUNC GLOBAL DEFAULT UND getsid@GLIBC_2.4 (2)
197: 00000000 0 FUNC GLOBAL DEFAULT UND pow@GLIBC_2.29 (6)
198: 00000000 0 FUNC GLOBAL DEFAULT UND setenv@GLIBC_2.4 (2)
199: 00000000 0 FUNC GLOBAL DEFAULT UND strcmp@GLIBC_2.4 (2)
200: 00000000 0 FUNC GLOBAL DEFAULT UND exit@GLIBC_2.4 (2)
201: 00000000 0 FUNC GLOBAL DEFAULT UND nettle_siv_cmac_aes128_set_key@NETTLE_8 (7)
202: 00000000 0 FUNC GLOBAL DEFAULT UND __errno_location@GLIBC_2.4 (2)
203: 00000000 0 FUNC GLOBAL DEFAULT UND __glob64_time64@GLIBC_2.34 (4)
204: 00000000 0 FUNC GLOBAL DEFAULT UND pthread_self@GLIBC_2.4 (2)
205: 00000000 0 FUNC GLOBAL DEFAULT UND gnutls_global_set_time_function@GNUTLS_3_4 (3)
206: 00000000 0 FUNC GLOBAL DEFAULT UND __memset_chk@GLIBC_2.4 (2)
207: 00000000 0 FUNC WEAK DEFAULT UND __cxa_finalize@GLIBC_2.4 (2)
208: 00000000 0 FUNC GLOBAL DEFAULT UND __fdelt_chk@GLIBC_2.15 (12)
209: 00000000 0 FUNC GLOBAL DEFAULT UND getpwnam@GLIBC_2.4 (2)
210: 00000000 0 FUNC GLOBAL DEFAULT UND fputs@GLIBC_2.4 (2)
211: 00000000 0 FUNC GLOBAL DEFAULT UND shmget@GLIBC_2.4 (2)
Attachment:
signature.asc
Description: PGP signature
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |