question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LLVM ERROR: IO failure on output stream: Invalid argument

See original GitHub issue

Consistently 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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
darkdhcommented, Mar 26, 2019

confirmed it is fixed with 74.0.3728.0 Thanks @hieupm37

1reaction
hieupm37commented, Mar 8, 2019
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found