No announcements
Found 213874 threads
-
0 Votes
WP8 LongListSelector Memory LEAK!?
I had huge memory leak problems using long list selector while using extended gif from image tools, but after calling Stop on image's unloaded event, those leaks are gone.Answered | 16 Replies | 7258 Views | Created by Alex Sychev - Friday, March 15, 2013 11:37 AM | Last reply by Lalit kumar pancholi - Friday, December 19, 2014 7:36 AM -
1 Votes
Question about memory leaks
I doubt that a memory leak in your code would cause a Win 10 crash.Answered | 17 Replies | 979 Views | Created by DonDilworth - Saturday, March 25, 2017 12:36 PM | Last reply by RLWA32 - Tuesday, March 28, 2017 12:40 PM -
1 Votes
EffectiveValueEntry[] collection memory leaks
Based on your last reply, could I narrow down the cause of the memory leak is TabControl?Answered | 5 Replies | 20188 Views | Created by Santosh BSK - Monday, March 28, 2011 11:35 PM | Last reply by Sheldon _Xiao - Friday, April 8, 2011 7:52 AM -
0 Votes
Memory Leak
I had similar issue - memory leak upon using .IncludeRecurrences=True while filtering appointments (only on OL2010) Any chance it ...Answered | 13 Replies | 6436 Views | Created by Jim Nolan 24 - Thursday, May 31, 2012 10:34 AM | Last reply by Dave V - MSFT - Friday, June 29, 2012 3:21 PM -
0 Votes
Memory leak in .Net reflection
Sometimes it turns out that would be a related memory issue or as in this case, it might not a real memory leak.Answered | 2 Replies | 10086 Views | Created by Amit 1981 - Wednesday, March 16, 2011 6:47 AM | Last reply by Yves.Z - Monday, March 21, 2011 2:14 PM -
1 Votes
CCR and Memory Leaks
This may help to figure out how to debug a memory dump: ...Answered | 2 Replies | 9828 Views | Created by amatta - Wednesday, March 16, 2011 3:43 PM | Last reply by Emil Gustafsson - Saturday, July 16, 2011 11:18 PM -
0 Votes
C# ReaderWriterLockSlim Memory Leak
I am only seeing this in Task Manager, I am going to result looking into a Memory Profiler now because i still see it happening where the cpu will sit at 100% and the memory will ...Answered | 4 Replies | 9767 Views | Created by mattysouthall - Saturday, February 26, 2011 1:35 PM | Last reply by Rudedog2 - Saturday, February 26, 2011 4:37 PM -
6 Votes
Memory leak with CMFCVisualManager
Sure, calling CMFCVisualManager::DestroyInstance explicitly removes the leak.Answered | 19 Replies | 4032 Views | Created by Mark531 - Sunday, December 17, 2017 4:05 PM | Last reply by Mark531 - Thursday, December 21, 2017 11:32 PM -
0 Votes
Help fix this memory leak?
This will Resolve your Memory leak.Answered | 3 Replies | 2876 Views | Created by Joshizzle - Tuesday, February 9, 2010 12:26 AM | Last reply by Prateek_Shrivastava - Tuesday, February 9, 2010 7:32 AM -
0 Votes
WPF Memory leaks problem...
Recently our project we faced a memorey out of exception issues.than we realized we are not properly handling the observable collection(it's trying to keep old references and finmally leads to ...Answered | 5 Replies | 4186 Views | Created by Murali Nagaraju - Monday, January 31, 2011 5:27 AM | Last reply by Mathivanan Kuppusamy - Wednesday, February 2, 2011 9:34 AM -
6 Votes
fopen(), fclose() Memory Leak
We have nothing indicating there is a memory leak.Answered | 20 Replies | 3061 Views | Created by Tech Aspirant - Wednesday, April 18, 2018 11:40 AM | Last reply by Cor Ligthert - Friday, April 20, 2018 6:45 PM -
2 Votes
System Out of Memory/Memory Leak EMR VB.NET
If you are exclusively using pure CLR objects throughout your application you theoretically would not have to worry about the potential for memory leaks.Answered | 4 Replies | 2348 Views | Created by tkanney007 - Wednesday, October 24, 2012 2:13 AM | Last reply by Quanta - Thursday, October 25, 2012 9:30 PM -
3 Votes
C# memory leaks
To see the telltale sign of memory leaks one fires up perfmon and looks at Private Bytes in perfmon for that telltale sign.Answered | 18 Replies | 11071 Views | Created by AdityaReddyM - Monday, March 29, 2010 7:04 AM | Last reply by OmegaMan - Wednesday, March 31, 2010 3:20 PM -
1 Votes
parallel_for_each casue memory leak!
In VS 2010 some memory allocations were falsely reported as leaks by the CRT error reporting mechanism.Answered | 3 Replies | 6866 Views | Created by AceLencho - Thursday, August 25, 2011 10:53 AM | Last reply by Artur Laksberg - Wednesday, September 14, 2011 6:20 PM -
2 Votes
Memory Leaks - Best Practices
Hi, Basically, as a rule of thumb, to avoid memory leaks, just remember this: - Dispose either calling the Dispose() method either with using ...Answered | 4 Replies | 6113 Views | Created by Marc A. Zhou - Saturday, September 24, 2011 10:00 AM | Last reply by M Rakesh Jain - Monday, September 26, 2011 7:48 AM -
0 Votes
VE6.2 memory leak?
Yes, I was trying to show the memory leak problem.Answered | 6 Replies | 4154 Views | Created by bluefireball - Friday, August 28, 2009 8:27 PM | Last reply by bluefireball - Monday, August 31, 2009 9:09 PM -
0 Votes
Memory leak in MS TFS Java SDK 1.0
We observed rapid memory growth of around 300M/hour, with 3 major leak suspects: org.hsqldb.Memorynode ShutdownManager.Answered | 2 Replies | 6746 Views | Created by PadmarajKB - Thursday, December 29, 2011 6:32 AM | Last reply by Shaw Terwilliger - Thursday, January 5, 2012 2:04 PM -
1 Votes
Memory leaks with CommandManager.RegisterClassCommandBinding
memory, how do i fix it?Answered | 6 Replies | 1934 Views | Created by DevCoder - Thursday, October 3, 2013 2:26 PM | Last reply by Thomas Claudius Huber - Friday, October 4, 2013 4:54 PM -
3 Votes
PrintDlg(), PrintDlgEx() memory leak
PS: the PrivateUsage is in "pages", which normally is 4 KB per page, meaning the memory leak is 4 times as large, about 8 KB per PrintDlg() call then...Answered | 9 Replies | 6091 Views | Created by chksr - Friday, October 15, 2010 12:54 PM | Last reply by chksr - Tuesday, October 19, 2010 11:23 AM -
0 Votes
Memory Leak issue with Viewport2DVisual3D
Well i have test above application on few other machine and it work perfectly well. on another machine memory is not increasing and remain stable.Answered | 4 Replies | 4598 Views | Created by Dipesh Jethawa - Thursday, November 5, 2009 11:01 AM | Last reply by Brendan Clark - MSFT - Thursday, November 5, 2009 10:30 PM
No announcements