Bugzilla – Bug 2478
Windows: with an empty rules list in "Extended Import" prefs - Tab or Home crashes Audacity
Last modified: 2020-06-22 08:29:46 UTC
On Windows with an empty rules list in "Extended Import" preferences - using Tab or Home, when in the table for the list of rules, crashes Audacity. Note that an empty list is the default state for Audacity - and note that once the table has been populated with at least one rule then the crash does not subsequently occur. This is not a regression - this goes all the way back to 2.0.0 which is when we introduced the preferences pane foe "Extended Import". This does not occur on Mac or Linux. See also Bug #1512 and Bug #442 (both FIXED and closed) which may be close cousins, or distant relatives at least.
Fix in: https://github.com/audacity/audacity/commit/e7e27aa
Testing on W10 with Audacity 2.4.2 e7e27aa 1) an improvement as step 6.1 tabbing through now works OK 2) But Step 6.2 using Home or Ctrl+Home still crashes Audacity
(In reply to Peter Sampson from comment #2) > Testing on W10 with Audacity 2.4.2 e7e27aa > > 1) an improvement as step 6.1 tabbing through now works OK > > 2) But Step 6.2 using Home or Ctrl+Home still crashes Audacity I can't get 6.2 to crash. What am I doing wrong?
(In reply to Leland Lucius from comment #3) >I can't get 6.2 to crash. What am I doing wrong? Extended Import Prefs Tab, Tab, Home => Crash (consistent every time)
(In reply to Peter Sampson from comment #4) > (In reply to Leland Lucius from comment #3) > >I can't get 6.2 to crash. What am I doing wrong? > > Extended Import Prefs > Tab, Tab, Home > => Crash (consistent every time) How in Hades did I miss that?!?!?! I've been tabbing and homing like crazy and never hit it. Looking at it...
(In reply to Leland Lucius from comment #5) > (In reply to Peter Sampson from comment #4) > > (In reply to Leland Lucius from comment #3) > > >I can't get 6.2 to crash. What am I doing wrong? > > > > Extended Import Prefs > > Tab, Tab, Home > > => Crash (consistent every time) > > How in Hades did I miss that?!?!?! I've been tabbing and homing like crazy > and never hit it. Looking at it... This was a bug in wxWidgets and was fixed in: https://github.com/wxWidgets/wxWidgets/pull/1719 I've applied it to our wxWidgets version, but since this doesn't trigger a build, I fixed the off-by-one check reported by Henric Jungheim to force a new Audacity build. The build can be found here: https://github.com/audacity/audacity/actions/runs/136439980
(In reply to Leland Lucius from comment #6) Testing on W10 with Audacity 2.4.2 456177a this now works fine - the Home key (and Ctrl+Home) when used in the empty list no longer causes the crash