anchao commented on PR #13296: URL: https://github.com/apache/nuttx/pull/13296#issuecomment-2426576750
Most RTOS developers typically do not do the following things: 1. Open and close file descriptors after system bringup frequently. 2. Open and close file descriptors via different task contexts. FS_REFCOUNT enhances the detection of such issues. > do you have a suggestion of an alternative fix for the crash? to me, saving 500 bytes doesn't sound like a good reason to leave a crashing bug. if disable FS_REFCOUNT, I think we could add some error catch and print error log on failure case, which will help developers identify issues more quickly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
