You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storing a reference to a parent ComponentContainer causes an infinite loop in the recursive shift/unshift handling. The implicit recursion is convenient but dangerous.
Workaround: Don't store references to parent ComponentContainer as a member.
Reported by: uklotzde
Date: 2020-05-27T22:01:49Z
Status: Fix Released
Importance: High
Launchpad Issue: lp1881027
Tags: controllers
In 2.3 my MC6000MK2 is almost unusable. Pressing shift triggers an infinite recursion. 2 message boxes appear in short succession:
1st message box:
Uncaught exception at line 524 in file /tmp/mixxx/res/controllers/midi-components-0.0.js.
Exception:
RangeError: Maximum call stack size exceeded.
Backtrace:
2nd message box:
Uncaught exception at line 139 in file /tmp/mixxx/res/controllers/midi-components-0.0.js.
Exception:
RangeError: Maximum call stack size exceeded.
Backtrace:
I have no idea where to start the analysis? 2.2 works flawlessly.
The text was updated successfully, but these errors were encountered: