lgsvl / simulator

A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Other
2.29k stars 781 forks source link

can't launch standalone executable file on Ubuntu #1012

Closed InitialDuan closed 4 years ago

InitialDuan commented 4 years ago

Hello LG teams,

I downloaded lgsvlsimulator-linux64-2020.06 release and installed vulkan. When I double-click the simulator, it shows a "LGSVL simulator" window in black and crashes after one second.

I have NVIDIA GeForce GTX 960M and Nvidia driver 450.66 on Ubuntu18.04. Nvidia-smi output looks also fine.

Fri Sep 25 10:24:03 2020       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 450.66       Driver Version: 450.66       CUDA Version: 11.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  GeForce GTX 960M    Off  | 00000000:01:00.0 Off |                  N/A |
| N/A   44C    P5    N/A /  N/A |    266MiB /  2002MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      1173      G   /usr/lib/xorg/Xorg                117MiB |
|    0   N/A  N/A      2262      G   /usr/bin/gnome-shell               76MiB |
|    0   N/A  N/A      3634      G   ...AAAAAAAAA= --shared-files       67MiB |
+-----------------------------------------------------------------------------+

The ~/.config/unity3d/LG Silicon Valley Lab/LGSVL Simulator/Player.log is empty. The only thing i observed is the following:

duan@ubuntu:~$ grep ^Vulkan ~/.config/unity3d/LG\ Silicon\ Valley\ Lab/LGSVL\ Simulator/Player.log
Vulkan detection: 2
Vulkan API version 1.1.0 (1.2.133 supported by driver)
Vulkan vendor=[NVIDIA] id=[10de]
Vulkan renderer=[GeForce GTX 960M] id=[139b]
Vulkan device type 2
Vulkan driverversion=[0x708cc180] uint=[1888272768]
Vulkan PSO: cache data not found [path=/tmp/LG Silicon Valley Lab/LGSVL Simulator/vulkan_pso_cache.bin]

Can "Vulkan PSO: cache data not found" tell something?

EricBoiseLGSVL commented 4 years ago

@InitialDuan Our recommended spec for GPU is 8gb. I think you are also not using the GPU. It's hard to tell from your formatting of the NvidiaSMI please use ``` to format. Please also look at multiple closed issues on Linux GPU setup. I recommend a better GPU for running Simulator esp if you want to run AD stack on the same machine.

NvidiSMI
output
InitialDuan commented 4 years ago

@InitialDuan Our recommended spec for GPU is 8gb. I think you are also not using the GPU. It's hard to tell from your formatting of the NvidiaSMI please use ``` to format. Please also look at multiple closed issues on Linux GPU setup. I recommend a better GPU for running Simulator esp if you want to run AD stack on the same machine.

NvidiSMI
output

sorry, i updated the formatting of the NvidiaSMI. I am aware of the recommended spec for GPU, but 4gb only for simulator should at least work and not to lead to a immediate crash, right? I will look other Linux GPU setup issues, but can Editor.log also tell me something?

EricBoiseLGSVL commented 4 years ago

Well, if you are running other applications and trying to run a large map, using integrated GPU instead of nvidia, then yes it will crash. Still if the logs are empty then it seems that you are failing to actually run the simulator. It looks like the you are failing to start the application. Are you the only user on this machine? I have seen other Linux issues with user issues and installing problems. @luqiang21 any idea why the simulator is failing to install on Linux?

InitialDuan commented 4 years ago

Well, if you are running other applications and trying to run a large map, using integrated GPU instead of nvidia, then yes it will crash. Still if the logs are empty then it seems that you are failing to actually run the simulator. It looks like the you are failing to start the application. Are you the only user on this machine? I have seen other Linux issues with user issues and installing problems. @luqiang21 any idea why the simulator is failing to install on Linux?

Yes, i am the only user and runing only the simulator. The current situation is that after using the method mentioned in https://github.com/lgsvl/simulator/issues/753#issuecomment-626269278 to reinstall vulkan, i can now open the window and browser to configure the simulation, but when i try to click the red triangle button in browser to load the simluation, the window crashes again. And the log files look like the same as before.

Also interesting is, when i switch to integrated GPU to test the simulator, it can load the image in the window and not crash, just can not start. So i believe the problem should rely on Nvidia GPU setup, but all the info like nvidia-smi, nvidia-setting, vulkaninfo and vkcube looks fine.

EricBoiseLGSVL commented 4 years ago

Do you have mesa drivers installed? if so, please remove and reinstall vulkan and see if that fixes it

lemketron commented 4 years ago

CreateDirectory '/home/my lgsvl' failed: (current dir: /home/runtao/Downloads) Creating project folder: /home/my lgsvl failed.

Why is it trying to create a user directory called "my lgsvl"?

InitialDuan commented 4 years ago

CreateDirectory '/home/my lgsvl' failed: (current dir: /home/runtao/Downloads) Creating project folder: /home/my lgsvl failed.

Why is it trying to create a user directory called "my lgsvl"?

em...It could come from when i try to add a new project on Unity Hub. But it should have no effect when i start the standalone executable file, right?

InitialDuan commented 4 years ago

Do you have mesa drivers installed? if so, please remove and reinstall vulkan and see if that fixes it

I did, but it only helps a little. As i mentioned above, reinstalling the vulkan allows me open the window and browser, but when i try to click the red triangle button in browser to load the simluation, the window crashes again.

EricBoiseLGSVL commented 4 years ago

Have you been able to run without mesa drivers and find a solution for not being able to create the project folder?

lemketron commented 4 years ago

Please (review and) share Player.log file after launching and crashing for possible insights...

InitialDuan commented 4 years ago

Please (review and) share Player.log file after launching and crashing for possible insights...

I checked it again after crashing, the Player.log is still empty. The only thing i observed is the following:

duan@ubuntu:~$ grep ^Vulkan ~/.config/unity3d/LG\ Silicon\ Valley\ Lab/LGSVL\ Simulator/Player.log
Vulkan detection: 2
Vulkan API version 1.1.0 (1.2.133 supported by driver)
Vulkan vendor=[NVIDIA] id=[10de]
Vulkan renderer=[GeForce GTX 960M] id=[139b]
Vulkan device type 2
Vulkan driverversion=[0x708cc180] uint=[1888272768]
Vulkan PSO: cache data not found [path=/tmp/LG Silicon Valley Lab/LGSVL Simulator/vulkan_pso_cache.bin]

Can "Vulkan PSO: cache data not found" tell something?

EricBoiseLGSVL commented 4 years ago

What do you mean by "red triangle button in browser to load the simulation, the window crashes again". Can you screen shot this please? This still seems like you have issues on the OS even starting the application. When you start the simulator you will get a playerlog. Do you have the latest nvidia drivers? Sorry, we haven't seen this issue before and any extra information would help to solve this.

InitialDuan commented 4 years ago

What do you mean by "red triangle button in browser to load the simulation, the window crashes again". Can you screen shot this please? This still seems like you have issues on the OS even starting the application. When you start the simulator you will get a playerlog. Do you have the latest nvidia drivers? Sorry, we haven't seen this issue before and any extra information would help to solve this.

Screencast from 07 10 2020 22_03_08 Here is my screen shot. I did have the latest nvidia driver, as you can see from my nvidia-smi output.

EricBoiseLGSVL commented 4 years ago

Yes, so you are running simulator and must have a player log. Please find that and post, thanks

InitialDuan commented 4 years ago

Yes, so you are running simulator and must have a player log. Please find that and post, thanks

sorry, i used to use gedit to view the player.log which looked always empty, now i just open the player.log in folder:

