VSE scene proxy crash #53792

Closed
opened 2018-01-15 16:28:52 +01:00 by ChristopherAnderssarian · 8 comments

I'm submitting this as a To Do because I'm guessing this is an incomplete feature.

System Information
Windows 7 Ultimate, 64-bit, 32GB, 5960x, Nvidia Quadro FX 1800 (Primary) & GeForce 9800 GTX+ (Secondary)
Graphics Tablet: Wacom Bamboo Model: CTF-430 Driver Version 5.2.4-5

VM
Ubuntu Linux (ubuntu-17.10-desktop-amd64) w/ Virtual Box Version 5.2.4 r119785 (Qt5.6.2))

Blender Version
Broken: (2.79)
Worked: (N/A)

Short description of error
Proxy render crash when building scene proxy.

Exact steps for others to reproduce the error

If you can't play the videos in your web browser, right-click the video --> copy link address (or equivalent) and play it in a media player like VLC.

blender-2.79.0 dbcc17 windows64
2018-01-14_17-37-56.mp4

blender-2.79-40dbf2fc000
2018-01-14_17-44-47.mp4

I managed to get the proxy rendered on my Lenovo T520 but my Lenovo X220 beeped when I started the proxy render:

Lenovo X220:
2018-01-14 23-26-42.mp4
The folder structure blender outputs is... well see for yourself (Main System)

Capture.PNG
This is the result after multiple failed attempts at building a proxy at different resolution percentages (with overwrite enabled)

Proxy folder:
Proxy.zip

Blender File:
VSE_Proxy_UI_glitch.blend

As mentioned before I'm not too sure is this is a bug or an incomplete feature.

I'm submitting this as a *To Do* because I'm guessing this is an incomplete feature. **System Information** Windows 7 Ultimate, 64-bit, 32GB, 5960x, Nvidia Quadro FX 1800 (Primary) & GeForce 9800 GTX+ (Secondary) Graphics Tablet: Wacom Bamboo Model: CTF-430 Driver Version 5.2.4-5 **VM** Ubuntu Linux (ubuntu-17.10-desktop-amd64) w/ Virtual Box Version 5.2.4 r119785 (Qt5.6.2)) **Blender Version** Broken: (2.79) Worked: (N/A) **Short description of error** Proxy render crash when building scene proxy. **Exact steps for others to reproduce the error** If you can't play the videos in your web browser, right-click the video --> copy link address (or equivalent) and play it in a media player like VLC. blender-2.79.0 dbcc17 windows64 [2018-01-14_17-37-56.mp4](https://archive.blender.org/developer/F1829216/2018-01-14_17-37-56.mp4) blender-2.79-40dbf2fc000 [2018-01-14_17-44-47.mp4](https://archive.blender.org/developer/F1829218/2018-01-14_17-44-47.mp4) I managed to get the proxy rendered on my Lenovo T520 but my Lenovo X220 beeped when I started the proxy render: Lenovo X220: [2018-01-14 23-26-42.mp4](https://archive.blender.org/developer/F1839172/2018-01-14_23-26-42.mp4) The folder structure blender outputs is... well see for yourself (Main System) ![Capture.PNG](https://archive.blender.org/developer/F1838958/Capture.PNG) This is the result after multiple failed attempts at building a proxy at different resolution percentages (with overwrite enabled) Proxy folder: [Proxy.zip](https://archive.blender.org/developer/F1838971/Proxy.zip) Blender File: [VSE_Proxy_UI_glitch.blend](https://archive.blender.org/developer/F1839188/VSE_Proxy_UI_glitch.blend) As mentioned before I'm not too sure is this is a bug or an incomplete feature.

Added subscriber: @ChristopherAnderssarian

Added subscriber: @ChristopherAnderssarian
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Not sure about the folderstructure (I dont see that here)
But I can confirm a crash

First note:

