VSE: Ensure text offset x1 is never larger than x2 #111302

Closed
Lucas Tadeu wants to merge 1 commits from Yup_Lucas/blender:Yup_Lucas/vse-fix-calculate_seq_text_offsets into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Contributor

Commit the bug is present in: 5a8cb665e01d1fa057a96bd1143cd6728d93132f

When you scroll all the way to the right side of the sequencer,
x1 can become larger than x2 due to the addition of
scroller_vert_xoffs
.

When that happens, the assertion inside UI_view2d_view_to_region_rcti_clip
is triggered and causes blender to crash.

This change just clamps the value of x1 to the value of x2 to ensure the
assertion is never triggered.

Video reproduction of the issue

Xcode stack trace when the crash happens

Looking at the image below you can see that the value of xmin is larger than that of xmax
Stack trace in Xcode

Commit the bug is present in: `5a8cb665e01d1fa057a96bd1143cd6728d93132f` When you scroll all the way to the right side of the sequencer, `x1` can become larger than `x2` due to the [addition of `scroller_vert_xoffs`](https://projects.blender.org/blender/blender/src/commit/5a8cb665e01d1fa057a96bd1143cd6728d93132f/source/blender/editors/space_sequencer/sequencer_draw.cc#L1225-L1227). When that happens, the assertion inside `UI_view2d_view_to_region_rcti_clip` is triggered and causes blender to crash. This change just clamps the value of x1 to the value of x2 to ensure the assertion is never triggered. ## Video reproduction of the issue <video src="/attachments/33390215-4e40-4e07-9046-de91260ae49d" title="bug repro.mov" controls></video> ## Xcode stack trace when the crash happens Looking at the image below you can see that the value of `xmin` is larger than that of `xmax` ![Stack trace in Xcode](/attachments/4808c440-593a-4f18-abea-532e314bd081)
Lucas Tadeu added 1 commit 2023-08-19 19:35:17 +02:00
e785b8abf2 VSE: Ensure text offset x1 is never larger than x2
When you scroll all the way to the right side of the sequencer,
`x1` can become larger than `x2` due to the addition of
`scroller_vert_xoffs`.

When that happens, the assertion inside `UI_view2d_view_to_region_rcti_clip`
is triggered and causes blender to crash.

This change just clamps the value of x1 to the value of x2 to ensure the
assertion is never triggered.
Lucas Tadeu requested review from Richard Antalik 2023-08-19 19:35:52 +02:00
Richard Antalik approved these changes 2023-08-21 17:37:17 +02:00

Technically the fix is correct, but I think, that adding scroller_vert_xoffs is still from 2.79 and could be removed instead. Indeed this was implemented in 3d1138840c where scrollers were on the other side, so I will just remove this offset instead.
Sorry, was bit too fast accepting this. Will close instead. Thanks for patch anyway.

Technically the fix is correct, but I think, that adding `scroller_vert_xoffs` is still from 2.79 and could be removed instead. Indeed this was implemented in 3d1138840c9e44384d773a1786c4c8893571f20b where scrollers were on the other side, so I will just remove this offset instead. Sorry, was bit too fast accepting this. Will close instead. Thanks for patch anyway.
Richard Antalik closed this pull request 2023-08-21 18:00:43 +02:00

For reference, committed 9269afda59 instead

For reference, committed 9269afda59482fd6c48e1e6a76026845d763cc5a instead

Pull request closed

Sign in to join this conversation.
No reviewers
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
2 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#111302
No description provided.