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.

Host Freezes while Building LLVM stage 3

See original GitHub issue

Describe the bug Compilation hangs at Building LLVM stage 3. Job number 2257. It freezes the host PC/cloud instance. I tried on PC, it freezes and tried on could, the same happened.

To Reproduce Steps to reproduce the behavior:

./build-llvm.py --lto=full --march=corei7 --pgo --targets=AArch64

Expected behavior Expected it to pass and complete the build process.

Screenshots Stage 3

Environment (please complete the following information):

  • Command i ran: [./build-llvm.py --lto=full --march=corei7 --pgo --targets=AArch64]
  • Distribution: [Ubuntu 19.04]
  • Python version: [2.7.16 & 3.7.3]

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
chankruzecommented, Sep 29, 2019

OK, I am creating an instance with more memory, 16 GB. Hope it won’t freeze.

0reactions
nathanchancecommented, Sep 30, 2019

I am closing this as I don’t believe it has anything to do with the script or LLVM. Please reopen if you can provide more information that proves otherwise. Thank you for using the script and giving feedback!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Started with the LLVM System
When you build Clang, you will need to give it access to modern C++ standard library in order to use it as your...
Read more >
LLVM - The Architecture of Open Source Applications
While the benefits of a three-phase design are compelling and ... LLVM IR is designed to host mid-level analyses and transformations that you...
Read more >
Build Clang toolchain - Fuchsia
Fuchsia uses two-stage bootstrap build for the Clang compiler. ... Clang, builds with assertions enabled might crash while building Fuchsia.
Read more >
gcc crashes while building llvm 3.42 from source (with cmake)
Consider upgrading, or downgrading, your GCC compiler version. What you've got doesn't work. Maybe something else does. Failing that, try ...
Read more >
Mesa HEAD builds linked with recent LLVM 15 HEAD ...
I am building an older LLVM 15 that worked before, ... like glxgears is impossible (they crash right away) after updating LLVM 15...
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

No results found

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