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

camera-realsense2_camera-3-stdout.log grows to 51GB #2020

Closed
fiorano10 opened this issue Aug 4, 2021 · 3 comments
Closed

camera-realsense2_camera-3-stdout.log grows to 51GB #2020

fiorano10 opened this issue Aug 4, 2021 · 3 comments
Labels

Comments

@fiorano10
Copy link

fiorano10 commented Aug 4, 2021

For some reason realsense logs in ~/.ros/log folder can grow up to 51GB. Probably need to change ROS_WARN to ROS_WARN_THROTTLE?

du -sh * | sort -hr                                                                                                                                                           
51G     9559afba-f479-11eb-a5d9-024212010e20

They are full of

 03/08 12:43:26,194 WARNING [140272893687552] (backend-v4l2.cpp:1775) Invalid md size: bytes used =  0 ,start offset=10
 03/08 12:43:26,194 WARNING [140273388594944] (backend-v4l2.cpp:1775) Invalid md size: bytes used =  0 ,start offset=10
 03/08 12:43:26,194 WARNING [140272893687552] (backend-v4l2.cpp:1775) Invalid md size: bytes used =  0 ,start offset=10
 03/08 12:43:26,195 WARNING [140273380202240] (backend-v4l2.cpp:1775) Invalid md size: bytes used =  0 ,start offset=10
 03/08 12:43:26,195 WARNING [140272893687552] (backend-v4l2.cpp:1775) Invalid md size: bytes used =  0 ,start offset=10
 03/08 12:43:26,195 WARNING [140273388594944] (backend-v4l2.cpp:1775) Invalid md size: bytes used =  0 ,start offset=10
 03/08 12:43:26,195 WARNING [140272893687552] (backend-v4l2.cpp:1775) Invalid md size: bytes used =  0 ,start offset=10
 03/08 12:43:26,195 WARNING [140273380202240] (backend-v4l2.cpp:1775) Invalid md size: bytes used =  0 ,start offset=10
 03/08 12:43:26,195 WARNING [140272893687552] (backend-v4l2.cpp:1775) Invalid md size: bytes used =  0 ,start offset=10
 03/08 12:43:26,195 WARNING [140273380202240] (backend-v4l2.cpp:1775) Invalid md size: bytes used =  0 ,start offset=10
 03/08 12:43:26,195 WARNING [140272893687552] (backend-v4l2.cpp:1775) Invalid md size: bytes used =  0 ,start offset=10
 03/08 12:43:26,195 WARNING [140273380202240] (backend-v4l2.cpp:1775) Invalid md size: bytes used =  0 ,start offset=10
@fiorano10 fiorano10 changed the title camera-realsense2_camera-3-stdout.log gorws to 51GB camera-realsense2_camera-3-stdout.log grows to 51GB Aug 4, 2021
@MartyG-RealSense
Copy link
Collaborator

Hi @fiorano10 These are the messages that were being generated in your recent #2008 case.

This error is relatively rare except for the period around the time of librealsense 2.41.0 when there was a change in the librealsense SDK that was reverted in 2.42.0. So there may not currently be justification for changing the logging status of this error.

Were you able to test with 2.48.0 and wrapper 2.3.1 as suggested in #2008 to see whether the error still occurs, please?

@MartyG-RealSense
Copy link
Collaborator

Hi @fiorano10 Do you require further assistance with this case, please? Thanks!

@MartyG-RealSense
Copy link
Collaborator

Case closed due to no further comments received.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants