-
Notifications
You must be signed in to change notification settings - Fork 710
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
The application crashes when dragging the files. #7231
Comments
Even without a crash dump, this looks like #7002. |
Just tested: |
Hi Team, Sample - DataViewCrash.zip |
I have a crash dump. It's quite large. How can I send this? Stowed Exception Array @ 0x0000020ef00278f0 Stowed Exception #1 @ 0x0000020eeff77740
|
@bpulliam I don't understand why on the Community Call you said there are d&d issues left and you need more crash dumps, but at the same time without looking any further mark this issue as duplicate? This does not make sense to me. |
The reason I ask for crash dumps is that they are the gold standard, the most important item in quickly getting to the root cause of the issue. Samples are helpful, printouts of call stacks will also help, but the most efficient way to investigate a problem is the crash dump. It eliminates all other factors such as OS version, patch level, architecture, etc and saves us the time of duplicating the exact issue. Sometimes the issue you see is masked by another one and we spend time investigating a different issue that repros with the same sample. On this issue, we now have internal repros and crash dumps and are giving this a high priority. Thanks to all of you for your dumps, your samples, your observations, and your assistance in making the product better. |
More drag and drop weirdness: |
The same problem. In Version 1.1.1, the DataView It is easy to crash when trying to get Properties after set Properties. |
Still happening in v 1.1.2 |
fix is now available in Windows App SDK 1.2 Preview 1 |
Describe the bug
Drag a file, which will crash the application on the OnDragOver event. As we are calculating the files dropping position in the e.DataView of properties. The e.DataView throws unhandled exceptions, could not catch the exception details, debugger gets stopped even if exception settings are enabled. It break in .NET 6.0, but we also faced the issue randomly in .NET 5.0 also, sometimes at the first drag-drop operation, other times after 10 drag-drop operations. But eventually, it will crash.
Steps to reproduce the bug
Perform drag-drop operations between source and target.
Expected behavior
The application should not be crashed.
Screenshots
SDK version
1.1.0
Target framework version
.NET 5.0 and .NET 6.0
Windows app type
Device form factor
No response
Windows version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: