-
Notifications
You must be signed in to change notification settings - Fork 28
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
crash after several seconds (malloc(): memory corruption) #3
Comments
Hi, could you please set up AlexeyAB repo and run the same model without ROS code and check if the error still presists. |
Also, are you running with Optical Flow enabled? Is the OpenCV3 package for ROS installed? |
These errors basically occur in the case of memory overflow, writing to unallocated memory and reading it. |
@pushkalkatara thanks for your help. i will test it asap. |
Hi! Except for "malloc" and "free" problems, I also met
I am quite confused about this problem. I am running this package on tx2 with a Intel Realsense Camera D415. By the way, could you please tell me how can I run with Optical Flow enabled? |
Hi @DeepDuke, exit code -11 basically occurs due to segmentation fault-invalid memory access.
optical flow would work if you have opencv-contrib ros package installed. |
Hi@pushkalkatara The node died after running for about 3 minutes. I think I have put the weight and config files into the correct directory. |
@DeepDuke if the node ran for 3 minutes with detection, then weights and config directory seems fine. |
@pushkalkatara I run the node on NVIDIA Jetson TX2. When i ran yolo3, the memory increased from 3.49G/7.67G to 4.50G/7.67G. It keeped at 4.50G/7.67G until the node died. The swap was always 0k/0k. |
@pushkalkatara BTW, yolo3-tiny could only run for less than a minute. |
@DeepDuke how much time did it sustain 4.50G/7.67G until the node died? |
@pushkalkatara about 2-3 minutes for yolo3, less than a minute for yolo3-tiny |
Hello, not sure if related but i got a similar issue. As soon as Yolo detect an object and the tracking starts it crashes. GDB gave the following infos:
|
Hi @NicolasBernard456 . Here are some steps for debugging -
|
@pushkalkatara I found that the program will be killed immediately if the camera moves.I use the usb_cam package.I want to know how can solve this problems.thanks |
I have the same problems with you,did you have solve it? As soon as Yolo detect an object it crashes:[darknet_ros-1] process has died [pid 4547, exit code -11... |
Hey,
i am running this node on my Jetson TX2. After some seconds i get this crash error:
and sometimes this:
any idea?
The text was updated successfully, but these errors were encountered: