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

Crash- Segmentation fault in sdscatlen-> sdsMakeRoomFor -> realloc #1287

Open
sg893052 opened this issue Mar 19, 2025 · 3 comments
Open

Crash- Segmentation fault in sdscatlen-> sdsMakeRoomFor -> realloc #1287

sg893052 opened this issue Mar 19, 2025 · 3 comments

Comments

@sg893052
Copy link

Application crashed due to a segmentation fault while processing Redis DB events.

libhiredis version: 0.14.1-1
Distribution: Bullseye

(gdb) bt
#0 0x00007f932b1139b0 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f932b116615 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00007f932b1178d6 in realloc () from /lib/x86_64-linux-gnu/libc.so.6
#3 0x00007f934938c2df in sdsMakeRoomFor ()
from /usr/lib/x86_64-linux-gnu/libhiredis.so.0.14
#4 0x00007f934938cbb4 in sdscatlen ()
from /usr/lib/x86_64-linux-gnu/libhiredis.so.0.14
#5 0x00007f9349389db0 in redisvFormatCommand ()
from /usr/lib/x86_64-linux-gnu/libhiredis.so.0.14

@bjosv
Copy link
Contributor

bjosv commented Mar 19, 2025

Any more details of the arguments in frame 3, 4 and 5?

@michael-grunder
Copy link
Collaborator

michael-grunder commented Mar 19, 2025

We'd need more context to make a guess, really. A program that reproduces the problem would be most ideal, but short of that you could try catching it in a recording debuger like rr. Failing that, info about the arguments would be very helpful as well.

libhiredis version: 0.14.1-1

It's also a really old version of hiredis.

@michael-grunder
Copy link
Collaborator

Without more context, there's not much we can do to help track this down.

If you're still encountering this crash you could try to run your program under valgrind or build it with sanitizers to see if there is corruption occuring elsewhere.

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

3 participants