Working with curves crashes Blender 2.8 #56016

Closed
opened 2018-07-17 16:33:22 +02:00 by Carsten Peter Kraushaar · 13 comments

System Information
macOS 10.13.6 / Radeon Pro 460 4096 MB

Blender Version
Broken: 2.8 alpha
Worked: 2.8 pre-alpha

Short description of error
Blender crashes every time I add or duplicate a curve.

Exact steps for others to reproduce the error

  • open Blender
  • add curve
  • crash
**System Information** macOS 10.13.6 / Radeon Pro 460 4096 MB **Blender Version** Broken: 2.8 alpha Worked: 2.8 pre-alpha **Short description of error** Blender crashes every time I add or duplicate a curve. **Exact steps for others to reproduce the error** - open Blender - add curve - crash

Added subscriber: @carpe23

Added subscriber: @carpe23

Added subscriber: @mont29

Added subscriber: @mont29

Cannot confirm that here on linux (debian64 testing), with latest blender2.8 branch. Please either retry with next available build (iirc, OS X builds are on hold currently due to changing the buildbot), and/or provide more info on how to reproduce the issue (like draw mode you are using, etc. - that’s why we always request a .blend file!).

Cannot confirm that here on linux (debian64 testing), with latest blender2.8 branch. Please either retry with next available build (iirc, OS X builds are on hold currently due to changing the buildbot), and/or provide more info on how to reproduce the issue (like draw mode you are using, etc. - that’s why we always request a .blend file!).

I just built Blender 2.8 on my machine (MacBookPro 15'' 2017) and tested the latest version.
Adding a curve still crashes Blender.
On my other machine (win64) Blender 2.8 works great. It's only happening on macOS.
Here is my error report:

Process: blender [3534]
Path: /Users/USER/*/blender.app/Contents/MacOS/blender
Identifier: org.blenderfoundation.blender
Version: 2.80 (2.80 2018-07-17, Blender Foundation)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: blender [3534]
User ID: 501

Date/Time: 2018-07-17 16:51:38.876 +0200
OS Version: Mac OS X 10.13.6 (17G65)
Report Version: 12
Bridge OS Version: 3.0 (14Y664)
Anonymous UUID: A0D8A34D-C4EF-E805-3AF9-73A2CEB4F14A

Time Awake Since Boot: 5200 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]

VM Regions Near 0:

__TEXT 000000010279d000-0000000107f81000 [ 87.9M] r-x/rwx SM=COW /Users/USER/*/blender.app/Contents/MacOS/blender

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 org.blenderfoundation.blender 0x0000000102e5e3fb DRW_displist_indexbuf_calc_triangles_in_order_split_by_material + 91
1 org.blenderfoundation.blender 0x0000000102e5d91b DRW_curve_batch_cache_get_surface_shaded + 347
2 org.blenderfoundation.blender 0x0000000102ea2f6f workbench_deferred_solid_cache_populate + 1167
3 org.blenderfoundation.blender 0x0000000102e72fef DRW_draw_render_loop_ex + 959
4 org.blenderfoundation.blender 0x00000001029c7c1c view3d_main_region_draw + 124
5 org.blenderfoundation.blender 0x0000000102bd93cc ED_region_do_draw + 396
6 org.blenderfoundation.blender 0x00000001028dceb6 wm_draw_update + 1526
7 org.blenderfoundation.blender 0x00000001028db040 WM_main + 48
8 org.blenderfoundation.blender 0x00000001028d708c main + 972
9 libdyld.dylib 0x00007fff56eee015 start + 1

Here is my StartUp-blend-file:
startup.blend

I hope this helps figuring out, what's wrong.