Mono path[0] = '/home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed'
Mono config path = '/home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/etc'
Preloaded 'liblaszip.so'
Preloaded 'libpng.so'
Preloaded 'libsqlite3.so'
Preloaded 'libturbojpeg.so'
Display 0 '0': 1920x1080 (primary device).
Loading player data from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/data.unity3d
Desktop is 1920 x 1080 @ 60 Hz
[Vulkan init] extensions: count=17
[Vulkan init] extensions: name=VK_KHR_device_group_creation, enabled=0
[Vulkan init] extensions: name=VK_KHR_display, enabled=1
[Vulkan init] extensions: name=VK_KHR_external_fence_capabilities, enabled=0
[Vulkan init] extensions: name=VK_KHR_external_memory_capabilities, enabled=0
[Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities, enabled=0
[Vulkan init] extensions: name=VK_KHR_get_display_properties2, enabled=0
[Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2, enabled=0
[Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2, enabled=0
[Vulkan init] extensions: name=VK_KHR_surface, enabled=1
[Vulkan init] extensions: name=VK_KHR_surface_protected_capabilities, enabled=0
[Vulkan init] extensions: name=VK_KHR_xcb_surface, enabled=0
[Vulkan init] extensions: name=VK_KHR_xlib_surface, enabled=1
[Vulkan init] extensions: name=VK_EXT_acquire_xlib_display, enabled=0
[Vulkan init] extensions: name=VK_EXT_debug_report, enabled=0
[Vulkan init] extensions: name=VK_EXT_debug_utils, enabled=0
[Vulkan init] extensions: name=VK_EXT_direct_mode_display, enabled=0
[Vulkan init] extensions: name=VK_EXT_display_surface_counter, enabled=0
Vulkan detection: 2
Initialize engine version: 2019.3.15f1 (59ff3e03856d)
[Subsystems] Discovering subsystems at path /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/UnitySubsystems
GfxDevice: creating device client; threaded=1
[Vulkan init] extensions: count=17
[Vulkan init] extensions: name=VK_KHR_device_group_creation, enabled=0
[Vulkan init] extensions: name=VK_KHR_display, enabled=1
[Vulkan init] extensions: name=VK_KHR_external_fence_capabilities, enabled=0
[Vulkan init] extensions: name=VK_KHR_external_memory_capabilities, enabled=0
[Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities, enabled=0
[Vulkan init] extensions: name=VK_KHR_get_display_properties2, enabled=0
[Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2, enabled=0
[Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2, enabled=0
[Vulkan init] extensions: name=VK_KHR_surface, enabled=1
[Vulkan init] extensions: name=VK_KHR_surface_protected_capabilities, enabled=0
[Vulkan init] extensions: name=VK_KHR_xcb_surface, enabled=0
[Vulkan init] extensions: name=VK_KHR_xlib_surface, enabled=1
[Vulkan init] extensions: name=VK_EXT_acquire_xlib_display, enabled=0
[Vulkan init] extensions: name=VK_EXT_debug_report, enabled=0
[Vulkan init] extensions: name=VK_EXT_debug_utils, enabled=0
[Vulkan init] extensions: name=VK_EXT_direct_mode_display, enabled=0
[Vulkan init] extensions: name=VK_EXT_display_surface_counter, enabled=0
[Vulkan init] Graphics queue count=1
[Vulkan init] extensions: count=82
[Vulkan init] extensions: name=VK_KHR_16bit_storage, enabled=0
[Vulkan init] extensions: name=VK_KHR_8bit_storage, enabled=0
[Vulkan init] extensions: name=VK_KHR_bind_memory2, enabled=0
[Vulkan init] extensions: name=VK_KHR_buffer_device_address, enabled=0
[Vulkan init] extensions: name=VK_KHR_create_renderpass2, enabled=0
[Vulkan init] extensions: name=VK_KHR_dedicated_allocation, enabled=1
[Vulkan init] extensions: name=VK_KHR_depth_stencil_resolve, enabled=0
[Vulkan init] extensions: name=VK_KHR_descriptor_update_template, enabled=1
[Vulkan init] extensions: name=VK_KHR_device_group, enabled=0
[Vulkan init] extensions: name=VK_KHR_draw_indirect_count, enabled=0
[Vulkan init] extensions: name=VK_KHR_driver_properties, enabled=0
[Vulkan init] extensions: name=VK_KHR_external_fence, enabled=0
[Vulkan init] extensions: name=VK_KHR_external_fence_fd, enabled=0
[Vulkan init] extensions: name=VK_KHR_external_memory, enabled=0
[Vulkan init] extensions: name=VK_KHR_external_memory_fd, enabled=0
[Vulkan init] extensions: name=VK_KHR_external_semaphore, enabled=0
[Vulkan init] extensions: name=VK_KHR_external_semaphore_fd, enabled=0
[Vulkan init] extensions: name=VK_KHR_get_memory_requirements2, enabled=1
[Vulkan init] extensions: name=VK_KHR_image_format_list, enabled=1
[Vulkan init] extensions: name=VK_KHR_imageless_framebuffer, enabled=0
[Vulkan init] extensions: name=VK_KHR_maintenance1, enabled=1
[Vulkan init] extensions: name=VK_KHR_maintenance2, enabled=1
[Vulkan init] extensions: name=VK_KHR_maintenance3, enabled=0
[Vulkan init] extensions: name=VK_KHR_multiview, enabled=1
[Vulkan init] extensions: name=VK_KHR_pipeline_executable_properties, enabled=0
[Vulkan init] extensions: name=VK_KHR_push_descriptor, enabled=0
[Vulkan init] extensions: name=VK_KHR_relaxed_block_layout, enabled=0
[Vulkan init] extensions: name=VK_KHR_sampler_mirror_clamp_to_edge, enabled=1
[Vulkan init] extensions: name=VK_KHR_sampler_ycbcr_conversion, enabled=0
[Vulkan init] extensions: name=VK_KHR_separate_depth_stencil_layouts, enabled=0
[Vulkan init] extensions: name=VK_KHR_shader_atomic_int64, enabled=0
[Vulkan init] extensions: name=VK_KHR_shader_clock, enabled=0
[Vulkan init] extensions: name=VK_KHR_shader_draw_parameters, enabled=0
[Vulkan init] extensions: name=VK_KHR_shader_float16_int8, enabled=0
[Vulkan init] extensions: name=VK_KHR_shader_float_controls, enabled=0
[Vulkan init] extensions: name=VK_KHR_shader_non_semantic_info, enabled=0
[Vulkan init] extensions: name=VK_KHR_shader_subgroup_extended_types, enabled=0
[Vulkan init] extensions: name=VK_KHR_spirv_1_4, enabled=0
[Vulkan init] extensions: name=VK_KHR_storage_buffer_storage_class, enabled=0
[Vulkan init] extensions: name=VK_KHR_swapchain, enabled=1
[Vulkan init] extensions: name=VK_KHR_swapchain_mutable_format, enabled=0
[Vulkan init] extensions: name=VK_KHR_timeline_semaphore, enabled=0
[Vulkan init] extensions: name=VK_KHR_uniform_buffer_standard_layout, enabled=0
[Vulkan init] extensions: name=VK_KHR_variable_pointers, enabled=0
[Vulkan init] extensions: name=VK_KHR_vulkan_memory_model, enabled=0
[Vulkan init] extensions: name=VK_EXT_blend_operation_advanced, enabled=0
[Vulkan init] extensions: name=VK_EXT_buffer_device_address, enabled=0
[Vulkan init] extensions: name=VK_EXT_calibrated_timestamps, enabled=0
[Vulkan init] extensions: name=VK_EXT_conditional_rendering, enabled=0
[Vulkan init] extensions: name=VK_EXT_custom_border_color, enabled=0
[Vulkan init] extensions: name=VK_EXT_depth_clip_enable, enabled=0
[Vulkan init] extensions: name=VK_EXT_depth_range_unrestricted, enabled=0
[Vulkan init] extensions: name=VK_EXT_descriptor_indexing, enabled=0
[Vulkan init] extensions: name=VK_EXT_discard_rectangles, enabled=0
[Vulkan init] extensions: name=VK_EXT_display_control, enabled=0
[Vulkan init] extensions: name=VK_EXT_global_priority, enabled=0
[Vulkan init] extensions: name=VK_EXT_host_query_reset, enabled=0
[Vulkan init] extensions: name=VK_EXT_index_type_uint8, enabled=0
[Vulkan init] extensions: name=VK_EXT_inline_uniform_block, enabled=0
[Vulkan init] extensions: name=VK_EXT_line_rasterization, enabled=0
[Vulkan init] extensions: name=VK_EXT_memory_budget, enabled=0
[Vulkan init] extensions: name=VK_EXT_pci_bus_info, enabled=0
[Vulkan init] extensions: name=VK_EXT_pipeline_creation_feedback, enabled=0
[Vulkan init] extensions: name=VK_EXT_scalar_block_layout, enabled=0
[Vulkan init] extensions: name=VK_EXT_separate_stencil_usage, enabled=0
[Vulkan init] extensions: name=VK_EXT_shader_demote_to_helper_invocation, enabled=0
[Vulkan init] extensions: name=VK_EXT_shader_subgroup_ballot, enabled=0
[Vulkan init] extensions: name=VK_EXT_shader_subgroup_vote, enabled=0
[Vulkan init] extensions: name=VK_EXT_subgroup_size_control, enabled=0
[Vulkan init] extensions: name=VK_EXT_texel_buffer_alignment, enabled=0
[Vulkan init] extensions: name=VK_EXT_tooling_info, enabled=0
[Vulkan init] extensions: name=VK_EXT_transform_feedback, enabled=0
[Vulkan init] extensions: name=VK_EXT_vertex_attribute_divisor, enabled=0
[Vulkan init] extensions: name=VK_EXT_ycbcr_image_arrays, enabled=0
[Vulkan init] extensions: name=VK_NV_dedicated_allocation, enabled=0
[Vulkan init] extensions: name=VK_NV_dedicated_allocation_image_aliasing, enabled=0
[Vulkan init] extensions: name=VK_NV_device_diagnostic_checkpoints, enabled=0
[Vulkan init] extensions: name=VK_NV_device_diagnostics_config, enabled=0
[Vulkan init] extensions: name=VK_NV_shader_sm_builtins, enabled=0
[Vulkan init] extensions: name=VK_NV_shader_subgroup_partitioned, enabled=0
[Vulkan init] extensions: name=VK_NVX_device_generated_commands, enabled=0
[Vulkan init] extensions: name=VK_NVX_multiview_per_view_attributes, enabled=0
Vulkan API version 1.1.0 (1.2.133 supported by driver)
Vulkan vendor=[NVIDIA] id=[10de]
Vulkan renderer=[GeForce GTX 960M] id=[139b]
Vulkan device type 2
Vulkan driverversion=[0x708cc180] uint=[1888272768]
Vulkan PSO: cache data not found [path=/tmp/LG Silicon Valley Lab/LGSVL Simulator/vulkan_pso_cache.bin]
Begin MonoManager ReloadAssembly
- Completed reload, in  0.107 seconds
WARNING: Shader Unsupported: 'HDRP/Lit' - All passes removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
requesting resize 1024 x 768
resizing window to 1024 x 768
Desktop is 1920 x 1080 @ 60 Hz
InitializeOrResetSwapChain 1024x768 hdr=0 samples=1
WARNING: Shader Unsupported: 'Shader Graphs/VehicleLightsShader' - All passes removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader Unsupported: 'Shader Graphs/CloudGenerator' - All passes removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
UnloadTime: 1.409842 ms
found manifest at Controllables/controllable_ChargingStation/manifest 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/data-0x2bba050.so
WARNING: Shader Unsupported: 'HDRP/Lit' - All passes removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
found manifest at Controllables/controllable_TrafficCone/manifest 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/data-0x4b5f810.so
WARNING: Shader Unsupported: 'HDRP/Lit' - All passes removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
found manifest at Sensors/sensor_CheckControlSensor/manifest 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/data-0x4b7aaa0.so
found manifest at Sensors/sensor_VelodyneLidarSensor/manifest 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/data-0x4b7eb00.so
Loaded 3 NPCs behaviours and 6 NPC models in 00:00:00.2313505 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libKernel32
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libKernel32.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/Kernel32
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libKernel32
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libKernel32.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libKernel32
Current Database Version: 3 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Final Database Version: 3 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Setting up 4 worker threads for Enlighten.
  Thread -> id: 7f44237fe700 -> priority: 1 
  Thread -> id: 7f4422ffd700 -> priority: 1 
  Thread -> id: 7f44227fc700 -> priority: 1 
  Thread -> id: 7f4421ffb700 -> priority: 1 
Opening in existing browser session.
Getting current user 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Updating user with token 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Getting current user 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Listing maps 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Opening in existing browser session.
Getting current user 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Listing maps 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Opening in existing browser session.
Getting current user 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Listing maps 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Opening in existing browser session.
Getting current user 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Listing maps 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Listing simulations 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

InitializeOrResetSwapChain 1014x763 hdr=0 samples=1
InitializeOrResetSwapChain 984x746 hdr=0 samples=1
InitializeOrResetSwapChain 981x745 hdr=0 samples=1
InitializeOrResetSwapChain 973x744 hdr=0 samples=1
InitializeOrResetSwapChain 961x743 hdr=0 samples=1
InitializeOrResetSwapChain 945x743 hdr=0 samples=1
InitializeOrResetSwapChain 934x743 hdr=0 samples=1
InitializeOrResetSwapChain 926x743 hdr=0 samples=1
InitializeOrResetSwapChain 918x743 hdr=0 samples=1
InitializeOrResetSwapChain 907x743 hdr=0 samples=1
InitializeOrResetSwapChain 893x743 hdr=0 samples=1
InitializeOrResetSwapChain 891x743 hdr=0 samples=1
InitializeOrResetSwapChain 892x746 hdr=0 samples=1
InitializeOrResetSwapChain 903x755 hdr=0 samples=1
InitializeOrResetSwapChain 914x760 hdr=0 samples=1
InitializeOrResetSwapChain 919x764 hdr=0 samples=1
InitializeOrResetSwapChain 920x766 hdr=0 samples=1
InitializeOrResetSwapChain 921x767 hdr=0 samples=1
InitializeOrResetSwapChain 921x770 hdr=0 samples=1
InitializeOrResetSwapChain 921x771 hdr=0 samples=1
InitializeOrResetSwapChain 918x776 hdr=0 samples=1
InitializeOrResetSwapChain 919x778 hdr=0 samples=1
InitializeOrResetSwapChain 920x778 hdr=0 samples=1
InitializeOrResetSwapChain 921x779 hdr=0 samples=1
InitializeOrResetSwapChain 921x780 hdr=0 samples=1
InitializeOrResetSwapChain 923x780 hdr=0 samples=1
InitializeOrResetSwapChain 939x780 hdr=0 samples=1
InitializeOrResetSwapChain 939x782 hdr=0 samples=1
InitializeOrResetSwapChain 939x841 hdr=0 samples=1
InitializeOrResetSwapChain 939x947 hdr=0 samples=1
InitializeOrResetSwapChain 939x1043 hdr=0 samples=1
InitializeOrResetSwapChain 939x1107 hdr=0 samples=1
InitializeOrResetSwapChain 939x1113 hdr=0 samples=1
InitializeOrResetSwapChain 939x1093 hdr=0 samples=1
InitializeOrResetSwapChain 939x1086 hdr=0 samples=1
InitializeOrResetSwapChain 939x1078 hdr=0 samples=1
InitializeOrResetSwapChain 939x1072 hdr=0 samples=1
InitializeOrResetSwapChain 939x1071 hdr=0 samples=1
InitializeOrResetSwapChain 908x1027 hdr=0 samples=1
InitializeOrResetSwapChain 893x1005 hdr=0 samples=1
InitializeOrResetSwapChain 878x979 hdr=0 samples=1
InitializeOrResetSwapChain 872x968 hdr=0 samples=1
InitializeOrResetSwapChain 868x961 hdr=0 samples=1
InitializeOrResetSwapChain 868x960 hdr=0 samples=1
InitializeOrResetSwapChain 870x954 hdr=0 samples=1
InitializeOrResetSwapChain 872x947 hdr=0 samples=1
InitializeOrResetSwapChain 873x930 hdr=0 samples=1
InitializeOrResetSwapChain 872x912 hdr=0 samples=1
InitializeOrResetSwapChain 860x854 hdr=0 samples=1
InitializeOrResetSwapChain 851x807 hdr=0 samples=1
InitializeOrResetSwapChain 854x778 hdr=0 samples=1
InitializeOrResetSwapChain 863x756 hdr=0 samples=1
InitializeOrResetSwapChain 871x747 hdr=0 samples=1
InitializeOrResetSwapChain 874x737 hdr=0 samples=1
InitializeOrResetSwapChain 874x736 hdr=0 samples=1
InitializeOrResetSwapChain 874x733 hdr=0 samples=1
InitializeOrResetSwapChain 874x727 hdr=0 samples=1
InitializeOrResetSwapChain 890x725 hdr=0 samples=1
InitializeOrResetSwapChain 891x723 hdr=0 samples=1
InitializeOrResetSwapChain 892x723 hdr=0 samples=1
InitializeOrResetSwapChain 894x719 hdr=0 samples=1
InitializeOrResetSwapChain 895x711 hdr=0 samples=1
InitializeOrResetSwapChain 895x702 hdr=0 samples=1
InitializeOrResetSwapChain 895x699 hdr=0 samples=1
InitializeOrResetSwapChain 896x698 hdr=0 samples=1
InitializeOrResetSwapChain 904x672 hdr=0 samples=1
InitializeOrResetSwapChain 928x623 hdr=0 samples=1
InitializeOrResetSwapChain 941x578 hdr=0 samples=1
InitializeOrResetSwapChain 941x560 hdr=0 samples=1
InitializeOrResetSwapChain 941x551 hdr=0 samples=1
InitializeOrResetSwapChain 941x543 hdr=0 samples=1
InitializeOrResetSwapChain 941x541 hdr=0 samples=1
InitializeOrResetSwapChain 941x543 hdr=0 samples=1
InitializeOrResetSwapChain 941x552 hdr=0 samples=1
InitializeOrResetSwapChain 941x559 hdr=0 samples=1
InitializeOrResetSwapChain 941x560 hdr=0 samples=1
InitializeOrResetSwapChain 941x562 hdr=0 samples=1
InitializeOrResetSwapChain 941x564 hdr=0 samples=1
InitializeOrResetSwapChain 941x566 hdr=0 samples=1
InitializeOrResetSwapChain 941x567 hdr=0 samples=1
InitializeOrResetSwapChain 941x566 hdr=0 samples=1
InitializeOrResetSwapChain 941x565 hdr=0 samples=1
InitializeOrResetSwapChain 941x564 hdr=0 samples=1
InitializeOrResetSwapChain 943x564 hdr=0 samples=1
Starting simulation with id 1 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

WARNING: Shader Unsupported: 'Shader Graphs/EnvironmentSimulation' - All passes removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
Unloading 5 Unused Serialized files (Serialized files now loaded: 9)
WARNING: Shader Unsupported: 'HDRP/Lit' - All passes removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
UnloadTime: 8.201819 ms
WARNING: Shader Unsupported: 'HDRP/Lit' - All passes removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
WARNING: Shader Unsupported: 'Shader Graphs/VehicleLightsShader' - All passes removed
WARNING: Shader Did you use #pragma only_renderers and omit this platform?
looking for BaseLink 
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32.dll
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32.dll.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/user32.dll
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/user32
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32.dll
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32.dll.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32.dll
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libMonoSupportW.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libMonoSupportW.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libMonoSupportW.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32.dll
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32.dll.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/user32.dll
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/user32
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32.dll
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32.dll.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libuser32.dll
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libMonoSupportW.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libMonoSupportW.so
Fallback handler could not load library /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Mono/libMonoSupportW.so
/proc/self/maps:
00400000-00401000 r-xp 00000000 103:08 4591802                           /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator
00600000-00601000 r--p 00000000 103:08 4591802                           /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator
00601000-00602000 rw-p 00001000 103:08 4591802                           /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator
01cab000-06a61000 rw-p 00000000 00:00 0                                  [heap]
40097000-4059d000 rwxp 00000000 00:00 0 
417f7000-41807000 rwxp 00000000 00:00 0 
7f43deaa6000-7f43dfffc000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f43dfffc000-7f43e1552000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f43e3ffe000-7f43e5554000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f43e8000000-7f43e802d000 rw-p 00000000 00:00 0 
7f43e802d000-7f43ec000000 ---p 00000000 00:00 0 
7f43f0000000-7f43f0056000 rw-p 00000000 00:00 0 
7f43f0056000-7f43f4000000 ---p 00000000 00:00 0 
7f43f4000000-7f43f4021000 rw-p 00000000 00:00 0 
7f43f4021000-7f43f8000000 ---p 00000000 00:00 0 
7f43f8000000-7f43f8078000 rw-p 00000000 00:00 0 
7f43f8078000-7f43fc000000 ---p 00000000 00:00 0 
7f43fc000000-7f43fc179000 rw-p 00000000 00:00 0 
7f43fc179000-7f4400000000 ---p 00000000 00:00 0 
7f4400000000-7f4400ce5000 rw-p 00000000 00:00 0 
7f4400ce5000-7f4410000000 ---p 00000000 00:00 0 
7f4410000000-7f44172b8000 rw-p 00000000 00:00 0 
7f44172b8000-7f4418000000 ---p 00000000 00:00 0 
7f4418000000-7f4418021000 rw-p 00000000 00:00 0 
7f4418021000-7f441c000000 ---p 00000000 00:00 0 
7f441c000000-7f441c021000 rw-p 00000000 00:00 0 
7f441c021000-7f4420000000 ---p 00000000 00:00 0 
7f44201fb000-7f44203fb000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44203fb000-7f44205fb000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44205fb000-7f44207fb000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44207fb000-7f44209fb000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44209fb000-7f4420bfb000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f4420bfb000-7f44213fb000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44213fb000-7f44217fb000 rw-p 00000000 00:00 0 
7f44217fb000-7f44217fc000 ---p 00000000 00:00 0 
7f44217fc000-7f4421ffc000 rw-p 00000000 00:00 0 
7f4421ffc000-7f4421ffd000 ---p 00000000 00:00 0 
7f4421ffd000-7f44227fd000 rw-p 00000000 00:00 0 
7f44227fd000-7f44227fe000 ---p 00000000 00:00 0 
7f44227fe000-7f4422ffe000 rw-p 00000000 00:00 0 
7f4422ffe000-7f4422fff000 ---p 00000000 00:00 0 
7f4422fff000-7f44237ff000 rw-p 00000000 00:00 0 
7f44237ff000-7f4423800000 ---p 00000000 00:00 0 
7f4423800000-7f4424000000 rw-p 00000000 00:00 0 
7f4424000000-7f4424357000 rw-p 00000000 00:00 0 
7f4424357000-7f4428000000 ---p 00000000 00:00 0 
7f4428000000-7f44283d9000 rw-p 00000000 00:00 0 
7f44283d9000-7f442c000000 ---p 00000000 00:00 0 
7f442c000000-7f442c0c6000 rw-p 00000000 00:00 0 
7f442c0c6000-7f4430000000 ---p 00000000 00:00 0 
7f4430000000-7f4430220000 rw-p 00000000 00:00 0 
7f4430220000-7f4434000000 ---p 00000000 00:00 0 
7f4434000000-7f4434021000 rw-p 00000000 00:00 0 
7f4434021000-7f4438000000 ---p 00000000 00:00 0 
7f4438000000-7f4438199000 rw-p 00000000 00:00 0 
7f4438199000-7f443c000000 ---p 00000000 00:00 0 
7f443c000000-7f443c024000 rw-p 00000000 00:00 0 
7f443c024000-7f4440000000 ---p 00000000 00:00 0 
7f4440000000-7f444004d000 rw-p 00000000 00:00 0 
7f444004d000-7f4444000000 ---p 00000000 00:00 0 
7f4444000000-7f444402a000 rw-p 00000000 00:00 0 
7f444402a000-7f4448000000 ---p 00000000 00:00 0 
7f4448000000-7f4448021000 rw-p 00000000 00:00 0 
7f4448021000-7f444c000000 ---p 00000000 00:00 0 
7f444c000000-7f444c385000 rw-p 00000000 00:00 0 
7f444c385000-7f4450000000 ---p 00000000 00:00 0 
7f4450000000-7f4450100000 rw-p 00000000 00:00 0 
7f4450100000-7f4460000000 ---p 00000000 00:00 0 
7f4460000000-7f44601bb000 rw-p 00000000 00:00 0 
7f44601bb000-7f4470000000 ---p 00000000 00:00 0 
7f4470190000-7f4470390000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f4470390000-7f4470590000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f4470590000-7f44708a8000 rw-p 00000000 00:00 0 
7f44708a8000-7f44708fc000 r--p 00000000 103:08 403143                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/Microsoft.CSharp.dll
7f44708fc000-7f4470904000 r--p 00000000 103:08 403188                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Drawing.Design.dll
7f4470904000-7f4470919000 r--p 00000000 103:08 403158                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.ComponentModel.DataAnnotations.dll
7f4470919000-7f4470942000 r--p 00000000 103:08 403195                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/Mono.WebBrowser.dll
7f4470942000-7f4470946000 rw-p 00000000 00:00 0 
7f4470946000-7f4470947000 ---p 00000000 00:00 0 
7f4470947000-7f4470948000 rw-p 00000000 00:00 0 
7f4470948000-7f4470950000 ---p 00000000 00:00 0 
7f4470950000-7f4470b47000 rw-p 00000000 00:00 0 
7f4470b47000-7f4470b8c000 r--p 00000000 103:08 403276                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Design.dll
7f4470b8c000-7f4470e8f000 r--p 00000000 103:08 403221                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Web.dll
7f4470e8f000-7f4470e98000 r--p 00000000 103:08 403279                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/Mono.Messaging.dll
7f4470e98000-7f4470f0e000 r--p 00000000 103:08 403190                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Drawing.dll
7f4470f0e000-7f44711cd000 r--p 00000000 103:08 403148                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Windows.Forms.dll
7f44711cd000-7f44711d3000 r--p 00000000 103:08 403205                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Configuration.Install.dll
7f44711d3000-7f4471208000 r--p 00000000 103:08 403207                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.ServiceModel.Internals.dll
7f4471208000-7f4471235000 r--p 00000000 103:08 403213                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Security.dll
7f4471235000-7f4471239000 rw-p 00000000 00:00 0 
7f4471239000-7f447123a000 ---p 00000000 00:00 0 
7f447123a000-7f447123b000 rw-p 00000000 00:00 0 
7f447123b000-7f4471243000 ---p 00000000 00:00 0 
7f4471243000-7f4471673000 rw-p 00000000 00:00 0 
7f4471673000-7f4471691000 r--p 00000000 103:08 403216                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Xml.Linq.dll
7f4471691000-7f4471743000 r--p 00000000 103:08 403275                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Web.Services.dll
7f4471743000-7f4471756000 r--p 00000000 103:08 403211                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Messaging.dll
7f4471756000-7f447175f000 r--p 00000000 103:08 403273                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Web.ApplicationServices.dll
7f447175f000-7f4471779000 r--p 00000000 103:08 403248                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Runtime.DurableInstancing.dll
7f4471779000-7f44717a7000 r--p 00000000 103:08 403271                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Xaml.dll
7f44717a7000-7f44717d9000 r--p 00000000 103:08 403165                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.IdentityModel.dll
7f44717d9000-7f44717da000 ---p 00000000 00:00 0 
7f44717da000-7f44717db000 rw-p 00000000 00:00 0 
7f44717db000-7f44717e3000 ---p 00000000 00:00 0 
7f44717e3000-7f44719da000 rw-p 00000000 00:00 0 
7f44719da000-7f44719db000 ---p 00000000 00:00 0 
7f44719db000-7f44719dc000 rw-p 00000000 00:00 0 
7f44719dc000-7f44719e4000 ---p 00000000 00:00 0 
7f44719e4000-7f4471bdb000 rw-p 00000000 00:00 0 
7f4471bdb000-7f4471be0000 r-xp 00000000 103:08 3407964                   /lib/x86_64-linux-gnu/libnss_dns-2.27.so
7f4471be0000-7f4471de0000 ---p 00005000 103:08 3407964                   /lib/x86_64-linux-gnu/libnss_dns-2.27.so
7f4471de0000-7f4471de1000 r--p 00005000 103:08 3407964                   /lib/x86_64-linux-gnu/libnss_dns-2.27.so
7f4471de1000-7f4471de2000 rw-p 00006000 103:08 3407964                   /lib/x86_64-linux-gnu/libnss_dns-2.27.so
7f4471de2000-7f4471de4000 r-xp 00000000 103:08 3413206                   /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f4471de4000-7f4471fe3000 ---p 00002000 103:08 3413206                   /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f4471fe3000-7f4471fe4000 r--p 00001000 103:08 3413206                   /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f4471fe4000-7f4471fe5000 rw-p 00002000 103:08 3413206                   /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f4471fe8000-7f4471ff3000 r--p 00000000 103:08 403246                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.EnterpriseServices.dll
7f4471ff3000-7f4471ffb000 rw-p 00000000 00:00 0 
7f4471ffb000-7f4471ffc000 ---p 00000000 00:00 0 
7f4471ffc000-7f4471ffd000 rw-p 00000000 00:00 0 
7f4471ffd000-7f4472005000 ---p 00000000 00:00 0 
7f4472005000-7f44721fc000 rw-p 00000000 00:00 0 
7f44721fc000-7f44721fd000 ---p 00000000 00:00 0 
7f44721fd000-7f44721fe000 rw-p 00000000 00:00 0 
7f44721fe000-7f4472206000 ---p 00000000 00:00 0 
7f4472206000-7f44723fd000 rw-p 00000000 00:00 0 
7f44723fd000-7f44723fe000 ---p 00000000 00:00 0 
7f44723fe000-7f44723ff000 rw-p 00000000 00:00 0 
7f44723ff000-7f4472407000 ---p 00000000 00:00 0 
7f4472407000-7f44725fe000 rw-p 00000000 00:00 0 
7f44725fe000-7f44725ff000 ---p 00000000 00:00 0 
7f44725ff000-7f4472600000 rw-p 00000000 00:00 0 
7f4472600000-7f4472608000 ---p 00000000 00:00 0 
7f4472608000-7f447283f000 rw-p 00000000 00:00 0 
7f447283f000-7f4472868000 r--p 00000000 103:08 403234                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/Mono.Data.Sqlite.dll
7f4472868000-7f4472869000 ---p 00000000 00:00 0 
7f4472869000-7f447286a000 rw-p 00000000 00:00 0 
7f447286a000-7f4472872000 ---p 00000000 00:00 0 
7f4472872000-7f4472a69000 rw-p 00000000 00:00 0 
7f4472a69000-7f4472a6a000 ---p 00000000 00:00 0 
7f4472a6a000-7f4472a6b000 rw-p 00000000 00:00 0 
7f4472a6b000-7f4472a73000 ---p 00000000 00:00 0 
7f4472a73000-7f4472c6a000 rw-p 00000000 00:00 0 
7f4472c6a000-7f4472c6b000 ---p 00000000 00:00 0 
7f4472c6b000-7f4472c6c000 rw-p 00000000 00:00 0 
7f4472c6c000-7f4472c74000 ---p 00000000 00:00 0 
7f4472c74000-7f4472e6b000 rw-p 00000000 00:00 0 
7f4472e6b000-7f4472e76000 r-xp 00000000 103:08 3407965                   /lib/x86_64-linux-gnu/libnss_files-2.27.so
7f4472e76000-7f4473075000 ---p 0000b000 103:08 3407965                   /lib/x86_64-linux-gnu/libnss_files-2.27.so
7f4473075000-7f4473076000 r--p 0000a000 103:08 3407965                   /lib/x86_64-linux-gnu/libnss_files-2.27.so
7f4473076000-7f4473077000 rw-p 0000b000 103:08 3407965                   /lib/x86_64-linux-gnu/libnss_files-2.27.so
7f4473077000-7f447307d000 rw-p 00000000 00:00 0 
7f447307f000-7f447308f000 rwxp 00000000 00:00 0 
7f447308f000-7f4473093000 rw-p 00000000 00:00 0 
7f4473093000-7f4473094000 ---p 00000000 00:00 0 
7f4473094000-7f4473095000 rw-p 00000000 00:00 0 
7f4473095000-7f447309d000 ---p 00000000 00:00 0 
7f447309d000-7f44734ff000 rw-p 00000000 00:00 0 
7f44734ff000-7f44737fe000 r--p 00000000 103:08 403166                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Xml.dll
7f44737fe000-7f4473ffe000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f4473ffe000-7f4475554000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f4475554000-7f4476aaa000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f4476aaa000-7f4478000000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f4478000000-7f4478206000 rw-p 00000000 00:00 0 
7f4478206000-7f447c000000 ---p 00000000 00:00 0 
7f447c000000-7f447c004000 rw-p 00000000 00:00 0 
7f447c008000-7f447c00c000 rw-p 00000000 00:00 0 
7f447c00c000-7f447c015000 r--p 00000000 103:08 403239                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Transactions.dll
7f447c015000-7f447c1e5000 rw-p 00000000 00:00 0 
7f447c1e5000-7f447c2c8000 r--p 00000000 103:08 403192                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Runtime.Serialization.dll
7f447cd54000-7f447e2aa000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f447eda8000-7f447efa8000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f447efa8000-7f447f1a8000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f447f1a8000-7f447f7fc000 rw-p 00000000 00:00 0 
7f447f7fc000-7f447f7fd000 ---p 00000000 00:00 0 
7f447f7fd000-7f447f7fe000 rw-p 00000000 00:00 0 
7f447f7fe000-7f447f806000 ---p 00000000 00:00 0 
7f447f806000-7f447f9fd000 rw-p 00000000 00:00 0 
7f447f9fd000-7f447f9fe000 ---p 00000000 00:00 0 
7f447f9fe000-7f447f9ff000 rw-p 00000000 00:00 0 
7f447f9ff000-7f447fa07000 ---p 00000000 00:00 0 
7f447fa07000-7f447fbfe000 rw-p 00000000 00:00 0 
7f447fbfe000-7f447fbff000 ---p 00000000 00:00 0 
7f447fbff000-7f447fc00000 rw-p 00000000 00:00 0 
7f447fc00000-7f447fc08000 ---p 00000000 00:00 0 
7f447fc08000-7f447fdff000 rw-p 00000000 00:00 0 
7f447fdff000-7f447fe00000 ---p 00000000 00:00 0 
7f447fe00000-7f447fe01000 rw-p 00000000 00:00 0 
7f447fe01000-7f447fe09000 ---p 00000000 00:00 0 
7f447fe09000-7f4481002000 rw-p 00000000 00:00 0 
7f4481002000-7f44819e1000 ---p 00000000 00:00 0 
7f44819e1000-7f448225e000 rw-p 00000000 00:00 0 
7f448225e000-7f4483929000 ---p 00000000 00:00 0 
7f4483929000-7f4483c2d000 rw-p 00000000 00:00 0 
7f4483c2d000-7f4490000000 ---p 00000000 00:00 0 
7f4490000000-7f4490c00000 rw-p 00000000 00:00 0 
7f4490c00000-7f4491a00000 ---p 00000000 00:00 0 
7f4491a00000-7f44a0000000 ---p 00000000 00:00 0 
7f44a0000000-7f44a0021000 rw-p 00000000 00:00 0 
7f44a0021000-7f44a4000000 ---p 00000000 00:00 0 
7f44a4000000-7f44a4021000 rw-p 00000000 00:00 0 
7f44a4021000-7f44a8000000 ---p 00000000 00:00 0 
7f44a8000000-7f44ac000000 rw-s 00000000 00:05 32354                      /memfd:pulseaudio (deleted)
7f44ac000000-7f44b0000000 rw-s 00000000 00:05 25558                      /memfd:pulseaudio (deleted)
7f44b0000000-7f44b4000000 rw-s 00000000 00:05 28468                      /memfd:pulseaudio (deleted)
7f44b4000000-7f44b4021000 rw-p 00000000 00:00 0 
7f44b4021000-7f44b8000000 ---p 00000000 00:00 0 
7f44b8000000-7f44bc000000 rw-p 00000000 00:00 0 
7f44bc000000-7f44c0000000 rw-s 00000000 00:05 28468                      /memfd:pulseaudio (deleted)
7f44c0000000-7f44c0802000 rw-p 00000000 00:00 0 
7f44c0802000-7f44c2bbf000 ---p 00000000 00:00 0 
7f44c2bbf000-7f44d0000000 ---p 00000000 00:00 0 
7f44d0000000-7f44d0c00000 rw-p 00000000 00:00 0 
7f44d0c00000-7f44e0000000 ---p 00000000 00:00 0 
7f44e0000000-7f44e0003000 r--p 00000000 103:08 403172                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/Accessibility.dll
7f44e0003000-7f44e0013000 rw-p 00000000 00:00 0 
7f44e0013000-7f44e0015000 r--p 00000000 103:08 403267                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Threading.Tasks.dll
7f44e0015000-7f44e018d000 r--p 00000000 103:08 403260                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.ServiceModel.dll
7f44e018d000-7f44e0229000 rw-p 00000000 00:00 0 
7f44e0229000-7f44e0275000 r--p 00000000 103:08 403230                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/Mono.Security.dll
7f44e0275000-7f44e0294000 r--p 00000000 103:08 403245                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Configuration.dll
7f44e0294000-7f44e0309000 rw-p 00000000 00:00 0 
7f44e0309000-7f44e0509000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44e0509000-7f44e05a6000 rw-p 00000000 00:00 0 
7f44e05a6000-7f44e05c2000 r--p 00000000 103:08 403224                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Net.Http.dll
7f44e05c2000-7f44e0602000 rw-p 00000000 00:00 0 
7f44e0602000-7f44e0603000 ---p 00000000 00:00 0 
7f44e0603000-7f44e0604000 rw-p 00000000 00:00 0 
7f44e0604000-7f44e060c000 ---p 00000000 00:00 0 
7f44e060c000-7f44e0683000 rw-p 00000000 00:00 0 
7f44e0823000-7f44e0863000 rw-p 00000000 00:00 0 
7f44e0863000-7f44e0a60000 r--p 00000000 103:08 403250                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Data.dll
7f44e0a60000-7f44e0d91000 rw-p 00000000 00:00 0 
7f44e0d91000-7f44e1028000 r--p 00000000 103:08 403151                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.dll
7f44e1028000-7f44e1128000 r--p 00000000 103:08 403180                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Core.dll
7f44e1128000-7f44e1129000 ---p 00000000 00:00 0 
7f44e1129000-7f44e1229000 rw-p 00000000 00:00 0 
7f44e1229000-7f44e122a000 ---p 00000000 00:00 0 
7f44e122a000-7f44e1a2a000 rw-p 00000000 00:00 0 
7f44e1a2a000-7f44e1a3e000 r-xp 00000000 103:08 3413151                   /lib/x86_64-linux-gnu/libgpg-error.so.0.22.0
7f44e1a3e000-7f44e1c3d000 ---p 00014000 103:08 3413151                   /lib/x86_64-linux-gnu/libgpg-error.so.0.22.0
7f44e1c3d000-7f44e1c3e000 r--p 00013000 103:08 3413151                   /lib/x86_64-linux-gnu/libgpg-error.so.0.22.0
7f44e1c3e000-7f44e1c3f000 rw-p 00014000 103:08 3413151                   /lib/x86_64-linux-gnu/libgpg-error.so.0.22.0
7f44e1c3f000-7f44e1c56000 r-xp 00000000 103:08 3412793                   /lib/x86_64-linux-gnu/libresolv-2.27.so
7f44e1c56000-7f44e1e56000 ---p 00017000 103:08 3412793                   /lib/x86_64-linux-gnu/libresolv-2.27.so
7f44e1e56000-7f44e1e57000 r--p 00017000 103:08 3412793                   /lib/x86_64-linux-gnu/libresolv-2.27.so
7f44e1e57000-7f44e1e58000 rw-p 00018000 103:08 3412793                   /lib/x86_64-linux-gnu/libresolv-2.27.so
7f44e1e58000-7f44e1e5a000 rw-p 00000000 00:00 0 
7f44e1e5a000-7f44e1ee7000 r-xp 00000000 103:08 4334850                   /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.11
7f44e1ee7000-7f44e20e6000 ---p 0008d000 103:08 4334850                   /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.11
7f44e20e6000-7f44e2102000 r--p 0008c000 103:08 4334850                   /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.11
7f44e2102000-7f44e2103000 rw-p 000a8000 103:08 4334850                   /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.11
7f44e2103000-7f44e212d000 r-xp 00000000 103:08 4334848                   /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8
7f44e212d000-7f44e232c000 ---p 0002a000 103:08 4334848                   /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8
7f44e232c000-7f44e232d000 r--p 00029000 103:08 4334848                   /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8
7f44e232d000-7f44e232e000 rw-p 0002a000 103:08 4334848                   /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.8
7f44e232e000-7f44e2335000 r-xp 00000000 103:08 4334540                   /usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7f44e2335000-7f44e2535000 ---p 00007000 103:08 4334540                   /usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7f44e2535000-7f44e2536000 r--p 00007000 103:08 4334540                   /usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7f44e2536000-7f44e2537000 rw-p 00008000 103:08 4334540                   /usr/lib/x86_64-linux-gnu/libogg.so.0.8.2
7f44e2537000-7f44e25ac000 r-xp 00000000 103:08 4333680                   /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7f44e25ac000-7f44e27ac000 ---p 00075000 103:08 4333680                   /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7f44e27ac000-7f44e27ad000 r--p 00075000 103:08 4333680                   /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7f44e27ad000-7f44e27ae000 rw-p 00076000 103:08 4333680                   /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7f44e27ae000-7f44e27c5000 r-xp 00000000 103:08 3407962                   /lib/x86_64-linux-gnu/libnsl-2.27.so
7f44e27c5000-7f44e29c4000 ---p 00017000 103:08 3407962                   /lib/x86_64-linux-gnu/libnsl-2.27.so
7f44e29c4000-7f44e29c5000 r--p 00016000 103:08 3407962                   /lib/x86_64-linux-gnu/libnsl-2.27.so
7f44e29c5000-7f44e29c6000 rw-p 00017000 103:08 3407962                   /lib/x86_64-linux-gnu/libnsl-2.27.so
7f44e29c6000-7f44e29c8000 rw-p 00000000 00:00 0 
7f44e29c8000-7f44e2adc000 r-xp 00000000 103:08 3412781                   /lib/x86_64-linux-gnu/libgcrypt.so.20.2.1
7f44e2adc000-7f44e2cdc000 ---p 00114000 103:08 3412781                   /lib/x86_64-linux-gnu/libgcrypt.so.20.2.1
7f44e2cdc000-7f44e2cde000 r--p 00114000 103:08 3412781                   /lib/x86_64-linux-gnu/libgcrypt.so.20.2.1
7f44e2cde000-7f44e2ce3000 rw-p 00116000 103:08 3412781                   /lib/x86_64-linux-gnu/libgcrypt.so.20.2.1
7f44e2ce3000-7f44e2ce4000 rw-p 00000000 00:00 0 
7f44e2ce4000-7f44e2cff000 r-xp 00000000 103:08 4334447                   /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1
7f44e2cff000-7f44e2efe000 ---p 0001b000 103:08 4334447                   /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1
7f44e2efe000-7f44e2eff000 r--p 0001a000 103:08 4334447                   /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1
7f44e2eff000-7f44e2f00000 rw-p 0001b000 103:08 4334447                   /usr/lib/x86_64-linux-gnu/liblz4.so.1.7.1
7f44e2f00000-7f44e2f24000 r-xp 00000000 103:08 3413170                   /lib/x86_64-linux-gnu/liblzma.so.5.2.2
7f44e2f24000-7f44e3124000 ---p 00024000 103:08 3413170                   /lib/x86_64-linux-gnu/liblzma.so.5.2.2
7f44e3124000-7f44e3125000 r--p 00024000 103:08 3413170                   /lib/x86_64-linux-gnu/liblzma.so.5.2.2
7f44e3125000-7f44e3126000 rw-p 00025000 103:08 3413170                   /lib/x86_64-linux-gnu/liblzma.so.5.2.2
7f44e3126000-7f44e312b000 r-xp 00000000 103:08 4333817                   /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f44e312b000-7f44e332a000 ---p 00005000 103:08 4333817                   /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f44e332a000-7f44e332b000 r--p 00004000 103:08 4333817                   /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f44e332b000-7f44e332c000 rw-p 00005000 103:08 4333817                   /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f44e332c000-7f44e33a0000 r-xp 00000000 103:08 4332363                   /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.28
7f44e33a0000-7f44e359f000 ---p 00074000 103:08 4332363                   /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.28
7f44e359f000-7f44e35a2000 r--p 00073000 103:08 4332363                   /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.28
7f44e35a2000-7f44e35a3000 rw-p 00076000 103:08 4332363                   /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.28
7f44e35a3000-7f44e35a5000 rw-p 00000000 00:00 0 
7f44e35a5000-7f44e35ad000 r-xp 00000000 103:08 3413280                   /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f44e35ad000-7f44e37ad000 ---p 00008000 103:08 3413280                   /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f44e37ad000-7f44e37ae000 r--p 00008000 103:08 3413280                   /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f44e37ae000-7f44e37af000 rw-p 00009000 103:08 3413280                   /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f44e37af000-7f44e382f000 r-xp 00000000 103:08 3409824                   /lib/x86_64-linux-gnu/libsystemd.so.0.21.0
7f44e382f000-7f44e3a2e000 ---p 00080000 103:08 3409824                   /lib/x86_64-linux-gnu/libsystemd.so.0.21.0
7f44e3a2e000-7f44e3a31000 r--p 0007f000 103:08 3409824                   /lib/x86_64-linux-gnu/libsystemd.so.0.21.0
7f44e3a31000-7f44e3a32000 rw-p 00082000 103:08 3409824                   /lib/x86_64-linux-gnu/libsystemd.so.0.21.0
7f44e3a32000-7f44e3a33000 rw-p 00000000 00:00 0 
7f44e3a33000-7f44e3a7e000 r-xp 00000000 103:08 3412683                   /lib/x86_64-linux-gnu/libdbus-1.so.3.19.4
7f44e3a7e000-7f44e3c7e000 ---p 0004b000 103:08 3412683                   /lib/x86_64-linux-gnu/libdbus-1.so.3.19.4
7f44e3c7e000-7f44e3c7f000 r--p 0004b000 103:08 3412683                   /lib/x86_64-linux-gnu/libdbus-1.so.3.19.4
7f44e3c7f000-7f44e3c80000 rw-p 0004c000 103:08 3412683                   /lib/x86_64-linux-gnu/libdbus-1.so.3.19.4
7f44e3c80000-7f44e3cfc000 r-xp 00000000 103:08 4587935                   /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
7f44e3cfc000-7f44e3efb000 ---p 0007c000 103:08 4587935                   /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
7f44e3efb000-7f44e3efd000 r--p 0007b000 103:08 4587935                   /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
7f44e3efd000-7f44e3efe000 rw-p 0007d000 103:08 4587935                   /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
7f44e3efe000-7f44e3f4c000 r-xp 00000000 103:08 4332349                   /usr/lib/x86_64-linux-gnu/libpulse.so.0.20.2
7f44e3f4c000-7f44e414b000 ---p 0004e000 103:08 4332349                   /usr/lib/x86_64-linux-gnu/libpulse.so.0.20.2
7f44e414b000-7f44e414d000 r--p 0004d000 103:08 4332349                   /usr/lib/x86_64-linux-gnu/libpulse.so.0.20.2
7f44e414d000-7f44e414e000 rw-p 0004f000 103:08 4332349                   /usr/lib/x86_64-linux-gnu/libpulse.so.0.20.2
7f44e414e000-7f44e4151000 r-xp 00000000 103:08 4332348                   /usr/lib/x86_64-linux-gnu/libpulse-simple.so.0.1.1
7f44e4151000-7f44e4351000 ---p 00003000 103:08 4332348                   /usr/lib/x86_64-linux-gnu/libpulse-simple.so.0.1.1
7f44e4351000-7f44e4352000 r--p 00003000 103:08 4332348                   /usr/lib/x86_64-linux-gnu/libpulse-simple.so.0.1.1
7f44e4352000-7f44e4353000 rw-p 00004000 103:08 4332348                   /usr/lib/x86_64-linux-gnu/libpulse-simple.so.0.1.1
7f44e4353000-7f44e4354000 ---p 00000000 00:00 0 
7f44e4354000-7f44e4b54000 rw-p 00000000 00:00 0 
7f44e4b54000-7f44e4d54000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44e4e53000-7f44e4f53000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44e4f53000-7f44e4f54000 ---p 00000000 00:00 0 
7f44e4f54000-7f44e4f55000 rw-p 00000000 00:00 0 
7f44e4f55000-7f44e4f5d000 ---p 00000000 00:00 0 
7f44e4f5d000-7f44e5154000 rw-p 00000000 00:00 0 
7f44e5154000-7f44e5354000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44e5354000-7f44e5554000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44e5554000-7f44e5d54000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44e5d54000-7f44e5f54000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44e5f54000-7f44e6354000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44e6354000-7f44e6554000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44e6554000-7f44e6754000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44e6754000-7f44e6854000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f44e6854000-7f44e71d4000 r-xp 00000000 103:08 4338565                   /usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.450.51.06
7f44e71d4000-7f44e73d3000 ---p 00980000 103:08 4338565                   /usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.450.51.06
7f44e73d3000-7f44e755a000 r--p 0097f000 103:08 4338565                   /usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.450.51.06
7f44e755a000-7f44e758e000 rw-p 00b06000 103:08 4338565                   /usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.450.51.06
7f44e758e000-7f44e7599000 rw-p 00000000 00:00 0 
7f44e7599000-7f44e75ee000 r-xp 00000000 103:08 4339048                   /usr/lib/x86_64-linux-gnu/libvulkan.so.1.1.126
7f44e75ee000-7f44e77ed000 ---p 00055000 103:08 4339048                   /usr/lib/x86_64-linux-gnu/libvulkan.so.1.1.126
7f44e77ed000-7f44e77ee000 r--p 00054000 103:08 4339048                   /usr/lib/x86_64-linux-gnu/libvulkan.so.1.1.126
7f44e77ee000-7f44e77ef000 rw-p 00055000 103:08 4339048                   /usr/lib/x86_64-linux-gnu/libvulkan.so.1.1.126
7f44e77ef000-7f44e77f0000 ---p 00000000 00:00 0 
7f44e77f0000-7f44e77f1000 rw-p 00000000 00:00 0 
7f44e77f1000-7f44e77f9000 ---p 00000000 00:00 0 
7f44e77f9000-7f44e7ff0000 rw-p 00000000 00:00 0 
7f44e7ff0000-7f44e7ff1000 ---p 00000000 00:00 0 
7f44e7ff1000-7f44e87f1000 rw-p 00000000 00:00 0 
7f44e87f1000-7f44e87f2000 ---p 00000000 00:00 0 
7f44e87f2000-7f44e8ff2000 rw-p 00000000 00:00 0 
7f44e8ff2000-7f44e8ff3000 ---p 00000000 00:00 0 
7f44e8ff3000-7f44e97f3000 rw-p 00000000 00:00 0 
7f44e97f3000-7f44e97f4000 ---p 00000000 00:00 0 
7f44e97f4000-7f44e9ff4000 rw-p 00000000 00:00 0 
7f44e9ff4000-7f44e9ff5000 ---p 00000000 00:00 0 
7f44e9ff5000-7f44ea7f5000 rw-p 00000000 00:00 0 
7f44ea7f5000-7f44ea7f6000 ---p 00000000 00:00 0 
7f44ea7f6000-7f44eaff6000 rw-p 00000000 00:00 0 
7f44eaff6000-7f44eaff7000 ---p 00000000 00:00 0 
7f44eaff7000-7f44eb7f7000 rw-p 00000000 00:00 0 
7f44eb7f7000-7f44eb7f8000 ---p 00000000 00:00 0 
7f44eb7f8000-7f44ebff8000 rw-p 00000000 00:00 0 
7f44ebff8000-7f44ebff9000 ---p 00000000 00:00 0 
7f44ebff9000-7f44ec7f9000 rw-p 00000000 00:00 0 
7f44ec7f9000-7f44ec7fa000 ---p 00000000 00:00 0 
7f44ec7fa000-7f44ecffa000 rw-p 00000000 00:00 0 
7f44ecffa000-7f44ecffb000 ---p 00000000 00:00 0 
7f44ecffb000-7f44ed7fb000 rw-p 00000000 00:00 0 
7f44ed7fb000-7f44ed7fc000 ---p 00000000 00:00 0 
7f44ed7fc000-7f44edffc000 rw-p 00000000 00:00 0 
7f44edffc000-7f44edffd000 ---p 00000000 00:00 0 
7f44edffd000-7f44ee7fd000 rw-p 00000000 00:00 0 
7f44ee7fd000-7f44ee7fe000 ---p 00000000 00:00 0 
7f44ee7fe000-7f44eeffe000 rw-p 00000000 00:00 0 
7f44eeffe000-7f44eefff000 ---p 00000000 00:00 0 
7f44eefff000-7f44ef7ff000 rw-p 00000000 00:00 0 
7f44ef7ff000-7f44ef800000 ---p 00000000 00:00 0 
7f44ef800000-7f44f2c00000 rw-p 00000000 00:00 0 
7f44f2c00000-7f4500000000 ---p 00000000 00:00 0 
7f4500000000-7f4500800000 rw-p 00000000 00:00 0 
7f4500800000-7f4510000000 ---p 00000000 00:00 0 
7f4510000000-7f4510400000 rw-p 00000000 00:00 0 
7f4510400000-7f4520000000 ---p 00000000 00:00 0 
7f4520000000-7f4520800000 rw-p 00000000 00:00 0 
7f4520800000-7f4530000000 ---p 00000000 00:00 0 
7f4530000000-7f453c400000 rw-p 00000000 00:00 0 
7f453c400000-7f4540000000 ---p 00000000 00:00 0 
7f4540000000-7f45401e8000 rw-p 00000000 00:00 0 
7f45401e8000-7f4540200000 ---p 00000000 00:00 0 
7f4540200000-7f4540240000 rw-p 00000000 00:00 0 
7f4540240000-7f4540280000 ---p 00000000 00:00 0 
7f4540280000-7f45402c0000 rw-p 00000000 00:00 0 
7f45402c0000-7f4540300000 ---p 00000000 00:00 0 
7f4540300000-7f4540340000 rw-p 00000000 00:00 0 
7f4540340000-7f4540380000 ---p 00000000 00:00 0 
7f4540380000-7f45403c0000 rw-p 00000000 00:00 0 
7f45403c0000-7f4540400000 ---p 00000000 00:00 0 
7f4540400000-7f4540440000 rw-p 00000000 00:00 0 
7f4540440000-7f4540480000 ---p 00000000 00:00 0 
7f4540480000-7f45404c0000 rw-p 00000000 00:00 0 
7f45404c0000-7f4540500000 ---p 00000000 00:00 0 
7f4540500000-7f4540540000 rw-p 00000000 00:00 0 
7f4540540000-7f4540580000 ---p 00000000 00:00 0 
7f4540580000-7f4540588000 rw-p 00000000 00:00 0 
7f4540588000-7f4540590000 ---p 00000000 00:00 0 
7f4540590000-7f4540598000 rw-p 00000000 00:00 0 
7f4540598000-7f45405a0000 ---p 00000000 00:00 0 
7f45405a0000-7f45405a8000 rw-p 00000000 00:00 0 
7f45405a8000-7f45405b0000 ---p 00000000 00:00 0 
7f45405b0000-7f45405b8000 rw-p 00000000 00:00 0 
7f45405b8000-7f45405c0000 ---p 00000000 00:00 0 
7f45405c0000-7f45405c8000 rw-p 00000000 00:00 0 
7f45405c8000-7f45405d0000 ---p 00000000 00:00 0 
7f45405d0000-7f45405d8000 rw-p 00000000 00:00 0 
7f45405d8000-7f45405e0000 ---p 00000000 00:00 0 
7f45405e0000-7f45405e8000 rw-p 00000000 00:00 0 
7f45405e8000-7f45405f0000 ---p 00000000 00:00 0 
7f45405f0000-7f45405f8000 rw-p 00000000 00:00 0 
7f45405f8000-7f4540600000 ---p 00000000 00:00 0 
7f4540600000-7f4540608000 rw-p 00000000 00:00 0 
7f4540608000-7f4540610000 ---p 00000000 00:00 0 
7f4540610000-7f4540618000 rw-p 00000000 00:00 0 
7f4540618000-7f4540620000 ---p 00000000 00:00 0 
7f4540620000-7f4540628000 rw-p 00000000 00:00 0 
7f4540628000-7f4540630000 ---p 00000000 00:00 0 
7f4540630000-7f4540638000 rw-p 00000000 00:00 0 
7f4540638000-7f4540640000 ---p 00000000 00:00 0 
7f4540640000-7f4540648000 rw-p 00000000 00:00 0 
7f4540648000-7f4540650000 ---p 00000000 00:00 0 
7f4540650000-7f4540658000 rw-p 00000000 00:00 0 
7f4540658000-7f4540660000 ---p 00000000 00:00 0 
7f4540660000-7f4540668000 rw-p 00000000 00:00 0 
7f4540668000-7f4540670000 ---p 00000000 00:00 0 
7f4540670000-7f4540678000 rw-p 00000000 00:00 0 
7f4540678000-7f4540680000 ---p 00000000 00:00 0 
7f4540680000-7f45406a0000 rw-p 00000000 00:00 0 
7f45406a0000-7f45406e9000 rw-p 00000000 00:00 0 
7f45406e9000-7f4540720000 ---p 00000000 00:00 0 
7f4540720000-7f45407b0000 rw-p 00000000 00:00 0 
7f45407b0000-7f45407c0000 ---p 00000000 00:00 0 
7f45407c0000-7f45407d0000 rw-p 00000000 00:00 0 
7f45407d0000-7f45407e0000 ---p 00000000 00:00 0 
7f45407e0000-7f45407f0000 rw-p 00000000 00:00 0 
7f45407f0000-7f4540800000 ---p 00000000 00:00 0 
7f4540800000-7f4540810000 rw-p 00000000 00:00 0 
7f4540810000-7f4550000000 ---p 00000000 00:00 0 
7f4550000000-7f4550401000 rw-p 00000000 00:00 0 
7f4550401000-7f4560000000 ---p 00000000 00:00 0 
7f4560000000-7f4564a02000 rw-p 00000000 00:00 0 
7f4564a02000-7f4570000000 ---p 00000000 00:00 0 
7f4570000000-7f4570802000 rw-p 00000000 00:00 0 
7f4570802000-7f4580000000 ---p 00000000 00:00 0 
7f4580000000-7f4580102000 rw-p 00000000 00:00 0 
7f4580102000-7f4590000000 ---p 00000000 00:00 0 
7f4590000000-7f4590d02000 rw-p 00000000 00:00 0 
7f4590d02000-7f45a0000000 ---p 00000000 00:00 0 
7f45a0000000-7f45a0100000 rw-p 00000000 00:00 0 
7f45a0100000-7f45b0000000 ---p 00000000 00:00 0 
7f45b0001000-7f45b0005000 r--p 00000000 103:08 403287                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/System.Runtime.dll
7f45b0005000-7f45b0009000 rw-p 00000000 00:00 0 
7f45b0009000-7f45b000a000 rw-s 00000000 00:06 550                        /dev/nvidia0
7f45b002e000-7f45b002f000 ---p 00000000 00:00 0 
7f45b002f000-7f45b004f000 rw-p 00000000 00:00 0 
7f45b004f000-7f45b008f000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45b00af000-7f45b00ef000 rw-p 00000000 00:00 0 
7f45b00ef000-7f45b012f000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45b012f000-7f45b014f000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45b014f000-7f45b018f000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45b01af000-7f45b01ef000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45b01ef000-7f45b022f000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45b022f000-7f45b0230000 ---p 00000000 00:00 0 
7f45b0230000-7f45b0a30000 rw-p 00000000 00:00 0 
7f45b0a30000-7f45b0a31000 ---p 00000000 00:00 0 
7f45b0a31000-7f45b1231000 rw-p 00000000 00:00 0 
7f45b1231000-7f45b1232000 ---p 00000000 00:00 0 
7f45b1232000-7f45b1a32000 rw-p 00000000 00:00 0 
7f45b1a32000-7f45b1a33000 ---p 00000000 00:00 0 
7f45b1a33000-7f45b2233000 rw-p 00000000 00:00 0 
7f45b2233000-7f45b2234000 ---p 00000000 00:00 0 
7f45b2234000-7f45b2a34000 rw-p 00000000 00:00 0 
7f45b2a34000-7f45b2a35000 ---p 00000000 00:00 0 
7f45b2a35000-7f45b3235000 rw-p 00000000 00:00 0 
7f45b3235000-7f45b3236000 ---p 00000000 00:00 0 
7f45b3236000-7f45b3a36000 rw-p 00000000 00:00 0 
7f45b3a36000-7f45b3aec000 r-xp 00000000 103:08 403133                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/libturbojpeg.so
7f45b3aec000-7f45b3ceb000 ---p 000b6000 103:08 403133                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/libturbojpeg.so
7f45b3ceb000-7f45b3cec000 r--p 000b5000 103:08 403133                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/libturbojpeg.so
7f45b3cec000-7f45b3ced000 rw-p 000b6000 103:08 403133                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/libturbojpeg.so
7f45b3ced000-7f45b3df9000 r-xp 00000000 103:08 403134                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/libsqlite3.so
7f45b3df9000-7f45b3ff9000 ---p 0010c000 103:08 403134                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/libsqlite3.so
7f45b3ff9000-7f45b3ffc000 r--p 0010c000 103:08 403134                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/libsqlite3.so
7f45b3ffc000-7f45b3fff000 rw-p 0010f000 103:08 403134                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/libsqlite3.so
7f45b3fff000-7f45b4000000 rw-p 00000000 00:00 0 
7f45b4000000-7f45b4021000 rw-p 00000000 00:00 0 
7f45b4021000-7f45b8000000 ---p 00000000 00:00 0 
7f45b8000000-7f45b8001000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45b8001000-7f45b8005000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45b8005000-7f45b8018000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45b8018000-7f45b8019000 rw-s 00000000 00:06 550                        /dev/nvidia0
7f45b802d000-7f45b8045000 rw-p 00000000 00:00 0 
7f45b8045000-7f45b8055000 rwxp 00000000 00:00 0 
7f45b8055000-7f45b80a6000 r-xp 00000000 103:08 403135                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/libpng.so
7f45b80a6000-7f45b82a5000 ---p 00051000 103:08 403135                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/libpng.so
7f45b82a5000-7f45b82a6000 r--p 00050000 103:08 403135                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/libpng.so
7f45b82a6000-7f45b82a7000 rw-p 00051000 103:08 403135                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/libpng.so
7f45b82a7000-7f45b8420000 r-xp 00000000 103:08 4327586                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f45b8420000-7f45b8620000 ---p 00179000 103:08 4327586                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f45b8620000-7f45b862a000 r--p 00179000 103:08 4327586                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f45b862a000-7f45b862c000 rw-p 00183000 103:08 4327586                   /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
7f45b862c000-7f45b8630000 rw-p 00000000 00:00 0 
7f45b8630000-7f45b864b000 r--p 00000000 103:08 403136                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/liblaszip.so
7f45b864b000-7f45b868b000 r-xp 0001b000 103:08 403136                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/liblaszip.so
7f45b868b000-7f45b869c000 r--p 0005b000 103:08 403136                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/liblaszip.so
7f45b869c000-7f45b869f000 r--p 0006b000 103:08 403136                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/liblaszip.so
7f45b869f000-7f45b86a0000 rw-p 0006e000 103:08 403136                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Plugins/liblaszip.so
7f45b86a0000-7f45b86a1000 ---p 00000000 00:00 0 
7f45b86a1000-7f45b86a2000 rw-p 00000000 00:00 0 
7f45b86a2000-7f45b86aa000 ---p 00000000 00:00 0 
7f45b86aa000-7f45b88a1000 rw-p 00000000 00:00 0 
7f45b88a1000-7f45b8c84000 r--p 00000000 103:08 403262                    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/Managed/mscorlib.dll
7f45b8c84000-7f45b8c85000 rw-p 00000000 00:00 0 
7f45b8c85000-7f45b8ce4000 ---p 00000000 00:00 0 
7f45b8ce4000-7f45b8de4000 rw-p 00000000 00:00 0 
7f45b8de4000-7f45b9137000 r-xp 00000000 103:08 4590269                   /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
7f45b9137000-7f45b9337000 ---p 00353000 103:08 4590269                   /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
7f45b9337000-7f45b933e000 r--p 00353000 103:08 4590269                   /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
7f45b933e000-7f45b9344000 rw-p 0035a000 103:08 4590269                   /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
7f45b9344000-7f45b9560000 rw-p 00000000 00:00 0 
7f45b9560000-7f45b957d000 r-xp 00000000 103:08 3412688                   /lib/x86_64-linux-gnu/libudev.so.1.6.9
7f45b957d000-7f45b977c000 ---p 0001d000 103:08 3412688                   /lib/x86_64-linux-gnu/libudev.so.1.6.9
7f45b977c000-7f45b977d000 r--p 0001c000 103:08 3412688                   /lib/x86_64-linux-gnu/libudev.so.1.6.9
7f45b977d000-7f45b977e000 rw-p 0001d000 103:08 3412688                   /lib/x86_64-linux-gnu/libudev.so.1.6.9
7f45b977e000-7f45b9783000 r-xp 00000000 103:08 4327569                   /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f45b9783000-7f45b9983000 ---p 00005000 103:08 4327569                   /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f45b9983000-7f45b9984000 r--p 00005000 103:08 4327569                   /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f45b9984000-7f45b9985000 rw-p 00006000 103:08 4327569                   /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f45b9985000-7f45b9987000 r-xp 00000000 103:08 4327567                   /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f45b9987000-7f45b9b86000 ---p 00002000 103:08 4327567                   /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f45b9b86000-7f45b9b87000 r--p 00001000 103:08 4327567                   /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f45b9b87000-7f45b9b88000 rw-p 00002000 103:08 4327567                   /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f45b9b88000-7f45b9b8b000 r-xp 00000000 103:08 4327563                   /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f45b9b8b000-7f45b9d8a000 ---p 00003000 103:08 4327563                   /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f45b9d8a000-7f45b9d8b000 r--p 00002000 103:08 4327563                   /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f45b9d8b000-7f45b9d8c000 rw-p 00003000 103:08 4327563                   /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f45b9d8c000-7f45b9d8d000 r-xp 00000000 103:08 4327558                   /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f45b9d8d000-7f45b9f8c000 ---p 00001000 103:08 4327558                   /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f45b9f8c000-7f45b9f8d000 r--p 00000000 103:08 4327558                   /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f45b9f8d000-7f45b9f8e000 rw-p 00001000 103:08 4327558                   /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f45b9f8e000-7f45b9f90000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45b9f90000-7f45b9f91000 rw-s 00000000 00:06 550                        /dev/nvidia0
7f45b9f91000-7f45b9fa4000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45b9fa4000-7f45ba0a4000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45ba0a4000-7f45ba249000 rw-s 00000000 00:05 20321                      /memfd:/.nvidia_drv.XXXXXX (deleted)
7f45ba249000-7f45ba259000 r-xp 00000000 103:08 4327520                   /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f45ba259000-7f45ba458000 ---p 00010000 103:08 4327520                   /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f45ba458000-7f45ba459000 r--p 0000f000 103:08 4327520                   /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f45ba459000-7f45ba45a000 rw-p 00010000 103:08 4327520                   /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f45ba45a000-7f45ba472000 r-xp 00000000 103:08 4327565                   /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f45ba472000-7f45ba672000 ---p 00018000 103:08 4327565                   /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f45ba672000-7f45ba674000 r--p 00018000 103:08 4327565                   /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f45ba674000-7f45ba675000 rw-p 0001a000 103:08 4327565                   /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f45ba675000-7f45bb9b0000 r-xp 00000000 103:08 4338563                   /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.450.51.06
7f45bb9b0000-7f45bb9d1000 rwxp 0133b000 103:08 4338563                   /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.450.51.06
7f45bb9d1000-7f45bbedb000 r-xp 0135c000 103:08 4338563                   /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.450.51.06
7f45bbedb000-7f45bc0db000 ---p 01866000 103:08 4338563                   /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.450.51.06
7f45bc0db000-7f45bc428000 rw-p 01866000 103:08 4338563                   /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.450.51.06
7f45bc428000-7f45bc446000 rw-p 00000000 00:00 0 
7f45bc446000-7f45bc449000 r-xp 00000000 103:08 4338568                   /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.450.51.06
7f45bc449000-7f45bc649000 ---p 00003000 103:08 4338568                   /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.450.51.06
7f45bc649000-7f45bc64a000 rw-p 00003000 103:08 4338568                   /usr/lib/x86_64-linux-gnu/libnvidia-tls.so.450.51.06
7f45bc64a000-7f45bc6f4000 r-xp 00000000 103:08 4338560                   /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.450.51.06
7f45bc6f4000-7f45bc729000 rwxp 000aa000 103:08 4338560                   /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.450.51.06
7f45bc729000-7f45bc738000 r-xp 000df000 103:08 4338560                   /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.450.51.06
7f45bc738000-7f45bc937000 ---p 000ee000 103:08 4338560                   /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.450.51.06
7f45bc937000-7f45bc95b000 rw-p 000ed000 103:08 4338560                   /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.450.51.06
7f45bc95b000-7f45bc95d000 rw-p 00000000 00:00 0 
7f45bc95d000-7f45bc99f000 r-xp 00000000 103:08 4333675                   /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7f45bc99f000-7f45bc9b8000 r-xp 00042000 103:08 4333675                   /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7f45bc9b8000-7f45bc9cb000 r-xp 0005b000 103:08 4333675                   /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7f45bc9cb000-7f45bcbca000 ---p 0006e000 103:08 4333675                   /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7f45bcbca000-7f45bcbf2000 r--p 0006d000 103:08 4333675                   /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7f45bcbf2000-7f45bcbf3000 rw-p 00095000 103:08 4333675                   /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0
7f45bcbf3000-7f45bcc13000 rw-p 00000000 00:00 0 
7f45bcc13000-7f45bcc23000 r-xp 00000000 103:08 4333681                   /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7f45bcc23000-7f45bce22000 ---p 00010000 103:08 4333681                   /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7f45bce22000-7f45bce23000 r--p 0000f000 103:08 4333681                   /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7f45bce23000-7f45bce24000 rw-p 00010000 103:08 4333681                   /usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0
7f45bce24000-7f45bce44000 rw-p 00000000 00:00 0 
7f45bce44000-7f45bce88000 r-xp 00000000 103:08 4327528                   /usr/lib/x86_64-linux-gnu/libGL.so.1.0.0
7f45bce88000-7f45bcea1000 r-xp 00044000 103:08 4327528                   /usr/lib/x86_64-linux-gnu/libGL.so.1.0.0
7f45bcea1000-7f45bceb5000 r-xp 0005d000 103:08 4327528                   /usr/lib/x86_64-linux-gnu/libGL.so.1.0.0
7f45bceb5000-7f45bd0b4000 ---p 00071000 103:08 4327528                   /usr/lib/x86_64-linux-gnu/libGL.so.1.0.0
7f45bd0b4000-7f45bd0ce000 r--p 00070000 103:08 4327528                   /usr/lib/x86_64-linux-gnu/libGL.so.1.0.0
7f45bd0ce000-7f45bd0cf000 rw-p 0008a000 103:08 4327528                   /usr/lib/x86_64-linux-gnu/libGL.so.1.0.0
7f45bd0cf000-7f45bd0d0000 rw-p 00000000 00:00 0 
7f45bd0d0000-7f45bd5b6000 r--p 00000000 103:08 4328912                   /usr/lib/locale/locale-archive
7f45bd5b6000-7f45bd5bb000 r-xp 00000000 103:08 4333782                   /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f45bd5bb000-7f45bd7ba000 ---p 00005000 103:08 4333782                   /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f45bd7ba000-7f45bd7bb000 r--p 00004000 103:08 4333782                   /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f45bd7bb000-7f45bd7bc000 rw-p 00005000 103:08 4333782                   /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f45bd7bc000-7f45bd7be000 r-xp 00000000 103:08 4333768                   /usr/lib/x86_64-linux-gnu/libXss.so.1.0.0
7f45bd7be000-7f45bd9be000 ---p 00002000 103:08 4333768                   /usr/lib/x86_64-linux-gnu/libXss.so.1.0.0
7f45bd9be000-7f45bd9bf000 r--p 00002000 103:08 4333768                   /usr/lib/x86_64-linux-gnu/libXss.so.1.0.0
7f45bd9bf000-7f45bd9c0000 rw-p 00003000 103:08 4333768                   /usr/lib/x86_64-linux-gnu/libXss.so.1.0.0
7f45bd9c0000-7f45bd9ca000 r-xp 00000000 103:08 4333764                   /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f45bd9ca000-7f45bdbc9000 ---p 0000a000 103:08 4333764                   /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f45bdbc9000-7f45bdbca000 r--p 00009000 103:08 4333764                   /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f45bdbca000-7f45bdbcb000 rw-p 0000a000 103:08 4333764                   /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f45bdbcb000-7f45bdbda000 r-xp 00000000 103:08 4333754                   /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f45bdbda000-7f45bddd9000 ---p 0000f000 103:08 4333754                   /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f45bddd9000-7f45bddda000 r--p 0000e000 103:08 4333754                   /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f45bddda000-7f45bdddb000 rw-p 0000f000 103:08 4333754                   /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f45bdddb000-7f45bdddd000 r-xp 00000000 103:08 4333756                   /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f45bdddd000-7f45bdfdc000 ---p 00002000 103:08 4333756                   /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f45bdfdc000-7f45bdfdd000 r--p 00001000 103:08 4333756                   /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f45bdfdd000-7f45bdfde000 rw-p 00002000 103:08 4333756                   /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f45bdfde000-7f45bdfe3000 r-xp 00000000 103:08 4333748                   /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f45bdfe3000-7f45be1e2000 ---p 00005000 103:08 4333748                   /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f45be1e2000-7f45be1e3000 r--p 00004000 103:08 4333748                   /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f45be1e3000-7f45be1e4000 rw-p 00005000 103:08 4333748                   /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f45be1e4000-7f45be1ed000 r-xp 00000000 103:08 4333766                   /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f45be1ed000-7f45be3ec000 ---p 00009000 103:08 4333766                   /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f45be3ec000-7f45be3ed000 r--p 00008000 103:08 4333766                   /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f45be3ed000-7f45be3ee000 rw-p 00009000 103:08 4333766                   /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f45be3ee000-7f45be3f7000 r-xp 00000000 103:08 4333740                   /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f45be3f7000-7f45be5f6000 ---p 00009000 103:08 4333740                   /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f45be5f6000-7f45be5f7000 r--p 00008000 103:08 4333740                   /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f45be5f7000-7f45be5f8000 rw-p 00009000 103:08 4333740                   /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f45be5f8000-7f45be609000 r-xp 00000000 103:08 4333746                   /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f45be609000-7f45be808000 ---p 00011000 103:08 4333746                   /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f45be808000-7f45be809000 r--p 00010000 103:08 4333746                   /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f45be809000-7f45be80a000 rw-p 00011000 103:08 4333746                   /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f45be80a000-7f45be81d000 r-xp 00000000 103:08 3413067                   /lib/x86_64-linux-gnu/libbsd.so.0.8.7
7f45be81d000-7f45bea1c000 ---p 00013000 103:08 3413067                   /lib/x86_64-linux-gnu/libbsd.so.0.8.7
7f45bea1c000-7f45bea1d000 r--p 00012000 103:08 3413067                   /lib/x86_64-linux-gnu/libbsd.so.0.8.7
7f45bea1d000-7f45bea1e000 rw-p 00013000 103:08 3413067                   /lib/x86_64-linux-gnu/libbsd.so.0.8.7
7f45bea1e000-7f45bea1f000 rw-p 00000000 00:00 0 
7f45bea1f000-7f45bea24000 r-xp 00000000 103:08 4333744                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f45bea24000-7f45bec23000 ---p 00005000 103:08 4333744                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f45bec23000-7f45bec24000 r--p 00004000 103:08 4333744                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f45bec24000-7f45bec25000 rw-p 00005000 103:08 4333744                   /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f45bec25000-7f45bec27000 r-xp 00000000 103:08 4325740                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f45bec27000-7f45bee27000 ---p 00002000 103:08 4325740                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f45bee27000-7f45bee28000 r--p 00002000 103:08 4325740                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f45bee28000-7f45bee29000 rw-p 00003000 103:08 4325740                   /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f45bee29000-7f45bee4f000 r-xp 00000000 103:08 4325823                   /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f45bee4f000-7f45bf04f000 ---p 00026000 103:08 4325823                   /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f45bf04f000-7f45bf050000 r--p 00026000 103:08 4325823                   /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f45bf050000-7f45bf051000 rw-p 00027000 103:08 4325823                   /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f45bf051000-7f45bf184000 r-xp 00000000 103:08 4325825                   /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f45bf184000-7f45bf384000 ---p 00133000 103:08 4325825                   /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f45bf384000-7f45bf385000 r--p 00133000 103:08 4325825                   /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f45bf385000-7f45bf389000 rw-p 00134000 103:08 4325825                   /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f45bf389000-7f45bf38a000 ---p 00000000 00:00 0 
7f45bf38a000-7f45bfb8a000 rw-p 00000000 00:00 0 
7f45bfb8a000-7f45bfb91000 r-xp 00000000 103:08 3412842                   /lib/x86_64-linux-gnu/librt-2.27.so
7f45bfb91000-7f45bfd90000 ---p 00007000 103:08 3412842                   /lib/x86_64-linux-gnu/librt-2.27.so
7f45bfd90000-7f45bfd91000 r--p 00006000 103:08 3412842                   /lib/x86_64-linux-gnu/librt-2.27.so
7f45bfd91000-7f45bfd92000 rw-p 00007000 103:08 3412842                   /lib/x86_64-linux-gnu/librt-2.27.so
7f45bfd92000-7f45bfd95000 r-xp 00000000 103:08 3407958                   /lib/x86_64-linux-gnu/libdl-2.27.so
7f45bfd95000-7f45bff94000 ---p 00003000 103:08 3407958                   /lib/x86_64-linux-gnu/libdl-2.27.so
7f45bff94000-7f45bff95000 r--p 00002000 103:08 3407958                   /lib/x86_64-linux-gnu/libdl-2.27.so
7f45bff95000-7f45bff96000 rw-p 00003000 103:08 3407958                   /lib/x86_64-linux-gnu/libdl-2.27.so
7f45bff96000-7f45c017d000 r-xp 00000000 103:08 3407955                   /lib/x86_64-linux-gnu/libc-2.27.so
7f45c017d000-7f45c037d000 ---p 001e7000 103:08 3407955                   /lib/x86_64-linux-gnu/libc-2.27.so
7f45c037d000-7f45c0381000 r--p 001e7000 103:08 3407955                   /lib/x86_64-linux-gnu/libc-2.27.so
7f45c0381000-7f45c0383000 rw-p 001eb000 103:08 3407955                   /lib/x86_64-linux-gnu/libc-2.27.so
7f45c0383000-7f45c0387000 rw-p 00000000 00:00 0 
7f45c0387000-7f45c03a1000 r-xp 00000000 103:08 3412792                   /lib/x86_64-linux-gnu/libpthread-2.27.so
7f45c03a1000-7f45c05a0000 ---p 0001a000 103:08 3412792                   /lib/x86_64-linux-gnu/libpthread-2.27.so
7f45c05a0000-7f45c05a1000 r--p 00019000 103:08 3412792                   /lib/x86_64-linux-gnu/libpthread-2.27.so
7f45c05a1000-7f45c05a2000 rw-p 0001a000 103:08 3412792                   /lib/x86_64-linux-gnu/libpthread-2.27.so
7f45c05a2000-7f45c05a6000 rw-p 00000000 00:00 0 
7f45c05a6000-7f45c05bd000 r-xp 00000000 103:08 3407878                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f45c05bd000-7f45c07bc000 ---p 00017000 103:08 3407878                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f45c07bc000-7f45c07bd000 r--p 00016000 103:08 3407878                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f45c07bd000-7f45c07be000 rw-p 00017000 103:08 3407878                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f45c07be000-7f45c095b000 r-xp 00000000 103:08 3407959                   /lib/x86_64-linux-gnu/libm-2.27.so
7f45c095b000-7f45c0b5a000 ---p 0019d000 103:08 3407959                   /lib/x86_64-linux-gnu/libm-2.27.so
7f45c0b5a000-7f45c0b5b000 r--p 0019c000 103:08 3407959                   /lib/x86_64-linux-gnu/libm-2.27.so
7f45c0b5b000-7f45c0b5c000 rw-p 0019d000 103:08 3407959                   /lib/x86_64-linux-gnu/libm-2.27.so
7f45c0b5c000-7f45c2917000 r-xp 00000000 103:08 4589970                   /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
7f45c2917000-7f45c2b16000 ---p 01dbb000 103:08 4589970                   /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
7f45c2b16000-7f45c2b8d000 r--p 01dba000 103:08 4589970                   /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
7f45c2b8d000-7f45c2bc8000 rw-p 01e31000 103:08 4589970                   /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
7f45c2bc8000-7f45c2cca000 rw-p 00000000 00:00 0 
7f45c2cca000-7f45c2cf1000 r-xp 00000000 103:08 3407888                   /lib/x86_64-linux-gnu/ld-2.27.so
7f45c2cf1000-7f45c2cf2000 rw-s 00000000 00:06 550                        /dev/nvidia0
7f45c2cf2000-7f45c2cf3000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2cf3000-7f45c2cf4000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2cf4000-7f45c2cf8000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2cf8000-7f45c2cf9000 rw-s 00000000 00:06 550                        /dev/nvidia0
7f45c2cf9000-7f45c2cfb000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2cfb000-7f45c2cff000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2cff000-7f45c2d03000 rw-p 00000000 00:00 0 
7f45c2d03000-7f45c2d83000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2d83000-7f45c2df7000 rw-p 00000000 00:00 0 
7f45c2df7000-7f45c2dfe000 r--s 00000000 103:08 4594121                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f45c2dfe000-7f45c2e11000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2e11000-7f45c2e51000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2e51000-7f45c2e71000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2e71000-7f45c2eb1000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2eb1000-7f45c2eb2000 rw-s 00000000 00:06 550                        /dev/nvidia0
7f45c2eb2000-7f45c2eb3000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2eb3000-7f45c2eb4000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2eb4000-7f45c2ec7000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2ec7000-7f45c2ec8000 rw-s 00000000 00:06 550                        /dev/nvidia0
7f45c2ec8000-7f45c2eca000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2eca000-7f45c2ecb000 rw-s 00000000 00:06 550                        /dev/nvidia0
7f45c2ecb000-7f45c2ecc000 rw-s 00000000 00:06 550                        /dev/nvidia0
7f45c2ecc000-7f45c2ecd000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2ecd000-7f45c2ed9000 rw-p 00000000 00:00 0 
7f45c2ed9000-7f45c2eda000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2eda000-7f45c2ede000 rw-p 00000000 00:00 0 
7f45c2ede000-7f45c2edf000 rw-s 00000000 00:18 11                         /dev/shm/mono.2006
7f45c2edf000-7f45c2ee3000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2ee3000-7f45c2ee4000 rw-s 00000000 00:06 550                        /dev/nvidia0
7f45c2ee4000-7f45c2ee6000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2ee6000-7f45c2eea000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2eea000-7f45c2eeb000 rw-s 00000000 00:06 550                        /dev/nvidia0
7f45c2eeb000-7f45c2eec000 rw-s 00000000 00:06 550                        /dev/nvidia0
7f45c2eec000-7f45c2eed000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2eed000-7f45c2eee000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2eee000-7f45c2eef000 rw-s 00000000 00:06 549                        /dev/nvidiactl
7f45c2eef000-7f45c2ef1000 rw-p 00000000 00:00 0 
7f45c2ef1000-7f45c2ef2000 r--p 00027000 103:08 3407888                   /lib/x86_64-linux-gnu/ld-2.27.so
7f45c2ef2000-7f45c2ef3000 rw-p 00028000 103:08 3407888                   /lib/x86_64-linux-gnu/ld-2.27.so
7f45c2ef3000-7f45c2ef4000 rw-p 00000000 00:00 0 
7ffe9bc8d000-7ffe9bc95000 ---p 00000000 00:00 0 
7ffe9c417000-7ffe9c48c000 rw-p 00000000 00:00 0                          [stack]
7ffe9c5ba000-7ffe9c5bd000 r--p 00000000 00:00 0                          [vvar]
7ffe9c5bd000-7ffe9c5bf000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

Native stacktrace:

    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so(+0xd7588) [0x7f45b8ebb588]
    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so(+0x5b75f) [0x7f45b8e3f75f]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x128a0) [0x7f45c03998a0]
    /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.450.51.06(+0x1277113) [0x7f45bb8ec113]
    /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.450.51.06(+0x1287167) [0x7f45bb8fc167]
    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so(+0x722a00) [0x7f45c127ea00]
    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so(+0x75c55e) [0x7f45c12b855e]
    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so(+0x726ff1) [0x7f45c1282ff1]
    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so(+0x752710) [0x7f45c12ae710]
    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so(+0x752297) [0x7f45c12ae297]
    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so(+0x69708c) [0x7f45c11f308c]
    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so(+0x69f72b) [0x7f45c11fb72b]
    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so(+0x695305) [0x7f45c11f1305]
    /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so(+0xa99d3a) [0x7f45c15f5d3a]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x76db) [0x7f45c038e6db]
    /lib/x86_64-linux-gnu/libc.so.6(clone+0x3f) [0x7f45c00b7a3f]

Debug info from gdb:

[New LWP 2008]
[New LWP 2009]
[New LWP 2010]
[New LWP 2011]
[New LWP 2012]
[New LWP 2013]
[New LWP 2014]
[New LWP 2015]
[New LWP 2016]
[New LWP 2017]
[New LWP 2018]
[New LWP 2019]
[New LWP 2020]
[New LWP 2021]
[New LWP 2022]
[New LWP 2023]
[New LWP 2024]
[New LWP 2025]
[New LWP 2026]
[New LWP 2027]
[New LWP 2028]
[New LWP 2029]
[New LWP 2030]
[New LWP 2031]
[New LWP 2032]
[New LWP 2033]
[New LWP 2034]
[New LWP 2036]
[New LWP 2037]
[New LWP 2038]
[New LWP 2039]
[New LWP 2040]
[New LWP 2041]
[New LWP 2042]
[New LWP 2043]
[New LWP 2044]
[New LWP 2046]
[New LWP 2047]
[New LWP 2048]
[New LWP 2049]
[New LWP 2050]
[New LWP 2051]
[New LWP 2075]
[New LWP 2076]
[New LWP 2077]
[New LWP 2078]
[New LWP 2079]
[New LWP 2257]
[New LWP 2468]
[New LWP 2469]
[New LWP 2565]
[New LWP 2584]
[New LWP 2585]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38  ../sysdeps/unix/sysv/linux/x86_64/syscall.S: No such file or directory.
  Id   Target Id         Frame 
* 1    Thread 0x7f45c2ed4740 (LWP 2006) "simulator" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  2    Thread 0x7f45bfb89700 (LWP 2008) "SDLTimer" 0x00007f45c03976e6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x1cdc300) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  3    Thread 0x7f45b88a0700 (LWP 2009) "Finalizer" 0x00007f45c03976e6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7f45b9349720) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  4    Thread 0x7f45b3a35700 (LWP 2010) "Job.Worker 0" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  5    Thread 0x7f45b3234700 (LWP 2011) "Job.Worker 1" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  6    Thread 0x7f45b2a33700 (LWP 2012) "Job.Worker 2" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  7    Thread 0x7f45b2232700 (LWP 2013) "Job.Worker 3" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  8    Thread 0x7f45b1a31700 (LWP 2014) "Job.Worker 4" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  9    Thread 0x7f45b1230700 (LWP 2015) "Job.Worker 5" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  10   Thread 0x7f45b0a2f700 (LWP 2016) "Job.Worker 6" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  11   Thread 0x7f44effff700 (LWP 2017) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  12   Thread 0x7f44ef7fe700 (LWP 2018) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  13   Thread 0x7f44eeffd700 (LWP 2019) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  14   Thread 0x7f44ee7fc700 (LWP 2020) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  15   Thread 0x7f44edffb700 (LWP 2021) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  16   Thread 0x7f44ed7fa700 (LWP 2022) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  17   Thread 0x7f44ecff9700 (LWP 2023) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  18   Thread 0x7f44ec7f8700 (LWP 2024) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  19   Thread 0x7f44ebff7700 (LWP 2025) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  20   Thread 0x7f44eb7f6700 (LWP 2026) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  21   Thread 0x7f44eaff5700 (LWP 2027) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  22   Thread 0x7f44ea7f4700 (LWP 2028) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  23   Thread 0x7f44e9ff3700 (LWP 2029) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  24   Thread 0x7f44e97f2700 (LWP 2030) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  25   Thread 0x7f44e8ff1700 (LWP 2031) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  26   Thread 0x7f44e87f0700 (LWP 2032) "Background Job." syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  27   Thread 0x7f44e7fef700 (LWP 2033) "Loading.AsyncRe" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  28   Thread 0x7f44e4b53700 (LWP 2034) "UnityGfxDeviceW" 0x00007f45c039924a in __waitpid (pid=2586, stat_loc=0x7f44e4b51374, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:30
  29   Thread 0x7f44e1a29700 (LWP 2036) "threaded-ml" 0x00007f45c00aacf9 in __GI___poll (fds=0x7f44b400a3c0, nfds=3, timeout=1072) at ../sysdeps/unix/sysv/linux/poll.c:29
  30   Thread 0x7f44e1228700 (LWP 2037) "simulator" 0x00007f45c03949f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x256546c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  31   Thread 0x7f45b004e700 (LWP 2038) "simulator" 0x00007f45c007aa30 in __GI___nanosleep (requested_time=requested_time@entry=0x7f45b004de90, remaining=remaining@entry=0x0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
  32   Thread 0x7f44e0682700 (LWP 2039) "Loading.Preload" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  33   Thread 0x7f4473293700 (LWP 2040) "simulator" 0x00007f45c03949f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x1ee8cb0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  34   Thread 0x7f4472e6a700 (LWP 2041) "SocketThreadv4(" 0x00007f45c00aacf9 in __GI___poll (fds=0x7f4444006670, nfds=1, timeout=1000) at ../sysdeps/unix/sysv/linux/poll.c:29
  35   Thread 0x7f4472c69700 (LWP 2042) "SocketThreadv6(" 0x00007f45c00aacf9 in __GI___poll (fds=0x7f44480022e0, nfds=1, timeout=1000) at ../sysdeps/unix/sysv/linux/poll.c:29
  36   Thread 0x7f4472a68700 (LWP 2043) "LogicThread" 0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f4472a67740, expected=0, futex_word=0x7f45b934a198) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
  37   Thread 0x7f44727fe700 (LWP 2044) "Timer-Scheduler" 0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f44727fce90, expected=0, futex_word=0x1ee67f0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
  38   Thread 0x7f44723fc700 (LWP 2046) "Thread Pool Wor" 0x00007f45c03949f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x1ee6a24) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  39   Thread 0x7f44721fb700 (LWP 2047) "Thread Pool Wor" 0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f44721fabe0, expected=0, futex_word=0x7f45b93460e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
  40   Thread 0x7f4471bda700 (LWP 2048) "Thread Pool Wor" 0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f4471bd9be0, expected=0, futex_word=0x7f45b93460e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
  41   Thread 0x7f44719d9700 (LWP 2049) "Thread Pool Wor" 0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f44719d8be0, expected=0, futex_word=0x7f45b93460e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
  42   Thread 0x7f4471439700 (LWP 2050) "Thread Pool Wor" 0x00007f45c03949f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x1ee8d20) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  43   Thread 0x7f4470b46700 (LWP 2051) "Thread Pool I/O" 0x00007f45c00aacf9 in __GI___poll (fds=0x7f44380c4620, nfds=9, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  44   Thread 0x7f4423fff700 (LWP 2075) "simulator" 0x00007f45c03949f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f4423ffee50) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  45   Thread 0x7f44237fe700 (LWP 2076) "EnlightenWorker" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  46   Thread 0x7f4422ffd700 (LWP 2077) "EnlightenWorker" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  47   Thread 0x7f44227fc700 (LWP 2078) "EnlightenWorker" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  48   Thread 0x7f4421ffb700 (LWP 2079) "EnlightenWorker" syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  49   Thread 0x7f44e5153700 (LWP 2257) "Thread Pool Wor" 0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f44e5152be0, expected=0, futex_word=0x7f45b93460e4) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
  50   Thread 0x7f447ffff700 (LWP 2468) "Thread Pool Wor" 0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f447fffebe0, expected=0, futex_word=0x7f45b93460e4) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
  51   Thread 0x7f447fdfe700 (LWP 2469) "Thread Pool Wor" 0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f447fdfdbe0, expected=0, futex_word=0x7f45b93460e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
  52   Thread 0x7f44725fd700 (LWP 2565) "Timer-Scheduler" 0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f44725fcb70, expected=0, futex_word=0x7f45b934a198) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
  53   Thread 0x7f447fbfd700 (LWP 2584) "Thread Pool Wor" 0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f447fbfcbe0, expected=0, futex_word=0x7f45b93460e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
  54   Thread 0x7f447f9fc700 (LWP 2585) "Thread Pool Wor" 0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f447f9fbbe0, expected=0, futex_word=0x7f45b93460e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142

Thread 54 (Thread 0x7f447f9fc700 (LWP 2585)):
#0  0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f447f9fbbe0, expected=0, futex_word=0x7f45b93460e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f447f9fbca0, mutex=0x7f45b9346088, cond=0x7f45b93460b8) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x7f45b93460b8, mutex=0x7f45b9346088, abstime=0x7f447f9fbca0) at pthread_cond_wait.c:667
#3  0x00007f45b9003e8e in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8f468c8 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fc8209 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b90298ab in GC_inner_start_routine () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b901e616 in GC_call_with_stack_base () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00007f45c038e6db in start_thread (arg=0x7f447f9fc700) at pthread_create.c:463
#9  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 53 (Thread 0x7f447fbfd700 (LWP 2584)):
#0  0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f447fbfcbe0, expected=0, futex_word=0x7f45b93460e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f447fbfcca0, mutex=0x7f45b9346088, cond=0x7f45b93460b8) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x7f45b93460b8, mutex=0x7f45b9346088, abstime=0x7f447fbfcca0) at pthread_cond_wait.c:667
#3  0x00007f45b9003e8e in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8f468c8 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fc8209 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b90298ab in GC_inner_start_routine () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b901e616 in GC_call_with_stack_base () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00007f45c038e6db in start_thread (arg=0x7f447fbfd700) at pthread_create.c:463
#9  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 52 (Thread 0x7f44725fd700 (LWP 2565)):
#0  0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f44725fcb70, expected=0, futex_word=0x7f45b934a198) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f44725fcc30, mutex=0x7f45b934a1a0, cond=0x7f45b934a170) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x7f45b934a170, mutex=0x7f45b934a1a0, abstime=0x7f44725fcc30) at pthread_cond_wait.c:667
#3  0x00007f45b9003e8e in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b900b4b5 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8f46f8f in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b8fc8209 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b90298ab in GC_inner_start_routine () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00007f45b901e616 in GC_call_with_stack_base () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#9  0x00007f45c038e6db in start_thread (arg=0x7f44725fd700) at pthread_create.c:463
#10 0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 51 (Thread 0x7f447fdfe700 (LWP 2469)):
#0  0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f447fdfdbe0, expected=0, futex_word=0x7f45b93460e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f447fdfdca0, mutex=0x7f45b9346088, cond=0x7f45b93460b8) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x7f45b93460b8, mutex=0x7f45b9346088, abstime=0x7f447fdfdca0) at pthread_cond_wait.c:667
#3  0x00007f45b9003e8e in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8f468c8 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fc8209 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b90298ab in GC_inner_start_routine () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b901e616 in GC_call_with_stack_base () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00007f45c038e6db in start_thread (arg=0x7f447fdfe700) at pthread_create.c:463
#9  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 50 (Thread 0x7f447ffff700 (LWP 2468)):
#0  0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f447fffebe0, expected=0, futex_word=0x7f45b93460e4) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f447fffeca0, mutex=0x7f45b9346088, cond=0x7f45b93460b8) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x7f45b93460b8, mutex=0x7f45b9346088, abstime=0x7f447fffeca0) at pthread_cond_wait.c:667
#3  0x00007f45b9003e8e in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8f468c8 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fc8209 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b90298ab in GC_inner_start_routine () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b901e616 in GC_call_with_stack_base () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00007f45c038e6db in start_thread (arg=0x7f447ffff700) at pthread_create.c:463
#9  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 49 (Thread 0x7f44e5153700 (LWP 2257)):
#0  0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f44e5152be0, expected=0, futex_word=0x7f45b93460e4) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f44e5152ca0, mutex=0x7f45b9346088, cond=0x7f45b93460b8) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x7f45b93460b8, mutex=0x7f45b9346088, abstime=0x7f44e5152ca0) at pthread_cond_wait.c:667
#3  0x00007f45b9003e8e in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8f468c8 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fc8209 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b90298ab in GC_inner_start_routine () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b901e616 in GC_call_with_stack_base () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00007f45c038e6db in start_thread (arg=0x7f44e5153700) at pthread_create.c:463
#9  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 48 (Thread 0x7f4421ffb700 (LWP 2079)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c1c9742e in Baselib_SystemFutex_Wait () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c121d383 in TUpdateFunction(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c038e6db in start_thread (arg=0x7f4421ffb700) at pthread_create.c:463
#5  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 47 (Thread 0x7f44227fc700 (LWP 2078)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c1c9742e in Baselib_SystemFutex_Wait () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c121d383 in TUpdateFunction(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c038e6db in start_thread (arg=0x7f44227fc700) at pthread_create.c:463
#5  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 46 (Thread 0x7f4422ffd700 (LWP 2077)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c1c9742e in Baselib_SystemFutex_Wait () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c121d383 in TUpdateFunction(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c038e6db in start_thread (arg=0x7f4422ffd700) at pthread_create.c:463
#5  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 45 (Thread 0x7f44237fe700 (LWP 2076)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c1c9742e in Baselib_SystemFutex_Wait () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c121d383 in TUpdateFunction(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c038e6db in start_thread (arg=0x7f44237fe700) at pthread_create.c:463
#5  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 44 (Thread 0x7f4423fff700 (LWP 2075)):
#0  0x00007f45c03949f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f4423ffee50) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x7f4423ffee00, cond=0x7f4423ffee28) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x7f4423ffee28, mutex=0x7f4423ffee00) at pthread_cond_wait.c:655
#3  0x00007f45c1f672e6 in Geo::Impl::WaitForMultipleObjects(unsigned int, Geo::Impl::t_HANDLE**, bool, int) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c1f6734c in Geo::Impl::WaitForSingleObject(Geo::Impl::t_HANDLE*, int) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c1f6738c in Geo::GeoEvent::Wait(unsigned int) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#6  0x00007f45c1f42405 in Enlighten::MultithreadCpuWorkerCommon::CommandThreadFunction(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#7  0x00007f45c038e6db in start_thread (arg=0x7f4423fff700) at pthread_create.c:463
#8  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 43 (Thread 0x7f4470b46700 (LWP 2051)):
#0  0x00007f45c00aacf9 in __GI___poll (fds=0x7f44380c4620, nfds=9, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f45b8fcb3c9 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#2  0x00007f45b8fcc363 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#3  0x00007f45b8fc8209 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b90298ab in GC_inner_start_routine () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b901e616 in GC_call_with_stack_base () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45c038e6db in start_thread (arg=0x7f4470b46700) at pthread_create.c:463
#7  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 42 (Thread 0x7f4471439700 (LWP 2050)):
#0  0x00007f45c03949f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x1ee8d20) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x1ee8cd0, cond=0x1ee8cf8) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x1ee8cf8, mutex=0x1ee8cd0) at pthread_cond_wait.c:655
#3  0x00007f45b9003da8 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8fdbd8a in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fdc83c in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b8fdcc81 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b8ff899a in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00000000401b813e in ?? ()
#9  0x0000000000000000 in ?? ()

