Skip to content

Fresh install crashes on startup #151

@skamano

Description

@skamano

Hi,

I get the following error after running ./AirSimExe.sh -windowed -opengl4

[2020.06.09-05.48.44:007][  0]LogInit: Initializing SDL.
free(): invalid pointer
Signal 6 caught.
Malloc Size=65538 LargeMemoryPoolOffset=65554 
CommonUnixCrashHandler: Signal=6
Malloc Size=65535 LargeMemoryPoolOffset=131119 
Malloc Size=102240 LargeMemoryPoolOffset=233376 
Failed to find symbol file, expected location:
"/home/sean-ros/school_projects/ECE276B_PR4/AirSim_Training/AirSimExe/Binaries/Linux/AirSimExe.sym"
[2020.06.09-05.48.44:031][  0]LogCore: === Critical error: ===
Unhandled Exception: SIGABRT: abort() called

[2020.06.09-05.48.44:031][  0]LogCore: Fatal error!

0x00007feeb4a12e97 libc.so.6!gsignal(+0xc7)
0x00007feeb4a14801 libc.so.6!abort(+0x140)
0x00007feeb4a5d897 libc.so.6!UnknownFunction(0x89896)
0x00007feeb4a6490a libc.so.6!UnknownFunction(0x90909)
0x00007feeb4a6be1c libc.so.6!cfree(+0x4cb)
0x00007feea5c1731f amdgpu_dri.so!UnknownFunction(0x164931e)
0x00007feea5de625a amdgpu_dri.so!UnknownFunction(0x1818259)
0x00007feea5c182eb amdgpu_dri.so!UnknownFunction(0x164a2ea)
0x00007feea5c19660 amdgpu_dri.so!UnknownFunction(0x164b65f)
0x00007feea5c43dd7 amdgpu_dri.so!UnknownFunction(0x1675dd6)
0x00007feea5c44837 amdgpu_dri.so!UnknownFunction(0x1676836)
0x00007feea5a41f38 amdgpu_dri.so!UnknownFunction(0x1473f37)
0x00007feea540279c amdgpu_dri.so!UnknownFunction(0xe3479b)
0x00007feea5b6b82c amdgpu_dri.so!UnknownFunction(0x159d82b)
0x00007feea56ad998 amdgpu_dri.so!UnknownFunction(0x10df997)
0x00007feea5a68793 amdgpu_dri.so!UnknownFunction(0x149a792)
0x00007feea5abffbe amdgpu_dri.so!UnknownFunction(0x14f1fbd)
0x00007feea903a40f libGL.so.1!UnknownFunction(0x7b40e)
0x00007feea904b6b9 libGL.so.1!UnknownFunction(0x8c6b8)
0x00007feea904229b libGL.so.1!UnknownFunction(0x8329a)
0x00007feea900c323 libGL.so.1!glXChooseVisual(+0x52)
0x000000000629b8bd AirSimExe!UnknownFunction(0x609b8bc)
0x000000000629bad3 AirSimExe!UnknownFunction(0x609bad2)
0x0000000006264476 AirSimExe!UnknownFunction(0x6064475)
0x0000000006266653 AirSimExe!UnknownFunction(0x6066652)
0x00000000062663da AirSimExe!UnknownFunction(0x60663d9)
0x00000000061ddc8f AirSimExe!UnknownFunction(0x5fddc8e)
0x00000000031afec4 AirSimExe!UnknownFunction(0x2fafec3)
0x00000000031adee3 AirSimExe!UnknownFunction(0x2fadee2)
0x0000000004e91f4a AirSimExe!UnknownFunction(0x4c91f49)
0x0000000004e91de3 AirSimExe!UnknownFunction(0x4c91de2)
0x0000000004edb5d7 AirSimExe!UnknownFunction(0x4cdb5d6)
0x000000000257ae4c AirSimExe!UnknownFunction(0x237ae4b)
0x0000000002589d32 AirSimExe!UnknownFunction(0x2389d31)
0x0000000005da982f AirSimExe!UnknownFunction(0x5ba982e)
0x00007feeb49f5b97 libc.so.6!__libc_start_main(+0xe6)
0x0000000002579029 AirSimExe!UnknownFunction(0x2379028)

[2020.06.09-05.48.44:040][  0]LogExit: Executing StaticShutdownAfterError
[2020.06.09-05.48.44:055][  0]LogCore: Warning: Unable to statfs('/home/sean-ros/school_projects/ECE276B_PR4/AirSim_Training/AirSimExe/Saved/Crashes/crashinfo-AirSimExe-pid-9924-0004B71308D80BFE18E866B2B183A1A5/AirSimExe.log'): errno=2 (No such file or directory)
Engine crash handling finished; re-raising signal 6 for the default handler. Good bye.
Aborted (core dumped)

Here's my system specs:
sysinfo

I've tried AirSim before and it worked, although I'm not sure if the NeurIPS version supports AMD GPUs. I've looked into a few other issues which said to kill a wandering process manually using the system monitor but I haven't had any luck with anything.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions