Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asan issue on process exit #43

Open
abedra opened this issue Aug 25, 2019 · 0 comments
Open

Asan issue on process exit #43

abedra opened this issue Aug 25, 2019 · 0 comments

Comments

@abedra
Copy link
Member

abedra commented Aug 25, 2019

=================================================================
==26058==ERROR: LeakSanitizer: detected memory leaks

Direct leak of 208 byte(s) in 1 object(s) allocated from:
    #0 0x7fce822ff1ae in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0x10c1ae)
    #1 0x7fce8198fadf  (/usr/lib/x86_64-linux-gnu/libhiredis.so.0.13+0x4adf)

Indirect leak of 560 byte(s) in 1 object(s) allocated from:
    #0 0x7fce822ff1ae in calloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0x10c1ae)
    #1 0x7fce81993887 in redisReaderCreateWithFunctions (/usr/lib/x86_64-linux-gnu/libhiredis.so.0.13+0x8887)

Indirect leak of 19 byte(s) in 1 object(s) allocated from:
    #0 0x7fce822ff3ee in realloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0x10c3ee)
    #1 0x7fce819907dd in sdsMakeRoomFor (/usr/lib/x86_64-linux-gnu/libhiredis.so.0.13+0x57dd)

Indirect leak of 16 byte(s) in 1 object(s) allocated from:
    #0 0x7fce822fefb8 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0x10bfb8)
    #1 0x7fce8198e0b7  (/usr/lib/x86_64-linux-gnu/libhiredis.so.0.13+0x30b7)
    #2 0x270f  (<unknown module>)

Indirect leak of 10 byte(s) in 1 object(s) allocated from:
    #0 0x7fce82287cdd in __interceptor_strdup (/usr/lib/x86_64-linux-gnu/libasan.so.5+0x94cdd)
    #1 0x7fce8198dbc0  (/usr/lib/x86_64-linux-gnu/libhiredis.so.0.13+0x2bc0)
    #2 0x270f  (<unknown module>)

Indirect leak of 9 byte(s) in 1 object(s) allocated from:
    #0 0x7fce822fefb8 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0x10bfb8)
    #1 0x7fce81990687 in sdsnewlen (/usr/lib/x86_64-linux-gnu/libhiredis.so.0.13+0x5687)

SUMMARY: AddressSanitizer: 822 byte(s) leaked in 6 allocation(s).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant