-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
coredump when no space left in disk #2972
Comments
This is expected behavior since |
Never mind, I just made a stupid mistake. But according to your reply, when the disk is full, spdlog will crash?(correct me if I'm wrong) Thx for you help! |
Yes. |
It will not crash. It will throw an exception. Could it be that this exception was ignored by your app |
thx for your help! |
Base on
spdlog 1.5.0
, I develop my own spdlog, calledyotta_spdlog
When the disk is full, my program always crash at the
file_helper
.Here is the cordump stack
It turns out that the
fd_
is nullptr and it crashed.I'm sure that I do not change any codes in this class. Can anyone help me to debug this? Thx in advance!
spdlog version: 1.5.0
The text was updated successfully, but these errors were encountered: