You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 in
target/classes/face-parts-service': double free or corruption (out): 0x00007fa468000c50AbortedThe text was updated successfully, but these errors were encountered: