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

"double free or corruption (out)" error when trying to segment an image #2

Open
mohaseeb opened this issue Jun 18, 2016 · 0 comments
Open

Comments

@mohaseeb
Copy link

mohaseeb commented Jun 18, 2016

Hi,
Calling both "face-parts/generate" and "face-parts/generate.jpg" result in "double free or corruption (out)" error and a termination of the server. I tried with a ~64 KB jpg image of size 764 x 1019. Any help is appreciated.

Below is the server output

$ target/classes/face-parts-service src/main/resources/configfile.ini
Logging to /nest/work/os_tools/face-parts-service/src/main/resources/face-parts.log
HttpListener: Listening on port 8084

HttpConnectionHandler (0xefe680): constructed
HttpConnectionHandler (0xefe680): thread started
HttpConnectionHandler (0xefe680): handle new connection
HttpRequest: parsing multipart temp file
HttpRequest: set parameter file=slefi.jpg
HttpRequest: uploaded file size is 67437
HttpConnectionHandler (0xefe680): received request
*** Error in target/classes/face-parts-service': double free or corruption (out): 0x00007fa460000b10 *** *** Error intarget/classes/face-parts-service': double free or corruption (out): 0x00007fa468000c50Aborted

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