coderespawn / dungeon-architect-ue4-issues

6 stars 0 forks source link

UE4.14 Linux Server Crash #13

Closed paultech closed 3 years ago

paultech commented 7 years ago

Hello,

During RunUAT for linux server the editor must start to cook content and this is resulting in the following error:

UE4Editor: === Critical error: === UE4Editor: Unhandled Exception: SIGSEGV: invalid attempt to read memory at address 0x00000000b7397fa0 UE4Editor: Fatal error! UE4Editor: UE4Editor: [Callstack] 00 0x00007fb9fb1b5cdf FLinuxPlatformStackWalk::CaptureStackBackTrace(unsigned long long, unsigned int, void) UE4Editor: [Callstack] 01 0x00007fb9fb090b95 FGenericPlatformStackWalk::StackWalkAndDump(char, unsigned long, int, void) UE4Editor: [Callstack] 02 0x00007fb9fb19ab71 FLinuxCrashContext::CaptureStackTrace() UE4Editor: [Callstack] 03 0x00007fb9eff204e0 CommonLinuxCrashHandler(FGenericCrashContext const&) UE4Editor: [Callstack] 04 0x00007fb9fb19fbe2 PlatformCrashHandler(int, siginfo_t, void) UE4Editor: [Callstack] 05 0x00007fb9fbfc3630 /lib/x86_64-linux-gnu/libpthread.so.0(+0x11630) [0x7fb9fbfc3630] UE4Editor: [Callstack] 06 0x00007fb9fa80ade2 FMulticastDelegateBase::RemoveAll(void const*) UE4Editor: [Callstack] 07 0x00007fb9f106eb81 FAssetThumbnailPool::~FAssetThumbnailPool() UE4Editor: [Callstack] 08 0x00007fb993c4f609 FDungeonEditorThumbnailPool::~FDungeonEditorThumbnailPool() UE4Editor: [Callstack] 09 0x00007fb993c2b59a TSharedPtr<FDungeonEditorThumbnailPool, (ESPMode)0>::~TSharedPtr() UE4Editor: [Callstack] 10 0x00007fb9ef2a92e0 /lib/x86_64-linux-gnu/libc.so.6(+0x3a2e0) [0x7fb9ef2a92e0] UE4Editor: [Callstack] 11 0x00007fb9ef2a933a /lib/x86_64-linux-gnu/libc.so.6(+0x3a33a) [0x7fb9ef2a933a] UE4Editor: [Callstack] 12 0x00007fb9ef28f3f8 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf8) [0x7fb9ef28f3f8] UE4Editor: [Callstack] 13 0x0000000000415aca /home/gs/Engine/Engine/Binaries/Linux/UE4Editor(_start+0x2a) [0x415aca] UE4Editor: Malloc Size=766267 LargeMemoryPoolOffset=962939 UE4Editor: Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.

Thank you