Thread 41 (Thread 0x7f44719d9700 (LWP 2049)):
#0  0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f44719d8be0, expected=0, futex_word=0x7f45b93460e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f44719d8ca0, mutex=0x7f45b9346088, cond=0x7f45b93460b8) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x7f45b93460b8, mutex=0x7f45b9346088, abstime=0x7f44719d8ca0) at pthread_cond_wait.c:667
#3  0x00007f45b9003e8e in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8f468c8 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fc8209 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b90298ab in GC_inner_start_routine () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b901e616 in GC_call_with_stack_base () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00007f45c038e6db in start_thread (arg=0x7f44719d9700) at pthread_create.c:463
#9  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 40 (Thread 0x7f4471bda700 (LWP 2048)):
#0  0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f4471bd9be0, expected=0, futex_word=0x7f45b93460e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f4471bd9ca0, mutex=0x7f45b9346088, cond=0x7f45b93460b8) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x7f45b93460b8, mutex=0x7f45b9346088, abstime=0x7f4471bd9ca0) at pthread_cond_wait.c:667
#3  0x00007f45b9003e8e in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8f468c8 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fc8209 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b90298ab in GC_inner_start_routine () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b901e616 in GC_call_with_stack_base () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00007f45c038e6db in start_thread (arg=0x7f4471bda700) at pthread_create.c:463
#9  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 39 (Thread 0x7f44721fb700 (LWP 2047)):
#0  0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f44721fabe0, expected=0, futex_word=0x7f45b93460e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f44721faca0, mutex=0x7f45b9346088, cond=0x7f45b93460b8) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x7f45b93460b8, mutex=0x7f45b9346088, abstime=0x7f44721faca0) at pthread_cond_wait.c:667
#3  0x00007f45b9003e8e in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8f468c8 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fc8209 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b90298ab in GC_inner_start_routine () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b901e616 in GC_call_with_stack_base () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00007f45c038e6db in start_thread (arg=0x7f44721fb700) at pthread_create.c:463
#9  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 38 (Thread 0x7f44723fc700 (LWP 2046)):
#0  0x00007f45c03949f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x1ee6a24) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x1ee69d0, cond=0x1ee69f8) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x1ee69f8, mutex=0x1ee69d0) at pthread_cond_wait.c:655
#3  0x00007f45b9003da8 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8fdbd8a in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fdc83c in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b8fdcc81 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b8fdccf4 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00007f45b8fc8ce4 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#9  0x0000000040252815 in ?? ()
#10 0x00007f44714f4a00 in ?? ()
#11 0x00007f447155b360 in ?? ()
#12 0x00007f4471613b00 in ?? ()
#13 0xffffffffffffffff in ?? ()
#14 0x00007f4471613b00 in ?? ()
#15 0x00007f44723fb978 in ?? ()
#16 0x00007f44723fb550 in ?? ()
#17 0x00007f44723fb400 in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 37 (Thread 0x7f44727fe700 (LWP 2044)):
#0  0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f44727fce90, expected=0, futex_word=0x1ee67f0) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f44727fcf50, mutex=0x1ee67a0, cond=0x1ee67c8) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x1ee67c8, mutex=0x1ee67a0, abstime=0x7f44727fcf50) at pthread_cond_wait.c:667
#3  0x00007f45b9003e8e in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8fdbd8a in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fdc83c in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b8fdcc81 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b8fdccf4 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00007f45b8fc8ce4 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#9  0x0000000040252815 in ?? ()
#10 0x0000000000000003 in ?? ()
#11 0x00007f447c15c3c0 in ?? ()
#12 0x00007f447c1be5c0 in ?? ()
#13 0x0000000000001042 in ?? ()
#14 0x00007f442165d690 in ?? ()
#15 0x00007f4440002240 in ?? ()
#16 0x00007f44727fd790 in ?? ()
#17 0x00007f44727fd640 in ?? ()
#18 0x0000000000000000 in ?? ()

Thread 36 (Thread 0x7f4472a68700 (LWP 2043)):
#0  0x00007f45c0394ed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f4472a67740, expected=0, futex_word=0x7f45b934a198) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f4472a67800, mutex=0x7f45b934a1a0, cond=0x7f45b934a170) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x7f45b934a170, mutex=0x7f45b934a1a0, abstime=0x7f4472a67800) at pthread_cond_wait.c:667
#3  0x00007f45b9003e8e in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b900b4b5 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fc8c38 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00000000402076e6 in ?? ()
#7  0x00007f4473400b40 in ?? ()
#8  0x0000000000000000 in ?? ()

Thread 35 (Thread 0x7f4472c69700 (LWP 2042)):
#0  0x00007f45c00aacf9 in __GI___poll (fds=0x7f44480022e0, nfds=1, timeout=1000) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f45b8fb8dfe in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#2  0x0000000040206bb4 in ?? ()
#3  0x00007f4473400ba0 in ?? ()
#4  0x00007f44e01fcc80 in ?? ()
#5  0x00007f4473400c00 in ?? ()
#6  0x00007f44e058d5a0 in ?? ()
#7  0x0000000000000000 in ?? ()

Thread 34 (Thread 0x7f4472e6a700 (LWP 2041)):
#0  0x00007f45c00aacf9 in __GI___poll (fds=0x7f4444006670, nfds=1, timeout=1000) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f45b8fb8dfe in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#2  0x0000000040206bb4 in ?? ()
#3  0x00007f4473400c60 in ?? ()
#4  0x00007f44e01fcd80 in ?? ()
#5  0x00007f44e0598000 in ?? ()
#6  0x00007f44e058d690 in ?? ()
#7  0x0000000000000000 in ?? ()