I just built Blender 2.8 on my machine (MacBookPro 15'' 2017) and tested the latest version. Adding a curve still crashes Blender. On my other machine (win64) Blender 2.8 works great. It's only happening on macOS. Here is my error report: Process: blender [3534] Path: /Users/USER/*/blender.app/Contents/MacOS/blender Identifier: org.blenderfoundation.blender Version: 2.80 (2.80 2018-07-17, Blender Foundation) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: blender [3534] User ID: 501 Date/Time: 2018-07-17 16:51:38.876 +0200 OS Version: Mac OS X 10.13.6 (17G65) Report Version: 12 Bridge OS Version: 3.0 (14Y664) Anonymous UUID: A0D8A34D-C4EF-E805-3AF9-73A2CEB4F14A Time Awake Since Boot: 5200 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [0] VM Regions Near 0: - > __TEXT 000000010279d000-0000000107f81000 [ 87.9M] r-x/rwx SM=COW /Users/USER/*/blender.app/Contents/MacOS/blender Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 org.blenderfoundation.blender 0x0000000102e5e3fb DRW_displist_indexbuf_calc_triangles_in_order_split_by_material + 91 1 org.blenderfoundation.blender 0x0000000102e5d91b DRW_curve_batch_cache_get_surface_shaded + 347 2 org.blenderfoundation.blender 0x0000000102ea2f6f workbench_deferred_solid_cache_populate + 1167 3 org.blenderfoundation.blender 0x0000000102e72fef DRW_draw_render_loop_ex + 959 4 org.blenderfoundation.blender 0x00000001029c7c1c view3d_main_region_draw + 124 5 org.blenderfoundation.blender 0x0000000102bd93cc ED_region_do_draw + 396 6 org.blenderfoundation.blender 0x00000001028dceb6 wm_draw_update + 1526 7 org.blenderfoundation.blender 0x00000001028db040 WM_main + 48 8 org.blenderfoundation.blender 0x00000001028d708c main + 972 9 libdyld.dylib 0x00007fff56eee015 start + 1 Here is my StartUp-blend-file: [startup.blend](https://archive.blender.org/developer/F3978853/startup.blend) I hope this helps figuring out, what's wrong.

Added subscriber: @s12a

Added subscriber: @s12a

I can replicate on this configuration:

Windows 10 Pro 64 bit (1803)
AMD Radeon RX480 4GB with Radeon Software 18.7.1
Blender 2.8 Alpha a28fd8fee2

Just doing this causes Blender to crash on my configuration:

  1. Load factory settings
  2. Shift-A -> Add Curve -> Bezier

Probably significant information: this does not seem limited to curves, but also Nurbs surfaces, Metaballs and Text, i.e. any geometry object that is not a 3D mesh.

I can replicate on this configuration: Windows 10 Pro 64 bit (1803) AMD Radeon RX480 4GB with Radeon Software 18.7.1 Blender 2.8 Alpha a28fd8fee2f Just doing this causes Blender to crash on my configuration: 1) Load factory settings 2) `Shift-A` -> Add Curve -> Bezier **Probably significant information**: this does not seem limited to curves, but also Nurbs surfaces, Metaballs and Text, i.e. any geometry object that is not a 3D mesh.

Added subscriber: @MaxRichter

Added subscriber: @MaxRichter

I can replicate on:

macOS High Sierra, Version 10.13.6

MacBook Pro (Retina, 15-inch, Mid 2015)

Latest Blender version compiled from blender2.8 branch

Steps:

  1. Open Blender through terminal
  2. Load Factory Settings
  3. Add any Curve, object, or append or link any curve object

Crash Reports:

/tmp/blender.crash.txt

https://pastebin.com/raw/VjCcCqK5

System Report

https://pastebin.com/raw/jeBQLzKx

EDIT: moved reports to pastebin

I can replicate on: macOS High Sierra, Version 10.13.6 MacBook Pro (Retina, 15-inch, Mid 2015) Latest Blender version compiled from blender2.8 branch **Steps:** 1. Open Blender through terminal 2. Load Factory Settings 3. Add any Curve, object, or append or link any curve object **Crash Reports:** */tmp/blender.crash.txt* https://pastebin.com/raw/VjCcCqK5 *System Report* https://pastebin.com/raw/jeBQLzKx EDIT: moved reports to pastebin

On the latest Blender 2.80 local build on Windows 10 64bit 8a42b3909f I found that while I cannot create them without the program crashing, I can display and tweak Curves and Text created under 2.79, but not Surfaces. Here is an attached file to quickly test this, made with Blender 2.79.

2018-07-20-curvetest.blend

On the latest Blender 2.80 local build on Windows 10 64bit 8a42b3909f3 I found that while I cannot *create* them without the program crashing, I can display and tweak Curves and Text created under 2.79, but not Surfaces. Here is an attached file to quickly test this, made with Blender 2.79. [2018-07-20-curvetest.blend](https://archive.blender.org/developer/F3998581/2018-07-20-curvetest.blend)
Jeroen Bakker was assigned by Bastien Montagne 2018-07-26 10:28:08 +02:00

Added subscriber: @Jeroen-Bakker

Added subscriber: @Jeroen-Bakker

Looks like a drawing code issue, @Jeroen-Bakker mind checking on that one? Thanks.

Looks like a drawing code issue, @Jeroen-Bakker mind checking on that one? Thanks.

This issue was referenced by d6ff778780

This issue was referenced by d6ff77878039a5c3848482c6a82ff626d4b3872c

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
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
6 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#56016
No description provided.