1   je_huge_salloc                                                        0x7ffff19b0261 
2   free                                                                  0x7ffff1982023 
3   MEM_lockfree_freeN                       mallocn_lockfree_impl.c 164  0x3135b40      
4   imb_freerectfloatImBuf                   allocimbuf.c            111  0x2e9006c      
5   IMB_freeImBuf                            allocimbuf.c            216  0x2e90470      
6   BKE_sequencer_preprocessed_cache_cleanup seqcache.c              200  0x2beabbd      
7   BKE_sequencer_cache_cleanup              seqcache.c              139  0x2bea94c      
8   BKE_sequencer_all_free_anim_ibufs        sequencer.c             5669 0x2c13043      
9   do_render_all_options                    pipeline.c              2822 0x2356063      
10  RE_BlenderFrame                          pipeline.c              3251 0x2357295      
11  seq_render_scene_strip                   sequencer.c             3348 0x2c0cf0e      
12  do_render_strip_uncached                 sequencer.c             3494 0x2c0d73f      
13  seq_render_strip                         sequencer.c             3614 0x2c0dc93      
14  seq_proxy_build_frame                    sequencer.c             1830 0x2c089b9      
15  BKE_sequencer_proxy_rebuild              sequencer.c             2046 0x2c0924a      
16  proxy_startjob                           sequencer_edit.c        156  0x1d9a50c      
17  do_job_thread                            wm_jobs.c               337  0x1cc9a85      
18  tslot_thread_start                       threads.c               253  0x2f4b189      
19  start_thread                                                          0x7ffff04ec61b 
20  clone                                                                 0x7ffff001591f 
... <More> 
Not sure about the folderstructure (I dont see that here) But I can confirm a crash First note: ``` 1 je_huge_salloc 0x7ffff19b0261 2 free 0x7ffff1982023 3 MEM_lockfree_freeN mallocn_lockfree_impl.c 164 0x3135b40 4 imb_freerectfloatImBuf allocimbuf.c 111 0x2e9006c 5 IMB_freeImBuf allocimbuf.c 216 0x2e90470 6 BKE_sequencer_preprocessed_cache_cleanup seqcache.c 200 0x2beabbd 7 BKE_sequencer_cache_cleanup seqcache.c 139 0x2bea94c 8 BKE_sequencer_all_free_anim_ibufs sequencer.c 5669 0x2c13043 9 do_render_all_options pipeline.c 2822 0x2356063 10 RE_BlenderFrame pipeline.c 3251 0x2357295 11 seq_render_scene_strip sequencer.c 3348 0x2c0cf0e 12 do_render_strip_uncached sequencer.c 3494 0x2c0d73f 13 seq_render_strip sequencer.c 3614 0x2c0dc93 14 seq_proxy_build_frame sequencer.c 1830 0x2c089b9 15 BKE_sequencer_proxy_rebuild sequencer.c 2046 0x2c0924a 16 proxy_startjob sequencer_edit.c 156 0x1d9a50c 17 do_job_thread wm_jobs.c 337 0x1cc9a85 18 tslot_thread_start threads.c 253 0x2f4b189 19 start_thread 0x7ffff04ec61b 20 clone 0x7ffff001591f ... <More> ```

Added subscriber: @AditiaA.Pratama

Added subscriber: @AditiaA.Pratama

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
ChristopherAnderssarian self-assigned this 2019-01-12 23:20:15 +01:00

Well the crash and folder structure are "fixed" so... marking as resolved.
See 6535f668b4
Also see #54259

Well the crash and folder structure are "fixed" so... marking as resolved. See 6535f668b4 Also see #54259

Added subscriber: @iss

Added subscriber: @iss

Proxies for scene strips should be replaced by cache dumping system, so I would also close this.
This is because cache system will manage validity of a frame, so we can do minimal necessary rebuild instead of manual re-render.

Proxies for scene strips should be replaced by cache dumping system, so I would also close this. This is because cache system will manage validity of a frame, so we can do minimal necessary rebuild instead of manual re-render.
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
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#53792
No description provided.