Docker コンテナー (CentOS 7) で実行される BitBake ビルド プロセスがあります。BitBake は、recipe gcc-cross-i586-5.2.0-r0: task do_compile
試行するたびに実行中に失敗します。
の出力例 bitbake
:
NOTE: recipe gcc-cross-i586-5.2.0-r0: task do_compile: Started
ERROR: Worker process (367) exited unexpectedly (-9), shutting down...
ERROR: Worker process (367) exited unexpectedly (-9), shutting down...
ERROR: Worker process (367) exited unexpectedly (-9), shutting down...
ERROR: Worker process (367) exited unexpectedly (-9), shutting down...
NOTE: Tasks Summary: Attempted 1538 tasks of which 17 didn't need to be rerun and all succeeded.
これは に問題がありrecipe gcc-cross-i586-5.2.0-r0: task do_compile
ますか? おそらくメモリ不足エラーですか?が何を-9
指しているのか、それについての詳細を調べる方法がわかりません。