Getting segfault when trying to extrude a loop #83093

Closed
opened 2020-11-27 09:14:30 +01:00 by Jan · 5 comments

System Information
Operating system: Linux Debian bullseye/sid, 5.9.0-3-amd64 #1 SMP Debian 5.9.9-1 (2020-11-19) x86_64 GNU/Linux
Graphics card: VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)

Blender Version
Broken: 2.83.5
Worked: not sure
Python: version: 3.9.0+ (default, Oct 19 2020, 09:51:18) [GCC 10.2.0]

Short description of error
Whenever I try to extrude anything, blender crashes with a segfault. I was just about to create a minimalistic file only to find out, that it does not matter. In Object edit mode anytime I press E to extrude, blender segfaults. Also tried starting blender with factory settings and just trying to extrude the sample cube that is displayed by default behind the splash screen.

Since this is such a blocker, I assume the cause will have something to do with my setup.

Exact steps for others to reproduce the error

  1. Start blender.
  2. Click on the splash screen to close it.
  3. Select the sample cube (or any object for that matter).
  4. Press Tab to enter object edit mode.
  5. Press 3 and select a face of the cube.
  6. Press E to extrude.

Expected result: the selected face is extruded.

Actual result: blender crashes with a segfault.

console output

$ blender --factory-startup
Read blend: /home/janvojt/workspace/models/reverse-bowden.blend
Writing: /tmp/reverse-bowden.crash.txt
Segmentation fault
$ cat /tmp/reverse-bowden.crash.txt
# Blender 2.83.5, Unknown revision

