VR scene inspector openXR crash #98087

Closed
opened 2022-05-13 09:53:43 +02:00 by Jakob Kriele · 4 comments

System Information
Operating system: Linux-5.4.0-109-generic-x86_64-with-glibc2.31 64 Bits
Graphics card: AMD Radeon RX 570 Series (polaris10, LLVM 14.0.1, DRM 3.35, 5.4.0-109-generic) AMD 4.6 (Core Profile) Mesa 22.0.3 - kisak-mesa PPA

Blender Version
Broken: version: 3.1.2, branch: master, commit date: 2022-03-31 17:40, hash: blender/blender@cc66d1020c
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: VR Scene Inspection (0, 10, 0)
Author: Julian Eisel (Severin), Sebastian Koenig, Peter Kim (muxed-reality)

Short description of error
immediate crash, launching via console results in nothing related being output there as it crashes

crash dump:

# Blender 3.1.2, Commit date: 2022-03-31 17:40, Hash cc66d1020c3b

# backtrace
/home/user/.steam/debian-installation/steamapps/common/Blender/blender(BLI_system_backtrace+0x20) [0xb340860]
/home/user/.steam/debian-installation/steamapps/common/Blender/blender() [0x113106d]
/lib/x86_64-linux-gnu/libc.so.6(+0x43090) [0x7fa4679ee090]
/home/user/.steam/debian-installation/steamapps/common/Blender/blender(immAttr2f+0x54) [0x9dc8194]
/home/user/.steam/debian-installation/steamapps/common/Blender/blender(immVertex2f+0x9) [0x9dc8539]
/home/user/.steam/debian-installation/steamapps/common/Blender/blender(ED_region_do_draw+0xb7e) [0x1a6b76e]
/home/user/.steam/debian-installation/steamapps/common/Blender/blender(wm_draw_update+0x533) [0x156f873]
/home/user/.steam/debian-installation/steamapps/common/Blender/blender(WM_main+0x30) [0x156cdc0]
/home/user/.steam/debian-installation/steamapps/common/Blender/blender(main+0x31d) [0x101c4bd]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fa4679cf083]
/home/user/.steam/debian-installation/steamapps/common/Blender/blender() [0x112d97c]

# Python backtrace

Exact steps for others to reproduce the error

  1. a) start any Blender project (tried default generic, as well as a couple others)
  b) start Steam VR
  1. click on "Start VR Session"
  2. Watch Blender freeze for a second, and then crash.
**System Information** Operating system: Linux-5.4.0-109-generic-x86_64-with-glibc2.31 64 Bits Graphics card: AMD Radeon RX 570 Series (polaris10, LLVM 14.0.1, DRM 3.35, 5.4.0-109-generic) AMD 4.6 (Core Profile) Mesa 22.0.3 - kisak-mesa PPA **Blender Version** Broken: version: 3.1.2, branch: master, commit date: 2022-03-31 17:40, hash: `blender/blender@cc66d1020c` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: VR Scene Inspection (0, 10, 0) Author: Julian Eisel (Severin), Sebastian Koenig, Peter Kim (muxed-reality) **Short description of error** immediate crash, launching via console results in nothing related being output there as it crashes crash dump: ``` # Blender 3.1.2, Commit date: 2022-03-31 17:40, Hash cc66d1020c3b # backtrace /home/user/.steam/debian-installation/steamapps/common/Blender/blender(BLI_system_backtrace+0x20) [0xb340860] /home/user/.steam/debian-installation/steamapps/common/Blender/blender() [0x113106d] /lib/x86_64-linux-gnu/libc.so.6(+0x43090) [0x7fa4679ee090] /home/user/.steam/debian-installation/steamapps/common/Blender/blender(immAttr2f+0x54) [0x9dc8194] /home/user/.steam/debian-installation/steamapps/common/Blender/blender(immVertex2f+0x9) [0x9dc8539] /home/user/.steam/debian-installation/steamapps/common/Blender/blender(ED_region_do_draw+0xb7e) [0x1a6b76e] /home/user/.steam/debian-installation/steamapps/common/Blender/blender(wm_draw_update+0x533) [0x156f873] /home/user/.steam/debian-installation/steamapps/common/Blender/blender(WM_main+0x30) [0x156cdc0] /home/user/.steam/debian-installation/steamapps/common/Blender/blender(main+0x31d) [0x101c4bd] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fa4679cf083] /home/user/.steam/debian-installation/steamapps/common/Blender/blender() [0x112d97c] # Python backtrace ``` **Exact steps for others to reproduce the error** 1. a) start any Blender project (tried default generic, as well as a couple others) ``` b) start Steam VR ``` 2. click on "Start VR Session" 3. Watch Blender freeze for a second, and then crash.
Author

Added subscriber: @jackik

Added subscriber: @jackik
Member

Added subscriber: @muxed-reality

Added subscriber: @muxed-reality
Member

Thanks for the report. This is probably the same issue as #92723, which does not have a solution available now, although one was proposed in D13576.

Thanks for the report. This is probably the same issue as #92723, which does not have a solution available now, although one was proposed in [D13576](https://archive.blender.org/developer/D13576).
Member

Closed as duplicate of #92723

Closed as duplicate of #92723
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#98087
No description provided.