-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
memoryIssues and PRs related to the memory management or memory footprint.Issues and PRs related to the memory management or memory footprint.questionIssues that look for answers.Issues that look for answers.
Description
Hi Team,
Summary
I have build node.js using AFL integrated ASAN in ubuntu 16.04 LTS and while executing the node program multiple memory leaks were observed, also please find attached .txt file to view full direct leak.
ASAN
Direct leak of 3240 byte(s) in 5 object(s) allocated from:
#0 0x9ba6f0 (/home/input0/node/out/Release/node+0x9ba6f0)
#1 0x247a471 (/home/input0/node/out/Release/node+0x247a471)
#2 0x24840af (/home/input0/node/out/Release/node+0x24840af)
#3 0x2484b89 (/home/input0/node/out/Release/node+0x2484b89)
#4 0x15ccd11 (/home/input0/node/out/Release/node+0x15ccd11)
#5 0xd22d9c (/home/input0/node/out/Release/node+0xd22d9c)
#6 0x98e102 (/home/input0/node/out/Release/node+0x98e102)
Direct leak of 1296 byte(s) in 2 object(s) allocated from:
#0 0x9ba6f0 (/home/input0/node/out/Release/node+0x9ba6f0)
#1 0x247a471 (/home/input0/node/out/Release/node+0x247a471)
#2 0x2429b12 (/home/input0/node/out/Release/node+0x2429b12)
#3 0x24462a3 (/home/input0/node/out/Release/node+0x24462a3)
#4 0x2442c88 (/home/input0/node/out/Release/node+0x2442c88)
#5 0x241b547 (/home/input0/node/out/Release/node+0x241b547)
#6 0x2428778 (/home/input0/node/out/Release/node+0x2428778)
#7 0x234fb0f (/home/input0/node/out/Release/node+0x234fb0f)
#8 0x2351471 (/home/input0/node/out/Release/node+0x2351471)
#9 0x2412047 (/home/input0/node/out/Release/node+0x2412047)
#10 0x22d1c5c (/home/input0/node/out/Release/node+0x22d1c5c)
#11 0x22c6ac4 (/home/input0/node/out/Release/node+0x22c6ac4)
#12 0x22bed48 (/home/input0/node/out/Release/node+0x22bed48)
#13 0x22ed4a2 (/home/input0/node/out/Release/node+0x22ed4a2)
#14 0x22ed5c3 (/home/input0/node/out/Release/node+0x22ed5c3)
#15 0x2234cd7 (/home/input0/node/out/Release/node+0x2234cd7)
#16 0x21aeb87 (/home/input0/node/out/Release/node+0x21aeb87)
#17 0x21b84a6 (/home/input0/node/out/Release/node+0x21b84a6)
#18 0x24abe0d (/home/input0/node/out/Release/node+0x24abe0d)
#19 0x24b1a39 (/home/input0/node/out/Release/node+0x24b1a39)
#20 0x24b331d (/home/input0/node/out/Release/node+0x24b331d)
#21 0x24aeda6 (/home/input0/node/out/Release/node+0x24aeda6)
#22 0x24ada0a (/home/input0/node/out/Release/node+0x24ada0a)
#23 0x24d2998 (/home/input0/node/out/Release/node+0x24d2998)
#24 0x481326d (/home/input0/node/out/Release/node+0x481326d)
#25 0x483a5ae (/home/input0/node/out/Release/node+0x483a5ae)
#26 0x7e8a29f8816d (<unknown module>)
#27 0x7e8a29f8816d (<unknown module>)
#28 0x7e8a29f8816d (<unknown module>)
#29 0x7e8a29f8816d (<unknown module>)
.......
SUMMARY: AddressSanitizer: 36953 byte(s) leaked in 305 allocation(s).
Metadata
Metadata
Assignees
Labels
memoryIssues and PRs related to the memory management or memory footprint.Issues and PRs related to the memory management or memory footprint.questionIssues that look for answers.Issues that look for answers.