Ubuntu Pastebin

Paste from new at Wed, 9 Mar 2016 08:27:26 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
sudo ltrace -S -rT nslookup -debug -d2 yahoo.com
  0.000000 SYS_brk(NULL)                                                                                = 0x7fc43a5a7000 <0.000010>
  0.000062 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000015>
  0.000061 SYS_mmap(0, 8192, 3, 34, 0xffffffff)                                                         = 0x7fc439d37000 <0.000011>
  0.000045 SYS_access("/etc/ld.so.preload", 04)                                                         = -2 <0.000011>
  0.000043 SYS_open("/etc/ld.so.cache", 524288, 01)                                                     = 3 <0.000020>
  0.000062 SYS_fstat(3, 0x7ffd266e15c0)                                                                 = 0 <0.000009>
  0.000031 SYS_mmap(0, 63301, 1, 2, 3)                                                                  = 0x7fc439d27000 <0.000011>
  0.000039 SYS_close(3)                                                                                 = 0 <0.000007>
  0.000029 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000009>
  0.000042 SYS_open("/usr/lib/liblwres.so.80", 524288, 00)                                              = 3 <0.000012>
  0.000044 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000008>
  0.000035 SYS_fstat(3, 0x7ffd266e1620)                                                                 = 0 <0.000009>
  0.000027 SYS_mmap(0, 0x2110a8, 5, 2050, 3)                                                            = 0x7fc439905000 <0.000011>
  0.000038 SYS_mprotect(0x7fc439916000, 2093056, 0)                                                     = 0 <0.000012>
  0.000031 SYS_mmap(0x7fc439b15000, 8192, 3, 2066, 3)                                                   = 0x7fc439b15000 <0.000012>
  0.000044 SYS_close(3)                                                                                 = 0 <0.000008>
  0.000030 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000039 SYS_open("/usr/lib/libdns.so.81", 524288, 00)                                                = 3 <0.000012>
  0.000042 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000034 SYS_fstat(3, 0x7ffd266e15f0)                                                                 = 0 <0.000008>
  0.000026 SYS_mmap(0, 0x3860e8, 5, 2050, 3)                                                            = 0x7fc43957e000 <0.000010>
  0.000035 SYS_mprotect(0x7fc4396ff000, 2093056, 0)                                                     = 0 <0.000010>
  0.000028 SYS_mmap(0x7fc4398fe000, 24576, 3, 2066, 3)                                                  = 0x7fc4398fe000 <0.000011>
  0.000039 SYS_mmap(0x7fc439904000, 232, 3, 50, 0xffffffff)                                             = 0x7fc439904000 <0.000010>
  0.000041 SYS_close(3)                                                                                 = 0 <0.000009>
  0.000029 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000038 SYS_open("/usr/lib/libbind9.so.80", 524288, 00)                                              = 3 <0.000011>
  0.000042 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000010>
  0.000033 SYS_fstat(3, 0x7ffd266e15c0)                                                                 = 0 <0.000007>
  0.000026 SYS_mmap(0, 4096, 3, 34, 0xffffffff)                                                         = 0x7fc439d26000 <0.000010>
  0.000041 SYS_mmap(0, 0x20c030, 5, 2050, 3)                                                            = 0x7fc439371000 <0.000010>
  0.000036 SYS_mprotect(0x7fc43937c000, 2097152, 0)                                                     = 0 <0.000011>
  0.000039 SYS_mmap(0x7fc43957c000, 8192, 3, 2066, 3)                                                   = 0x7fc43957c000 <0.000018>
  0.000052 SYS_close(3)                                                                                 = 0 <0.000008>
  0.000029 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000038 SYS_open("/usr/lib/libisccfg.so.82", 524288, 00)                                             = 3 <0.000011>
  0.000043 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000032 SYS_fstat(3, 0x7ffd266e1590)                                                                 = 0 <0.000008>
  0.000025 SYS_mmap(0, 0x2203c0, 5, 2050, 3)                                                            = 0x7fc439150000 <0.000010>
  0.000035 SYS_mprotect(0x7fc43916a000, 2093056, 0)                                                     = 0 <0.000011>
  0.000028 SYS_mmap(0x7fc439369000, 28672, 3, 2066, 3)                                                  = 0x7fc439369000 <0.000010>
  0.000038 SYS_mmap(0x7fc439370000, 960, 3, 50, 0xffffffff)                                             = 0x7fc439370000 <0.000011>
  0.000040 SYS_close(3)                                                                                 = 0 <0.000008>
  0.000029 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000038 SYS_open("/usr/lib/libisc.so.83", 524288, 00)                                                = 3 <0.000011>
  0.000040 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000011>
  0.000041 SYS_fstat(3, 0x7ffd266e1560)                                                                 = 0 <0.000006>
  0.000023 SYS_mmap(0, 0x254950, 5, 2050, 3)                                                            = 0x7fc438efb000 <0.000013>
  0.000042 SYS_mprotect(0x7fc438f4f000, 2093056, 0)                                                     = 0 <0.000010>
  0.000029 SYS_mmap(0x7fc43914e000, 8192, 3, 2066, 3)                                                   = 0x7fc43914e000 <0.000011>
  0.000043 SYS_close(3)                                                                                 = 0 <0.000008>
  0.000028 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000040 SYS_open("/lib/x86_64-linux-gnu/libpthread"..., 524288, 00)                                  = 3 <0.000011>
  0.000048 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000033 SYS_fstat(3, 0x7ffd266e1530)                                                                 = 0 <0.000008>
  0.000026 SYS_mmap(0, 4096, 3, 34, 0xffffffff)                                                         = 0x7fc439d25000 <0.000008>
  0.000036 SYS_mmap(0, 0x21c428, 5, 2050, 3)                                                            = 0x7fc438cde000 <0.000013>
  0.000045 SYS_mprotect(0x7fc438cf6000, 2093056, 0)                                                     = 0 <0.000010>
  0.000028 SYS_mmap(0x7fc438ef5000, 8192, 3, 2066, 3)                                                   = 0x7fc438ef5000 <0.000010>
  0.000039 SYS_mmap(0x7fc438ef7000, 13352, 3, 50, 0xffffffff)                                           = 0x7fc438ef7000 <0.000010>
  0.000045 SYS_close(3)                                                                                 = 0 <0.000008>
  0.000032 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000038 SYS_open("/lib/x86_64-linux-gnu/libc.so.6", 524288, 00)                                      = 3 <0.000011>
  0.000047 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000010>
  0.000034 SYS_fstat(3, 0x7ffd266e1500)                                                                 = 0 <0.000007>
  0.000028 SYS_mmap(0, 0x3bf4d8, 5, 2050, 3)                                                            = 0x7fc43891e000 <0.000011>
  0.000038 SYS_mprotect(0x7fc438ad3000, 2097152, 0)                                                     = 0 <0.000010>
  0.000027 SYS_mmap(0x7fc438cd3000, 24576, 3, 2066, 3)                                                  = 0x7fc438cd3000 <0.000011>
  0.000039 SYS_mmap(0x7fc438cd9000, 17624, 3, 50, 0xffffffff)                                           = 0x7fc438cd9000 <0.000011>
  0.000040 SYS_close(3)                                                                                 = 0 <0.000008>
  0.000032 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000038 SYS_open("/usr/lib/x86_64-linux-gnu/libgss"..., 524288, 00)                                  = 3 <0.000011>
  0.000048 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000031 SYS_fstat(3, 0x7ffd266e12d0)                                                                 = 0 <0.000007>
  0.000028 SYS_mmap(0, 0x23d600, 5, 2050, 3)                                                            = 0x7fc4386e0000 <0.000011>
  0.000037 SYS_mprotect(0x7fc43871b000, 2097152, 0)                                                     = 0 <0.000011>
  0.000031 SYS_mmap(0x7fc43891b000, 12288, 3, 2066, 3)                                                  = 0x7fc43891b000 <0.000011>
  0.000043 SYS_close(3)                                                                                 = 0 <0.000008>
  0.000029 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000039 SYS_open("/lib/x86_64-linux-gnu/libcrypto."..., 524288, 00)                                  = 3 <0.000011>
  0.000047 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000031 SYS_fstat(3, 0x7ffd266e12a0)                                                                 = 0 <0.000008>
  0.000024 SYS_mmap(0, 4096, 3, 34, 0xffffffff)                                                         = 0x7fc439d24000 <0.000009>
  0.000036 SYS_mmap(0, 0x3da9b8, 5, 2050, 3)                                                            = 0x7fc438305000 <0.000008>
  0.000033 SYS_mprotect(0x7fc4384b6000, 2097152, 0)                                                     = 0 <0.000011>
  0.000031 SYS_mmap(0x7fc4386b6000, 155648, 3, 2066, 3)                                                 = 0x7fc4386b6000 <0.000012>
  0.000042 SYS_mmap(0x7fc4386dc000, 14776, 3, 50, 0xffffffff)                                           = 0x7fc4386dc000 <0.000010>
  0.000041 SYS_close(3)                                                                                 = 0 <0.000008>
  0.000054 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000011>
  0.000041 SYS_open("/usr/lib/libGeoIP.so.1", 524288, 00)                                               = 3 <0.000011>
  0.000042 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000010>
  0.000038 SYS_fstat(3, 0x7ffd266e1270)                                                                 = 0 <0.000006>
  0.000026 SYS_mmap(0, 0x234160, 5, 2050, 3)                                                            = 0x7fc4380d0000 <0.000010>
  0.000038 SYS_mprotect(0x7fc438103000, 2093056, 0)                                                     = 0 <0.000010>
  0.000028 SYS_mmap(0x7fc438302000, 12288, 3, 2066, 3)                                                  = 0x7fc438302000 <0.000010>
  0.000041 SYS_close(3)                                                                                 = 0 <0.000008>
  0.000031 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000040 SYS_open("/usr/lib/x86_64-linux-gnu/libxml"..., 524288, 00)                                  = 3 <0.000012>
  0.000048 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000010>
  0.000035 SYS_fstat(3, 0x7ffd266e1240)                                                                 = 0 <0.000007>
  0.000027 SYS_mmap(0, 0x35bd78, 5, 2050, 3)                                                            = 0x7fc437d74000 <0.000011>
  0.000037 SYS_mprotect(0x7fc437ec5000, 2097152, 0)                                                     = 0 <0.000010>
  0.000028 SYS_mmap(0x7fc4380c5000, 40960, 3, 2066, 3)                                                  = 0x7fc4380c5000 <0.000011>
  0.000039 SYS_mmap(0x7fc4380cf000, 3448, 3, 50, 0xffffffff)                                            = 0x7fc4380cf000 <0.000010>
  0.000041 SYS_close(3)                                                                                 = 0 <0.000008>
  0.000028 SYS_mmap(0, 4096, 3, 34, 0xffffffff)                                                         = 0x7fc439d23000 <0.000010>
  0.000041 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000051 SYS_open("/usr/lib/x86_64-linux-gnu/libkrb"..., 524288, 00)                                  = 3 <0.000012>
  0.000136 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000072 SYS_fstat(3, 0x7ffd266e10c0)                                                                 = 0 <0.000009>
  0.000050 SYS_mmap(0, 0x2cde60, 5, 2050, 3)                                                            = 0x7fc437aa6000 <0.000010>
  0.000080 SYS_mprotect(0x7fc437b6a000, 2093056, 0)                                                     = 0 <0.000011>
  0.000054 SYS_mmap(0x7fc437d69000, 45056, 3, 2066, 3)                                                  = 0x7fc437d69000 <0.000010>
  0.000072 SYS_close(3)                                                                                 = 0 <0.000009>
  0.000048 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000012>
  0.000097 SYS_open("/usr/lib/x86_64-linux-gnu/libk5c"..., 524288, 00)                                  = 3 <0.000011>
  0.000129 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000074 SYS_fstat(3, 0x7ffd266e1090)                                                                 = 0 <0.000009>
  0.000049 SYS_mmap(0, 0x227030, 5, 2050, 3)                                                            = 0x7fc43787e000 <0.000010>
  0.000068 SYS_mprotect(0x7fc4378a3000, 2097152, 0)                                                     = 0 <0.000012>
  0.000059 SYS_mmap(0x7fc437aa3000, 8192, 3, 2066, 3)                                                   = 0x7fc437aa3000 <0.000011>
  0.000072 SYS_mmap(0x7fc437aa5000, 48, 3, 50, 0xffffffff)                                              = 0x7fc437aa5000 <0.000009>
  0.000074 SYS_close(3)                                                                                 = 0 <0.000008>
  0.000046 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000102 SYS_open("/lib/x86_64-linux-gnu/libcom_err"..., 524288, 00)                                  = 3 <0.000013>
  0.000138 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000076 SYS_fstat(3, 0x7ffd266e1060)                                                                 = 0 <0.000008>
  0.000048 SYS_mmap(0, 0x2031a8, 5, 2050, 3)                                                            = 0x7fc43767a000 <0.000011>
  0.000073 SYS_mprotect(0x7fc43767d000, 2093056, 0)                                                     = 0 <0.000010>
  0.000054 SYS_mmap(0x7fc43787c000, 8192, 3, 2066, 3)                                                   = 0x7fc43787c000 <0.000010>
  0.000074 SYS_close(3)                                                                                 = 0 <0.000009>
  0.000048 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000097 SYS_open("/usr/lib/x86_64-linux-gnu/libkrb"..., 524288, 00)                                  = 3 <0.000011>
  0.000138 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000074 SYS_fstat(3, 0x7ffd266e1030)                                                                 = 0 <0.000008>
  0.000047 SYS_mmap(0, 4096, 3, 34, 0xffffffff)                                                         = 0x7fc439d22000 <0.000009>
  0.000072 SYS_mmap(0, 0x2072f0, 5, 2050, 3)                                                            = 0x7fc437472000 <0.000016>
  0.000079 SYS_mprotect(0x7fc437479000, 2093056, 0)                                                     = 0 <0.000010>
  0.000053 SYS_mmap(0x7fc437678000, 8192, 3, 2066, 3)                                                   = 0x7fc437678000 <0.000010>
  0.000074 SYS_close(3)                                                                                 = 0 <0.000009>
  0.000046 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000093 SYS_open("/lib/x86_64-linux-gnu/libdl.so.2", 524288, 00)                                     = 3 <0.000011>
  0.000138 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000076 SYS_fstat(3, 0x7ffd266e1000)                                                                 = 0 <0.000009>
  0.000048 SYS_mmap(0, 0x203108, 5, 2050, 3)                                                            = 0x7fc43726e000 <0.000010>
  0.000073 SYS_mprotect(0x7fc437270000, 2097152, 0)                                                     = 0 <0.000009>
  0.000052 SYS_mmap(0x7fc437470000, 8192, 3, 2066, 3)                                                   = 0x7fc437470000 <0.000010>
  0.000073 SYS_close(3)                                                                                 = 0 <0.000009>
  0.000045 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000009>
  0.000093 SYS_open("/lib/x86_64-linux-gnu/libz.so.1", 524288, 00)                                      = 3 <0.000024>
  0.000146 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000076 SYS_fstat(3, 0x7ffd266e0fd0)                                                                 = 0 <0.000009>
  0.000049 SYS_mmap(0, 0x216230, 5, 2050, 3)                                                            = 0x7fc437057000 <0.000011>
  0.000072 SYS_mprotect(0x7fc43706d000, 2093056, 0)                                                     = 0 <0.000010>
  0.000056 SYS_mmap(0x7fc43726c000, 8192, 3, 2066, 3)                                                   = 0x7fc43726c000 <0.000010>
  0.000077 SYS_close(3)                                                                                 = 0 <0.000010>
  0.000052 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000103 SYS_open("/lib/x86_64-linux-gnu/libm.so.6", 524288, 00)                                      = 3 <0.000011>
  0.000142 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000078 SYS_fstat(3, 0x7ffd266e0fa0)                                                                 = 0 <0.000009>
  0.000052 SYS_mmap(0, 4096, 3, 34, 0xffffffff)                                                         = 0x7fc439d21000 <0.000009>
  0.000073 SYS_mmap(0, 0x2fb128, 5, 2050, 3)                                                            = 0x7fc436d5b000 <0.000010>
  0.000073 SYS_mprotect(0x7fc436e56000, 2093056, 0)                                                     = 0 <0.000010>
  0.000062 SYS_mmap(0x7fc437055000, 8192, 3, 2066, 3)                                                   = 0x7fc437055000 <0.000010>
  0.000078 SYS_close(3)                                                                                 = 0 <0.000009>
  0.000051 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000102 SYS_open("/lib/x86_64-linux-gnu/libkeyutil"..., 524288, 00)                                  = 3 <0.000015>
  0.000156 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000080 SYS_fstat(3, 0x7ffd266e0f70)                                                                 = 0 <0.000009>
  0.000052 SYS_mmap(0, 0x203060, 5, 2050, 3)                                                            = 0x7fc436b57000 <0.000011>
  0.000072 SYS_mprotect(0x7fc436b5a000, 2093056, 0)                                                     = 0 <0.000011>
  0.000057 SYS_mmap(0x7fc436d59000, 8192, 3, 2066, 3)                                                   = 0x7fc436d59000 <0.000010>
  0.000077 SYS_close(3)                                                                                 = 0 <0.000009>
  0.000050 SYS_access("/etc/ld.so.nohwcap", 00)                                                         = -2 <0.000010>
  0.000101 SYS_open("/lib/x86_64-linux-gnu/libresolv."..., 524288, 00)                                  = 3 <0.000016>
  0.000150 SYS_read(3, "\177ELF\002\001\001", 832)                                                      = 832 <0.000009>
  0.000078 SYS_fstat(3, 0x7ffd266e0f40)                                                                 = 0 <0.000008>
  0.000050 SYS_mmap(0, 0x21ba78, 5, 2050, 3)                                                            = 0x7fc43693b000 <0.000011>
  0.000073 SYS_mprotect(0x7fc436953000, 2097152, 0)                                                     = 0 <0.000010>
  0.000055 SYS_mmap(0x7fc436b53000, 8192, 3, 2066, 3)                                                   = 0x7fc436b53000 <0.000011>
  0.000076 SYS_mmap(0x7fc436b55000, 6776, 3, 50, 0xffffffff)                                            = 0x7fc436b55000 <0.000010>
  0.000077 SYS_close(3)                                                                                 = 0 <0.000009>
  0.000051 SYS_mmap(0, 4096, 3, 34, 0xffffffff)                                                         = 0x7fc439d20000 <0.000010>
  0.000094 SYS_mmap(0, 4096, 3, 34, 0xffffffff)                                                         = 0x7fc439d1f000 <0.000009>
  0.000083 SYS_mmap(0, 4096, 3, 34, 0xffffffff)                                                         = 0x7fc439d1e000 <0.000009>
  0.000075 SYS_mmap(0, 8192, 3, 34, 0xffffffff)                                                         = 0x7fc439d1c000 <0.000009>
  0.000073 SYS_arch_prctl(4098, 0x7fc439d1c740, 0x7fc439d1d040, 34, 0xffffffff)                         = 0 <0.000009>
  0.000116 SYS_mprotect(0x7fc438cd3000, 16384, 1)                                                       = 0 <0.000011>
  0.000069 SYS_mprotect(0x7fc436b53000, 4096, 1)                                                        = 0 <0.000010>
  0.000057 SYS_mprotect(0x7fc436d59000, 4096, 1)                                                        = 0 <0.000010>
  0.000069 SYS_mprotect(0x7fc437055000, 4096, 1)                                                        = 0 <0.000010>
  0.000058 SYS_mprotect(0x7fc43726c000, 4096, 1)                                                        = 0 <0.000010>
  0.000059 SYS_mprotect(0x7fc437470000, 4096, 1)                                                        = 0 <0.000010>
  0.000061 SYS_mprotect(0x7fc437678000, 4096, 1)                                                        = 0 <0.000010>
  0.000063 SYS_mprotect(0x7fc438ef5000, 4096, 1)                                                        = 0 <0.000010>
  0.000059 SYS_mprotect(0x7fc43787c000, 4096, 1)                                                        = 0 <0.000010>
  0.000060 SYS_mprotect(0x7fc437aa3000, 4096, 1)                                                        = 0 <0.000010>
  0.000094 SYS_mprotect(0x7fc437d69000, 40960, 1)                                                       = 0 <0.000010>
  0.000123 SYS_mprotect(0x7fc4380c5000, 32768, 1)                                                       = 0 <0.000010>
  0.000072 SYS_mprotect(0x7fc438302000, 4096, 1)                                                        = 0 <0.000010>
  0.000196 SYS_mprotect(0x7fc4386b6000, 110592, 1)                                                      = 0 <0.000013>
  0.000089 SYS_mprotect(0x7fc43891b000, 4096, 1)                                                        = 0 <0.000011>
  0.000104 SYS_mprotect(0x7fc43914e000, 4096, 1)                                                        = 0 <0.000010>
  0.000182 SYS_mprotect(0x7fc4398fe000, 8192, 1)                                                        = 0 <0.000010>
  0.000088 SYS_mprotect(0x7fc439369000, 4096, 1)                                                        = 0 <0.000010>
  0.000068 SYS_mprotect(0x7fc43957c000, 4096, 1)                                                        = 0 <0.000010>
  0.000064 SYS_mprotect(0x7fc439b15000, 4096, 1)                                                        = 0 <0.000010>
  0.000090 SYS_mprotect(0x7fc439f56000, 4096, 1)                                                        = 0 <0.000010>
  0.000058 SYS_mprotect(0x7fc439d39000, 4096, 1)                                                        = 0 <0.000010>
  0.000054 SYS_munmap(0x7fc439d27000, 63301)                                                            = 0 <0.000014>
  0.000057 SYS_set_tid_address(0x7fc439d1ca10, 0x7ffd266e1fc8, 0x7ffd266e1ff0, 0, 7)                    = 32583 <0.000009>
  0.000071 SYS_273(0x7fc439d1ca20, 24, 0x7ffd266e1ff0, 0, 7)                                            = 0 <0.000009>
  0.000071 SYS_futex(0x7ffd266e1f1c, 393, 1, 0, 0)                                                      = -11 <0.000010>
  0.000095 SYS_rt_sigaction(32, 0x7ffd266e1d18, 0, 8, 0)                                                = 0 <0.000009>
  0.000070 SYS_rt_sigaction(33, 0x7ffd266e1d18, 0, 8, 0)                                                = 0 <0.000009>
  0.000067 SYS_rt_sigprocmask(1, 0x7ffd266e1e68, 0, 8, 0)                                               = 0 <0.000009>
  0.000071 SYS_getrlimit(3, 0x7ffd266e1f00)                                                             = 0 <0.000009>
  0.000108 SYS_rt_sigaction(2, 0x7ffd266e1b08, 0, 8, 0)                                                 = 0 <0.000009>
  0.000070 SYS_rt_sigaction(15, 0x7ffd266e1b08, 0, 8, 0)                                                = 0 <0.000009>
  0.000069 SYS_rt_sigaction(13, 0x7ffd266e1b08, 0, 8, 0)                                                = 0 <0.000009>
  0.000071 SYS_rt_sigaction(1, 0x7ffd266e1b08, 0, 8, 0)                                                 = 0 <0.000009>
  0.000070 SYS_rt_sigprocmask(0, 0x7ffd266e1da0, 0, 8, 0x7ffd266e1da0)                                  = 0 <0.000009>
  0.000075 SYS_socket(2, 1, 0, 0, 0x7ffd266e1da0)                                                       = 3 <0.000012>
  0.000073 SYS_close(3)                                                                                 = 0 <0.000012>
  0.000050 SYS_socket(10, 1, 0, 0, 0x7ffd266e1da0)                                                      = 3 <0.000010>
  0.000069 SYS_getsockname(3, 0x7ffd266e1de0, 0x7ffd266e1d5c, 0, 0x7ffd266e1da0)                        = 0 <0.000010>
  0.000075 SYS_close(3)                                                                                 = 0 <0.000011>
  0.000048 SYS_socket(1, 1, 0, 0, 0x7ffd266e1da0)                                                       = 3 <0.000010>
  0.000072 SYS_close(3)                                                                                 = 0 <0.000010>
  0.000046 SYS_futex(0x7fc43914f8cc, 129, 0x7fffffff, 0, 0x7ffd266e1da0)                                = 0 <0.000009>
  0.000071 SYS_futex(0x7fc43914f724, 129, 0x7fffffff, 0, 0)                                             = 0 <0.000009>
  0.000091 SYS_brk(NULL)                                                                                = 0x7fc43a5a7000 <0.000009>
  0.000046 SYS_brk(0x7fc43a5c8000)                                                                      = 0x7fc43a5c8000 <0.000009>
  0.000064 SYS_mmap(0, 266240, 3, 34, 0xffffffff)                                                       = 0x7fc439cdb000 <0.000010>
  0.000156 SYS_mmap(0, 0x801000, 3, 131106, 0xffffffff)                                                 = 0x7fc43613a000 <0.000011>
  0.000075 SYS_mprotect(0x7fc43613a000, 4096, 0)                                                        = 0 <0.000010>
  0.000057 SYS_clone(0x3d0f00, 0x7fc436939fb0, 0x7fc43693a9d0, 0x7fc43693a9d0, 0x7fc43693a700)          = 32584 <0.000050>
  0.000119 SYS_mmap(0, 0x801000, 3, 131106, 0xffffffff)                                                 = 0x7fc435939000 <0.000010>
  0.000075 SYS_mprotect(0x7fc435939000, 4096, 0)                                                        = 0 <0.000012>
  0.000056 SYS_clone(0x3d0f00, 0x7fc436138fb0, 0x7fc4361399d0, 0x7fc4361399d0, 0x7fc436139700)          = 32585 <0.000057>
  0.000145 SYS_brk(0x7fc43a5ed000)                                                                      = 0x7fc43a5ed000 <0.000011>
  0.000062 SYS_pipe(0x7fc439ce4074, 0, 0, 0, 0)                                                         = 0 <0.000011>
  0.000074 SYS_fcntl(3, 3, 0, 0, 0)                                                                     = 0 <0.000009>
  0.000069 SYS_fcntl(3, 4, 2048, 0, 0)                                                                  = 0 <0.000009>
  0.000073 SYS_epoll_create(64, 0, 0x7fc43a5a7040, 0, 0)                                                = 5 <0.000010>
  0.000070 SYS_epoll_ctl(5, 1, 3, 0x7ffd266e1d10, 0)                                                    = 0 <0.000010>
  0.000072 SYS_mmap(0, 0x801000, 3, 131106, 0xffffffff)                                                 = 0x7fc435138000 <0.000010>
  0.000074 SYS_mprotect(0x7fc435138000, 4096, 0)                                                        = 0 <0.000013>
  0.000057 SYS_clone(0x3d0f00, 0x7fc435937fb0, 0x7fc4359389d0, 0x7fc4359389d0, 0x7fc435938700)          = 32586 <0.000044>
  0.000131 SYS_open("/usr/share/locale/en_US.UTF-8/li"..., 0, 00)                                       = -2 <0.000012>
  0.000138 SYS_open("/usr/share/locale/en_US.UTF-8/LC"..., 0, 00)                                       = -2 <0.000010>
  0.000151 SYS_open("/usr/share/locale/en/libdst.cat", 0, 00)                                           = -2 <0.000010>
  0.000130 SYS_open("/usr/share/locale/en/LC_MESSAGES"..., 0, 00)                                       = -2 <0.000010>
  0.000134 SYS_futex(0x7fc4399040e0, 129, 0x7fffffff, 0x7ffd266e1b40, 0x7fc438a9b627)                   = 0 <0.000009>
  0.000073 SYS_open("/usr/share/locale/en_US.UTF-8/li"..., 0, 00)                                       = -2 <0.000010>
  0.000133 SYS_open("/usr/share/locale/en_US.UTF-8/LC"..., 0, 00)                                       = -2 <0.000010>
  0.000135 SYS_open("/usr/share/locale/en/libisc.cat", 0, 00)                                           = -2 <0.000010>
  0.000129 SYS_open("/usr/share/locale/en/LC_MESSAGES"..., 0, 00)                                       = -2 <0.000009>
  0.000132 SYS_futex(0x7fc43914f6d0, 129, 0x7fffffff, 0, 0x7fc438a9b627)                                = 0 <0.000015>
  0.000075 SYS_futex(0x7fc43914f800, 129, 0x7fffffff, 0, 0x7fc43914f7c0)                                = 0 <0.000009>
  0.000071 SYS_futex(0x7fc4399040e4, 129, 0x7fffffff, 0, 0x7fc43914f7c0)                                = 0 <0.000009>
  0.000108 SYS_open("/usr/lib/ssl/openssl.cnf", 0, 0666)                                                = 6 <0.000013>
  0.000126 SYS_fstat(6, 0x7ffd266e1b60)                                                                 = 0 <0.000010>
  0.000049 SYS_mmap(0, 4096, 3, 34, 0xffffffff)                                                         = 0x7fc439d36000 <0.000010>
  0.000072 SYS_read(6, "#\n# OpenSSL example configuratio"..., 4096)                                    = 4096 <0.000011>
  0.000187 SYS_read(6, "Netscape crash on BMPStrings or "..., 4096)                                     = 4096 <0.000009>
  0.000168 SYS_read(6, " this to avoid interpreting an e"..., 4096)                                     = 2643 <0.000010>
  0.000157 SYS_read(6, "", 4096)                                                                        = 0 <0.000015>
  0.000066 SYS_close(6)                                                                                 = 0 <0.000009>
  0.000046 SYS_munmap(0x7fc439d36000, 4096)                                                             = 0 <0.000011>
  0.000113 SYS_futex(0x7fc4374710b0, 129, 0x7fffffff, 1, 0)                                             = 0 <0.000009>
  0.000074 SYS_open("/usr/lib/x86_64-linux-gnu/openss"..., 524288, 00)                                  = 6 <0.000012>
  0.000137 SYS_read(6, "\177ELF\002\001\001", 832)                                                      = 832 <0.000010>
  0.000075 SYS_fstat(6, 0x7ffd266e12f0)                                                                 = 0 <0.000009>
  0.000055 SYS_mmap(0, 0x215410, 5, 2050, 6)                                                            = 0x7fc434f22000 <0.000012>
  0.000073 SYS_mprotect(0x7fc434f36000, 2093056, 0)                                                     = 0 <0.000010>
  0.000054 SYS_mmap(0x7fc435135000, 12288, 3, 2066, 6)                                                  = 0x7fc435135000 <0.000010>
  0.000075 SYS_close(6)                                                                                 = 0 <0.000009>
  0.000109 SYS_mprotect(0x7fc435135000, 4096, 1)                                                        = 0 <0.000010>
  0.000165 SYS_open("/usr/share/locale/en_US.UTF-8/li"..., 0, 00)                                       = -2 <0.000012>
  0.000137 SYS_open("/usr/share/locale/en_US.UTF-8/LC"..., 0, 00)                                       = -2 <0.000010>
  0.000132 SYS_open("/usr/share/locale/en/libdns.cat", 0, 00)                                           = -2 <0.000011>
  0.000134 SYS_open("/usr/share/locale/en/LC_MESSAGES"..., 0, 00)                                       = -2 <0.000010>
  0.000134 SYS_futex(0x7fc43990374c, 129, 0x7fffffff, 0, 0x7fc438a9b627)                                = 0 <0.000010>
  0.000072 SYS_futex(0x7fc439903804, 129, 0x7fffffff, 0, 0x7fc43914f7c0)                                = 0 <0.000009>
  0.000079 SYS_write(2, "main parsing yahoo.com", 22main parsing yahoo.com)                                                   = 22 <0.000014>
  0.000115 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000013>
  0.000065 SYS_write(2, "addlookup()", 11addlookup())                                                              = 11 <0.000013>
  0.000086 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000019>
  0.000101 SYS_write(2, "make_empty_lookup()", 19make_empty_lookup())                                                      = 19 <0.000014>
  0.000124 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000013>
  0.000078 SYS_write(2, "looking up yahoo.com", 20looking up yahoo.com)                                                     = 20 <0.000015>
  0.000129 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000014>
  0.000078 SYS_write(2, "setup_system()", 14setup_system())                                                           = 14 <0.000014>
  0.000112 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000013>
  0.000078 SYS_open("/etc/resolv.conf", 0, 0666)                                                        = 6 <0.000013>
  0.000117 SYS_fstat(6, 0x7ffd266e1940)                                                                 = 0 <0.000011>
  0.000058 SYS_mmap(0, 4096, 3, 34, 0xffffffff)                                                         = 0x7fc439d36000 <0.000011>
  0.000086 SYS_read(6, "# Dynamic resolv.conf(5) file fo"..., 4096)                                     = 170 <0.000011>
  0.000177 SYS_read(6, "", 4096)                                                                        = 0 <0.000011>
  0.000068 SYS_close(6)                                                                                 = 0 <0.000010>
  0.000054 SYS_munmap(0x7fc439d36000, 4096)                                                             = 0 <0.000013>
  0.000063 SYS_write(2, "ndots is 1.", 11ndots is 1.)                                                              = 11 <0.000013>
  0.000104 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000014>
  0.000075 SYS_write(2, "copy_server_list()", 18copy_server_list())                                                       = 18 <0.000014>
  0.000124 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000014>
  0.000078 SYS_write(2, "make_server(8.8.8.8)", 20make_server(8.8.8.8))                                                     = 20 <0.000014>
  0.000129 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000013>
  0.000077 SYS_futex(0x7fc439ce008c, 133, 1, 1, 0x7fc439ce0088)                                         = 1 <0.000015>
  0.000085 SYS_futex(0x7fc439ce0028, 129, 1, 1, 0x7fc439ce0088)                                         = 0 <0.000006>
  0.000085 SYS_rt_sigaction(1, 0x7ffd266e1ae8, 0, 8, 0)                                                 = 0 <0.000007>
  0.000076 SYS_rt_sigsuspend(lock_lookup dighost.c:35970x7ffd266e1d80, 8, 0, 8, 0
success
start_lookup()
setup_lookup(0x7fc43a5dd038)
resetting lookup counter.
cloning server list
clone_server_list()
make_server(8.8.8.8)
using root origin
recursive query
add_question()
starting to render the message
done rendering
create query 0x7fc439cec018 linked to lookup 0x7fc43a5dd038
do_lookup()
send_udp(0x7fc439cec018)
bringup_timer()
have local timeout of 5
working on lookup 0x7fc43a5dd038, query 0x7fc439cec018
sockcount=1
recving with lookup=0x7fc43a5dd038, query=0x7fc439cec018, sock=0x7fc439ced010
recvcount=1
sending a request
unlock_lookup dighost.c:3599
lock_lookup dighost.c:2305
success
send_done()
sendcount=0
check_if_done()
list empty
unlock_lookup dighost.c:2334
connect_timeout()
lock_lookup dighost.c:2584
success
resending UDP request to first server
send_udp(0x7fc439cec018)
bringup_timer()
have local timeout of 5
working on lookup 0x7fc43a5dd038, query 0x7fc439cec018
sending a request
unlock_lookup dighost.c:2629
lock_lookup dighost.c:2305
success
send_done()
sendcount=0
check_if_done()
list empty
unlock_lookup dighost.c:2334
connect_timeout()
lock_lookup dighost.c:2584
success
resending UDP request to first server
send_udp(0x7fc439cec018)
bringup_timer()
have local timeout of 5
working on lookup 0x7fc43a5dd038, query 0x7fc439cec018
sending a request
unlock_lookup dighost.c:2629
lock_lookup dighost.c:2305
success
send_done()
sendcount=0
check_if_done()
list empty
unlock_lookup dighost.c:2334
connect_timeout()
lock_lookup dighost.c:2584
success
;; connection timed out; no servers could be reached
cancel_lookup()
check_if_done()
list empty
check_next_lookup(0x7fc43a5dd038)
still have a worker
unlock_lookup dighost.c:2629
recv_done()
lock_lookup dighost.c:3034
success
recvcount=0
lookup=0x7fc43a5dd038, query=0x7fc439cec018
no longer pending.  Got operation canceled
clear_query(0x7fc439cec018)
sockcount=0
check_next_lookup(0x7fc43a5dd038)
try_clear_lookup(0x7fc43a5dd038)
destroy
freeing server 0x7fc4300008c8 belonging to 0x7fc43a5dd038
start_lookup()
check_if_done()
list empty
shutting down
dighost_shutdown()
unlock_lookup dighost.c:3061
)                                                = -514 <15.005475>
 15.005568 --- SIGTERM (Terminated) ---
  0.000016 SYS_rt_sigreturn(15, 0x7ffd266e18f0, 0x7ffd266e17c0, 8, 0 <no return ...>
  0.000023 unexpected breakpoint at 0x7fc4389547a3
  0.000013 SYS_write(1, "\n", 1
)                                                                        = 1 <0.000016>
  0.000045 SYS_write(2, "done, and starting to shut down", 31done, and starting to shut down)                                          = 31 <0.000013>
  0.000051 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000013>
  0.000036 SYS_write(2, "cancel_all()", 12cancel_all())                                                             = 12 <0.000012>
  0.000039 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000012>
  0.000037 SYS_write(2, "lock_lookup dighost.c:3613", 26lock_lookup dighost.c:3613)                                               = 26 <0.000012>
  0.000048 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000024>
  0.000049 SYS_write(2, "success", 7success)                                                                   = 7 <0.000014>
  0.000040 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000012>
  0.000036 SYS_write(2, "unlock_lookup dighost.c:3643", 28unlock_lookup dighost.c:3643)                                             = 28 <0.000012>
  0.000047 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000012>
  0.000036 SYS_write(2, "destroy_libs()", 14destroy_libs())                                                           = 14 <0.000013>
  0.000041 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000011>
  0.000033 SYS_write(2, "freeing task", 12freeing task)                                                             = 12 <0.000011>
  0.000038 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000012>
  0.000034 SYS_futex(0x7fc439ce008c, 133, 1, 1, 0x7fc439ce0088)                                         = 1 <0.000015>
  0.000046 SYS_futex(0x7fc439ce0028, 129, 1, 1, 0x7fc439ce0088)                                         = 0 <0.000014>
  0.000085 SYS_write(2, "freeing taskmgr", 15freeing taskmgr)                                                          = 15 <0.000012>
  0.000093 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000011>
  0.000062 SYS_futex(0x7fc439ce008c, 132, 1, 0x7fffffff, 0x7fc439ce0028)                                = 1 <0.000014>
  0.000075 SYS_futex(0x7fc439ce0028, 129, 1, 0x7fffffff, 0x7fc439ce0028)                                = 0 <0.000013>
  0.000077 SYS_futex(0x7fc43693a9d0, 0, 32584, 0, 0)                                                    = 0 <0.000025>
  0.000086 SYS_write(2, "lock_lookup dighost.c:3673", 26lock_lookup dighost.c:3673)                                               = 26 <0.000012>
  0.000124 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000011>
  0.000061 SYS_write(2, "success", 7success)                                                                   = 7 <0.000010>
  0.000071 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000011>
  0.000061 SYS_write(2, "flush_server_list()", 19flush_server_list())                                                      = 19 <0.000011>
  0.000097 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000011>
  0.000061 SYS_write(2, "freeing commctx", 15freeing commctx)                                                          = 15 <0.000011>
  0.000089 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000011>
  0.000075 SYS_write(2, "freeing socketmgr", 17freeing socketmgr)                                                        = 17 <0.000011>
  0.000093 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000011>
  0.000060 SYS_write(4, "", 8)                                                                          = 8 <0.000013>
  0.000065 SYS_futex(0x7fc4359389d0, 0, 32586, 0, 0)                                                    = 0 <0.000051>
  0.000101 SYS_epoll_ctl(5, 2, 3, 0x7ffd266e1d80, 0)                                                    = 0 <0.000010>
  0.000036 SYS_close(5)                                                                                 = 0 <0.000011>
  0.000031 SYS_close(3)                                                                                 = 0 <0.000008>
  0.000024 SYS_close(4)                                                                                 = 0 <0.000011>
  0.000039 SYS_write(2, "freeing timermgr", 16freeing timermgr)                                                         = 16 <0.000018>
  0.000048 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000010>
  0.000033 SYS_futex(0x7fc439ce207c, 133, 1, 1, 0x7fc439ce2078)                                         = 1 <0.000014>
  0.000039 SYS_futex(0x7fc439ce2028, 129, 1, 1, 0x7fc439ce2078)                                         = 0 <0.000012>
  0.000058 SYS_futex(0x7fc4361399d0, 0, 32585, 0, 0)                                                    = 0 <0.000023>
  0.000073 SYS_madvise(0x7fc430021000, 45056, 4)                                                        = 0 <0.000018>
  0.000040 SYS_write(2, "destroy DST lib", 15destroy DST lib)                                                          = 15 <0.000011>
  0.000042 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000011>
  0.000051 SYS_munmap(0x7fc434f22000, 2184208)                                                          = 0 <0.000016>
  0.000071 SYS_write(2, "detach from entropy", 19detach from entropy)                                                      = 19 <0.000011>
  0.000055 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000012>
  0.000063 SYS_write(2, "unlock_lookup dighost.c:3726", 28unlock_lookup dighost.c:3726)                                             = 28 <0.000011>
  0.000118 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000011>
  0.000061 SYS_write(2, "Destroy the messages kept for si"..., 38Destroy the messages kept for sigchase)                                      = 38 <0.000013>
  0.000127 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000012>
  0.000060 SYS_write(2, "Removing log context", 20Removing log context)                                                     = 20 <0.000012>
  0.000114 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000012>
  0.000065 SYS_write(2, "Destroy memory", 14Destroy memory)                                                           = 14 <0.000013>
  0.000088 SYS_write(2, "\n", 1
)                                                                        = 1 <0.000012>
  0.000063 SYS_munmap(0x7fc439cdb000, 266240)                                                           = 0 <0.000022>
  0.000083 SYS_exit_group(0 <no return ...>
  0.000164 +++ exited (status 0) +++
Download as text