Motion Tracking curve deletion crashes blender 2.8 Beta #58773

Closed
opened 2018-12-05 08:38:15 +01:00 by Juris Kolangs · 12 comments

System Information
Fedora 29 with Nvidia 1070 GPU

Blender Version
2.80 Beta Linux 64 bit
December 05, 03:55:37 - d59c4c9d61

Short description of error
Crashing when deleting curve from Motion Tracking.
Do some basic tracking but when try to delete some tracking curves - sometimes crash happens (not allways but mostly crashes)

from tracking_test.crash.txt

# Blender 2.80 (sub 35), Commit date: 2018-12-05 03:23, Hash d59c4c9d61a
bpy.ops.clip.open(directory="/mnt/media/Projects/Eximus/Workshop/Week Two/assets/", files=[{"name":"VID_20181204_135147.mp4", "name":"VID_20181204_135147.mp4"}], relative_path=True)  # Operator
bpy.ops.clip.detect_features()  # Operator
bpy.ops.clip.graph_delete_curve()  # Operator
bpy.ops.clip.graph_delete_curve()  # Operator
bpy.ops.clip.solve_camera()  # Operator
Some data failed to reconstruct (see console for details)  # Warning
bpy.ops.clip.solve_camera()  # Operator
Some data failed to reconstruct (see console for details)  # Warning
bpy.ops.clip.graph_delete_curve()  # Operator
bpy.ops.clip.graph_delete_curve()  # Operator
bpy.ops.clip.graph_delete_curve()  # Operator

# backtrace
./blender(BLI_system_backtrace+0x1d) [0x1b8284d]
./blender() [0x114f5c9]
/lib64/libpthread.so.0(+0x13070) [0x7f819596e070]
./blender(clip_draw_dopesheet_main+0x3a0) [0x1264b40]
./blender() [0x1256dfa]
./blender(ED_region_do_draw+0x811) [0x1446bf1]
./blender(wm_draw_update+0x441) [0x1151e21]
./blender(WM_main+0x30) [0x114ffe0]
./blender(main+0x31e) [0x10b5e0e]
/lib64/libc.so.6(__libc_start_main+0xf3) [0x7f81955a4413]
./blender(_start+0x2a) [0x114c0aa]
**System Information** Fedora 29 with Nvidia 1070 GPU **Blender Version** 2.80 Beta Linux 64 bit December 05, 03:55:37 - d59c4c9d61a **Short description of error** Crashing when deleting curve from Motion Tracking. Do some basic tracking but when try to delete some tracking curves - sometimes crash happens (not allways but mostly crashes) from tracking_test.crash.txt ``` # Blender 2.80 (sub 35), Commit date: 2018-12-05 03:23, Hash d59c4c9d61a bpy.ops.clip.open(directory="/mnt/media/Projects/Eximus/Workshop/Week Two/assets/", files=[{"name":"VID_20181204_135147.mp4", "name":"VID_20181204_135147.mp4"}], relative_path=True) # Operator bpy.ops.clip.detect_features() # Operator bpy.ops.clip.graph_delete_curve() # Operator bpy.ops.clip.graph_delete_curve() # Operator bpy.ops.clip.solve_camera() # Operator Some data failed to reconstruct (see console for details) # Warning bpy.ops.clip.solve_camera() # Operator Some data failed to reconstruct (see console for details) # Warning bpy.ops.clip.graph_delete_curve() # Operator bpy.ops.clip.graph_delete_curve() # Operator bpy.ops.clip.graph_delete_curve() # Operator # backtrace ./blender(BLI_system_backtrace+0x1d) [0x1b8284d] ./blender() [0x114f5c9] /lib64/libpthread.so.0(+0x13070) [0x7f819596e070] ./blender(clip_draw_dopesheet_main+0x3a0) [0x1264b40] ./blender() [0x1256dfa] ./blender(ED_region_do_draw+0x811) [0x1446bf1] ./blender(wm_draw_update+0x441) [0x1151e21] ./blender(WM_main+0x30) [0x114ffe0] ./blender(main+0x31e) [0x10b5e0e] /lib64/libc.so.6(__libc_start_main+0xf3) [0x7f81955a4413] ./blender(_start+0x2a) [0x114c0aa] ```
Author

Added subscriber: @Aiduss

Added subscriber: @Aiduss
Member

Added subscriber: @JacquesLucke

Added subscriber: @JacquesLucke
Member

Could you please share an example .blend file that we can use to reproduce the bug?

Could you please share an example .blend file that we can use to reproduce the bug?
Author

Here is Blend and Video file used ... tracking_test.blend VID_20181205_105136.mp4
However i have tried several times with clean blend and different video file - same result, can delete one or two curves max then freeze - crash.

Here is Blend and Video file used ... [tracking_test.blend](https://archive.blender.org/developer/F5832540/tracking_test.blend) [VID_20181205_105136.mp4](https://archive.blender.org/developer/F5832543/VID_20181205_105136.mp4) However i have tried several times with clean blend and different video file - same result, can delete one or two curves max then freeze - crash.
Author

Ohhh really weird, just found pattern:

  1. When i open directly file tracking_test.blend - looks like everything is fine , can delete without crash
  2. First open blender and from splash menu open last used - in my case tracking_test.blend and problem appears.

Really strange, crash happens when you first open blender then file, and works fine when you directly open file from nautilus in my case.

Ohhh really weird, just found pattern: 1. When i open directly file tracking_test.blend - looks like everything is fine , can delete without crash 2. First open blender and from splash menu open last used - in my case tracking_test.blend and problem appears. Really strange, crash happens when you first open blender then file, and works fine when you directly open file from nautilus in my case.
Member

Hmmm, I can't reproduce it right now. Maybe I just don't know exactly what I'm doing. Could you make a short video in which you show exactly what you do to make it crash?

Hmmm, I can't reproduce it right now. Maybe I just don't know exactly what I'm doing. Could you make a short video in which you show exactly what you do to make it crash?
Author

Ok ill try to do some cinema :) here : VID_20181205_124828.mp4

Ok ill try to do some cinema :) here : [VID_20181205_124828.mp4](https://archive.blender.org/developer/F5832735/VID_20181205_124828.mp4)
Author

So the terminal output : https://paste.gnome.org/pp3ewezst
And yet another screencast : 2018-12-05 13-22-59.flv

So the terminal output : https://paste.gnome.org/pp3ewezst And yet another screencast : [2018-12-05 13-22-59.flv](https://archive.blender.org/developer/F5832974/2018-12-05_13-22-59.flv)
Author

run blender with --debug-all
https://pastebin.com/0tahEC5X

run blender with --debug-all https://pastebin.com/0tahEC5X

Added subscriber: @sebastian_k

Added subscriber: @sebastian_k

I can reproduce this as well. I open the tracking_test.blend file from above, select any Marker, hit X to delete: -> CRASH.
Here's the log from --debug-all: http://pasteall.org/1402918

I can reproduce this as well. I open the tracking_test.blend file from above, select any Marker, hit X to delete: -> CRASH. Here's the log from --debug-all: http://pasteall.org/1402918

Closed as duplicate of #62321

Closed as duplicate of #62321
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#58773
No description provided.