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

doesn't handle out-of-space #47

Closed
ConfusedVorlon opened this issue Jul 24, 2012 · 1 comment
Closed

doesn't handle out-of-space #47

ConfusedVorlon opened this issue Jul 24, 2012 · 1 comment

Comments

@ConfusedVorlon
Copy link
Contributor

I love your logger - thank you.

Just found this in my crash reports.

* Terminating app due to uncaught exception 'NSFileHandleOperationException', reason: '* -[NSConcreteFileHandle writeData:]: No space left on device'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff97158f56 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff9408ad5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff97158d8a +[NSException raise:format:arguments:] + 106
3 CoreFoundation 0x00007fff97158d14 +[NSException raise:format:] + 116
4 Foundation 0x00007fff90c25faa _NSFileHandleRaiseOperationException + 130
5 Foundation 0x00007fff90c25158 -[NSConcreteFileHandle writeData:] + 138
6 VLCStreamer 0x000000010002505f -[DDFileLogger logMessage:] + 182
7 VLCStreamer 0x00000001000270e6 __16+[DDLog lt_log:]_block_invoke_0 + 73
8 libdispatch.dylib 0x00007fff965b0a86 _dispatch_call_block_and_release + 18
9 libdispatch.dylib 0x00007fff965b22d6 _dispatch_queue_drain + 264

@bpoplauschi
Copy link
Member

@ConfusedVorlon #130 takes care of this.

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

No branches or pull requests

2 participants