Segmentation Fault Running UE4.18 on Ubuntu

I followed the instructions on A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums to install UE4.18 on Ubuntu16.04. I chose version 4.18 to avoid possible imcompatible problems running a project created with UE4.18.
CPU: i7-6700K CPU @ 4.00GHz × 8
GPU: NVIDIA Corporation GM204GL [Quadro M4000] (rev a1)

It had been going perfectly well before I ran into the crashing problem when finally running it (./Engine/Binaries/Linux/UE4Editor). It crashed as soon as the loading of UE had been finished. I googled and retried several times but it still crashes. Here are the important lines I think (with two warnings in the middle but no error):

LogInit: Build: ++UE4+Release-4.18-CL-0
LogInit: Engine Version: 4.18.3-0+++UE4+Release-4.18
LogInit: Compatible Engine Version: 4.18.0-0+++UE4+Release-4.18
LogInit: Net CL: 0
LogInit: Compiled (64-bit): Jul 11 2018 09:33:53
LogInit: Compiled with Clang: 3.8.0 (tags/RELEASE_380/final)
LogInit: Build Configuration: Shipping
LogInit: Branch Name: ++UE4+Release-4.18
LogInit: Command line:  -Abslog=/home/myubuntu/UnrealEngine/Engine/Saved/Logs/UE4-CRC.log /home/myubuntu/UnrealEngine/Engine/Saved/Crashes/crashinfo--pid-14955-12B13B7625070B0B000D009411FA4FC9/
LogInit: Base directory: /home/myubuntu/UnrealEngine/Engine/Binaries/Linux/
LogInit: Installed Engine Build: 1
LogInit: Presizing for max 100000 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
LogInit: Object subsystem initialized
[2018.07.11-03.13.37:215][  0]LogInit: Linux hardware info:
[2018.07.11-03.13.37:215][  0]LogInit:  - we are the first instance of this executable
[2018.07.11-03.13.37:215][  0]LogInit:  - this process' id (pid) is 15024, parent process' id (ppid) is 14955
[2018.07.11-03.13.37:215][  0]LogInit:  - we are not running under debugger
[2018.07.11-03.13.37:215][  0]LogInit:  - machine network name is 'myubuntu'
[2018.07.11-03.13.37:215][  0]LogInit:  - user name is 'myubuntu' (myubuntu)
[2018.07.11-03.13.37:215][  0]LogInit:  - we're logged in locally
[2018.07.11-03.13.37:215][  0]LogInit:  - we're running with rendering
[2018.07.11-03.13.37:215][  0]LogInit:  - CPU: GenuineIntel 'Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz' (signature: 0x506E3)
[2018.07.11-03.13.37:215][  0]LogInit:  - Number of physical cores available for the process: 4
[2018.07.11-03.13.37:215][  0]LogInit:  - Number of logical cores available for the process: 8
[2018.07.11-03.13.37:215][  0]LogInit:  - Cache line size: 64
[2018.07.11-03.13.37:215][  0]LogInit:  - Memory allocator used: binned2
[2018.07.11-03.13.37:215][  0]LogLinux: Skipped benchmarking clocks because the engine is running in a standalone program mode - CLOCK_REALTIME will be used.
[2018.07.11-03.13.37:215][  0]LogInit: Linux-specific commandline switches:
[2018.07.11-03.13.37:215][  0]LogInit:  -nodwarf (currently OFF): suppress parsing of DWARF debug info (callstacks will be generated faster, but won't have line numbers)
[2018.07.11-03.13.37:215][  0]LogInit:  -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2018.07.11-03.13.37:215][  0]LogInit:  -jemalloc - use jemalloc for all memory allocation
[2018.07.11-03.13.37:215][  0]LogInit:  -binnedmalloc - use binned malloc  for all memory allocation
[2018.07.11-03.13.37:216][  0]LogInit:  -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2018.07.11-03.13.37:216][  0]LogInit:  -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2018.07.11-03.13.37:216][  0]LogInit:  -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2018.07.11-03.13.37:216][  0]LogInit:  - Physical RAM available (not considering process quota): 32 GB (32083 MB, 32853980 KB, 33642475520 bytes)
[2018.07.11-03.13.37:216][  0]LogUObjectArray: 149 objects as part of root set at end of initial load.
[2018.07.11-03.13.37:216][  0]LogUObjectAllocator: 23272 out of 0 bytes used by permanent object pool.
[2018.07.11-03.13.37:216][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2018.07.11-03.13.37:216][  0]LogInit: Using OS detected language ().
[2018.07.11-03.13.37:216][  0]LogInit: Using OS detected locale ().
[2018.07.11-03.13.37:216][  0]LogTextLocalizationManager: No localization for '' exists, so 'en' will be used for the language.
[2018.07.11-03.13.37:216][  0]LogTextLocalizationManager: No localization for '' exists, so 'en' will be used for the locale.
[2018.07.11-03.13.37:217][  0]CrashReportClientLog: CrashReportClientVersion=1.0
[2018.07.11-03.13.37:217][  0]CrashReportClientLog: CrashReportReceiver disabled
[2018.07.11-03.13.37:217][  0]CrashReportClientLog: DataRouterUrl: https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data
[2018.07.11-03.13.37:218][  0]CrashReportClientLog: Initial state = Unknown UploadState value
[2018.07.11-03.13.37:218][  0]CrashReportClientLog: Initial state = Unknown UploadState value
[2018.07.11-03.13.37:218][  0]LogCrashDebugHelper: DepotName: //UE4/Release-4.18
[2018.07.11-03.13.37:218][  0]LogCrashDebugHelper: BuiltFromCL: 0
[2018.07.11-03.13.37:218][  0]LogCrashDebugHelper: EngineVersion: 4.18.3-0+++UE4+Release-4.18
[2018.07.11-03.13.37:218][  0]LogCrashDebugHelper: BuildVersion: ++UE4+Release-4.18-CL-0
[2018.07.11-03.13.37:218][  0]LogCrashDebugHelper: Warning: CrashDebugHelperConfig invalid
[2018.07.11-03.13.37:218][  0]LogCrashDebugHelper: Warning: PDB Cache disabled
[2018.07.11-03.13.38:188][  0]CrashReportClientLog: Got 5 pending files to upload from 'crashinfo--pid-14955-12B13B7625070B0B000D009411FA4FC9'
[2018.07.11-03.13.38:188][  0]CrashReportClientLog: State change from Ready to SendingFiles
[2018.07.11-03.13.38:188][  0]CrashReportClientLog: CompressAndSendData have 5 pending files
[2018.07.11-03.13.38:188][  0]CrashReportClientLog: CompressAndSendData compressing 4 bytes ('/home/myubuntu/UnrealEngine/Engine/Saved/Crashes/crashinfo--pid-14955-12B13B7625070B0B000D009411FA4FC9/minidump.dmp')
[2018.07.11-03.13.38:188][  0]CrashReportClientLog: CompressAndSendData compressing 48884 bytes ('/home/myubuntu/UnrealEngine/Engine/Saved/Crashes/crashinfo--pid-14955-12B13B7625070B0B000D009411FA4FC9/UE4.log')
[2018.07.11-03.13.38:188][  0]CrashReportClientLog: CompressAndSendData compressing 2255 bytes ('/home/myubuntu/UnrealEngine/Engine/Saved/Crashes/crashinfo--pid-14955-12B13B7625070B0B000D009411FA4FC9/Diagnostics.txt')
[2018.07.11-03.13.38:188][  0]CrashReportClientLog: CompressAndSendData compressing 1922 bytes ('/home/myubuntu/UnrealEngine/Engine/Saved/Crashes/crashinfo--pid-14955-12B13B7625070B0B000D009411FA4FC9/wermeta.xml')
[2018.07.11-03.13.38:188][  0]CrashReportClientLog: CompressAndSendData compressing 108 bytes ('/home/myubuntu/UnrealEngine/Engine/Saved/Crashes/crashinfo--pid-14955-12B13B7625070B0B000D009411FA4FC9/CrashReportClient.ini')
[2018.07.11-03.13.38:194][  0]LogInit: Using libcurl 7.48.0-DEV
[2018.07.11-03.13.38:194][  0]LogInit:  - built for x86_64-unknown-linux-gnu
[2018.07.11-03.13.38:194][  0]LogInit:  - supports SSL with OpenSSL/1.0.2h
[2018.07.11-03.13.38:194][  0]LogInit:  - supports HTTP deflate (compression) using libz 1.2.8
[2018.07.11-03.13.38:194][  0]LogInit:  - other features:
[2018.07.11-03.13.38:194][  0]LogInit:      CURL_VERSION_SSL
[2018.07.11-03.13.38:194][  0]LogInit:      CURL_VERSION_LIBZ
[2018.07.11-03.13.38:194][  0]LogInit:      CURL_VERSION_IPV6
[2018.07.11-03.13.38:194][  0]LogInit:      CURL_VERSION_ASYNCHDNS
[2018.07.11-03.13.38:194][  0]LogInit:      CURL_VERSION_LARGEFILE
[2018.07.11-03.13.38:194][  0]LogInit:      CURL_VERSION_TLSAUTH_SRP
[2018.07.11-03.13.38:194][  0]LogInit:  Libcurl: checking if '/etc/pki/tls/certs/ca-bundle.crt' exists
[2018.07.11-03.13.38:194][  0]LogInit:  Libcurl: checking if '/etc/ssl/certs/ca-certificates.crt' exists
[2018.07.11-03.13.38:194][  0]LogInit:  CurlRequestOptions (configurable via config and command line):
[2018.07.11-03.13.38:194][  0]LogInit:  - bVerifyPeer = true  - Libcurl will verify peer certificate
[2018.07.11-03.13.38:194][  0]LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
[2018.07.11-03.13.38:194][  0]LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
[2018.07.11-03.13.38:194][  0]LogInit:  - CertBundlePath = /etc/ssl/certs/ca-certificates.crt  - Libcurl will set CURLOPT_CAINFO to it
[2018.07.11-03.13.38:194][  0]CrashReportClientLog: Sending HTTP request: https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?AppID=CrashReporter&AppVersion=4.18.3-0%2B%2B%2BUE4%2BRelease-4.18&AppEnvironment=Release&UploadType=crashreports&UserID=000209d41207090b002101fd3b359c50%7C%7C65085d1dda954faa8fa6a2a6bc282200
[2018.07.11-03.13.39:356][  0]CrashReportClientLog: OnProcessRequestComplete(), State=SendingFiles bSucceeded=1
[2018.07.11-03.13.39:356][  0]CrashReportClientLog: State change from SendingFiles to SendingFiles
[2018.07.11-03.13.39:356][  0]CrashReportClientLog: All uploads done
[2018.07.11-03.13.39:356][  0]CrashReportClientLog: State change from SendingFiles to Finished
[2018.07.11-03.13.40:192][  0]LogLinux: FLinuxPlatformMisc::RequestExit(0)
[2018.07.11-03.13.40:192][  0]LogGenericPlatformMisc: FPlatformMisc::RequestExit(0)
[2018.07.11-03.13.40:225][  0]CrashReportClientLog: Final state (Receiver) = Finished
[2018.07.11-03.13.40:225][  0]CrashReportClientLog: Final state (Receiver) = Unknown UploadState value
[2018.07.11-03.13.40:225][  0]LogExit: Preparing to exit.
[2018.07.11-03.13.40:226][  0]LogExit: Object subsystem successfully closed.
[2018.07.11-03.13.40:227][  0]LogModuleManager: Shutting down and abandoning module HTTP (8)
[2018.07.11-03.13.40:258][  0]LogModuleManager: Shutting down and abandoning module SSL (7)
[2018.07.11-03.13.40:260][  0]LogModuleManager: Shutting down and abandoning module CrashDebugHelper (4)
[2018.07.11-03.13.40:260][  0]LogModuleManager: Shutting down and abandoning module CoreUObject (2)
[2018.07.11-03.13.40:260][  0]LogExit: Exiting.
Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
段错误 (核心已转储) (Segmentation Fault: Core dumped)<code>

