-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
Issue Summary
With the files generated from running the CMake, I am trying to run the simple demo, but it it showing the message "Attempt to free invalid pointer 0x7feac270d5c0"
Here's the CMake GUI setting, if it helps:

(Note WITH_QT is on, WITH_GTK is off, per this comment)
Executed Command (if any)
./build/examples/openpose/openpose.bin --video examples/media/video.avi
OpenPose Output (if any)
Starting OpenPose demo...
Configuring OpenPose...
Starting thread(s)...
---------------------------------- WARNING ----------------------------------
We have introduced an additional boost in accuracy in the CUDA version of about 0.2% with respect to the CPU/OpenCL versions. We will not port this to CPU given the considerable slow down in speed it would add to it. Nevertheless, this accuracy boost is almost insignificant so the CPU/OpenCL versions can be safely used.
-------------------------------- END WARNING --------------------------------
src/tcmalloc.cc:333] Attempt to free invalid pointer 0x7feac270d5c0
Errors (if any)
Attempt to free invalid pointer 0x7feac270d5c0
Type of Issue
Select the topic(s) on your post, delete the rest:
- Execution error
Your System Configuration
-
Whole console output:
Starting OpenPose demo...
Configuring OpenPose...
Starting thread(s)...
---------------------------------- WARNING ----------------------------------
We have introduced an additional boost in accuracy in the CUDA version of about 0.2% with respect to the CPU/OpenCL versions. We will not port this to CPU given the considerable slow down in speed it would add to it. Nevertheless, this accuracy boost is almost insignificant so the CPU/OpenCL versions can be safely used.
-------------------------------- END WARNING --------------------------------
src/tcmalloc.cc:333] Attempt to free invalid pointer 0x7feac270d5c0 -
OpenPose version: Latest github master branch (latest commit id: 1f1aa9c)
-
General configuration:
- Installation mode: CMake, then makefile
- Operating system : macOS
- Operating system version : 11.2 (20D64) - Big Sur
- Release or Debug mode?: release
- Compiler:
- Apple clang version 12.0.0 (clang-1200.0.32.29)
- Target: x86_64-apple-darwin20.3.0
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
-
Non-default settings:
- 3-D Reconstruction module added?: no
- Any other custom CMake configuration with respect to the default version?: no
-
3rd-party software:
- Caffe version: 1.0.0
- CMake version (
cmake --versionin Ubuntu): 3.19.6 - OpenCV version: 4.5.1
-
No GPU issue
-
If CPU-only mode issue:
- CPU brand & model: 2.4 GHz 8-Core Intel Core i9
- Total RAM memory available: 64GB ram
-
If Python API:
- Python version: 3.6.5
- Numpy version (
python -c "import numpy; print numpy.version.version"in Ubuntu): 1.20.1