LLVM ERROR: IO failure on output stream: Invalid argument
See original GitHub issueConsistently reproducible in Release build only on MacOS since C71
Traceback (most recent call last):
File "../../build/toolchain/mac/linker_driver.py", line 229, in <module>
Main(sys.argv)
File "../../build/toolchain/mac/linker_driver.py", line 85, in Main
linker_driver_outputs += linker_driver_actions[name](args)
File "../../build/toolchain/mac/linker_driver.py", line 119, in <lambda>
lambda full_args: action(sub_arg[len(name):], full_args))
File "../../build/toolchain/mac/linker_driver.py", line 145, in RunDsymUtil
subprocess.check_call(['xcrun', 'dsymutil', '-o', dsym_out, linker_out])
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['xcrun', 'dsymutil', '-o', './Brave Browser Framework.dSYM', 'obj/chrome/chrome_framework_shared_library/Brave Browser Framework']' returned non-zero exit status 1
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
[llvm-bugs] [Bug 49328] New: Fix fatal error reported on ...
elf | head 10 <a few lines of output> LLVM ERROR: IO failure on output stream: invalid argument PLEASE submit a bug report...
Read more >Boost fails to install: LLVM ERROR: IO failure on output stream.
When trying to install Boost, I get a series of errors like the following :info:build "/usr/bin/clang++" -ftemplate-depth-128 -Os -O3 -finline-functions ...
Read more >"LLVM ERROR: IO failure on output stream." on try job - Monorail
Issue 408400 : "LLVM ERROR: IO failure on output stream." on try job ... out/Release/gen/sdk/linux_x86/pnacl_newlib/bin/pnacl-clang++ -o .
Read more >[llvm-bugs] [Bug 25717] New: 'IO failure on output stream' with
https://llvm.org/bugs/show_bug.cgi?id=25717 Bug ID: 25717 Summary: 'IO failure on output stream' with -E on Windows Product: clang Version: ...
Read more >LLVM Error when compiling a model for IPU [closed]
This error is telling you that the disk being used for compilation is full. You can have a look at disk usage on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
confirmed it is fixed with 74.0.3728.0 Thanks @hieupm37
This will help: https://bugs.chromium.org/p/chromium/issues/detail?id=780980