You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godot v4.4.dev (cee5f8e31) - Fedora Linux 41 (Workstation Edition) on Wayland - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 Ti (nvidia; 565.77) - Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (16 threads)
Issue description
Running a project with debug collisions enabled causes a crash. Number of physics bodies does not seem to matter, it will crash even when there are none. Crash does not occur with GodotPhysics3D.
Thread 1 "godot.linuxbsd." received signal SIGILL, Illegal instruction.
0x0000000002ec03ef in CowData<Vector3>::get (this=<optimized out>, p_index=<optimized out>) at ./core/templates/cowdata.h:219
219 CRASH_BAD_INDEX(p_index, size());
0 in CowData<Vector3>::get of ./core/templates/cowdata.h:219
1 in Vector<Vector3>::operator[] of ./core/templates/vector.h:101
2 in Viewport::_notification of scene/main/viewport.cpp:641
3 in Viewport::_notificationv of ./scene/main/viewport.h:96
4 in Window::_notificationv of scene/main/window.h:45
5 in Object::notification of core/object/object.cpp:874
6 in SceneTree::_process_group of scene/main/scene_tree.cpp:1049
7 in SceneTree::_process of scene/main/scene_tree.cpp:1136
8 in SceneTree::physics_process of scene/main/scene_tree.cpp:533
9 in Main::iteration of main/main.cpp:4449
10 in OS_LinuxBSD::run of platform/linuxbsd/os_linuxbsd.cpp:962
11 in main of platform/linuxbsd/godot_linuxbsd.cpp:85
Steps to reproduce
Make a main scene; crash occurs regardless of scene root type
Switch to JoltPhysics3D
Enable Debug > Visible Collision Shapes
Run project
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered:
Tested versions
System information
Godot v4.4.dev (cee5f8e31) - Fedora Linux 41 (Workstation Edition) on Wayland - X11 display driver, Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 Ti (nvidia; 565.77) - Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz (16 threads)
Issue description
Running a project with debug collisions enabled causes a crash. Number of physics bodies does not seem to matter, it will crash even when there are none. Crash does not occur with GodotPhysics3D.
Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: