المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : ole32.dll function causing stack overflow



C# Programming
10-08-2009, 09:22 PM
Hi,

I have a program called little registry cleaner. I currently have a bug in the program that is being a pain in the behind. I have had a couple of people using Windows XP that are saying the activex/com scanner is causing the program to suddenly crash and not display anything. I have searched all over msdn and google for a fix to this problem but I cant find anything nor am I able to reproduce it. It looks like its a stack overflow and is caused when it calls CLSIDFromProgID (http://msdn.microsoft.com/en-us/library/ms688386(VS.85).aspx). I have included the crash log that I was able to obtain.

Bug: https://bugs.launchpad.net/lilregcleaner/+bug/398648[^ (https://bugs.launchpad.net/lilregcleaner/+bug/398648)]
Crash Logs: http://hotfile.com/dl/14381551/e71bd57/Crash_Mode__Date_09-03-2009[^ (http://hotfile.com/dl/14381551/e71bd57/Crash_Mode__Date_09-03-2009)]

Thanks!