Crash using operator panel with quick smoke #55048

Closed
opened 2018-05-13 09:32:41 +02:00 by Tim Roberts · 8 comments

System Information
system-info.txt

Blender Version
Broken: 2.79.4 c84b8d4801
Worked: (optional)

Short description of error
Blender is crashing when using operator panel or F6 to change quick smoke from smoke to fire or smoke+fire
Exact steps for others to reproduce the error

  • With default scene, add quick smoke to cube.
  • F6/operator panel to change smoke style to fire or smoke+fire (choosing smoke causes crash as well)
  • Crash
    blender.crash.txt
    terminal_session.txt
**System Information** [system-info.txt](https://archive.blender.org/developer/F3355456/system-info.txt) **Blender Version** Broken: 2.79.4 c84b8d48019 Worked: (optional) **Short description of error** Blender is crashing when using operator panel or F6 to change quick smoke from smoke to fire or smoke+fire **Exact steps for others to reproduce the error** - With default scene, add quick smoke to cube. - F6/operator panel to change smoke style to fire or smoke+fire (choosing smoke causes crash as well) - Crash [blender.crash.txt](https://archive.blender.org/developer/F3355514/blender.crash.txt) [terminal_session.txt](https://archive.blender.org/developer/F3355519/terminal_session.txt)
Author

Added subscriber: @Timaroberts

Added subscriber: @Timaroberts

Added subscriber: @LukasZiechmann

Added subscriber: @LukasZiechmann

It doesn't crash for me - but if I switch to smoke+fire the scene freezes for a fraction of a second and in the console the following is printed:

loadTile: No noise tile '/tmp/blender_oVxHhr/noise.wavelets' found.
Generating new 3d noise tile size=128^3
saveTile: Noise tile file '/tmp/blender_oVxHhr/noise.wavelets' saved.
Generating new 3d noise done

So I guess there goes something wrong while opening/saving this noise.wavelets file - maybe your system runs out of memory, but definitely something a developer should have a look at.

It doesn't crash for me - but if I switch to smoke+fire the scene freezes for a fraction of a second and in the console the following is printed: loadTile: No noise tile '/tmp/blender_oVxHhr/noise.wavelets' found. Generating new 3d noise tile size=128^3 saveTile: Noise tile file '/tmp/blender_oVxHhr/noise.wavelets' saved. Generating new 3d noise done So I guess there goes something wrong while opening/saving this noise.wavelets file - maybe your system runs out of memory, but definitely something a developer should have a look at.
Member

Added subscribers: @ideasman42, @lichtwerk

Added subscribers: @ideasman42, @lichtwerk
Campbell Barton was assigned by Philipp Oeser 2018-05-13 12:16:55 +02:00
Member

@LukasZiechmann: What you are seeing is actually nothing to worry about afaik. Did you test this in master? Or 2.79 official release?

Because in master there is indeed a real crash, relating to the UNDO refactor:

1  mesh_undosys_step_decode           editmesh_undo.c      768   0x1c6b0ac 
2  undosys_step_decode                undo_system.c        174   0x276d121 
3  BKE_undosys_step_undo_with_data_ex undo_system.c        529   0x276e628 
4  BKE_undosys_step_undo_with_data    undo_system.c        544   0x276e75c 
5  ed_undo_step                       ed_undo.c            126   0x186d711 
6  ED_undo_pop_op                     ed_undo.c            189   0x186d8ee 
7  ED_undo_operator_repeat            ed_undo.c            344   0x186de08 

In BKE_undosys_step_undo_with_data() the UndoStep is still "Quick Smoke"
but gets changed in BKE_undosys_step_undo_with_data_ex() to "Enter Editmode"
Then in mesh_undosys_step_decode() the MeshUndoStepObject->obedit_ref.ptr is NULL

We have a couple of reports relating to the UNDO refactor (I should really familiarize with the system more), but for now assigning to @ideasman42

@LukasZiechmann: btw: I sometimes forget this myself, but note that it's always best to have someone to assign the report to when you triage as "confirmed" (otherwise chances are higher the report gets skipped in searches)

@LukasZiechmann: What you are seeing is actually nothing to worry about afaik. Did you test this in master? Or 2.79 official release? Because in master there is indeed a real crash, relating to the UNDO refactor: ``` 1 mesh_undosys_step_decode editmesh_undo.c 768 0x1c6b0ac 2 undosys_step_decode undo_system.c 174 0x276d121 3 BKE_undosys_step_undo_with_data_ex undo_system.c 529 0x276e628 4 BKE_undosys_step_undo_with_data undo_system.c 544 0x276e75c 5 ed_undo_step ed_undo.c 126 0x186d711 6 ED_undo_pop_op ed_undo.c 189 0x186d8ee 7 ED_undo_operator_repeat ed_undo.c 344 0x186de08 ``` In `BKE_undosys_step_undo_with_data()` the UndoStep is still "Quick Smoke" but gets changed in `BKE_undosys_step_undo_with_data_ex()` to "Enter Editmode" Then in `mesh_undosys_step_decode()` the MeshUndoStepObject->obedit_ref.ptr is NULL We have a couple of reports relating to the UNDO refactor (I should really familiarize with the system more), but for now assigning to @ideasman42 @LukasZiechmann: btw: I sometimes forget this myself, but note that it's always best to have someone to assign the report to when you triage as "confirmed" (otherwise chances are higher the report gets skipped in searches)

@lichtwerk : Sorry - Yes, I just tested it with the 2.79b-official release where it works fine. And I didn't know I was allowed to just assign confirmed bugs to someone - I guess always to the relevant module owner, right? Thanks for pointing all this out!

@lichtwerk : Sorry - Yes, I just tested it with the 2.79b-official release where it works fine. And I didn't know I was allowed to just assign confirmed bugs to someone - I guess always to the relevant module owner, right? Thanks for pointing all this out!

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Fixed 9636cab009

Fixed 9636cab009
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
4 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#55048
No description provided.