https://bugs.kde.org/show_bug.cgi?id=442545

Eric Jiang <erji...@alumni.iu.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED
                 CC|                            |erji...@alumni.iu.edu
           Assignee|j...@kdenlive.org             |erji...@alumni.iu.edu

--- Comment #1 from Eric Jiang <erji...@alumni.iu.edu> ---
Confirmed, crash still exists in latest master (1d451a315). Crash is only when
creating a new project with 0 video tracks. It doesn't seem to crash if you
create a new project with video tracks but then delete them.

At timelinecontroller.cpp:2579, m_activeTrack == 3 and we try to
getTrackPosition(3), leading to a failed assertion, Q_ASSERT(isTrack(trackId)),
and an out of range bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to