Thread 33 (Thread 0x7f4473293700 (LWP 2040)):
#0  0x00007f45c03949f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x1ee8cb0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x1ee8c60, cond=0x1ee8c88) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x1ee8c88, mutex=0x1ee8c60) at pthread_cond_wait.c:655
#3  0x00007f45b9003da8 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8fdbd8a in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8fdc83c in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b8fdcc81 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b8ff899a in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00000000401b813e in ?? ()
#9  0x00007f44e0598cc0 in ?? ()
#10 0xffffffffffffffff in ?? ()
#11 0x00007f44e0537900 in ?? ()
#12 0xffffffffffffffff in ?? ()
#13 0x00007f44e0537900 in ?? ()
#14 0x00007f444c002240 in ?? ()
#15 0x00007f4473292630 in ?? ()
#16 0x00007f44732925a0 in ?? ()
#17 0x00007f44732925c0 in ?? ()
#18 0x00000000401b7e38 in ?? ()
#19 0x0000000000000000 in ?? ()

Thread 32 (Thread 0x7f44e0682700 (LWP 2039)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c1c9742e in Baselib_SystemFutex_Wait () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c157032a in PreloadManager::ProcessSingleOperation() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c157011f in PreloadManager::Run() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c1570076 in PreloadManager::Run(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#6  0x00007f45c038e6db in start_thread (arg=0x7f44e0682700) at pthread_create.c:463
#7  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 31 (Thread 0x7f45b004e700 (LWP 2038)):
#0  0x00007f45c007aa30 in __GI___nanosleep (requested_time=requested_time@entry=0x7f45b004de90, remaining=remaining@entry=0x0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
#1  0x00007f45c00ad977 in usleep (useconds=<optimized out>) at ../sysdeps/posix/usleep.c:32
#2  0x00007f45c1fcd2af in FMOD_OS_Time_Sleep(unsigned int) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1fc4970 in FMOD::Thread::callback(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c038e6db in start_thread (arg=0x7f45b004e700) at pthread_create.c:463
#5  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 30 (Thread 0x7f44e1228700 (LWP 2037)):
#0  0x00007f45c03949f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x256546c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x2563360, cond=0x2565440) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x2565440, mutex=0x2563360) at pthread_cond_wait.c:655
#3  0x00007f44e3f30a68 in pa_threaded_mainloop_wait () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#4  0x00007f44e414fd84 in pa_simple_write () from /usr/lib/x86_64-linux-gnu/libpulse-simple.so.0
#5  0x00007f45c1fd20c0 in FMOD::OutputPulseAudio::updateMixer() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#6  0x00007f45c1fc4949 in FMOD::Thread::callback(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#7  0x00007f45c038e6db in start_thread (arg=0x7f44e1228700) at pthread_create.c:463
#8  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 29 (Thread 0x7f44e1a29700 (LWP 2036)):
#0  0x00007f45c00aacf9 in __GI___poll (fds=0x7f44b400a3c0, nfds=3, timeout=1072) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f44e3f30481 in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#2  0x00007f44e3f21e40 in pa_mainloop_poll () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#3  0x00007f44e3f224d0 in pa_mainloop_iterate () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#4  0x00007f44e3f22560 in pa_mainloop_run () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#5  0x00007f44e3f303c9 in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#6  0x00007f44e3cd2318 in ?? () from /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#7  0x00007f45c038e6db in start_thread (arg=0x7f44e1a29700) at pthread_create.c:463
#8  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 28 (Thread 0x7f44e4b53700 (LWP 2034)):
#0  0x00007f45c039924a in __waitpid (pid=2586, stat_loc=0x7f44e4b51374, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:30
#1  0x00007f45b8ebb643 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#2  0x00007f45b8e3f75f in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#3  <signal handler called>
#4  0x00007f45bb8ec113 in ?? () from /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.450.51.06
#5  0x00007f45bb8fc167 in ?? () from /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.450.51.06
#6  0x00007f45c127ea00 in vk::Image::CreateImageViews(VkDevice_T*, VkComponentMapping, VkFormat, bool, VkFormat) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#7  0x00007f45c12b855e in vk::ImageManager::CreateImage(TextureDimension, int, VkExtent3D const&, GraphicsFormat, int, unsigned int, VkSampleCountFlagBits, vk::ImageMemory) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#8  0x00007f45c1282ff1 in vk::Texture::Create(vk::CommandBuffer*, TextureID, TextureDimension, int, VkExtent3D const&, GraphicsFormat, int, bool, VkSampleCountFlagBits, vk::ImageMemory) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#9  0x00007f45c12ae710 in vk::RenderSurface::CreateColorSurfaceImpl(vk::RenderSurface*, vk::CommandBuffer*, vk::ImageManager&, GraphicsFormat, VkExtent3D, int, bool, VkImage_T*, vk::Image*, vk::Image*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#10 0x00007f45c12ae297 in vk::RenderSurface::CreateColorSurfacePlatform(vk::RenderSurface*, vk::CommandBuffer*, vk::ImageManager&, GraphicsFormat, bool, VkImage_T*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#11 0x00007f45c11f308c in GfxDeviceWorker::RunCommand(ThreadedStreamBuffer&) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#12 0x00007f45c11fb72b in GfxDeviceWorker::RunExt(ThreadedStreamBuffer&) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#13 0x00007f45c11f1305 in GfxDeviceWorker::RunGfxDeviceWorker(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#14 0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#15 0x00007f45c038e6db in start_thread (arg=0x7f44e4b53700) at pthread_create.c:463
#16 0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 27 (Thread 0x7f44e7fef700 (LWP 2033)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c1c9742e in Baselib_SystemFutex_Wait () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c13efef2 in AsyncReadManagerThreaded::ThreadEntry() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c13efac6 in AsyncReadManagerThreaded::StaticThreadEntry(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44e7fef700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 26 (Thread 0x7f44e87f0700 (LWP 2032)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44e87f0700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 25 (Thread 0x7f44e8ff1700 (LWP 2031)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44e8ff1700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 24 (Thread 0x7f44e97f2700 (LWP 2030)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44e97f2700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 23 (Thread 0x7f44e9ff3700 (LWP 2029)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44e9ff3700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 22 (Thread 0x7f44ea7f4700 (LWP 2028)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44ea7f4700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 21 (Thread 0x7f44eaff5700 (LWP 2027)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44eaff5700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 20 (Thread 0x7f44eb7f6700 (LWP 2026)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44eb7f6700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 19 (Thread 0x7f44ebff7700 (LWP 2025)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44ebff7700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 18 (Thread 0x7f44ec7f8700 (LWP 2024)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44ec7f8700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 17 (Thread 0x7f44ecff9700 (LWP 2023)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44ecff9700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 16 (Thread 0x7f44ed7fa700 (LWP 2022)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44ed7fa700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 15 (Thread 0x7f44edffb700 (LWP 2021)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44edffb700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 14 (Thread 0x7f44ee7fc700 (LWP 2020)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44ee7fc700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 13 (Thread 0x7f44eeffd700 (LWP 2019)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44eeffd700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7f44ef7fe700 (LWP 2018)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44ef7fe700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 11 (Thread 0x7f44effff700 (LWP 2017)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f44effff700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7f45b0a2f700 (LWP 2016)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f45b0a2f700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 9 (Thread 0x7f45b1230700 (LWP 2015)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f45b1230700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 8 (Thread 0x7f45b1a31700 (LWP 2014)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f45b1a31700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7f45b2232700 (LWP 2013)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f45b2232700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 6 (Thread 0x7f45b2a33700 (LWP 2012)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f45b2a33700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7f45b3234700 (LWP 2011)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f45b3234700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7f45b3a35700 (LWP 2010)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c14608ea in CappedSemaphore::WaitForSignalImpl() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c15112ce in JobQueue::ProcessJobs(JobQueue::ThreadInfo*, void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c1510770 in JobQueue::WorkLoop(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15f5d3a in Thread::RunThreadWrapper(void*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c038e6db in start_thread (arg=0x7f45b3a35700) at pthread_create.c:463
#6  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f45b88a0700 (LWP 2009)):
#0  0x00007f45c03976e6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7f45b9349720) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  do_futex_wait (sem=sem@entry=0x7f45b9349720, abstime=0x0) at sem_waitcommon.c:111
#2  0x00007f45c03977d8 in __new_sem_wait_slow (sem=0x7f45b9349720, abstime=0x0) at sem_waitcommon.c:181
#3  0x00007f45b8ff6680 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#4  0x00007f45b8ff68af in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#5  0x00007f45b8ff6a04 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#6  0x00007f45b8fc8209 in ?? () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#7  0x00007f45b90298ab in GC_inner_start_routine () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#8  0x00007f45b901e616 in GC_call_with_stack_base () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/simulator_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so
#9  0x00007f45c038e6db in start_thread (arg=0x7f45b88a0700) at pthread_create.c:463
#10 0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f45bfb89700 (LWP 2008)):
#0  0x00007f45c03976e6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x1cdc300) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  do_futex_wait (sem=sem@entry=0x1cdc300, abstime=0x0) at sem_waitcommon.c:111
#2  0x00007f45c03977d8 in __new_sem_wait_slow (sem=0x1cdc300, abstime=0x0) at sem_waitcommon.c:181
#3  0x00007f45c1cc6300 in SDL_SemWaitTimeout_REAL () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c1cc6eba in SDL_TimerThread () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c1cc6981 in SDL_RunThread () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#6  0x00007f45c1cc64c8 in RunThread () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#7  0x00007f45c038e6db in start_thread (arg=0x7f45bfb89700) at pthread_create.c:463
#8  0x00007f45c00b7a3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f45c2ed4740 (LWP 2006)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f45c1c9742e in Baselib_SystemFutex_Wait () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#2  0x00007f45c11dadba in GfxDeviceClient::CreateGpuProgram(ShaderGpuProgramType, dynamic_array<unsigned char, 0ul> const&, CreateGpuProgramOutput&) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#3  0x00007f45c15bf92c in ShaderLab::SubProgram::Compile() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#4  0x00007f45c15c0983 in ShaderLab::Program::EnsureCompiledAndMarkUnsupportedIfFailed(ShaderLab::SubProgram const*, ShaderKeywordSet const&, ShaderKeywordSet*, ShaderSnippetResult&) const () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#5  0x00007f45c15c0d03 in ShaderLab::Program::GetMatchingSubProgram(Shader const*, ShaderLab::Pass const*, ShaderKeywordSet const&, unsigned int, ShaderKeywordSet*, ShaderSnippetResult&, bool, bool) const () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#6  0x00007f45c15c6126 in ShaderLab::ShaderState::FindSubProgramsToUse(Shader const*, ShaderLab::Pass const*, ShaderLab::SubPrograms&, ShaderPassContext const&, bool) const () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#7  0x00007f45c15c64e0 in ShaderLab::ShaderState::ApplyShaderState(unsigned int, ShaderPropertySheet const*, ShaderPassContext const&, Shader*, ShaderLab::Pass*, ShaderLab::SubPrograms*, DeviceRenderStateBlock const*) const () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#8  0x00007f45c15be43b in ShaderLab::Pass::ApplyPass(unsigned int, ShaderPropertySheet const*, ShaderPassContext&, Shader*, int, ShaderLab::GrabPasses const*, ShaderLab::SubPrograms*, DeviceRenderStateBlock const*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#9  0x00007f45c15a2736 in ApplyMaterialPassWithCache(SharedMaterialData const&, ShaderPassContext&, Shader*, ShaderLab::Pass*, int, bool, ShaderLab::GrabPasses const*, ShaderLab::SubPrograms*, DeviceRenderStateBlock const*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#10 0x00007f45c15a2a70 in ApplyMaterialPassAndKeywordsWithCache(SharedMaterialData const&, ShaderPassContext&, Shader*, ShaderLab::Pass*, int, bool, ShaderLab::GrabPasses const*, ShaderLab::SubPrograms*, DeviceRenderStateBlock const*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#11 0x00007f45c14ef29b in ScriptableBatchRenderer::ApplyShaderPass(ShaderPassContext&, SharedMaterialData const*, Shader*, ShaderLab::Pass*, int, bool, DeviceRenderStateBlock const*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#12 0x00007f45c14fbb81 in ScriptableRenderLoopDrawSRPBatcher(ScriptableLoopObjectData const*, unsigned long, SharedRendererScene const&, DrawRenderersCommand const&, ShaderPassContext&, GfxDevice&, int) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#13 0x00007f45c14fd18b in ScriptableRenderLoopDrawDispatch(ScriptableLoopObjectData const*, unsigned long, SharedRendererScene const&, DrawRenderersCommand const&, ShaderPassContext&, GfxDevice&, int) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#14 0x00007f45c1500046 in ScriptableRenderLoopJob(GfxDeviceAsyncCommand::ArgScratch*, GfxDeviceAsyncCommand::Arg const*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#15 0x00007f45c1665191 in GfxDevice::ExecuteAsync(int, void (*)(GfxDeviceAsyncCommand::ArgScratch*, GfxDeviceAsyncCommand::Arg const*), GfxDeviceAsyncCommand::ArgScratch**, GfxDeviceAsyncCommand::Arg const*, JobFence const&) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#16 0x00007f45c14fe65e in ExecuteDrawRenderersCommand(ScriptableRenderContextArg*) () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#17 0x00007f45c14f4d67 in ScriptableRenderContext::ExecuteScriptableRenderLoop() () from /home/runtao/Downloads/lgsvlsimulator-linux64-2020.06/UnityPlayer.so
#18 0x000000004041b89d in ?? ()
#19 0x0000000000000000 in ?? ()

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Caught fatal signal - signo:11 code:1 errno:0 addr:0x60
Obtained 14 stack frames.
#0  0x007f45c03998a0 in funlockfile
#1  0x007f45bb8ec113 in _nv043glcore
#2  0x007f45bb8fc167 in _nv043glcore
#3  0x007f45c127ea00 in vk::Image::CreateImageViews(VkDevice_T*, VkComponentMapping, VkFormat, bool, VkFormat)
#4  0x007f45c12b855e in vk::ImageManager::CreateImage(TextureDimension, int, VkExtent3D const&, GraphicsFormat, int, unsigned int, VkSampleCountFlagBits, vk::ImageMemory)
#5  0x007f45c1282ff1 in vk::Texture::Create(vk::CommandBuffer*, TextureID, TextureDimension, int, VkExtent3D const&, GraphicsFormat, int, bool, VkSampleCountFlagBits, vk::ImageMemory)
#6  0x007f45c12ae710 in vk::RenderSurface::CreateColorSurfaceImpl(vk::RenderSurface*, vk::CommandBuffer*, vk::ImageManager&, GraphicsFormat, VkExtent3D, int, bool, VkImage_T*, vk::Image*, vk::Image*)
#7  0x007f45c12ae297 in vk::RenderSurface::CreateColorSurfacePlatform(vk::RenderSurface*, vk::CommandBuffer*, vk::ImageManager&, GraphicsFormat, bool, VkImage_T*)
#8  0x007f45c11f308c in GfxDeviceWorker::RunCommand(ThreadedStreamBuffer&)
#9  0x007f45c11fb72b in GfxDeviceWorker::RunExt(ThreadedStreamBuffer&)
#10 0x007f45c11f1305 in GfxDeviceWorker::RunGfxDeviceWorker(void*)
#11 0x007f45c15f5d3a in Thread::RunThreadWrapper(void*)
#12 0x007f45c038e6db in start_thread
#13 0x007f45c00b7a3f in clone
martins-mozeiko commented 4 years ago

Crash on something like vk::Image::CreateImageViews most likely means that GPU is running out of memory. Unfortunately Unity likes to crash when it runs out of GPU memory instead of showing proper error message.

Try monitory GPU memory usage when BorregasAve is loading - run watch -n 0.1 nvidia-smi -q -d MEMORY in separate terminal. If you see free memory quickly approaching 0 - that's the problem.

Also try running with CubeTown or Single Lane Road maps - do they work? If yes, then your GPU doesn't have enough memory for BorregasAve.

InitialDuan commented 4 years ago

Crash on something like vk::Image::CreateImageViews most likely means that GPU is running out of memory. Unfortunately Unity likes to crash when it runs out of GPU memory instead of showing proper error message.

Try monitory GPU memory usage when BorregasAve is loading - run watch -n 0.1 nvidia-smi -q -d MEMORY in separate terminal. If you see free memory quickly approaching 0 - that's the problem.

Also try running with CubeTown or Single Lane Road maps - do they work? If yes, then your GPU doesn't have enough memory for BorregasAve.

Thank you so much! You are right, free memory quickly approaching 0 leads to a crash. And running with Single Lane Road map does not lead to a crash, but awaiting in the loading forever... Obviously my GPU doesn't have enough memory for lgsvl, even though it runs smoothly on my win10 with same hardware.