ageitgey / ageitgey/face_recognition
Python(48003,0x7000135ac000) malloc: *** error for object 0x7fc1285bb400: incorrect checksum for freed object - object was probably modified after being freed.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 56.8k
- Forks
- 13.7k
- PR merge metrics
- No merged PRs in 30d
Description
- face_recognition version: 1.3.0
- Python version: 3.9.2
- Operating System: Mac OS Apple Probook 2013
Description
I am trying to implement a face recognition server that automatically uploads multiple images. Yet the package keeps on crashing the python runtime instance with the error Python(48003,0x7000135ac000) malloc: *** error for object 0x7fc1285bb400: incorrect checksum for freed object - object was probably modified after being freed.
What I Did
I kept on testing and realized that it stops when method face_encoding is ran. But tested it with one image and seems to work fine. The multiple images are coming in as single images but multiple times from multiple clients (browsers).
Would really appreciate some help on this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the crash around face_recognition's face_encoding method using multiple images from multiple clients, then compare it with the reported single-image case. Done means the Python runtime remains stable during repeated concurrent image processing; the report does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100