Python(41093,0x7fff7623f300) malloc: *** error for object 0x7fea3b73c628: incorrect checksum for freed object - object was probably modified after being freed.
- Dominant language
- C
- Stars
- 11
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
hello,
Inside folder examples when I run store.py i get the following traceback error:
"This API is deprecated, rename to create_database
Python(41093,0x7fff7623f300) malloc: **\* error for object 0x7fea3b73c628: incorrect checksum for freed object - object was probably modified after being freed.
**\* set a breakpoint in malloc_error_break to debug
Abort trap: 6"
what should i do?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the failure from examples/store.py and capture the complete traceback, including the deprecated API message and malloc abort. Read the code path used by store.py to identify where the deprecated API is called and where the freed-object error occurs. Done means the example runs without the reported abort and its expected behavior is confirmed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100