forked from federojas/DOG-OS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
strace_out
891 lines (891 loc) · 314 KB
/
strace_out
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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
2412 execve("/usr/bin/make", ["make"], ["HOSTNAME=8258d9665a65", "SHLVL=1", "HOME=/root", "_=/usr/bin/pvs-studio-analyzer", "TERM=xterm", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root"]) = 0
2412 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f18e32999d0) = 2413
2413 execve("/bin/sh", ["/bin/sh", "-c", "cd Bootloader; make all"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEFLAGS=", "MFLAGS=", "TERM=xterm", "MAKELEVEL=1"]) = 0
2413 chdir("/root/Bootloader") = 0
2413 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fe2d305e9d0) = 2414
2414 execve("/usr/bin/make", ["make", "all"], ["HOSTNAME=8258d9665a65", "SHLVL=1", "HOME=/root", "OLDPWD=/root", "MAKEFLAGS=", "_=/usr/bin/pvs-studio-analyzer", "TERM=xterm", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "MAKELEVEL=1", "PWD=/root/Bootloader", "MFLAGS="]) = 0
2414 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f5b972d49d0) = 2415
2415 execve("/bin/sh", ["/bin/sh", "-c", "cd BMFS; make all"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2415 chdir("/root/Bootloader/BMFS") = 0
2415 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f483fedf9d0) = 2416
2416 execve("/usr/bin/make", ["make", "all"], ["HOSTNAME=8258d9665a65", "SHLVL=1", "HOME=/root", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "_=/usr/bin/pvs-studio-analyzer", "TERM=xterm", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "MAKELEVEL=2", "PWD=/root/Bootloader/BMFS", "MFLAGS=-w"]) = 0
2416 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fae209ff9d0) = 2417
2417 execve("/usr/local/sbin/gcc", ["gcc", "-ansi", "-std=c99", "-Wall", "-pedantic", "-o", "bmfs.bin", "bmfs.c"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/BMFS", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2417 execve("/usr/local/bin/gcc", ["gcc", "-ansi", "-std=c99", "-Wall", "-pedantic", "-o", "bmfs.bin", "bmfs.c"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/BMFS", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2417 execve("/usr/sbin/gcc", ["gcc", "-ansi", "-std=c99", "-Wall", "-pedantic", "-o", "bmfs.bin", "bmfs.c"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/BMFS", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2417 execve("/usr/bin/gcc", ["gcc", "-ansi", "-std=c99", "-Wall", "-pedantic", "-o", "bmfs.bin", "bmfs.c"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/BMFS", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2417 vfork( <unfinished ...>
2418 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-imultiarch", "x86_64-linux-gnu", "bmfs.c", "-quiet", "-dumpbase", "bmfs.c", "-mtune=generic", "-march=x86-64", "-auxbase", "bmfs", "-Wall", "-Wpedantic", "-ansi", "-std=c99", "-o", "/tmp/ccW4TkXC.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/BMFS", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper", "COLLECT_GCC_OPTIONS='-ansi' '-std=c99' '-Wall' '-Wpedantic' '-o' 'bmfs.bin' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2417 <... vfork resumed> ) = 2418
2418 <... execve resumed> ) = 0
2418 +++ exited with 0 +++
2417 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2418, si_uid=0, si_status=0, si_utime=6, si_stime=1} ---
2417 vfork( <unfinished ...>
2419 execve("/usr/local/sbin/as", ["as", "--64", "-o", "/tmp/ccAXKTcM.o", "/tmp/ccW4TkXC.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/BMFS", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper", "COLLECT_GCC_OPTIONS='-ansi' '-std=c99' '-Wall' '-Wpedantic' '-o' 'bmfs.bin' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2419 execve("/usr/local/bin/as", ["as", "--64", "-o", "/tmp/ccAXKTcM.o", "/tmp/ccW4TkXC.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/BMFS", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper", "COLLECT_GCC_OPTIONS='-ansi' '-std=c99' '-Wall' '-Wpedantic' '-o' 'bmfs.bin' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2419 execve("/usr/sbin/as", ["as", "--64", "-o", "/tmp/ccAXKTcM.o", "/tmp/ccW4TkXC.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/BMFS", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper", "COLLECT_GCC_OPTIONS='-ansi' '-std=c99' '-Wall' '-Wpedantic' '-o' 'bmfs.bin' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2419 execve("/usr/bin/as", ["as", "--64", "-o", "/tmp/ccAXKTcM.o", "/tmp/ccW4TkXC.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/BMFS", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper", "COLLECT_GCC_OPTIONS='-ansi' '-std=c99' '-Wall' '-Wpedantic' '-o' 'bmfs.bin' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2417 <... vfork resumed> ) = 2419
2419 <... execve resumed> ) = 0
2419 +++ exited with 0 +++
2417 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2419, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2417 vfork( <unfinished ...>
2420 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/collect2", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/collect2", "-plugin", "/usr/lib/gcc/x86_64-linux-gnu/4.9/liblto_plugin.so", "-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper", "-plugin-opt=-fresolution=/tmp/ccwbdOuV.res", "-plugin-opt=-pass-through=-lgcc", "-plugin-opt=-pass-through=-lgcc_s", "-plugin-opt=-pass-through=-lc", "-plugin-opt=-pass-through=-lgcc", "-plugin-opt=-pass-through=-lgcc_s", "--sysroot=/", "--build-id", "--eh-frame-hdr", "-m", "elf_x86_64", "--hash-style=gnu", "-dynamic-linker", "/lib64/ld-linux-x86-64.so.2", "-o", "bmfs.bin", "/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o", "/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o", "/usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o", "-L/usr/lib/gcc/x86_64-linux-gnu/4.9", "-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu", "-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib", "-L/lib/x86_64-linux-gnu", "-L/lib/../lib", "-L/usr/lib/x86_64-linux-gnu", "-L/usr/lib/../lib", "-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../..", "/tmp/ccAXKTcM.o", "-lgcc", "--as-needed", "-lgcc_s", "--no-as-needed", "-lc", "-lgcc", "--as-needed", "-lgcc_s", "--no-as-needed", "/usr/lib/gcc/x86_64-linux-gnu/4.9/crtend.o", "/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/BMFS", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper", "COLLECT_GCC_OPTIONS='-ansi' '-std=c99' '-Wall' '-Wpedantic' '-o' 'bmfs.bin' '-mtune=generic' '-march=x86-64'", "COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/", "LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../:/lib/:/usr/lib/"] <unfinished ...>
2417 <... vfork resumed> ) = 2420
2420 <... execve resumed> ) = 0
2420 vfork( <unfinished ...>
2421 execve("/usr/bin/ld", ["/usr/bin/ld", "-plugin", "/usr/lib/gcc/x86_64-linux-gnu/4.9/liblto_plugin.so", "-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper", "-plugin-opt=-fresolution=/tmp/ccwbdOuV.res", "-plugin-opt=-pass-through=-lgcc", "-plugin-opt=-pass-through=-lgcc_s", "-plugin-opt=-pass-through=-lc", "-plugin-opt=-pass-through=-lgcc", "-plugin-opt=-pass-through=-lgcc_s", "--sysroot=/", "--build-id", "--eh-frame-hdr", "-m", "elf_x86_64", "--hash-style=gnu", "-dynamic-linker", "/lib64/ld-linux-x86-64.so.2", "-o", "bmfs.bin", "/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o", "/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o", "/usr/lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o", "-L/usr/lib/gcc/x86_64-linux-gnu/4.9", "-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu", "-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib", "-L/lib/x86_64-linux-gnu", "-L/lib/../lib", "-L/usr/lib/x86_64-linux-gnu", "-L/usr/lib/../lib", "-L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../..", "/tmp/ccAXKTcM.o", "-lgcc", "--as-needed", "-lgcc_s", "--no-as-needed", "-lc", "-lgcc", "--as-needed", "-lgcc_s", "--no-as-needed", "/usr/lib/gcc/x86_64-linux-gnu/4.9/crtend.o", "/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/BMFS", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper", "COLLECT_GCC_OPTIONS='-ansi' '-std=c99' '-Wall' '-Wpedantic' '-o' 'bmfs.bin' '-mtune=generic' '-march=x86-64'", "COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/", "LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../:/lib/:/usr/lib/"] <unfinished ...>
2420 <... vfork resumed> ) = 2421
2421 <... execve resumed> ) = 0
2421 +++ exited with 0 +++
2420 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2421, si_uid=0, si_status=0, si_utime=2, si_stime=0} ---
2420 +++ exited with 0 +++
2417 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2420, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2417 +++ exited with 0 +++
2416 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2417, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2416 chdir("/root/Bootloader/BMFS") = 0
2416 +++ exited with 0 +++
2415 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2416, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2415 +++ exited with 0 +++
2414 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2415, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2414 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f5b972d49d0) = 2422
2422 execve("/bin/sh", ["/bin/sh", "-c", "cd Pure64; make all"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2422 chdir("/root/Bootloader/Pure64") = 0
2422 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f848ba149d0) = 2423
2423 execve("/usr/bin/make", ["make", "all"], ["HOSTNAME=8258d9665a65", "SHLVL=1", "HOME=/root", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "_=/usr/bin/pvs-studio-analyzer", "TERM=xterm", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "MAKELEVEL=2", "PWD=/root/Bootloader/Pure64", "MFLAGS=-w"]) = 0
2423 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f177bb9d9d0) = 2424
2424 execve("/usr/local/sbin/nasm", ["nasm", "src/bootsectors/bmfs_mbr.asm", "-o", "bmfs_mbr.sys"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/Pure64", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2424 execve("/usr/local/bin/nasm", ["nasm", "src/bootsectors/bmfs_mbr.asm", "-o", "bmfs_mbr.sys"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/Pure64", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2424 execve("/usr/sbin/nasm", ["nasm", "src/bootsectors/bmfs_mbr.asm", "-o", "bmfs_mbr.sys"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/Pure64", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2424 execve("/usr/bin/nasm", ["nasm", "src/bootsectors/bmfs_mbr.asm", "-o", "bmfs_mbr.sys"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/Pure64", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2424 +++ exited with 0 +++
2423 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2424, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2423 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f177bb9d9d0) = 2425
2425 execve("/usr/local/sbin/nasm", ["nasm", "src/bootsectors/pxestart.asm", "-o", "pxestart.sys"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/Pure64", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2425 execve("/usr/local/bin/nasm", ["nasm", "src/bootsectors/pxestart.asm", "-o", "pxestart.sys"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/Pure64", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2425 execve("/usr/sbin/nasm", ["nasm", "src/bootsectors/pxestart.asm", "-o", "pxestart.sys"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/Pure64", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2425 execve("/usr/bin/nasm", ["nasm", "src/bootsectors/pxestart.asm", "-o", "pxestart.sys"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/Pure64", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2425 +++ exited with 0 +++
2423 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2425, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2423 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f177bb9d9d0) = 2426
2426 execve("/bin/sh", ["/bin/sh", "-c", "cd src; nasm pure64.asm -o ../pure64.sys"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Bootloader/Pure64", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Bootloader", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2426 chdir("/root/Bootloader/Pure64/src") = 0
2426 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fe934d6d9d0) = 2427
2427 execve("/usr/bin/nasm", ["nasm", "pure64.asm", "-o", "../pure64.sys"], ["HOSTNAME=8258d9665a65", "SHLVL=1", "HOME=/root", "OLDPWD=/root/Bootloader/Pure64", "MAKEFLAGS=w", "_=/usr/bin/pvs-studio-analyzer", "TERM=xterm", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "MAKELEVEL=3", "PWD=/root/Bootloader/Pure64/src", "MFLAGS=-w"]) = 0
2427 +++ exited with 0 +++
2426 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2427, si_uid=0, si_status=0, si_utime=3, si_stime=1} ---
2426 +++ exited with 0 +++
2423 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2426, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2423 chdir("/root/Bootloader/Pure64") = 0
2423 +++ exited with 0 +++
2422 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2423, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2422 +++ exited with 0 +++
2414 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2422, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2414 chdir("/root/Bootloader") = 0
2414 +++ exited with 0 +++
2413 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2414, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2413 +++ exited with 0 +++
2412 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2413, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2412 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f18e32999d0) = 2428
2428 execve("/bin/sh", ["/bin/sh", "-c", "cd Kernel; make all MM_SELECTOR=-DMEMORY_MANAGER_BUDDY"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEFLAGS=", "MFLAGS=", "TERM=xterm", "MAKELEVEL=1"]) = 0
2428 chdir("/root/Kernel") = 0
2428 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f99f477d9d0) = 2429
2429 execve("/usr/bin/make", ["make", "all", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY"], ["HOSTNAME=8258d9665a65", "SHLVL=1", "HOME=/root", "OLDPWD=/root", "MAKEFLAGS=", "_=/usr/bin/pvs-studio-analyzer", "TERM=xterm", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "MAKELEVEL=1", "PWD=/root/Kernel", "MFLAGS="]) = 0
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2430
2430 execve("/usr/local/sbin/nasm", ["nasm", "-felf64", "loader.asm", "-o", "loader.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2430 execve("/usr/local/bin/nasm", ["nasm", "-felf64", "loader.asm", "-o", "loader.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2430 execve("/usr/sbin/nasm", ["nasm", "-felf64", "loader.asm", "-o", "loader.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2430 execve("/usr/bin/nasm", ["nasm", "-felf64", "loader.asm", "-o", "loader.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2430 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2430, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2431
2431 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "lib.c", "-o", "lib.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2431 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "lib.c", "-o", "lib.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2431 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "lib.c", "-o", "lib.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2431 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "lib.c", "-o", "lib.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2431 vfork( <unfinished ...>
2432 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "lib.c", "-quiet", "-dumpbase", "lib.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "lib.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccCktim2.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'lib.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2431 <... vfork resumed> ) = 2432
2432 <... execve resumed> ) = 0
2432 +++ exited with 0 +++
2431 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2432, si_uid=0, si_status=0, si_utime=1, si_stime=0} ---
2431 vfork( <unfinished ...>
2433 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "lib.o", "/tmp/ccCktim2.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'lib.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2433 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "lib.o", "/tmp/ccCktim2.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'lib.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2433 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "lib.o", "/tmp/ccCktim2.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'lib.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2433 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "lib.o", "/tmp/ccCktim2.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'lib.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2431 <... vfork resumed> ) = 2433
2433 <... execve resumed> ) = 0
2433 +++ exited with 0 +++
2431 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2433, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2431 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2431, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2434
2434 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "naiveConsole.c", "-o", "naiveConsole.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2434 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "naiveConsole.c", "-o", "naiveConsole.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2434 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "naiveConsole.c", "-o", "naiveConsole.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2434 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "naiveConsole.c", "-o", "naiveConsole.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2434 vfork( <unfinished ...>
2435 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "naiveConsole.c", "-quiet", "-dumpbase", "naiveConsole.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "naiveConsole.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/cc6YCCv6.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'naiveConsole.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2434 <... vfork resumed> ) = 2435
2435 <... execve resumed> ) = 0
2435 +++ exited with 0 +++
2434 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2435, si_uid=0, si_status=0, si_utime=1, si_stime=1} ---
2434 vfork( <unfinished ...>
2436 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "naiveConsole.o", "/tmp/cc6YCCv6.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'naiveConsole.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2436 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "naiveConsole.o", "/tmp/cc6YCCv6.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'naiveConsole.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2436 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "naiveConsole.o", "/tmp/cc6YCCv6.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'naiveConsole.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2436 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "naiveConsole.o", "/tmp/cc6YCCv6.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'naiveConsole.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2434 <... vfork resumed> ) = 2436
2436 <... execve resumed> ) = 0
2436 +++ exited with 0 +++
2434 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2436, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2434 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2434, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2437
2437 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "moduleLoader.c", "-o", "moduleLoader.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2437 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "moduleLoader.c", "-o", "moduleLoader.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2437 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "moduleLoader.c", "-o", "moduleLoader.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2437 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "moduleLoader.c", "-o", "moduleLoader.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2437 vfork( <unfinished ...>
2438 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "moduleLoader.c", "-quiet", "-dumpbase", "moduleLoader.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "moduleLoader.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccTQbzca.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'moduleLoader.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2437 <... vfork resumed> ) = 2438
2438 <... execve resumed> ) = 0
2438 +++ exited with 0 +++
2437 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2438, si_uid=0, si_status=0, si_utime=2, si_stime=0} ---
2437 vfork( <unfinished ...>
2439 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "moduleLoader.o", "/tmp/ccTQbzca.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'moduleLoader.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2439 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "moduleLoader.o", "/tmp/ccTQbzca.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'moduleLoader.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2439 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "moduleLoader.o", "/tmp/ccTQbzca.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'moduleLoader.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2439 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "moduleLoader.o", "/tmp/ccTQbzca.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'moduleLoader.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2437 <... vfork resumed> ) = 2439
2439 <... execve resumed> ) = 0
2439 +++ exited with 0 +++
2437 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2439, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2437 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2437, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2440
2440 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "kernel.c", "-o", "kernel.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2440 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "kernel.c", "-o", "kernel.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2440 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "kernel.c", "-o", "kernel.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2440 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "kernel.c", "-o", "kernel.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2440 vfork( <unfinished ...>
2441 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "kernel.c", "-quiet", "-dumpbase", "kernel.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "kernel.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccHVHi3e.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'kernel.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2440 <... vfork resumed> ) = 2441
2441 <... execve resumed> ) = 0
2441 +++ exited with 0 +++
2440 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2441, si_uid=0, si_status=0, si_utime=1, si_stime=1} ---
2440 vfork( <unfinished ...>
2442 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "kernel.o", "/tmp/ccHVHi3e.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'kernel.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2442 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "kernel.o", "/tmp/ccHVHi3e.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'kernel.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2442 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "kernel.o", "/tmp/ccHVHi3e.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'kernel.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2442 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "kernel.o", "/tmp/ccHVHi3e.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'kernel.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2440 <... vfork resumed> ) = 2442
2442 <... execve resumed> ) = 0
2442 +++ exited with 0 +++
2440 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2442, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2440 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2440, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2443
2443 execve("/usr/local/sbin/nasm", ["nasm", "-felf64", "asm/libasm.asm", "-o", "asm/libasm.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2443 execve("/usr/local/bin/nasm", ["nasm", "-felf64", "asm/libasm.asm", "-o", "asm/libasm.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2443 execve("/usr/sbin/nasm", ["nasm", "-felf64", "asm/libasm.asm", "-o", "asm/libasm.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2443 execve("/usr/bin/nasm", ["nasm", "-felf64", "asm/libasm.asm", "-o", "asm/libasm.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2443 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2443, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2444
2444 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/time.c", "-o", "interruptions/time.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2444 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/time.c", "-o", "interruptions/time.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2444 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/time.c", "-o", "interruptions/time.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2444 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/time.c", "-o", "interruptions/time.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2444 vfork( <unfinished ...>
2445 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "interruptions/time.c", "-quiet", "-dumpbase", "time.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "interruptions/time.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccQQfxun.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/time.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2444 <... vfork resumed> ) = 2445
2445 <... execve resumed> ) = 0
2445 +++ exited with 0 +++
2444 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2445, si_uid=0, si_status=0, si_utime=0, si_stime=1} ---
2444 vfork( <unfinished ...>
2446 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/time.o", "/tmp/ccQQfxun.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/time.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2446 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/time.o", "/tmp/ccQQfxun.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/time.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2446 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/time.o", "/tmp/ccQQfxun.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/time.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2446 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/time.o", "/tmp/ccQQfxun.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/time.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2444 <... vfork resumed> ) = 2446
2446 <... execve resumed> ) = 0
2446 +++ exited with 0 +++
2444 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2446, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2444 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2444, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2447
2447 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/irqDispatcher.c", "-o", "interruptions/irqDispatcher.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2447 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/irqDispatcher.c", "-o", "interruptions/irqDispatcher.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2447 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/irqDispatcher.c", "-o", "interruptions/irqDispatcher.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2447 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/irqDispatcher.c", "-o", "interruptions/irqDispatcher.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2447 vfork( <unfinished ...>
2448 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "interruptions/irqDispatcher.c", "-quiet", "-dumpbase", "irqDispatcher.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "interruptions/irqDispatcher.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccEnyCns.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/irqDispatcher.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2447 <... vfork resumed> ) = 2448
2448 <... execve resumed> ) = 0
2448 +++ exited with 0 +++
2447 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2448, si_uid=0, si_status=0, si_utime=1, si_stime=0} ---
2447 vfork( <unfinished ...>
2449 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/irqDispatcher.o", "/tmp/ccEnyCns.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/irqDispatcher.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2449 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/irqDispatcher.o", "/tmp/ccEnyCns.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/irqDispatcher.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2449 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/irqDispatcher.o", "/tmp/ccEnyCns.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/irqDispatcher.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2449 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/irqDispatcher.o", "/tmp/ccEnyCns.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/irqDispatcher.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2447 <... vfork resumed> ) = 2449
2449 <... execve resumed> ) = 0
2449 +++ exited with 0 +++
2447 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2449, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2447 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2447, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2450
2450 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/exceptions.c", "-o", "interruptions/exceptions.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2450 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/exceptions.c", "-o", "interruptions/exceptions.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2450 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/exceptions.c", "-o", "interruptions/exceptions.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2450 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/exceptions.c", "-o", "interruptions/exceptions.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2450 vfork( <unfinished ...>
2451 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "interruptions/exceptions.c", "-quiet", "-dumpbase", "exceptions.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "interruptions/exceptions.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/cc2odI4m.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/exceptions.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2450 <... vfork resumed> ) = 2451
2451 <... execve resumed> ) = 0
2451 +++ exited with 0 +++
2450 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2451, si_uid=0, si_status=0, si_utime=2, si_stime=0} ---
2450 vfork( <unfinished ...>
2452 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/exceptions.o", "/tmp/cc2odI4m.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/exceptions.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2452 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/exceptions.o", "/tmp/cc2odI4m.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/exceptions.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2452 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/exceptions.o", "/tmp/cc2odI4m.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/exceptions.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2452 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/exceptions.o", "/tmp/cc2odI4m.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/exceptions.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2450 <... vfork resumed> ) = 2452
2452 <... execve resumed> ) = 0
2452 +++ exited with 0 +++
2450 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2452, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2450 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2450, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2453
2453 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/idtLoader.c", "-o", "interruptions/idtLoader.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2453 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/idtLoader.c", "-o", "interruptions/idtLoader.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2453 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/idtLoader.c", "-o", "interruptions/idtLoader.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2453 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/idtLoader.c", "-o", "interruptions/idtLoader.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2453 vfork( <unfinished ...>
2454 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "interruptions/idtLoader.c", "-quiet", "-dumpbase", "idtLoader.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "interruptions/idtLoader.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccQBtZyr.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/idtLoader.o' '-mtune=generic' '-march=x86-64'"]) = 0
2453 <... vfork resumed> ) = 2454
2454 +++ exited with 0 +++
2453 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2454, si_uid=0, si_status=0, si_utime=1, si_stime=0} ---
2453 vfork( <unfinished ...>
2455 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/idtLoader.o", "/tmp/ccQBtZyr.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/idtLoader.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2455 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/idtLoader.o", "/tmp/ccQBtZyr.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/idtLoader.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2455 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/idtLoader.o", "/tmp/ccQBtZyr.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/idtLoader.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2455 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/idtLoader.o", "/tmp/ccQBtZyr.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/idtLoader.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2453 <... vfork resumed> ) = 2455
2455 <... execve resumed> ) = 0
2455 +++ exited with 0 +++
2453 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2455, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2453 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2453, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2456
2456 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/syscallDispatcher.c", "-o", "interruptions/syscallDispatcher.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2456 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/syscallDispatcher.c", "-o", "interruptions/syscallDispatcher.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2456 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/syscallDispatcher.c", "-o", "interruptions/syscallDispatcher.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2456 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "interruptions/syscallDispatcher.c", "-o", "interruptions/syscallDispatcher.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2456 vfork( <unfinished ...>
2457 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "interruptions/syscallDispatcher.c", "-quiet", "-dumpbase", "syscallDispatcher.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "interruptions/syscallDispatcher.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/cc3vTbIv.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/syscallDispatcher.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2456 <... vfork resumed> ) = 2457
2457 <... execve resumed> ) = 0
2457 +++ exited with 0 +++
2456 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2457, si_uid=0, si_status=0, si_utime=3, si_stime=1} ---
2456 vfork( <unfinished ...>
2458 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/syscallDispatcher.o", "/tmp/cc3vTbIv.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/syscallDispatcher.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2458 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/syscallDispatcher.o", "/tmp/cc3vTbIv.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/syscallDispatcher.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2458 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/syscallDispatcher.o", "/tmp/cc3vTbIv.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/syscallDispatcher.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2458 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "interruptions/syscallDispatcher.o", "/tmp/cc3vTbIv.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'interruptions/syscallDispatcher.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2456 <... vfork resumed> ) = 2458
2458 <... execve resumed> ) = 0
2458 +++ exited with 0 +++
2456 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2458, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2456 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2456, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2459
2459 execve("/usr/local/sbin/nasm", ["nasm", "-felf64", "interruptions/interrupts.asm", "-o", "interruptions/interrupts.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2459 execve("/usr/local/bin/nasm", ["nasm", "-felf64", "interruptions/interrupts.asm", "-o", "interruptions/interrupts.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2459 execve("/usr/sbin/nasm", ["nasm", "-felf64", "interruptions/interrupts.asm", "-o", "interruptions/interrupts.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2459 execve("/usr/bin/nasm", ["nasm", "-felf64", "interruptions/interrupts.asm", "-o", "interruptions/interrupts.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2459 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2459, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2460
2460 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "libraries/syscalls.c", "-o", "libraries/syscalls.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2460 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "libraries/syscalls.c", "-o", "libraries/syscalls.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2460 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "libraries/syscalls.c", "-o", "libraries/syscalls.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2460 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "libraries/syscalls.c", "-o", "libraries/syscalls.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2460 vfork( <unfinished ...>
2461 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "libraries/syscalls.c", "-quiet", "-dumpbase", "syscalls.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "libraries/syscalls.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/cciw2bhC.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/syscalls.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2460 <... vfork resumed> ) = 2461
2461 <... execve resumed> ) = 0
2461 +++ exited with 0 +++
2460 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2461, si_uid=0, si_status=0, si_utime=2, si_stime=0} ---
2460 vfork( <unfinished ...>
2462 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "libraries/syscalls.o", "/tmp/cciw2bhC.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/syscalls.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2462 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "libraries/syscalls.o", "/tmp/cciw2bhC.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/syscalls.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2462 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "libraries/syscalls.o", "/tmp/cciw2bhC.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/syscalls.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2462 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "libraries/syscalls.o", "/tmp/cciw2bhC.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/syscalls.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2460 <... vfork resumed> ) = 2462
2462 <... execve resumed> ) = 0
2462 +++ exited with 0 +++
2460 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2462, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2460 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2460, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2463
2463 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "libraries/fonts.c", "-o", "libraries/fonts.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2463 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "libraries/fonts.c", "-o", "libraries/fonts.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2463 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "libraries/fonts.c", "-o", "libraries/fonts.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2463 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "libraries/fonts.c", "-o", "libraries/fonts.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2463 vfork( <unfinished ...>
2464 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "libraries/fonts.c", "-quiet", "-dumpbase", "fonts.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "libraries/fonts.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccJSkhOI.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/fonts.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2463 <... vfork resumed> ) = 2464
2464 <... execve resumed> ) = 0
2464 +++ exited with 0 +++
2463 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2464, si_uid=0, si_status=0, si_utime=0, si_stime=1} ---
2463 vfork( <unfinished ...>
2465 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "libraries/fonts.o", "/tmp/ccJSkhOI.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/fonts.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2465 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "libraries/fonts.o", "/tmp/ccJSkhOI.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/fonts.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2465 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "libraries/fonts.o", "/tmp/ccJSkhOI.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/fonts.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2465 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "libraries/fonts.o", "/tmp/ccJSkhOI.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/fonts.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2463 <... vfork resumed> ) = 2465
2465 <... execve resumed> ) = 0
2465 +++ exited with 0 +++
2463 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2465, si_uid=0, si_status=0, si_utime=0, si_stime=1} ---
2463 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2463, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2466
2466 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "libraries/prints.c", "-o", "libraries/prints.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2466 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "libraries/prints.c", "-o", "libraries/prints.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2466 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "libraries/prints.c", "-o", "libraries/prints.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2466 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "libraries/prints.c", "-o", "libraries/prints.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2466 vfork( <unfinished ...>
2467 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "libraries/prints.c", "-quiet", "-dumpbase", "prints.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "libraries/prints.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/cckmhS6M.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/prints.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2466 <... vfork resumed> ) = 2467
2467 <... execve resumed> ) = 0
2467 +++ exited with 0 +++
2466 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2467, si_uid=0, si_status=0, si_utime=3, si_stime=0} ---
2466 vfork( <unfinished ...>
2468 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "libraries/prints.o", "/tmp/cckmhS6M.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/prints.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2468 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "libraries/prints.o", "/tmp/cckmhS6M.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/prints.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2468 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "libraries/prints.o", "/tmp/cckmhS6M.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/prints.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2468 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "libraries/prints.o", "/tmp/cckmhS6M.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'libraries/prints.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2466 <... vfork resumed> ) = 2468
2468 <... execve resumed> ) = 0
2468 +++ exited with 0 +++
2466 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2468, si_uid=0, si_status=0, si_utime=0, si_stime=1} ---
2466 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2466, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2469
2469 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "drivers/keyboardDriver.c", "-o", "drivers/keyboardDriver.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2469 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "drivers/keyboardDriver.c", "-o", "drivers/keyboardDriver.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2469 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "drivers/keyboardDriver.c", "-o", "drivers/keyboardDriver.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2469 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "drivers/keyboardDriver.c", "-o", "drivers/keyboardDriver.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2469 vfork( <unfinished ...>
2470 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "drivers/keyboardDriver.c", "-quiet", "-dumpbase", "keyboardDriver.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "drivers/keyboardDriver.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccgkdkIR.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'drivers/keyboardDriver.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2469 <... vfork resumed> ) = 2470
2470 <... execve resumed> ) = 0
2470 +++ exited with 0 +++
2469 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2470, si_uid=0, si_status=0, si_utime=2, si_stime=0} ---
2469 vfork( <unfinished ...>
2471 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "drivers/keyboardDriver.o", "/tmp/ccgkdkIR.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'drivers/keyboardDriver.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2471 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "drivers/keyboardDriver.o", "/tmp/ccgkdkIR.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'drivers/keyboardDriver.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2471 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "drivers/keyboardDriver.o", "/tmp/ccgkdkIR.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'drivers/keyboardDriver.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2471 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "drivers/keyboardDriver.o", "/tmp/ccgkdkIR.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'drivers/keyboardDriver.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2469 <... vfork resumed> ) = 2471
2471 <... execve resumed> ) = 0
2471 +++ exited with 0 +++
2469 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2471, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2469 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2469, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2472
2472 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "drivers/videoDriver.c", "-o", "drivers/videoDriver.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2472 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "drivers/videoDriver.c", "-o", "drivers/videoDriver.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2472 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "drivers/videoDriver.c", "-o", "drivers/videoDriver.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2472 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "drivers/videoDriver.c", "-o", "drivers/videoDriver.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2472 vfork( <unfinished ...>
2473 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "drivers/videoDriver.c", "-quiet", "-dumpbase", "videoDriver.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "drivers/videoDriver.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/cc782JAW.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'drivers/videoDriver.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2472 <... vfork resumed> ) = 2473
2473 <... execve resumed> ) = 0
2473 +++ exited with 0 +++
2472 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2473, si_uid=0, si_status=0, si_utime=3, si_stime=0} ---
2472 vfork( <unfinished ...>
2474 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "drivers/videoDriver.o", "/tmp/cc782JAW.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'drivers/videoDriver.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2474 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "drivers/videoDriver.o", "/tmp/cc782JAW.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'drivers/videoDriver.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2474 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "drivers/videoDriver.o", "/tmp/cc782JAW.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'drivers/videoDriver.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2474 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "drivers/videoDriver.o", "/tmp/cc782JAW.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'drivers/videoDriver.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2472 <... vfork resumed> ) = 2474
2474 <... execve resumed> ) = 0
2474 +++ exited with 0 +++
2472 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2474, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2472 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2472, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2475
2475 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "memoryManagement/buddy.c", "-o", "memoryManagement/buddy.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2475 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "memoryManagement/buddy.c", "-o", "memoryManagement/buddy.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2475 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "memoryManagement/buddy.c", "-o", "memoryManagement/buddy.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2475 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "memoryManagement/buddy.c", "-o", "memoryManagement/buddy.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2475 vfork( <unfinished ...>
2476 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "memoryManagement/buddy.c", "-quiet", "-dumpbase", "buddy.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "memoryManagement/buddy.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccahe3d0.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/buddy.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2475 <... vfork resumed> ) = 2476
2476 <... execve resumed> ) = 0
2476 +++ exited with 0 +++
2475 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2476, si_uid=0, si_status=0, si_utime=3, si_stime=1} ---
2475 vfork( <unfinished ...>
2477 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "memoryManagement/buddy.o", "/tmp/ccahe3d0.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/buddy.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2477 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "memoryManagement/buddy.o", "/tmp/ccahe3d0.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/buddy.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2477 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "memoryManagement/buddy.o", "/tmp/ccahe3d0.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/buddy.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2477 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "memoryManagement/buddy.o", "/tmp/ccahe3d0.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/buddy.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2475 <... vfork resumed> ) = 2477
2477 <... execve resumed> ) = 0
2477 +++ exited with 0 +++
2475 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2477, si_uid=0, si_status=0, si_utime=1, si_stime=0} ---
2475 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2475, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2478
2478 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "memoryManagement/buddyList.c", "-o", "memoryManagement/buddyList.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2478 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "memoryManagement/buddyList.c", "-o", "memoryManagement/buddyList.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2478 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "memoryManagement/buddyList.c", "-o", "memoryManagement/buddyList.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2478 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "memoryManagement/buddyList.c", "-o", "memoryManagement/buddyList.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2478 vfork( <unfinished ...>
2479 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "memoryManagement/buddyList.c", "-quiet", "-dumpbase", "buddyList.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "memoryManagement/buddyList.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccq7dTC8.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/buddyList.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2478 <... vfork resumed> ) = 2479
2479 <... execve resumed> ) = 0
2479 +++ exited with 0 +++
2478 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2479, si_uid=0, si_status=0, si_utime=1, si_stime=0} ---
2478 vfork( <unfinished ...>
2480 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "memoryManagement/buddyList.o", "/tmp/ccq7dTC8.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/buddyList.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2480 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "memoryManagement/buddyList.o", "/tmp/ccq7dTC8.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/buddyList.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2480 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "memoryManagement/buddyList.o", "/tmp/ccq7dTC8.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/buddyList.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2480 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "memoryManagement/buddyList.o", "/tmp/ccq7dTC8.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/buddyList.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2478 <... vfork resumed> ) = 2480
2480 <... execve resumed> ) = 0
2480 +++ exited with 0 +++
2478 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2480, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2478 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2478, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2481
2481 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "memoryManagement/memoryManager.c", "-o", "memoryManagement/memoryManager.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2481 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "memoryManagement/memoryManager.c", "-o", "memoryManagement/memoryManager.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2481 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "memoryManagement/memoryManager.c", "-o", "memoryManagement/memoryManager.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2481 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "memoryManagement/memoryManager.c", "-o", "memoryManagement/memoryManager.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2481 vfork( <unfinished ...>
2482 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "memoryManagement/memoryManager.c", "-quiet", "-dumpbase", "memoryManager.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "memoryManagement/memoryManager.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccveattd.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/memoryManager.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2481 <... vfork resumed> ) = 2482
2482 <... execve resumed> ) = 0
2482 +++ exited with 0 +++
2481 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2482, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2481 vfork( <unfinished ...>
2483 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "memoryManagement/memoryManager.o", "/tmp/ccveattd.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/memoryManager.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2483 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "memoryManagement/memoryManager.o", "/tmp/ccveattd.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/memoryManager.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2483 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "memoryManagement/memoryManager.o", "/tmp/ccveattd.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/memoryManager.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2483 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "memoryManagement/memoryManager.o", "/tmp/ccveattd.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'memoryManagement/memoryManager.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2481 <... vfork resumed> ) = 2483
2483 <... execve resumed> ) = 0
2483 +++ exited with 0 +++
2481 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2483, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2481 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2481, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2484
2484 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "processManagement/processManagerQueue.c", "-o", "processManagement/processManagerQueue.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2484 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "processManagement/processManagerQueue.c", "-o", "processManagement/processManagerQueue.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2484 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "processManagement/processManagerQueue.c", "-o", "processManagement/processManagerQueue.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2484 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "processManagement/processManagerQueue.c", "-o", "processManagement/processManagerQueue.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2484 vfork( <unfinished ...>
2485 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "processManagement/processManagerQueue.c", "-quiet", "-dumpbase", "processManagerQueue.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "processManagement/processManagerQueue.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccAx8mvf.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'processManagement/processManagerQueue.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2484 <... vfork resumed> ) = 2485
2485 <... execve resumed> ) = 0
2485 +++ exited with 0 +++
2484 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2485, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2484 vfork( <unfinished ...>
2486 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "processManagement/processManagerQueue.o", "/tmp/ccAx8mvf.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'processManagement/processManagerQueue.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2486 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "processManagement/processManagerQueue.o", "/tmp/ccAx8mvf.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'processManagement/processManagerQueue.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2486 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "processManagement/processManagerQueue.o", "/tmp/ccAx8mvf.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'processManagement/processManagerQueue.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2486 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "processManagement/processManagerQueue.o", "/tmp/ccAx8mvf.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'processManagement/processManagerQueue.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2484 <... vfork resumed> ) = 2486
2486 <... execve resumed> ) = 0
2486 +++ exited with 0 +++
2484 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2486, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2484 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2484, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2487
2487 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "processManagement/processManager.c", "-o", "processManagement/processManager.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2487 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "processManagement/processManager.c", "-o", "processManagement/processManager.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2487 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "processManagement/processManager.c", "-o", "processManagement/processManager.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2487 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "processManagement/processManager.c", "-o", "processManagement/processManager.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2487 vfork( <unfinished ...>
2488 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "processManagement/processManager.c", "-quiet", "-dumpbase", "processManager.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "processManagement/processManager.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccSm6Iik.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'processManagement/processManager.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2487 <... vfork resumed> ) = 2488
2488 <... execve resumed> ) = 0
2488 +++ exited with 0 +++
2487 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2488, si_uid=0, si_status=0, si_utime=5, si_stime=0} ---
2487 vfork( <unfinished ...>
2489 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "processManagement/processManager.o", "/tmp/ccSm6Iik.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'processManagement/processManager.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2489 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "processManagement/processManager.o", "/tmp/ccSm6Iik.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'processManagement/processManager.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2489 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "processManagement/processManager.o", "/tmp/ccSm6Iik.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'processManagement/processManager.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2489 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "processManagement/processManager.o", "/tmp/ccSm6Iik.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'processManagement/processManager.o' '-mtune=generic' '-march=x86-64'"]) = 0
2487 <... vfork resumed> ) = 2489
2489 +++ exited with 0 +++
2487 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2489, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2487 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2487, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2490
2490 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "semaphores/semaphores.c", "-o", "semaphores/semaphores.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2490 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "semaphores/semaphores.c", "-o", "semaphores/semaphores.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2490 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "semaphores/semaphores.c", "-o", "semaphores/semaphores.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2490 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "semaphores/semaphores.c", "-o", "semaphores/semaphores.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2490 vfork( <unfinished ...>
2491 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "semaphores/semaphores.c", "-quiet", "-dumpbase", "semaphores.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "semaphores/semaphores.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/cc78Skzr.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'semaphores/semaphores.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2490 <... vfork resumed> ) = 2491
2491 <... execve resumed> ) = 0
2491 +++ exited with 0 +++
2490 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2491, si_uid=0, si_status=0, si_utime=1, si_stime=2} ---
2490 vfork( <unfinished ...>
2492 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "semaphores/semaphores.o", "/tmp/cc78Skzr.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'semaphores/semaphores.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2492 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "semaphores/semaphores.o", "/tmp/cc78Skzr.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'semaphores/semaphores.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2492 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "semaphores/semaphores.o", "/tmp/cc78Skzr.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'semaphores/semaphores.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2492 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "semaphores/semaphores.o", "/tmp/cc78Skzr.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'semaphores/semaphores.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2490 <... vfork resumed> ) = 2492
2492 <... execve resumed> ) = 0
2492 +++ exited with 0 +++
2490 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2492, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2490 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2490, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2493
2493 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "pipes/pipes.c", "-o", "pipes/pipes.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2493 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "pipes/pipes.c", "-o", "pipes/pipes.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2493 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "pipes/pipes.c", "-o", "pipes/pipes.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2493 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-mno-red-zone", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-std=c99", "-I./include", "-I./interruptions", "-DMEMORY_MANAGER_BUDDY", "-c", "pipes/pipes.c", "-o", "pipes/pipes.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2493 vfork( <unfinished ...>
2494 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-I", "./interruptions", "-imultiarch", "x86_64-linux-gnu", "-D", "MEMORY_MANAGER_BUDDY", "pipes/pipes.c", "-quiet", "-dumpbase", "pipes.c", "-m64", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mno-red-zone", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "pipes/pipes.o", "-Wall", "-std=c99", "-fno-exceptions", "-fno-asynchronous-unwind-tables", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-ffreestanding", "-fno-common", "-o", "/tmp/ccQwBoFo.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'pipes/pipes.o' '-mtune=generic' '-march=x86-64'"]) = 0
2493 <... vfork resumed> ) = 2494
2494 +++ exited with 0 +++
2493 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2494, si_uid=0, si_status=0, si_utime=1, si_stime=1} ---
2493 vfork( <unfinished ...>
2495 execve("/usr/local/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "pipes/pipes.o", "/tmp/ccQwBoFo.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'pipes/pipes.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2495 execve("/usr/local/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "pipes/pipes.o", "/tmp/ccQwBoFo.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'pipes/pipes.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2495 execve("/usr/sbin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "pipes/pipes.o", "/tmp/ccQwBoFo.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'pipes/pipes.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2495 execve("/usr/bin/as", ["as", "-I", "./include", "-I", "./interruptions", "--64", "-o", "pipes/pipes.o", "/tmp/ccQwBoFo.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-fno-asynchronous-unwind-tables' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-mno-red-zone' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-std=c99' '-I' './include' '-I' './interruptions' '-D' 'MEMORY_MANAGER_BUDDY' '-c' '-o' 'pipes/pipes.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2493 <... vfork resumed> ) = 2495
2495 <... execve resumed> ) = 0
2495 +++ exited with 0 +++
2493 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2495, si_uid=0, si_status=0, si_utime=1, si_stime=0} ---
2493 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2493, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f87f5fa19d0) = 2496
2496 execve("/usr/local/sbin/ld", ["ld", "--warn-common", "-z", "max-page-size=0x1000", "-T", "kernel.ld", "-o", "kernel.bin", "loader.o", "lib.o", "naiveConsole.o", "moduleLoader.o", "kernel.o", "asm/libasm.o", "interruptions/time.o", "interruptions/irqDispatcher.o", "interruptions/exceptions.o", "interruptions/idtLoader.o", "interruptions/syscallDispatcher.o", "interruptions/interrupts.o", "libraries/syscalls.o", "libraries/fonts.o", "libraries/prints.o", "drivers/keyboardDriver.o", "drivers/videoDriver.o", "memoryManagement/buddy.o", "memoryManagement/buddyList.o", "memoryManagement/memoryManager.o", "processManagement/processManagerQueue.o", "processManagement/processManager.o", "semaphores/semaphores.o", "pipes/pipes.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2496 execve("/usr/local/bin/ld", ["ld", "--warn-common", "-z", "max-page-size=0x1000", "-T", "kernel.ld", "-o", "kernel.bin", "loader.o", "lib.o", "naiveConsole.o", "moduleLoader.o", "kernel.o", "asm/libasm.o", "interruptions/time.o", "interruptions/irqDispatcher.o", "interruptions/exceptions.o", "interruptions/idtLoader.o", "interruptions/syscallDispatcher.o", "interruptions/interrupts.o", "libraries/syscalls.o", "libraries/fonts.o", "libraries/prints.o", "drivers/keyboardDriver.o", "drivers/videoDriver.o", "memoryManagement/buddy.o", "memoryManagement/buddyList.o", "memoryManagement/memoryManager.o", "processManagement/processManagerQueue.o", "processManagement/processManager.o", "semaphores/semaphores.o", "pipes/pipes.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2496 execve("/usr/sbin/ld", ["ld", "--warn-common", "-z", "max-page-size=0x1000", "-T", "kernel.ld", "-o", "kernel.bin", "loader.o", "lib.o", "naiveConsole.o", "moduleLoader.o", "kernel.o", "asm/libasm.o", "interruptions/time.o", "interruptions/irqDispatcher.o", "interruptions/exceptions.o", "interruptions/idtLoader.o", "interruptions/syscallDispatcher.o", "interruptions/interrupts.o", "libraries/syscalls.o", "libraries/fonts.o", "libraries/prints.o", "drivers/keyboardDriver.o", "drivers/videoDriver.o", "memoryManagement/buddy.o", "memoryManagement/buddyList.o", "memoryManagement/memoryManager.o", "processManagement/processManagerQueue.o", "processManagement/processManager.o", "semaphores/semaphores.o", "pipes/pipes.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2496 execve("/usr/bin/ld", ["ld", "--warn-common", "-z", "max-page-size=0x1000", "-T", "kernel.ld", "-o", "kernel.bin", "loader.o", "lib.o", "naiveConsole.o", "moduleLoader.o", "kernel.o", "asm/libasm.o", "interruptions/time.o", "interruptions/irqDispatcher.o", "interruptions/exceptions.o", "interruptions/idtLoader.o", "interruptions/syscallDispatcher.o", "interruptions/interrupts.o", "libraries/syscalls.o", "libraries/fonts.o", "libraries/prints.o", "drivers/keyboardDriver.o", "drivers/videoDriver.o", "memoryManagement/buddy.o", "memoryManagement/buddyList.o", "memoryManagement/memoryManager.o", "processManagement/processManagerQueue.o", "processManagement/processManager.o", "semaphores/semaphores.o", "pipes/pipes.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Kernel", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEOVERRIDES=${-*-command-variables-*-}", "OLDPWD=/root", "MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MAKEFLAGS=w -- MM_SELECTOR=-DMEMORY_MANAGER_BUDDY", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2496 +++ exited with 0 +++
2429 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2496, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2429 chdir("/root/Kernel") = 0
2429 +++ exited with 0 +++
2428 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2429, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2428 +++ exited with 0 +++
2412 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2428, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2412 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f18e32999d0) = 2497
2497 execve("/bin/sh", ["/bin/sh", "-c", "cd Userland; make all"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEFLAGS=", "MFLAGS=", "TERM=xterm", "MAKELEVEL=1"]) = 0
2497 chdir("/root/Userland") = 0
2497 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1f37b189d0) = 2498
2498 execve("/usr/bin/make", ["make", "all"], ["HOSTNAME=8258d9665a65", "SHLVL=1", "HOME=/root", "OLDPWD=/root", "MAKEFLAGS=", "_=/usr/bin/pvs-studio-analyzer", "TERM=xterm", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "MAKELEVEL=1", "PWD=/root/Userland", "MFLAGS="]) = 0
2498 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fe4dba2b9d0) = 2499
2499 execve("/bin/sh", ["/bin/sh", "-c", "cd SampleCodeModule; make"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2499 chdir("/root/Userland/SampleCodeModule") = 0
2499 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fac7a5139d0) = 2500
2500 execve("/usr/bin/make", ["make"], ["HOSTNAME=8258d9665a65", "SHLVL=1", "HOME=/root", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "_=/usr/bin/pvs-studio-analyzer", "TERM=xterm", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "MAKELEVEL=2", "PWD=/root/Userland/SampleCodeModule", "MFLAGS=-w"]) = 0
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2501
2501 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "sampleCodeModule.c", "-o", "sampleCodeModule.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2501 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "sampleCodeModule.c", "-o", "sampleCodeModule.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2501 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "sampleCodeModule.c", "-o", "sampleCodeModule.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2501 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "sampleCodeModule.c", "-o", "sampleCodeModule.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2501 vfork( <unfinished ...>
2502 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-imultiarch", "x86_64-linux-gnu", "sampleCodeModule.c", "-quiet", "-dumpbase", "sampleCodeModule.c", "-m64", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "sampleCodeModule.o", "-Wall", "-std=c99", "-fno-exceptions", "-ffreestanding", "-fno-common", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-o", "/tmp/ccCAq8iA.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'sampleCodeModule.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2501 <... vfork resumed> ) = 2502
2502 <... execve resumed> ) = 0
2502 +++ exited with 0 +++
2501 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2502, si_uid=0, si_status=0, si_utime=1, si_stime=0} ---
2501 vfork( <unfinished ...>
2503 execve("/usr/local/sbin/as", ["as", "-I", "./include", "--64", "-o", "sampleCodeModule.o", "/tmp/ccCAq8iA.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'sampleCodeModule.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2503 execve("/usr/local/bin/as", ["as", "-I", "./include", "--64", "-o", "sampleCodeModule.o", "/tmp/ccCAq8iA.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'sampleCodeModule.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2503 execve("/usr/sbin/as", ["as", "-I", "./include", "--64", "-o", "sampleCodeModule.o", "/tmp/ccCAq8iA.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'sampleCodeModule.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2503 execve("/usr/bin/as", ["as", "-I", "./include", "--64", "-o", "sampleCodeModule.o", "/tmp/ccCAq8iA.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'sampleCodeModule.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2501 <... vfork resumed> ) = 2503
2503 <... execve resumed> ) = 0
2503 +++ exited with 0 +++
2501 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2503, si_uid=0, si_status=0, si_utime=0, si_stime=1} ---
2501 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2501, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2504
2504 execve("/usr/local/sbin/nasm", ["nasm", "-felf64", "asm/libasm.asm", "-o", "asm/libasm.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2504 execve("/usr/local/bin/nasm", ["nasm", "-felf64", "asm/libasm.asm", "-o", "asm/libasm.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2504 execve("/usr/sbin/nasm", ["nasm", "-felf64", "asm/libasm.asm", "-o", "asm/libasm.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2504 execve("/usr/bin/nasm", ["nasm", "-felf64", "asm/libasm.asm", "-o", "asm/libasm.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2504 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2504, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2505
2505 execve("/usr/local/sbin/nasm", ["nasm", "-felf64", "asm/quadratic.asm", "-o", "asm/quadratic.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2505 execve("/usr/local/bin/nasm", ["nasm", "-felf64", "asm/quadratic.asm", "-o", "asm/quadratic.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2505 execve("/usr/sbin/nasm", ["nasm", "-felf64", "asm/quadratic.asm", "-o", "asm/quadratic.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2505 execve("/usr/bin/nasm", ["nasm", "-felf64", "asm/quadratic.asm", "-o", "asm/quadratic.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2505 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2505, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2506
2506 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "libraries/libc.c", "-o", "libraries/libc.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2506 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "libraries/libc.c", "-o", "libraries/libc.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2506 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "libraries/libc.c", "-o", "libraries/libc.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2506 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "libraries/libc.c", "-o", "libraries/libc.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2506 vfork( <unfinished ...>
2507 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-imultiarch", "x86_64-linux-gnu", "libraries/libc.c", "-quiet", "-dumpbase", "libc.c", "-m64", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "libraries/libc.o", "-Wall", "-std=c99", "-fno-exceptions", "-ffreestanding", "-fno-common", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-o", "/tmp/ccySEKNE.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'libraries/libc.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2506 <... vfork resumed> ) = 2507
2507 <... execve resumed> ) = 0
2507 +++ exited with 0 +++
2506 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2507, si_uid=0, si_status=0, si_utime=6, si_stime=2} ---
2506 vfork( <unfinished ...>
2508 execve("/usr/local/sbin/as", ["as", "-I", "./include", "--64", "-o", "libraries/libc.o", "/tmp/ccySEKNE.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'libraries/libc.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2508 execve("/usr/local/bin/as", ["as", "-I", "./include", "--64", "-o", "libraries/libc.o", "/tmp/ccySEKNE.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'libraries/libc.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2508 execve("/usr/sbin/as", ["as", "-I", "./include", "--64", "-o", "libraries/libc.o", "/tmp/ccySEKNE.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'libraries/libc.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2508 execve("/usr/bin/as", ["as", "-I", "./include", "--64", "-o", "libraries/libc.o", "/tmp/ccySEKNE.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'libraries/libc.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2506 <... vfork resumed> ) = 2508
2508 <... execve resumed> ) = 0
2508 +++ exited with 0 +++
2506 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2508, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2506 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2506, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2509
2509 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "libraries/userSyscalls.c", "-o", "libraries/userSyscalls.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2509 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "libraries/userSyscalls.c", "-o", "libraries/userSyscalls.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2509 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "libraries/userSyscalls.c", "-o", "libraries/userSyscalls.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2509 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "libraries/userSyscalls.c", "-o", "libraries/userSyscalls.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2509 vfork( <unfinished ...>
2510 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-imultiarch", "x86_64-linux-gnu", "libraries/userSyscalls.c", "-quiet", "-dumpbase", "userSyscalls.c", "-m64", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "libraries/userSyscalls.o", "-Wall", "-std=c99", "-fno-exceptions", "-ffreestanding", "-fno-common", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-o", "/tmp/ccyOmLQO.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'libraries/userSyscalls.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2509 <... vfork resumed> ) = 2510
2510 <... execve resumed> ) = 0
2510 +++ exited with 0 +++
2509 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2510, si_uid=0, si_status=0, si_utime=2, si_stime=1} ---
2509 vfork( <unfinished ...>
2511 execve("/usr/local/sbin/as", ["as", "-I", "./include", "--64", "-o", "libraries/userSyscalls.o", "/tmp/ccyOmLQO.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'libraries/userSyscalls.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2511 execve("/usr/local/bin/as", ["as", "-I", "./include", "--64", "-o", "libraries/userSyscalls.o", "/tmp/ccyOmLQO.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'libraries/userSyscalls.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2511 execve("/usr/sbin/as", ["as", "-I", "./include", "--64", "-o", "libraries/userSyscalls.o", "/tmp/ccyOmLQO.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'libraries/userSyscalls.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2511 execve("/usr/bin/as", ["as", "-I", "./include", "--64", "-o", "libraries/userSyscalls.o", "/tmp/ccyOmLQO.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'libraries/userSyscalls.o' '-mtune=generic' '-march=x86-64'"]) = 0
2509 <... vfork resumed> ) = 2511
2511 +++ exited with 0 +++
2509 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2511, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2509 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2509, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2512
2512 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "programs/phylo.c", "-o", "programs/phylo.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2512 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "programs/phylo.c", "-o", "programs/phylo.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2512 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "programs/phylo.c", "-o", "programs/phylo.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2512 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "programs/phylo.c", "-o", "programs/phylo.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2512 vfork( <unfinished ...>
2513 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-imultiarch", "x86_64-linux-gnu", "programs/phylo.c", "-quiet", "-dumpbase", "phylo.c", "-m64", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "programs/phylo.o", "-Wall", "-std=c99", "-fno-exceptions", "-ffreestanding", "-fno-common", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-o", "/tmp/ccufibtT.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/phylo.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2512 <... vfork resumed> ) = 2513
2513 <... execve resumed> ) = 0
2513 +++ exited with 0 +++
2512 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2513, si_uid=0, si_status=0, si_utime=2, si_stime=0} ---
2512 vfork( <unfinished ...>
2514 execve("/usr/local/sbin/as", ["as", "-I", "./include", "--64", "-o", "programs/phylo.o", "/tmp/ccufibtT.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/phylo.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2514 execve("/usr/local/bin/as", ["as", "-I", "./include", "--64", "-o", "programs/phylo.o", "/tmp/ccufibtT.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/phylo.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2514 execve("/usr/sbin/as", ["as", "-I", "./include", "--64", "-o", "programs/phylo.o", "/tmp/ccufibtT.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/phylo.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2514 execve("/usr/bin/as", ["as", "-I", "./include", "--64", "-o", "programs/phylo.o", "/tmp/ccufibtT.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/phylo.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2512 <... vfork resumed> ) = 2514
2514 <... execve resumed> ) = 0
2514 +++ exited with 0 +++
2512 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2514, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2512 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2512, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2515
2515 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "programs/commands.c", "-o", "programs/commands.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2515 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "programs/commands.c", "-o", "programs/commands.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2515 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "programs/commands.c", "-o", "programs/commands.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2515 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "programs/commands.c", "-o", "programs/commands.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2515 vfork( <unfinished ...>
2516 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-imultiarch", "x86_64-linux-gnu", "programs/commands.c", "-quiet", "-dumpbase", "commands.c", "-m64", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "programs/commands.o", "-Wall", "-std=c99", "-fno-exceptions", "-ffreestanding", "-fno-common", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-o", "/tmp/ccQhxBE1.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/commands.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2515 <... vfork resumed> ) = 2516
2516 <... execve resumed> ) = 0
2516 +++ exited with 0 +++
2515 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2516, si_uid=0, si_status=0, si_utime=6, si_stime=1} ---
2515 vfork( <unfinished ...>
2517 execve("/usr/local/sbin/as", ["as", "-I", "./include", "--64", "-o", "programs/commands.o", "/tmp/ccQhxBE1.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/commands.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2517 execve("/usr/local/bin/as", ["as", "-I", "./include", "--64", "-o", "programs/commands.o", "/tmp/ccQhxBE1.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/commands.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2517 execve("/usr/sbin/as", ["as", "-I", "./include", "--64", "-o", "programs/commands.o", "/tmp/ccQhxBE1.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/commands.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2517 execve("/usr/bin/as", ["as", "-I", "./include", "--64", "-o", "programs/commands.o", "/tmp/ccQhxBE1.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/commands.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2515 <... vfork resumed> ) = 2517
2517 <... execve resumed> ) = 0
2517 +++ exited with 0 +++
2515 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2517, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2515 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2515, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2518
2518 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "programs/shell.c", "-o", "programs/shell.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2518 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "programs/shell.c", "-o", "programs/shell.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2518 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "programs/shell.c", "-o", "programs/shell.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2518 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "programs/shell.c", "-o", "programs/shell.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2518 vfork( <unfinished ...>
2519 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-imultiarch", "x86_64-linux-gnu", "programs/shell.c", "-quiet", "-dumpbase", "shell.c", "-m64", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "programs/shell.o", "-Wall", "-std=c99", "-fno-exceptions", "-ffreestanding", "-fno-common", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-o", "/tmp/ccXTWo66.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/shell.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2518 <... vfork resumed> ) = 2519
2519 <... execve resumed> ) = 0
2519 +++ exited with 0 +++
2518 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2519, si_uid=0, si_status=0, si_utime=4, si_stime=0} ---
2518 vfork( <unfinished ...>
2520 execve("/usr/local/sbin/as", ["as", "-I", "./include", "--64", "-o", "programs/shell.o", "/tmp/ccXTWo66.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/shell.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2520 execve("/usr/local/bin/as", ["as", "-I", "./include", "--64", "-o", "programs/shell.o", "/tmp/ccXTWo66.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/shell.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2520 execve("/usr/sbin/as", ["as", "-I", "./include", "--64", "-o", "programs/shell.o", "/tmp/ccXTWo66.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/shell.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2520 execve("/usr/bin/as", ["as", "-I", "./include", "--64", "-o", "programs/shell.o", "/tmp/ccXTWo66.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'programs/shell.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2518 <... vfork resumed> ) = 2520
2520 <... execve resumed> ) = 0
2520 +++ exited with 0 +++
2518 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2520, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2518 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2518, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2521
2521 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "processTest/testUtil.c", "-o", "processTest/testUtil.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2521 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "processTest/testUtil.c", "-o", "processTest/testUtil.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2521 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "processTest/testUtil.c", "-o", "processTest/testUtil.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2521 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "processTest/testUtil.c", "-o", "processTest/testUtil.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2521 vfork( <unfinished ...>
2522 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-imultiarch", "x86_64-linux-gnu", "processTest/testUtil.c", "-quiet", "-dumpbase", "testUtil.c", "-m64", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "processTest/testUtil.o", "-Wall", "-std=c99", "-fno-exceptions", "-ffreestanding", "-fno-common", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-o", "/tmp/ccNKS9li.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/testUtil.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2521 <... vfork resumed> ) = 2522
2522 <... execve resumed> ) = 0
2522 +++ exited with 0 +++
2521 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2522, si_uid=0, si_status=0, si_utime=1, si_stime=0} ---
2521 vfork( <unfinished ...>
2523 execve("/usr/local/sbin/as", ["as", "-I", "./include", "--64", "-o", "processTest/testUtil.o", "/tmp/ccNKS9li.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/testUtil.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2523 execve("/usr/local/bin/as", ["as", "-I", "./include", "--64", "-o", "processTest/testUtil.o", "/tmp/ccNKS9li.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/testUtil.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2523 execve("/usr/sbin/as", ["as", "-I", "./include", "--64", "-o", "processTest/testUtil.o", "/tmp/ccNKS9li.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/testUtil.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2523 execve("/usr/bin/as", ["as", "-I", "./include", "--64", "-o", "processTest/testUtil.o", "/tmp/ccNKS9li.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/testUtil.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2521 <... vfork resumed> ) = 2523
2523 <... execve resumed> ) = 0
2523 +++ exited with 0 +++
2521 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2523, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2521 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2521, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2524
2524 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "processTest/priorityTest.c", "-o", "processTest/priorityTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2524 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "processTest/priorityTest.c", "-o", "processTest/priorityTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2524 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "processTest/priorityTest.c", "-o", "processTest/priorityTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2524 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "processTest/priorityTest.c", "-o", "processTest/priorityTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2524 vfork( <unfinished ...>
2525 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-imultiarch", "x86_64-linux-gnu", "processTest/priorityTest.c", "-quiet", "-dumpbase", "priorityTest.c", "-m64", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "processTest/priorityTest.o", "-Wall", "-std=c99", "-fno-exceptions", "-ffreestanding", "-fno-common", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-o", "/tmp/cci00e7m.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/priorityTest.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2524 <... vfork resumed> ) = 2525
2525 <... execve resumed> ) = 0
2525 +++ exited with 0 +++
2524 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2525, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2524 vfork( <unfinished ...>
2526 execve("/usr/local/sbin/as", ["as", "-I", "./include", "--64", "-o", "processTest/priorityTest.o", "/tmp/cci00e7m.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/priorityTest.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2526 execve("/usr/local/bin/as", ["as", "-I", "./include", "--64", "-o", "processTest/priorityTest.o", "/tmp/cci00e7m.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/priorityTest.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2526 execve("/usr/sbin/as", ["as", "-I", "./include", "--64", "-o", "processTest/priorityTest.o", "/tmp/cci00e7m.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/priorityTest.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2526 execve("/usr/bin/as", ["as", "-I", "./include", "--64", "-o", "processTest/priorityTest.o", "/tmp/cci00e7m.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/priorityTest.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2524 <... vfork resumed> ) = 2526
2526 <... execve resumed> ) = 0
2526 +++ exited with 0 +++
2524 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2526, si_uid=0, si_status=0, si_utime=0, si_stime=1} ---
2524 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2524, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2527
2527 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "processTest/processTest.c", "-o", "processTest/processTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2527 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "processTest/processTest.c", "-o", "processTest/processTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2527 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "processTest/processTest.c", "-o", "processTest/processTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2527 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "processTest/processTest.c", "-o", "processTest/processTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2527 vfork( <unfinished ...>
2528 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-imultiarch", "x86_64-linux-gnu", "processTest/processTest.c", "-quiet", "-dumpbase", "processTest.c", "-m64", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "processTest/processTest.o", "-Wall", "-std=c99", "-fno-exceptions", "-ffreestanding", "-fno-common", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-o", "/tmp/ccrJ1iTn.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/processTest.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2527 <... vfork resumed> ) = 2528
2528 <... execve resumed> ) = 0
2528 +++ exited with 0 +++
2527 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2528, si_uid=0, si_status=0, si_utime=1, si_stime=0} ---
2527 vfork( <unfinished ...>
2529 execve("/usr/local/sbin/as", ["as", "-I", "./include", "--64", "-o", "processTest/processTest.o", "/tmp/ccrJ1iTn.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/processTest.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2529 execve("/usr/local/bin/as", ["as", "-I", "./include", "--64", "-o", "processTest/processTest.o", "/tmp/ccrJ1iTn.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/processTest.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2529 execve("/usr/sbin/as", ["as", "-I", "./include", "--64", "-o", "processTest/processTest.o", "/tmp/ccrJ1iTn.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/processTest.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2529 execve("/usr/bin/as", ["as", "-I", "./include", "--64", "-o", "processTest/processTest.o", "/tmp/ccrJ1iTn.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'processTest/processTest.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2527 <... vfork resumed> ) = 2529
2529 <... execve resumed> ) = 0
2529 +++ exited with 0 +++
2527 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2529, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2527 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2527, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2530
2530 execve("/usr/local/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "memoryTest/memoryTest.c", "-o", "memoryTest/memoryTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2530 execve("/usr/local/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "memoryTest/memoryTest.c", "-o", "memoryTest/memoryTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2530 execve("/usr/sbin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "memoryTest/memoryTest.c", "-o", "memoryTest/memoryTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2530 execve("/usr/bin/gcc", ["gcc", "-m64", "-fno-exceptions", "-std=c99", "-Wall", "-ffreestanding", "-nostdlib", "-fno-common", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-I./include", "-c", "memoryTest/memoryTest.c", "-o", "memoryTest/memoryTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2530 vfork( <unfinished ...>
2531 execve("/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", ["/usr/lib/gcc/x86_64-linux-gnu/4.9/cc1", "-quiet", "-I", "./include", "-imultiarch", "x86_64-linux-gnu", "memoryTest/memoryTest.c", "-quiet", "-dumpbase", "memoryTest.c", "-m64", "-mno-red-zone", "-mno-mmx", "-mno-sse", "-mno-sse2", "-mtune=generic", "-march=x86-64", "-auxbase-strip", "memoryTest/memoryTest.o", "-Wall", "-std=c99", "-fno-exceptions", "-ffreestanding", "-fno-common", "-fno-builtin-malloc", "-fno-builtin-free", "-fno-builtin-realloc", "-o", "/tmp/ccEkS9Ct.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'memoryTest/memoryTest.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2530 <... vfork resumed> ) = 2531
2531 <... execve resumed> ) = 0
2531 +++ exited with 0 +++
2530 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2531, si_uid=0, si_status=0, si_utime=2, si_stime=0} ---
2530 vfork( <unfinished ...>
2532 execve("/usr/local/sbin/as", ["as", "-I", "./include", "--64", "-o", "memoryTest/memoryTest.o", "/tmp/ccEkS9Ct.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'memoryTest/memoryTest.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2532 execve("/usr/local/bin/as", ["as", "-I", "./include", "--64", "-o", "memoryTest/memoryTest.o", "/tmp/ccEkS9Ct.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'memoryTest/memoryTest.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2532 execve("/usr/sbin/as", ["as", "-I", "./include", "--64", "-o", "memoryTest/memoryTest.o", "/tmp/ccEkS9Ct.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'memoryTest/memoryTest.o' '-mtune=generic' '-march=x86-64'"]) = -1 ENOENT (No such file or directory)
2532 execve("/usr/bin/as", ["as", "-I", "./include", "--64", "-o", "memoryTest/memoryTest.o", "/tmp/ccEkS9Ct.s"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3", "COLLECT_GCC=gcc", "COLLECT_GCC_OPTIONS='-m64' '-fno-exceptions' '-std=c99' '-Wall' '-ffreestanding' '-nostdlib' '-fno-common' '-mno-red-zone' '-mno-mmx' '-mno-sse' '-mno-sse2' '-fno-builtin-malloc' '-fno-builtin-free' '-fno-builtin-realloc' '-I' './include' '-c' '-o' 'memoryTest/memoryTest.o' '-mtune=generic' '-march=x86-64'"] <unfinished ...>
2530 <... vfork resumed> ) = 2532
2532 <... execve resumed> ) = 0
2532 +++ exited with 0 +++
2530 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2532, si_uid=0, si_status=0, si_utime=0, si_stime=1} ---
2530 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2530, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2500 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f4becaed9d0) = 2533
2533 execve("/usr/local/sbin/ld", ["ld", "-T", "sampleCodeModule.ld", "-o", "../0000-sampleCodeModule.bin", "sampleCodeModule.o", "asm/libasm.o", "asm/quadratic.o", "libraries/libc.o", "libraries/userSyscalls.o", "programs/phylo.o", "programs/commands.o", "programs/shell.o", "processTest/testUtil.o", "processTest/priorityTest.o", "processTest/processTest.o", "semaphoreTest/semaphoreTest.o", "memoryTest/memoryTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2533 execve("/usr/local/bin/ld", ["ld", "-T", "sampleCodeModule.ld", "-o", "../0000-sampleCodeModule.bin", "sampleCodeModule.o", "asm/libasm.o", "asm/quadratic.o", "libraries/libc.o", "libraries/userSyscalls.o", "programs/phylo.o", "programs/commands.o", "programs/shell.o", "processTest/testUtil.o", "processTest/priorityTest.o", "processTest/processTest.o", "semaphoreTest/semaphoreTest.o", "memoryTest/memoryTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2533 execve("/usr/sbin/ld", ["ld", "-T", "sampleCodeModule.ld", "-o", "../0000-sampleCodeModule.bin", "sampleCodeModule.o", "asm/libasm.o", "asm/quadratic.o", "libraries/libc.o", "libraries/userSyscalls.o", "programs/phylo.o", "programs/commands.o", "programs/shell.o", "processTest/testUtil.o", "processTest/priorityTest.o", "processTest/processTest.o", "semaphoreTest/semaphoreTest.o", "memoryTest/memoryTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = -1 ENOENT (No such file or directory)
2533 execve("/usr/bin/ld", ["ld", "-T", "sampleCodeModule.ld", "-o", "../0000-sampleCodeModule.bin", "sampleCodeModule.o", "asm/libasm.o", "asm/quadratic.o", "libraries/libc.o", "libraries/userSyscalls.o", "programs/phylo.o", "programs/commands.o", "programs/shell.o", "processTest/testUtil.o", "processTest/priorityTest.o", "processTest/processTest.o", "semaphoreTest/semaphoreTest.o", "memoryTest/memoryTest.o"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland/SampleCodeModule", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root/Userland", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=3"]) = 0
2533 +++ exited with 0 +++
2500 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2533, si_uid=0, si_status=0, si_utime=0, si_stime=1} ---
2500 chdir("/root/Userland/SampleCodeModule") = 0
2500 +++ exited with 0 +++
2499 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2500, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2499 +++ exited with 0 +++
2498 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2499, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2498 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fe4dba2b9d0) = 2534
2534 execve("/bin/sh", ["/bin/sh", "-c", "printf \"This is sample data.\" >> 0001-sampleDataModule.bin && dd if=/dev/zero bs=1 count=1 >> 0001-sampleDataModule.bin"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Userland", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2534 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1c9eb069d0) = 2535
2535 execve("/bin/dd", ["dd", "if=/dev/zero", "bs=1", "count=1"], ["HOSTNAME=8258d9665a65", "SHLVL=1", "HOME=/root", "OLDPWD=/root", "MAKEFLAGS=w", "_=/usr/bin/pvs-studio-analyzer", "TERM=xterm", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "MAKELEVEL=2", "PWD=/root/Userland", "MFLAGS=-w"]) = 0
2535 +++ exited with 0 +++
2534 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2535, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2534 +++ exited with 0 +++
2498 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2534, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2498 chdir("/root/Userland") = 0
2498 +++ exited with 0 +++
2497 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2498, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2497 +++ exited with 0 +++
2412 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2497, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2412 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f18e32999d0) = 2536
2536 execve("/bin/sh", ["/bin/sh", "-c", "cd Image; make all"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "MAKEFLAGS=", "MFLAGS=", "TERM=xterm", "MAKELEVEL=1"]) = 0
2536 chdir("/root/Image") = 0
2536 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fb639dcf9d0) = 2537
2537 execve("/usr/bin/make", ["make", "all"], ["HOSTNAME=8258d9665a65", "SHLVL=1", "HOME=/root", "OLDPWD=/root", "MAKEFLAGS=", "_=/usr/bin/pvs-studio-analyzer", "TERM=xterm", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "MAKELEVEL=1", "PWD=/root/Image", "MFLAGS="]) = 0
2537 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc4a28629d0) = 2538
2538 execve("../Toolchain/ModulePacker/mp.bin", ["../Toolchain/ModulePacker/mp.bin", "../Kernel/kernel.bin", "../Userland/0000-sampleCodeModule.bin", "../Userland/0001-sampleDataModule.bin", "-o", "packedKernel.bin"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Image", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2538 +++ exited with 0 +++
2537 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2538, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2537 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc4a28629d0) = 2539
2539 execve("../Bootloader/BMFS/bmfs.bin", ["../Bootloader/BMFS/bmfs.bin", "x64BareBonesImage.img", "initialize", "6291456", "../Bootloader/Pure64/bmfs_mbr.sys", "../Bootloader/Pure64/pure64.sys", "packedKernel.bin"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Image", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2539 +++ exited with 0 +++
2537 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2539, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2537 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc4a28629d0) = 2540
2540 execve("/usr/local/sbin/qemu-img", ["qemu-img", "convert", "-f", "raw", "-O", "vmdk", "x64BareBonesImage.img", "x64BareBonesImage.vmdk"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Image", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2540 execve("/usr/local/bin/qemu-img", ["qemu-img", "convert", "-f", "raw", "-O", "vmdk", "x64BareBonesImage.img", "x64BareBonesImage.vmdk"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Image", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2540 execve("/usr/sbin/qemu-img", ["qemu-img", "convert", "-f", "raw", "-O", "vmdk", "x64BareBonesImage.img", "x64BareBonesImage.vmdk"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Image", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2540 execve("/usr/bin/qemu-img", ["qemu-img", "convert", "-f", "raw", "-O", "vmdk", "x64BareBonesImage.img", "x64BareBonesImage.vmdk"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Image", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2540 clone(child_stack=0x7f5b0d9aef30, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f5b0d9af9d0, tls=0x7f5b0d9af700, child_tidptr=0x7f5b0d9af9d0) = 2541
2541 +++ exited with 0 +++
2540 +++ exited with 0 +++
2537 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2540, si_uid=0, si_status=0, si_utime=1, si_stime=1} ---
2537 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fc4a28629d0) = 2542
2542 execve("/usr/local/sbin/qemu-img", ["qemu-img", "convert", "-f", "raw", "-O", "qcow2", "x64BareBonesImage.img", "x64BareBonesImage.qcow2"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Image", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2542 execve("/usr/local/bin/qemu-img", ["qemu-img", "convert", "-f", "raw", "-O", "qcow2", "x64BareBonesImage.img", "x64BareBonesImage.qcow2"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Image", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2542 execve("/usr/sbin/qemu-img", ["qemu-img", "convert", "-f", "raw", "-O", "qcow2", "x64BareBonesImage.img", "x64BareBonesImage.qcow2"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Image", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = -1 ENOENT (No such file or directory)
2542 execve("/usr/bin/qemu-img", ["qemu-img", "convert", "-f", "raw", "-O", "qcow2", "x64BareBonesImage.img", "x64BareBonesImage.qcow2"], ["_=/usr/bin/pvs-studio-analyzer", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "PWD=/root/Image", "HOME=/root", "HOSTNAME=8258d9665a65", "SHLVL=1", "OLDPWD=/root", "MAKEFLAGS=w", "MFLAGS=-w", "TERM=xterm", "MAKELEVEL=2"]) = 0
2542 clone(child_stack=0x7f1ce5546f30, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f1ce55479d0, tls=0x7f1ce5547700, child_tidptr=0x7f1ce55479d0) = 2543
2543 +++ exited with 0 +++
2542 +++ exited with 0 +++
2537 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2542, si_uid=0, si_status=0, si_utime=1, si_stime=3} ---
2537 chdir("/root/Image") = 0
2537 +++ exited with 0 +++
2536 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2537, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2536 +++ exited with 0 +++
2412 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2536, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
2412 chdir("/root") = 0
2412 +++ exited with 0 +++