CTRL-Z and Undo button, broken Blender #39119

Closed
opened 2014-03-11 19:09:18 +01:00 by abraham castilla · 25 comments

System Information
Operating system: windows7
graphics card: nvidia geforce gtx 660 ti

Blender Version
Broken: 2.70 RC 19f7f9a,
Worked:

Short description of error
Ctrl+Z and undo button, broken blender in various screens working

Exact steps for others to reproduce the error
I can not attach. blend due to the weight of a video file (. avi, JPEG format, codec MJPG, Lossy compression mode)
I can not specify exactly all the steps, it was after a few hours. Roughly:

  • load and cut video sequence editor
  • load video in movie clip editor
  • tracking camera motion for escene, solve camera, and setup tracking scene
  • select new tracking object, process two marker track and Link Empty to Track
  • add planes for mask objects in 3dview
  • append model and rigging
  • add and parent poly curve to Empty Track (object)
  • add damped track constraint to poly curve (target Empty Track.001)
  • delete nodes and prepare composite and render Layers
  • processing renders
    *everything works fine, but in the process, repeatedly, blender closes without comment system or other warning screen, using the Undo button and press Ctrl+Z Keys.
**System Information** Operating system: windows7 graphics card: nvidia geforce gtx 660 ti **Blender Version** Broken: 2.70 RC 19f7f9a, Worked: **Short description of error** Ctrl+Z and undo button, broken blender in various screens working **Exact steps for others to reproduce the error** I can not attach. blend due to the weight of a video file (. avi, JPEG format, codec MJPG, Lossy compression mode) I can not specify exactly all the steps, it was after a few hours. Roughly: - load and cut video sequence editor - load video in movie clip editor - tracking camera motion for escene, solve camera, and setup tracking scene - select new tracking object, process two marker track and Link Empty to Track - add planes for mask objects in 3dview - append model and rigging - add and parent poly curve to Empty Track (object) - add damped track constraint to poly curve (target Empty Track.001) - delete nodes and prepare composite and render Layers - processing renders *everything works fine, but in the process, repeatedly, blender closes without comment system or other warning screen, using the Undo button and press Ctrl+Z Keys.

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @AbrahamCastilla

Added subscriber: @AbrahamCastilla

Added subscriber: @mont29

Added subscriber: @mont29

What you describe is an heavy work session… Saying it crash in that kind of case won’t help us troubleshooting the issue. If you can’t provide precise, simple steps to reproduce the crash, we can’t do much.

Also you say "it was after a few hours"… Did it happened once (or a few times), or is it an issue you can reproduce fairly easily? Because if it appears scarcely and randomly, it might be caused by pretty much anything (mem corruption, GPU issue, CPU issue, OS issue, Blender issue, whatever)…

What you describe is an heavy work session… Saying it crash in that kind of case won’t help us troubleshooting the issue. If you can’t provide precise, simple steps to reproduce the crash, we can’t do much. Also you say "it was after a few hours"… Did it happened once (or a few times), or is it an issue you can reproduce fairly easily? Because if it appears scarcely and randomly, it might be caused by pretty much anything (mem corruption, GPU issue, CPU issue, OS issue, Blender issue, whatever)…

sorry for the incomplete areas, it is the first time I report a bug with this interface, I had to put very clear and I preferred to leave it incomplete, to avoid confusion.
I just try:

with version 2.69 

in another pc with windows 8 and nvidia geforce 710M
no video files attached
and the bug persists.
I tried to repeat the steps, but as well there are many comets task.

I think I'd better upload the file for you can try

sorry for the incomplete areas, it is the first time I report a bug with this interface, I had to put very clear and I preferred to leave it incomplete, to avoid confusion. I just try: ``` with version 2.69 ``` in another pc with windows 8 and nvidia geforce 710M no video files attached and the bug persists. I tried to repeat the steps, but as well there are many comets task. I think I'd better upload the file for you can try

opens in the sequencer editor screen, this screen does not appear to be a problem.
but changing the movie clip editor or 3DView, if two or three steps are performed ...
to make multiple undo, blender closes.

opens in the sequencer editor screen, this screen does not appear to be a problem. but changing the movie clip editor or 3DView, if two or three steps are performed ... to make multiple undo, blender closes.

I’m sorry, but I could not get your file to crash for me…

I’m sorry, but I could not get your file to crash for me…

Added subscriber: @Sergey

Added subscriber: @Sergey

Can not reproduce the issue. Does it still happen with current builds from builder.blender.org?

Can not reproduce the issue. Does it still happen with current builds from builder.blender.org?

