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

json_serialize_to_string_pretty received signal SIGABRT, Aborted. #213

Open
maikebing opened this issue Feb 28, 2024 · 3 comments
Open

json_serialize_to_string_pretty received signal SIGABRT, Aborted. #213

maikebing opened this issue Feb 28, 2024 · 3 comments

Comments

@maikebing
Copy link

#0 0xb7fdccf9 in ?? ()
#1 0xb7d234ca in malloc_printerr (action=,
str=0xb7e13cdb "corrupted size vs. prev_size", ptr=0xa6cac5f8)
at malloc.c:4998
#2 0xb7d237b5 in malloc_consolidate (av=av@entry=0xa6c00010) at malloc.c:4167
#3 0xb7d24a09 in _int_malloc (av=av@entry=0xa6c00010, bytes=bytes@entry=1412)
at malloc.c:3425
#4 0xb7d269d8 in __GI___libc_malloc (bytes=1412) at malloc.c:2893
#5 0x083d2a88 in json_serialize_to_string_pretty (value=0xa43daf08)
at parson.c:1886

@kgabis
Copy link
Owner

kgabis commented Feb 28, 2024

Can you reproduce this?

@maikebing
Copy link
Author

No, I've been using it for years, and it's happening for the first time. Keep it for now, and if I can reproduce it, I'll follow up.

@kgabis
Copy link
Owner

kgabis commented Feb 28, 2024

Just a heads up, it looks like a memory in your app, since it fails within a malloc. Search for "corrupted size vs. prev_size".

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

2 participants