Search Unity

Caught fatal signal - signo:11 code:1 errno:0 addr:0x120 on docker linux

Discussion in 'Linux' started by Deleted User, Dec 5, 2020.

  1. Deleted User

    Deleted User

    Guest

    Hello, I'm trying to build assetbundles on linux.
    I got segmentation fault error right after first unitywebrequest request.

    There is no certain error point. (because it's on message loop)
    I tried to change unity version from 2019.3.10f1 to 2019.4.0f1
    and linux os from ubuntu 16.04 to 18.0x, Centos 7 as well.
    Every combination gets same crash log.

    /opt/Unity/Editor/Unity -projectPath /usr/src/app/ci/base/unity-assetbundle -batchmode -nographics -logFile /dev/stdout -accept-apiupdate -stackTraceLogType Full -executeMethod AssetBundles.AssetBundleBuilder.Build -danjiIds 38017

    Does anyone help me?
    I attached my error log.
    Thank you!
     

    Attached Files:

    ppartida likes this.
  2. Deleted User

    Deleted User

    Guest

    i searched many posts on here and finally I solved it!

    xvfb-run -a --server-args="-screen 0 1024x768x24" {unity commands}
     
    ceewolf likes this.
  3. ppartida

    ppartida

    Joined:
    May 3, 2014
    Posts:
    4
    Still works! Thanks for sharing. For some reason it doesn't work in my local docker but the same container works with Github Actions, the screen error was more explícit in local tho