# backtrace
blender(BLI_system_backtrace+0x33) [0x563bd4b1ce23]
blender(+0xef13cd) [0x563bd26d63cd]
/lib/x86_64-linux-gnu/libc.so.6(+0x3bcc0) [0x7fa8d09c6cc0]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(PyEval_ReleaseLock+0x15) [0x7fa8d2fad645]
blender(BPY_thread_save+0x25) [0x563bd46c59b5]
blender(+0x13d1ee2) [0x563bd2bb6ee2]
blender(RNA_function_call+0x12) [0x563bd2b6bf52]
blender(+0x14e7629) [0x563bd2ccc629]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyObject_MakeTpCall+0x90) [0x7fa8d2ed0bd0]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x8622) [0x7fa8d2e832d2]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0x6f023) [0x7fa8d2e7a023]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x78bd) [0x7fa8d2e8256d]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0x1a450c) [0x7fa8d2faf50c]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyFunction_Vectorcall+0x9d) [0x7fa8d2ec9e6d]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyObject_FastCallDictTstate+0x53) [0x7fa8d2ed2903]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyObject_Call_Prepend+0xe0) [0x7fa8d2ed2b20]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0x12ed89) [0x7fa8d2f39d89]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyObject_MakeTpCall+0x90) [0x7fa8d2ed0bd0]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x8622) [0x7fa8d2e832d2]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0x6f023) [0x7fa8d2e7a023]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x78bd) [0x7fa8d2e8256d]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0x6f023) [0x7fa8d2e7a023]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0xca4b8) [0x7fa8d2ed54b8]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x78bd) [0x7fa8d2e8256d]
/usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0x6f023) [0x7fa8d2e7a023]
blender(+0x14e7d7d) [0x563bd2cccd7d]
blender(+0x14c351b) [0x563bd2ca851b]
blender(+0x11a9c3f) [0x563bd298ec3f]
blender(+0x11ace68) [0x563bd2991e68]
blender(+0x11ae121) [0x563bd2993121]
blender(+0x11ae64c) [0x563bd299364c]
blender(wm_event_do_handlers+0x818) [0x563bd2994238]
blender(WM_main+0x20) [0x563bd298a530]
blender(main+0x2c2) [0x563bd2687302]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xea) [0x7fa8d09b1cca]
blender(_start+0x2a) [0x563bd26d29da]
**System Information** Operating system: Linux Debian bullseye/sid, 5.9.0-3-amd64 #1 SMP Debian 5.9.9-1 (2020-11-19) x86_64 GNU/Linux Graphics card: VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06) **Blender Version** Broken: 2.83.5 Worked: not sure Python: version: 3.9.0+ (default, Oct 19 2020, 09:51:18) [GCC 10.2.0] **Short description of error** Whenever I try to extrude anything, blender crashes with a segfault. I was just about to create a minimalistic file only to find out, that it does not matter. In Object edit mode anytime I press E to extrude, blender segfaults. Also tried starting blender with factory settings and just trying to extrude the sample cube that is displayed by default behind the splash screen. Since this is such a blocker, I assume the cause will have something to do with my setup. **Exact steps for others to reproduce the error** 1. Start blender. 2. Click on the splash screen to close it. 3. Select the sample cube (or any object for that matter). 4. Press Tab to enter object edit mode. 5. Press 3 and select a face of the cube. 6. Press E to extrude. Expected result: the selected face is extruded. Actual result: blender crashes with a segfault. **console output** ``` $ blender --factory-startup Read blend: /home/janvojt/workspace/models/reverse-bowden.blend Writing: /tmp/reverse-bowden.crash.txt Segmentation fault $ cat /tmp/reverse-bowden.crash.txt # Blender 2.83.5, Unknown revision # backtrace blender(BLI_system_backtrace+0x33) [0x563bd4b1ce23] blender(+0xef13cd) [0x563bd26d63cd] /lib/x86_64-linux-gnu/libc.so.6(+0x3bcc0) [0x7fa8d09c6cc0] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(PyEval_ReleaseLock+0x15) [0x7fa8d2fad645] blender(BPY_thread_save+0x25) [0x563bd46c59b5] blender(+0x13d1ee2) [0x563bd2bb6ee2] blender(RNA_function_call+0x12) [0x563bd2b6bf52] blender(+0x14e7629) [0x563bd2ccc629] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyObject_MakeTpCall+0x90) [0x7fa8d2ed0bd0] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x8622) [0x7fa8d2e832d2] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0x6f023) [0x7fa8d2e7a023] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x78bd) [0x7fa8d2e8256d] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0x1a450c) [0x7fa8d2faf50c] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyFunction_Vectorcall+0x9d) [0x7fa8d2ec9e6d] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyObject_FastCallDictTstate+0x53) [0x7fa8d2ed2903] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyObject_Call_Prepend+0xe0) [0x7fa8d2ed2b20] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0x12ed89) [0x7fa8d2f39d89] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyObject_MakeTpCall+0x90) [0x7fa8d2ed0bd0] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x8622) [0x7fa8d2e832d2] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0x6f023) [0x7fa8d2e7a023] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x78bd) [0x7fa8d2e8256d] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0x6f023) [0x7fa8d2e7a023] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0xca4b8) [0x7fa8d2ed54b8] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(_PyEval_EvalFrameDefault+0x78bd) [0x7fa8d2e8256d] /usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0(+0x6f023) [0x7fa8d2e7a023] blender(+0x14e7d7d) [0x563bd2cccd7d] blender(+0x14c351b) [0x563bd2ca851b] blender(+0x11a9c3f) [0x563bd298ec3f] blender(+0x11ace68) [0x563bd2991e68] blender(+0x11ae121) [0x563bd2993121] blender(+0x11ae64c) [0x563bd299364c] blender(wm_event_do_handlers+0x818) [0x563bd2994238] blender(WM_main+0x20) [0x563bd298a530] blender(main+0x2c2) [0x563bd2687302] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xea) [0x7fa8d09b1cca] blender(_start+0x2a) [0x563bd26d29da] ```
Author

Added subscriber: @thegeko

Added subscriber: @thegeko

Closed as duplicate of #81688

Closed as duplicate of #81688

Added subscriber: @rjg

Added subscriber: @rjg

Some Linux distribution incorrectly compiled Blender with Python 3.9. The official Blender build of 2.83.5 doesn't use Python 3.9, because it's not compatible due to the use of PyEval_ReleaseLock(). Please use the official version from our release page .

Some Linux distribution incorrectly compiled Blender with Python 3.9. The official Blender build of 2.83.5 doesn't use Python 3.9, because it's not compatible due to the use of `PyEval_ReleaseLock()`. Please use the official version from our [release page ](https://download.blender.org/release/Blender2.83/).

Note the current version of Blender is 2.91 and the most recent corrective release of 2.83 LTS is 2.83.9.

Note the current version of Blender is 2.91 and the most recent corrective release of 2.83 LTS is 2.83.9.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
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#83093
No description provided.