-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogfile_1.txt
758 lines (758 loc) · 47.6 KB
/
logfile_1.txt
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
==24288== Memcheck, a memory error detector
==24288== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==24288== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==24288== Command: ./drishti scenes/cornell.xml test_image.ppm 1
==24288== Parent PID: 2562
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x12534B: strcpy (string_fortified.h:90)
==24288== by 0x12534B: doubleVal(TiXmlElement*, char const*) (main.cpp:45)
==24288== by 0x10C966: main (main.cpp:291)
==24288== Address 0x6200091 is 0 bytes after a block of size 1 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x10C966: main (main.cpp:291)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125362: length (char_traits.h:320)
==24288== by 0x125362: basic_string (basic_string.h:511)
==24288== by 0x125362: doubleVal(TiXmlElement*, char const*) (main.cpp:47)
==24288== by 0x10C966: main (main.cpp:291)
==24288== Address 0x6200091 is 0 bytes after a block of size 1 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x10C966: main (main.cpp:291)
==24288==
==24288== Mismatched free() / delete / delete []
==24288== at 0x4C3123B: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x1255C0: doubleVal(TiXmlElement*, char const*) (main.cpp:50)
==24288== by 0x10C966: main (main.cpp:291)
==24288== Address 0x6200090 is 0 bytes inside a block of size 1 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x10C966: main (main.cpp:291)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BEA: strcpy (string_fortified.h:90)
==24288== by 0x125BEA: nodeToVector(TiXmlElement*, char const*) (main.cpp:26)
==24288== by 0x126783: nodeToCamera(TiXmlElement*) (main.cpp:61)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x62002eb is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x126783: nodeToCamera(TiXmlElement*) (main.cpp:61)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BF7: length (char_traits.h:320)
==24288== by 0x125BF7: basic_string (basic_string.h:511)
==24288== by 0x125BF7: nodeToVector(TiXmlElement*, char const*) (main.cpp:28)
==24288== by 0x126783: nodeToCamera(TiXmlElement*) (main.cpp:61)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x62002eb is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x126783: nodeToCamera(TiXmlElement*) (main.cpp:61)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BEA: strcpy (string_fortified.h:90)
==24288== by 0x125BEA: nodeToVector(TiXmlElement*, char const*) (main.cpp:26)
==24288== by 0x1266A3: nodeToCamera(TiXmlElement*) (main.cpp:65)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x620061d is 0 bytes after a block of size 13 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x1266A3: nodeToCamera(TiXmlElement*) (main.cpp:65)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BF7: length (char_traits.h:320)
==24288== by 0x125BF7: basic_string (basic_string.h:511)
==24288== by 0x125BF7: nodeToVector(TiXmlElement*, char const*) (main.cpp:28)
==24288== by 0x1266A3: nodeToCamera(TiXmlElement*) (main.cpp:65)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x620061d is 0 bytes after a block of size 13 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x1266A3: nodeToCamera(TiXmlElement*) (main.cpp:65)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BEA: strcpy (string_fortified.h:90)
==24288== by 0x125BEA: nodeToVector(TiXmlElement*, char const*) (main.cpp:26)
==24288== by 0x1265BB: nodeToCamera(TiXmlElement*) (main.cpp:69)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x620094b is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x1265BB: nodeToCamera(TiXmlElement*) (main.cpp:69)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BF7: length (char_traits.h:320)
==24288== by 0x125BF7: basic_string (basic_string.h:511)
==24288== by 0x125BF7: nodeToVector(TiXmlElement*, char const*) (main.cpp:28)
==24288== by 0x1265BB: nodeToCamera(TiXmlElement*) (main.cpp:69)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x620094b is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x1265BB: nodeToCamera(TiXmlElement*) (main.cpp:69)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x12534B: strcpy (string_fortified.h:90)
==24288== by 0x12534B: doubleVal(TiXmlElement*, char const*) (main.cpp:45)
==24288== by 0x126596: nodeToCamera(TiXmlElement*) (main.cpp:75)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x6200d98 is 0 bytes after a block of size 8 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x126596: nodeToCamera(TiXmlElement*) (main.cpp:75)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125362: length (char_traits.h:320)
==24288== by 0x125362: basic_string (basic_string.h:511)
==24288== by 0x125362: doubleVal(TiXmlElement*, char const*) (main.cpp:47)
==24288== by 0x126596: nodeToCamera(TiXmlElement*) (main.cpp:75)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x6200d98 is 0 bytes after a block of size 8 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x126596: nodeToCamera(TiXmlElement*) (main.cpp:75)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Mismatched free() / delete / delete []
==24288== at 0x4C3123B: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x1255C0: doubleVal(TiXmlElement*, char const*) (main.cpp:50)
==24288== by 0x126596: nodeToCamera(TiXmlElement*) (main.cpp:75)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x6200d90 is 0 bytes inside a block of size 8 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x126596: nodeToCamera(TiXmlElement*) (main.cpp:75)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x12534B: strcpy (string_fortified.h:90)
==24288== by 0x12534B: doubleVal(TiXmlElement*, char const*) (main.cpp:45)
==24288== by 0x126576: nodeToCamera(TiXmlElement*) (main.cpp:79)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x6200e64 is 0 bytes after a block of size 4 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x126576: nodeToCamera(TiXmlElement*) (main.cpp:79)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125362: length (char_traits.h:320)
==24288== by 0x125362: basic_string (basic_string.h:511)
==24288== by 0x125362: doubleVal(TiXmlElement*, char const*) (main.cpp:47)
==24288== by 0x126576: nodeToCamera(TiXmlElement*) (main.cpp:79)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x6200e64 is 0 bytes after a block of size 4 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x126576: nodeToCamera(TiXmlElement*) (main.cpp:79)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Mismatched free() / delete / delete []
==24288== at 0x4C3123B: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x1255C0: doubleVal(TiXmlElement*, char const*) (main.cpp:50)
==24288== by 0x126576: nodeToCamera(TiXmlElement*) (main.cpp:79)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x6200e60 is 0 bytes inside a block of size 4 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x126576: nodeToCamera(TiXmlElement*) (main.cpp:79)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x12534B: strcpy (string_fortified.h:90)
==24288== by 0x12534B: doubleVal(TiXmlElement*, char const*) (main.cpp:45)
==24288== by 0x126556: nodeToCamera(TiXmlElement*) (main.cpp:83)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x6200f33 is 0 bytes after a block of size 3 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x126556: nodeToCamera(TiXmlElement*) (main.cpp:83)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125362: length (char_traits.h:320)
==24288== by 0x125362: basic_string (basic_string.h:511)
==24288== by 0x125362: doubleVal(TiXmlElement*, char const*) (main.cpp:47)
==24288== by 0x126556: nodeToCamera(TiXmlElement*) (main.cpp:83)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x6200f33 is 0 bytes after a block of size 3 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x126556: nodeToCamera(TiXmlElement*) (main.cpp:83)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Mismatched free() / delete / delete []
==24288== at 0x4C3123B: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x1255C0: doubleVal(TiXmlElement*, char const*) (main.cpp:50)
==24288== by 0x126556: nodeToCamera(TiXmlElement*) (main.cpp:83)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288== Address 0x6200f30 is 0 bytes inside a block of size 3 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x126556: nodeToCamera(TiXmlElement*) (main.cpp:83)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x12534B: strcpy (string_fortified.h:90)
==24288== by 0x12534B: doubleVal(TiXmlElement*, char const*) (main.cpp:45)
==24288== by 0x126A1E: nodeToImage(TiXmlElement*) (main.cpp:99)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288== Address 0x6201064 is 0 bytes after a block of size 4 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x126A1E: nodeToImage(TiXmlElement*) (main.cpp:99)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125362: length (char_traits.h:320)
==24288== by 0x125362: basic_string (basic_string.h:511)
==24288== by 0x125362: doubleVal(TiXmlElement*, char const*) (main.cpp:47)
==24288== by 0x126A1E: nodeToImage(TiXmlElement*) (main.cpp:99)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288== Address 0x6201064 is 0 bytes after a block of size 4 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x126A1E: nodeToImage(TiXmlElement*) (main.cpp:99)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288==
==24288== Mismatched free() / delete / delete []
==24288== at 0x4C3123B: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x1255C0: doubleVal(TiXmlElement*, char const*) (main.cpp:50)
==24288== by 0x126A1E: nodeToImage(TiXmlElement*) (main.cpp:99)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288== Address 0x6201060 is 0 bytes inside a block of size 4 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x126A1E: nodeToImage(TiXmlElement*) (main.cpp:99)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x12534B: strcpy (string_fortified.h:90)
==24288== by 0x12534B: doubleVal(TiXmlElement*, char const*) (main.cpp:45)
==24288== by 0x1269FE: nodeToImage(TiXmlElement*) (main.cpp:107)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288== Address 0x6201133 is 0 bytes after a block of size 3 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x1269FE: nodeToImage(TiXmlElement*) (main.cpp:107)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125362: length (char_traits.h:320)
==24288== by 0x125362: basic_string (basic_string.h:511)
==24288== by 0x125362: doubleVal(TiXmlElement*, char const*) (main.cpp:47)
==24288== by 0x1269FE: nodeToImage(TiXmlElement*) (main.cpp:107)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288== Address 0x6201133 is 0 bytes after a block of size 3 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x1269FE: nodeToImage(TiXmlElement*) (main.cpp:107)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288==
==24288== Mismatched free() / delete / delete []
==24288== at 0x4C3123B: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x1255C0: doubleVal(TiXmlElement*, char const*) (main.cpp:50)
==24288== by 0x1269FE: nodeToImage(TiXmlElement*) (main.cpp:107)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288== Address 0x6201130 is 0 bytes inside a block of size 3 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x1269FE: nodeToImage(TiXmlElement*) (main.cpp:107)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BEA: strcpy (string_fortified.h:90)
==24288== by 0x125BEA: nodeToVector(TiXmlElement*, char const*) (main.cpp:26)
==24288== by 0x1269D4: nodeToImage(TiXmlElement*) (main.cpp:113)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288== Address 0x620120b is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x1269D4: nodeToImage(TiXmlElement*) (main.cpp:113)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BF7: length (char_traits.h:320)
==24288== by 0x125BF7: basic_string (basic_string.h:511)
==24288== by 0x125BF7: nodeToVector(TiXmlElement*, char const*) (main.cpp:28)
==24288== by 0x1269D4: nodeToImage(TiXmlElement*) (main.cpp:113)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288== Address 0x620120b is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x1269D4: nodeToImage(TiXmlElement*) (main.cpp:113)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BEA: strcpy (string_fortified.h:90)
==24288== by 0x125BEA: nodeToVector(TiXmlElement*, char const*) (main.cpp:26)
==24288== by 0x126FE6: nodeToMaterial(TiXmlElement*) (main.cpp:133)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x620173a is 0 bytes after a block of size 10 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x126FE6: nodeToMaterial(TiXmlElement*) (main.cpp:133)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BF7: length (char_traits.h:320)
==24288== by 0x125BF7: basic_string (basic_string.h:511)
==24288== by 0x125BF7: nodeToVector(TiXmlElement*, char const*) (main.cpp:28)
==24288== by 0x126FE6: nodeToMaterial(TiXmlElement*) (main.cpp:133)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x620173a is 0 bytes after a block of size 10 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x126FE6: nodeToMaterial(TiXmlElement*) (main.cpp:133)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BEA: strcpy (string_fortified.h:90)
==24288== by 0x125BEA: nodeToVector(TiXmlElement*, char const*) (main.cpp:26)
==24288== by 0x127026: nodeToMaterial(TiXmlElement*) (main.cpp:137)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x6201a0b is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x127026: nodeToMaterial(TiXmlElement*) (main.cpp:137)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BF7: length (char_traits.h:320)
==24288== by 0x125BF7: basic_string (basic_string.h:511)
==24288== by 0x125BF7: nodeToVector(TiXmlElement*, char const*) (main.cpp:28)
==24288== by 0x127026: nodeToMaterial(TiXmlElement*) (main.cpp:137)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x6201a0b is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x127026: nodeToMaterial(TiXmlElement*) (main.cpp:137)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BEA: strcpy (string_fortified.h:90)
==24288== by 0x125BEA: nodeToVector(TiXmlElement*, char const*) (main.cpp:26)
==24288== by 0x127066: nodeToMaterial(TiXmlElement*) (main.cpp:141)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x6201cdb is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x127066: nodeToMaterial(TiXmlElement*) (main.cpp:141)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BF7: length (char_traits.h:320)
==24288== by 0x125BF7: basic_string (basic_string.h:511)
==24288== by 0x125BF7: nodeToVector(TiXmlElement*, char const*) (main.cpp:28)
==24288== by 0x127066: nodeToMaterial(TiXmlElement*) (main.cpp:141)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x6201cdb is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x127066: nodeToMaterial(TiXmlElement*) (main.cpp:141)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BEA: strcpy (string_fortified.h:90)
==24288== by 0x125BEA: nodeToVector(TiXmlElement*, char const*) (main.cpp:26)
==24288== by 0x1270A6: nodeToMaterial(TiXmlElement*) (main.cpp:145)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x6201fab is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x1270A6: nodeToMaterial(TiXmlElement*) (main.cpp:145)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BF7: length (char_traits.h:320)
==24288== by 0x125BF7: basic_string (basic_string.h:511)
==24288== by 0x125BF7: nodeToVector(TiXmlElement*, char const*) (main.cpp:28)
==24288== by 0x1270A6: nodeToMaterial(TiXmlElement*) (main.cpp:145)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x6201fab is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x1270A6: nodeToMaterial(TiXmlElement*) (main.cpp:145)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x12534B: strcpy (string_fortified.h:90)
==24288== by 0x12534B: doubleVal(TiXmlElement*, char const*) (main.cpp:45)
==24288== by 0x1270E3: nodeToMaterial(TiXmlElement*) (main.cpp:150)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x6202273 is 0 bytes after a block of size 3 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x1270E3: nodeToMaterial(TiXmlElement*) (main.cpp:150)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125362: length (char_traits.h:320)
==24288== by 0x125362: basic_string (basic_string.h:511)
==24288== by 0x125362: doubleVal(TiXmlElement*, char const*) (main.cpp:47)
==24288== by 0x1270E3: nodeToMaterial(TiXmlElement*) (main.cpp:150)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x6202273 is 0 bytes after a block of size 3 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x1270E3: nodeToMaterial(TiXmlElement*) (main.cpp:150)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Mismatched free() / delete / delete []
==24288== at 0x4C3123B: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x1255C0: doubleVal(TiXmlElement*, char const*) (main.cpp:50)
==24288== by 0x1270E3: nodeToMaterial(TiXmlElement*) (main.cpp:150)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x6202270 is 0 bytes inside a block of size 3 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x1270E3: nodeToMaterial(TiXmlElement*) (main.cpp:150)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x12534B: strcpy (string_fortified.h:90)
==24288== by 0x12534B: doubleVal(TiXmlElement*, char const*) (main.cpp:45)
==24288== by 0x127113: nodeToMaterial(TiXmlElement*) (main.cpp:155)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x6202343 is 0 bytes after a block of size 3 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x127113: nodeToMaterial(TiXmlElement*) (main.cpp:155)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125362: length (char_traits.h:320)
==24288== by 0x125362: basic_string (basic_string.h:511)
==24288== by 0x125362: doubleVal(TiXmlElement*, char const*) (main.cpp:47)
==24288== by 0x127113: nodeToMaterial(TiXmlElement*) (main.cpp:155)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x6202343 is 0 bytes after a block of size 3 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x127113: nodeToMaterial(TiXmlElement*) (main.cpp:155)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Mismatched free() / delete / delete []
==24288== at 0x4C3123B: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x1255C0: doubleVal(TiXmlElement*, char const*) (main.cpp:50)
==24288== by 0x127113: nodeToMaterial(TiXmlElement*) (main.cpp:155)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288== Address 0x6202340 is 0 bytes inside a block of size 3 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x127113: nodeToMaterial(TiXmlElement*) (main.cpp:155)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BEA: strcpy (string_fortified.h:90)
==24288== by 0x125BEA: nodeToVector(TiXmlElement*, char const*) (main.cpp:26)
==24288== by 0x127BD3: nodeToObject(TiXmlElement*, scene) (main.cpp:201)
==24288== by 0x10D264: main (main.cpp:319)
==24288== Address 0x620d42c is 0 bytes after a block of size 12 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x127BD3: nodeToObject(TiXmlElement*, scene) (main.cpp:201)
==24288== by 0x10D264: main (main.cpp:319)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BF7: length (char_traits.h:320)
==24288== by 0x125BF7: basic_string (basic_string.h:511)
==24288== by 0x125BF7: nodeToVector(TiXmlElement*, char const*) (main.cpp:28)
==24288== by 0x127BD3: nodeToObject(TiXmlElement*, scene) (main.cpp:201)
==24288== by 0x10D264: main (main.cpp:319)
==24288== Address 0x620d42c is 0 bytes after a block of size 12 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x127BD3: nodeToObject(TiXmlElement*, scene) (main.cpp:201)
==24288== by 0x10D264: main (main.cpp:319)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x12534B: strcpy (string_fortified.h:90)
==24288== by 0x12534B: doubleVal(TiXmlElement*, char const*) (main.cpp:45)
==24288== by 0x127CBE: nodeToObject(TiXmlElement*, scene) (main.cpp:205)
==24288== by 0x10D264: main (main.cpp:319)
==24288== Address 0x620d756 is 0 bytes after a block of size 6 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x127CBE: nodeToObject(TiXmlElement*, scene) (main.cpp:205)
==24288== by 0x10D264: main (main.cpp:319)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125362: length (char_traits.h:320)
==24288== by 0x125362: basic_string (basic_string.h:511)
==24288== by 0x125362: doubleVal(TiXmlElement*, char const*) (main.cpp:47)
==24288== by 0x127CBE: nodeToObject(TiXmlElement*, scene) (main.cpp:205)
==24288== by 0x10D264: main (main.cpp:319)
==24288== Address 0x620d756 is 0 bytes after a block of size 6 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x127CBE: nodeToObject(TiXmlElement*, scene) (main.cpp:205)
==24288== by 0x10D264: main (main.cpp:319)
==24288==
==24288== Mismatched free() / delete / delete []
==24288== at 0x4C3123B: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x1255C0: doubleVal(TiXmlElement*, char const*) (main.cpp:50)
==24288== by 0x127CBE: nodeToObject(TiXmlElement*, scene) (main.cpp:205)
==24288== by 0x10D264: main (main.cpp:319)
==24288== Address 0x620d750 is 0 bytes inside a block of size 6 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x127CBE: nodeToObject(TiXmlElement*, scene) (main.cpp:205)
==24288== by 0x10D264: main (main.cpp:319)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BEA: strcpy (string_fortified.h:90)
==24288== by 0x125BEA: nodeToVector(TiXmlElement*, char const*) (main.cpp:26)
==24288== by 0x127553: nodeToLight(TiXmlElement*) (main.cpp:222)
==24288== by 0x10D9DB: main (main.cpp:328)
==24288== Address 0x6214d78 is 0 bytes after a block of size 8 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x127553: nodeToLight(TiXmlElement*) (main.cpp:222)
==24288== by 0x10D9DB: main (main.cpp:328)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BF7: length (char_traits.h:320)
==24288== by 0x125BF7: basic_string (basic_string.h:511)
==24288== by 0x125BF7: nodeToVector(TiXmlElement*, char const*) (main.cpp:28)
==24288== by 0x127553: nodeToLight(TiXmlElement*) (main.cpp:222)
==24288== by 0x10D9DB: main (main.cpp:328)
==24288== Address 0x6214d78 is 0 bytes after a block of size 8 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x127553: nodeToLight(TiXmlElement*) (main.cpp:222)
==24288== by 0x10D9DB: main (main.cpp:328)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BEA: strcpy (string_fortified.h:90)
==24288== by 0x125BEA: nodeToVector(TiXmlElement*, char const*) (main.cpp:26)
==24288== by 0x12751F: nodeToLight(TiXmlElement*) (main.cpp:227)
==24288== by 0x10D9DB: main (main.cpp:328)
==24288== Address 0x62150ab is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x12751F: nodeToLight(TiXmlElement*) (main.cpp:227)
==24288== by 0x10D9DB: main (main.cpp:328)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BF7: length (char_traits.h:320)
==24288== by 0x125BF7: basic_string (basic_string.h:511)
==24288== by 0x125BF7: nodeToVector(TiXmlElement*, char const*) (main.cpp:28)
==24288== by 0x12751F: nodeToLight(TiXmlElement*) (main.cpp:227)
==24288== by 0x10D9DB: main (main.cpp:328)
==24288== Address 0x62150ab is 0 bytes after a block of size 11 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x12751F: nodeToLight(TiXmlElement*) (main.cpp:227)
==24288== by 0x10D9DB: main (main.cpp:328)
==24288==
==24288== Invalid write of size 1
==24288== at 0x4C32E0D: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x12534B: strcpy (string_fortified.h:90)
==24288== by 0x12534B: doubleVal(TiXmlElement*, char const*) (main.cpp:45)
==24288== by 0x125A1E: nodeToIntegrator(TiXmlElement*) (main.cpp:251)
==24288== by 0x10CCDD: main (main.cpp:335)
==24288== Address 0x62154b1 is 0 bytes after a block of size 1 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x125A1E: nodeToIntegrator(TiXmlElement*) (main.cpp:251)
==24288== by 0x10CCDD: main (main.cpp:335)
==24288==
==24288== Invalid read of size 1
==24288== at 0x4C32D04: strlen (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125362: length (char_traits.h:320)
==24288== by 0x125362: basic_string (basic_string.h:511)
==24288== by 0x125362: doubleVal(TiXmlElement*, char const*) (main.cpp:47)
==24288== by 0x125A1E: nodeToIntegrator(TiXmlElement*) (main.cpp:251)
==24288== by 0x10CCDD: main (main.cpp:335)
==24288== Address 0x62154b1 is 0 bytes after a block of size 1 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x125A1E: nodeToIntegrator(TiXmlElement*) (main.cpp:251)
==24288== by 0x10CCDD: main (main.cpp:335)
==24288==
==24288== Mismatched free() / delete / delete []
==24288== at 0x4C3123B: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x1255C0: doubleVal(TiXmlElement*, char const*) (main.cpp:50)
==24288== by 0x125A1E: nodeToIntegrator(TiXmlElement*) (main.cpp:251)
==24288== by 0x10CCDD: main (main.cpp:335)
==24288== Address 0x62154b0 is 0 bytes inside a block of size 1 alloc'd
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125336: doubleVal(TiXmlElement*, char const*) (main.cpp:44)
==24288== by 0x125A1E: nodeToIntegrator(TiXmlElement*) (main.cpp:251)
==24288== by 0x10CCDD: main (main.cpp:335)
==24288==
==24288==
==24288== HEAP SUMMARY:
==24288== in use at exit: 25,180,929 bytes in 787,583 blocks
==24288== total heap usage: 1,954,940,603 allocs, 1,954,153,020 frees, 47,939,923,892 bytes allocated
==24288==
==24288== 8 bytes in 1 blocks are definitely lost in loss record 2 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x127553: nodeToLight(TiXmlElement*) (main.cpp:222)
==24288== by 0x10D9DB: main (main.cpp:328)
==24288==
==24288== 11 bytes in 1 blocks are definitely lost in loss record 3 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x126783: nodeToCamera(TiXmlElement*) (main.cpp:61)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== 11 bytes in 1 blocks are definitely lost in loss record 4 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x1265BB: nodeToCamera(TiXmlElement*) (main.cpp:69)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== 11 bytes in 1 blocks are definitely lost in loss record 5 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x1269D4: nodeToImage(TiXmlElement*) (main.cpp:113)
==24288== by 0x10CB7A: main (main.cpp:301)
==24288==
==24288== 11 bytes in 1 blocks are definitely lost in loss record 6 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x12751F: nodeToLight(TiXmlElement*) (main.cpp:227)
==24288== by 0x10D9DB: main (main.cpp:328)
==24288==
==24288== 13 bytes in 1 blocks are definitely lost in loss record 7 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x1266A3: nodeToCamera(TiXmlElement*) (main.cpp:65)
==24288== by 0x10C9AA: main (main.cpp:296)
==24288==
==24288== 16 bytes in 1 blocks are definitely lost in loss record 8 of 32
==24288== at 0x4C3017F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x1259AB: nodeToIntegrator(TiXmlElement*) (main.cpp:245)
==24288== by 0x10CCDD: main (main.cpp:335)
==24288==
==24288== 99 bytes in 9 blocks are definitely lost in loss record 14 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x127BD3: nodeToObject(TiXmlElement*, scene) (main.cpp:201)
==24288== by 0x10D264: main (main.cpp:319)
==24288==
==24288== 104 (56 direct, 48 indirect) bytes in 1 blocks are definitely lost in loss record 15 of 32
==24288== at 0x4C3017F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x1273E1: nodeToLight(TiXmlElement*) (main.cpp:218)
==24288== by 0x10D9DB: main (main.cpp:328)
==24288==
==24288== 121 bytes in 11 blocks are definitely lost in loss record 16 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x127026: nodeToMaterial(TiXmlElement*) (main.cpp:137)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== 125 bytes in 11 blocks are definitely lost in loss record 17 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x126FE6: nodeToMaterial(TiXmlElement*) (main.cpp:133)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== 139 bytes in 11 blocks are definitely lost in loss record 18 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x127066: nodeToMaterial(TiXmlElement*) (main.cpp:141)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== 139 bytes in 11 blocks are definitely lost in loss record 19 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x125BD1: nodeToVector(TiXmlElement*, char const*) (main.cpp:25)
==24288== by 0x1270A6: nodeToMaterial(TiXmlElement*) (main.cpp:145)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== 912 bytes in 3 blocks are possibly lost in loss record 25 of 32
==24288== at 0x4C31B25: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x40134A6: allocate_dtv (dl-tls.c:286)
==24288== by 0x40134A6: _dl_allocate_tls (dl-tls.c:530)
==24288== by 0x5FA7227: allocate_stack (allocatestack.c:627)
==24288== by 0x5FA7227: pthread_create@@GLIBC_2.2.5 (pthread_create.c:644)
==24288== by 0x5579F31: ??? (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
==24288== by 0x5570EC9: GOMP_parallel (in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0)
==24288== by 0x110AC0: scene::render(char*, int) (scene.cpp:594)
==24288== by 0x10CADC: main (main.cpp:351)
==24288==
==24288== 2,745 (1,672 direct, 1,073 indirect) bytes in 11 blocks are definitely lost in loss record 27 of 32
==24288== at 0x4C3017F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x126B0F: nodeToMaterial(TiXmlElement*) (main.cpp:127)
==24288== by 0x10CBE8: main (main.cpp:310)
==24288==
==24288== 6,144 bytes in 1 blocks are possibly lost in loss record 28 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x10FEC4: scene::init_img_arr() (scene.cpp:111)
==24288== by 0x10CAA3: main (main.cpp:348)
==24288==
==24288== 18,480 bytes in 770 blocks are possibly lost in loss record 29 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x10FEEC: scene::init_img_arr() (scene.cpp:113)
==24288== by 0x10CAA3: main (main.cpp:348)
==24288==
==24288== 25,149,344 (8,192 direct, 25,141,152 indirect) bytes in 1 blocks are definitely lost in loss record 32 of 32
==24288== at 0x4C3089F: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==24288== by 0x10FE68: scene::init_img_arr() (scene.cpp:108)
==24288== by 0x10CAA3: main (main.cpp:348)
==24288==
==24288== LEAK SUMMARY:
==24288== definitely lost: 10,624 bytes in 73 blocks
==24288== indirectly lost: 25,142,273 bytes in 786,730 blocks
==24288== possibly lost: 25,536 bytes in 774 blocks
==24288== still reachable: 2,496 bytes in 6 blocks
==24288== suppressed: 0 bytes in 0 blocks
==24288== Reachable blocks (those to which a pointer was found) are not shown.
==24288== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==24288==
==24288== For counts of detected and suppressed errors, rerun with: -v
==24288== ERROR SUMMARY: 250 errors from 70 contexts (suppressed: 0 from 0)