Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: System.ArgumentException: Destination array was not long enough #13768

Closed
yaira2 opened this issue Nov 9, 2023 · 0 comments · Fixed by #13770
Closed

Bug: System.ArgumentException: Destination array was not long enough #13768

yaira2 opened this issue Nov 9, 2023 · 0 comments · Fixed by #13770
Labels
crash Bug reports involving a crash

Comments

@yaira2
Copy link
Member

yaira2 commented Nov 9, 2023

Description

ConcurrentCollection`1.CopyTo (T[] array, Int32 arrayIndex)
System.ArgumentException: Destination array was not long enough. Check the destination index, length, and the array's lower bounds. (Parameter 'destinationArray')

https://appcenter.ms/orgs/FilesApp/apps/Files/crashes/errors/884813654u/overview

Steps To Reproduce

Unknown

Requirements

Fix crash

Files Version

v3.0.2

Windows Version

10.0.23580

Log File

System
Array.Copy (Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
System
Array.Copy (Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length)
Files.App.Helpers
ConcurrentCollection`1.CopyTo (T[] array, Int32 arrayIndex)
System.Collections.Generic.List`1
System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
System.Linq
Enumerable.ToList[TSource] (IEnumerable`1 source)
Files.App.Data.Models
ItemViewModel.UpdateDateDisplay (Boolean isFormatChange)
ABI.Windows.Foundation
TypedEventHandler`2.Do_Abi_Invoke[TSenderAbi,TResultAbi] (Void* thisPtr, TSenderAbi sender, TResultAbi args)
WinRT
ExceptionHelpers.<ThrowExceptionForHR>g__Throw|39_0 (Int32 hr)
ABI.Windows.ApplicationModel.Core
IUnhandledErrorMethods.Propagate (IObjectReference _obj)
Microsoft.AppCenter.Utils
ApplicationLifecycleHelperWinUI.<ctor>b__0_3 (Object sender, UnhandledErrorDetectedEventArgs eventArgs)
@yaira2 yaira2 added the bug label Nov 9, 2023
@yaira2 yaira2 moved this to 🔖 Ready to build in Files task board Nov 9, 2023
@yaira2 yaira2 added needs - additional info Needs more information from the reporter crash Bug reports involving a crash and removed needs - additional info Needs more information from the reporter labels Nov 9, 2023
@github-project-automation github-project-automation bot moved this from 🔖 Ready to build to ✅ Done in Files task board Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash Bug reports involving a crash
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant