Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If your build hangs or gets stuck during execution, or if it fails with error messages – use the -d1 command.  

  • If your build crashes – use the -- ib-crash command in addition to the -d1 command.

Anchor
Using the -d1 Command
Using the -d1 Command
Using the -d1 Command

Use the -d1 command for re-executing the build before exporting its log, if your build hangs or gets stuck during execution, or if the build fails with error messages.

...

  • In the terminal, enter:

    Code Block
    languagebash
    ib_console -d1 <Your_Build_Tool_Command> <Multiprocessing_Command> <Number_of_Processes_to_Run_in_Parallel >

    For example:

    Code Block
    ib_console -d1 make -j 200

Anchor
Using the --ib-crash Command
Using the --ib-crash Command
Using the --ib-crash Command

If your build crashes, it is recommended to use the --ib-crash command in addition to the -d1 command when re-executing the build.

...