Additionally, there are some warnings before that, but I figure they are not of much importance:

[2018.07.11-03.13.24:772][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_24x.png' error.
[2018.07.11-03.13.24:772][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_24x.png
[2018.07.11-03.13.24:773][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png' error.
[2018.07.11-03.13.24:773][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png
[2018.07.11-03.13.24:773][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png' error.
[2018.07.11-03.13.24:773][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png
[2018.07.11-03.13.24:773][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_24x.png' error.
[2018.07.11-03.13.24:773][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_24x.png
[2018.07.11-03.13.24:773][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png' error.
[2018.07.11-03.13.24:773][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png
[2018.07.11-03.13.24:773][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png' error.
[2018.07.11-03.13.24:773][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png
[2018.07.11-03.13.24:774][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_24x.png' error.
[2018.07.11-03.13.24:774][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_24x.png
[2018.07.11-03.13.24:774][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png' error.
[2018.07.11-03.13.24:774][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png
[2018.07.11-03.13.24:774][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png' error.
[2018.07.11-03.13.24:774][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png
[2018.07.11-03.13.24:774][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_24x.png' error.
[2018.07.11-03.13.24:774][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_24x.png
[2018.07.11-03.13.24:774][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png' error.
[2018.07.11-03.13.24:774][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png
[2018.07.11-03.13.24:774][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png' error.
[2018.07.11-03.13.24:774][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Mac/Platform_Mac_128x.png
[2018.07.11-03.13.24:777][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_24x.png' error.
[2018.07.11-03.13.24:777][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_24x.png
[2018.07.11-03.13.24:777][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:777][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:777][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:777][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:778][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_24x.png' error.
[2018.07.11-03.13.24:778][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_24x.png
[2018.07.11-03.13.24:778][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:778][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:778][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:778][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:778][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_ATC_24x.png' error.
[2018.07.11-03.13.24:778][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_ATC_24x.png
[2018.07.11-03.13.24:779][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:779][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:779][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:779][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:779][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_DXT_24x.png' error.
[2018.07.11-03.13.24:779][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_DXT_24x.png
[2018.07.11-03.13.24:779][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:779][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:779][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:779][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:780][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_ETC1_24x.png' error.
[2018.07.11-03.13.24:780][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_ETC1_24x.png
[2018.07.11-03.13.24:780][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:780][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:780][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:780][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:780][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_ETC2_24x.png' error.
[2018.07.11-03.13.24:780][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_ETC2_24x.png
[2018.07.11-03.13.24:780][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:780][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:781][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:781][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:781][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_PVRTC_24x.png' error.
[2018.07.11-03.13.24:781][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_PVRTC_24x.png
[2018.07.11-03.13.24:781][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:781][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:781][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:781][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:781][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_ASTC_24x.png' error.
[2018.07.11-03.13.24:781][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_ASTC_24x.png
[2018.07.11-03.13.24:782][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:782][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png
[2018.07.11-03.13.24:782][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png' error.
[2018.07.11-03.13.24:782][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Content/Editor/Slate/Launcher/Android/Platform_Android_128x.png

I’m new with Ubuntu, if you need some more information to define what is going on here, please let me know.
Thank you so much.

So the first log you provided is about the crash reporter reporting the crash, not much info in there apart from you getting segfault.

The second is somewhat normal and you would not need those in particular.

Can you post the full log somewhere? /home/myubuntu/UnrealEngine/Engine/Saved/Logs/UE4-CRC.log or the entire output you get into the console?

Also does this happen when launching the engine itself or when opening a project?

Thanks a lot for your answer. It turned out that there was something wrong with the installation of Nvidia driver. The engine stopped crashing (when launching) after I re-installed the driver. Thank you again.

If you receive this message even not using any GUI as me building just a dedicated server for Linux - make sure you are not trying to access some non-existing pointer.

Something like this will return an error on Linux
FString MainServerUrl;
UE_LOG(LogTemp, Warning, TEXT(“MainServerUrl: %s”), *MainServerUrl);