tested with the 2.70 release:
the problem persists only with the Movie clip editor
not happening in the 3Dview

tested with the 2.70 release: the problem persists only with the Movie clip editor not happening in the 3Dview

What are the exact steps reproducing the crash in MCE?

What are the exact steps reproducing the crash in MCE?

really are no steps, it is to perform various actions, no matter what.
I think it's very incomplete, difficult to define which step the error occurs, I make random steps and happens to make several Ctrl + Z. .. for example:
file-open, I'll MVE screen, move a track, and then Ctrl + Z performed several times ... there broken

really are no steps, it is to perform various actions, no matter what. I think it's very incomplete, difficult to define which step the error occurs, I make random steps and happens to make several Ctrl + Z. .. for example: file-open, I'll MVE screen, move a track, and then Ctrl + Z performed several times ... there broken

Added subscriber: @koilz

Added subscriber: @koilz

I was able to crash the file a few times.
Open file.
On the VSE set the Time Cursor forward to a different position LMB 3 times.
Then press Ctrl+Z 3 times.

Windows 7 32 bit.
AMD Radeon HD 7310M.
Blender 2.70 win 32 bit 19e627c.

I was able to crash the file a few times. Open file. On the VSE set the Time Cursor forward to a different position LMB 3 times. Then press Ctrl+Z 3 times. Windows 7 32 bit. AMD Radeon HD 7310M. Blender 2.70 win 32 bit 19e627c.

@AbrahamCastilla, do you also use 32bit windows?

@AbrahamCastilla, do you also use 32bit windows?

@Sergey , no.. my windows is 64 bits

@Sergey , no.. my windows is 64 bits

Added subscriber: @ThomasDinges

Added subscriber: @ThomasDinges

I'm unable to re-do the issue. @ThomasDinges, mind checking on windows?

I'm unable to re-do the issue. @ThomasDinges, mind checking on windows?

Added subscriber: @Calvin1602

Added subscriber: @Calvin1602

I can confirm the problem on Windows at least (Win7 64b, VS 1013, latest git tip)
It's the first time ever I look at Blender's source code, but it looks like it has nothing to do with videos or VSE.
One of the "Follow Track" constraints data was deleted and not set to NULL, and deleted again, thus crashing in BKE_constraint_free_data during the undo.

May it be related to the fact that there are 2 constraints with the same name ("Seguir rastro") ? I thought it should be "Seguir rastro" and "Seguir rastro.001" ?

I can confirm the problem on Windows at least (Win7 64b, VS 1013, latest git tip) It's the first time ever I look at Blender's source code, but it looks like it has nothing to do with videos or VSE. One of the "Follow Track" constraints data was deleted and not set to NULL, and deleted again, thus crashing in BKE_constraint_free_data during the undo. May it be related to the fact that there are 2 constraints with the same name ("Seguir rastro") ? I thought it should be "Seguir rastro" and "Seguir rastro.001" ?
Thomas Dinges was assigned by Sergey Sharybin 2014-05-19 18:10:25 +02:00

@ThomasDinges, can you test it on windows and if you'll find .blernd with exact steps which crashes for you re-assign to me? Backtraces could also help.

@ThomasDinges, can you test it on windows and if you'll find .blernd with exact steps which crashes for you re-assign to me? Backtraces could also help.
Thomas Dinges removed their assignment 2014-06-07 09:19:07 +02:00

Spend 5 minutes on this, tried various actions, moved around objects, vse strips etc, then multiple Undo operations. No crash. Tested with 918f6a4 on Windows 7 x64.

Spend 5 minutes on this, tried various actions, moved around objects, vse strips etc, then multiple Undo operations. No crash. Tested with 918f6a4 on Windows 7 x64.

The issue reported can't be reproduced so far, and has been moved to the BF Blender: Unconfirmed project.
If 2 other people aren't able to redo the bug after 2 weeks, it will be closed.

We appreciate the effort that goes into making bug reports, but to be able to fix bugs we have to be able to redo them.
If there is anything you can provide to help others to reproduce the problem, be sure to include it.

The issue reported can't be reproduced so far, and has been moved to the *BF Blender: Unconfirmed* project. If 2 other people aren't able to redo the bug after 2 weeks, it will be closed. We appreciate the effort that goes into making bug reports, but to be able to fix bugs we have to be able to redo them. If there is anything you can provide to help others to reproduce the problem, be sure to include it.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2014-10-16 16:44:58 +02:00

Time to archive, thanks for the report anyway.

Time to archive, thanks for the report anyway.
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#39119
No description provided.