https://github.com/misinformeddna/winforms-memoryleak
https://github.com/misinformeddna/winforms-memoryleak
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/misinformeddna/winforms-memoryleak
- Owner: MisinformedDNA
- Created: 2022-05-19T16:31:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T18:10:07.000Z (about 4 years ago)
- Last Synced: 2025-01-30T20:38:36.903Z (over 1 year ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# winforms-memoryleak
Repro:
1. Run app in VS
2. Click "Load records"
3. Wait while 200,000 records are added to a new DB
4. Open "Diagnostic Tools"
5. Click "Open child"
6. When window appears, immediately close it.
7. Observe that the memory is not being releases.
- If memory is released, return to step 2.
9. Go back to step 5 and repeat as necessary.
NOTE: Garbage collections is happening in a loop at 5 second intervals to help with debugging/dumps.