Hello,
There is currently an issue on FreeBSD-CURRENT built with clang throwing out 'Unknown error' messages.
(Note: http://docs.freebsd.org/cgi/mid.cgi?CAAoTqfsHUgjaVSEP7xSeOORC6Hb7=MEfED+P8X5kH75DoYSrXw)
It seems to be an issue with writing. If I do `echo 'test' > test`, eventually it fails with 'Unknown error: -512.' Same with if you use edit on a file, it usually takes 2 attempts for it to save. I can confirm this error in 224119, and that email happens to be older than a week old, so it must have been around for a while.
Any news on this?
Doing `echo 'hi' > /etc/motd` fails every other call with 'Unknown error: -512'. I was not able to duplicate this myself by making some simple C code that does open() and write().
Sadly it's too late for me to do much research, so I'll check it out tomorrow unless someone knows the problem. Perhaps it's a clang problem and not a FreeBSD issue?
-Brandon
There is currently an issue on FreeBSD-CURRENT built with clang throwing out 'Unknown error' messages.
(Note: http://docs.freebsd.org/cgi/mid.cgi?CAAoTqfsHUgjaVSEP7xSeOORC6Hb7=MEfED+P8X5kH75DoYSrXw)
It seems to be an issue with writing. If I do `echo 'test' > test`, eventually it fails with 'Unknown error: -512.' Same with if you use edit on a file, it usually takes 2 attempts for it to save. I can confirm this error in 224119, and that email happens to be older than a week old, so it must have been around for a while.
Any news on this?
Doing `echo 'hi' > /etc/motd` fails every other call with 'Unknown error: -512'. I was not able to duplicate this myself by making some simple C code that does open() and write().
Sadly it's too late for me to do much research, so I'll check it out tomorrow unless someone knows the problem. Perhaps it's a clang problem and not a FreeBSD issue?
-Brandon