HighTechTalks DotNet Forums  

Problem in module mscorwks

Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss Problem in module mscorwks in the Dotnet Framework (CLR) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #11  
Old   
=?Utf-8?B?TW9yaUNyaXN0aWFu?=
 
Posts: n/a

Default RE: Problem in module mscorwks - 06-04-2007 , 03:06 AM






Hi!, any news?

Regards
Cristian Mori

"MoriCristian" wrote:

Quote:
Hi jeffrey
You can find the full dump (138 MB!) in
http://88.50.196.11/pub/fulldump.dump

the only native calls are those two

[DllImport("kernel32")]
private static extern long WritePrivateProfileString(string section,
string key,string val,string filePath);
[DllImport("kernel32")]
private static extern int GetPrivateProfileString(string section,
string key,string def, StringBuilder retVal,
int size,string filePath);

but even removing them the program crashes in the same way

Waiting for your replay
Regards
Cristian Mori

""Jeffrey Tan[MSFT]"" wrote:

Hi Cristian,

Oh, sorry, my fault, I should tell you to use ".dump /f" to create a full
dump instead of minidump. Can I bother you to create a full dump for this
issue? We unfortunately cannot get useful information from that mini dump.

In the meantime you might want to look for any places where you call native
APIs passing buffers where the api would write beyond the bounds of the
buffer. In your scenario, you might be want to check the APIs for reading
ini files. Note: memory corruption may not arise immediately, it may result
in AV long time later, so it is hard to troubleshoot.

Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.




Reply With Quote
  #12  
Old   
Jeffrey Tan[MSFT]
 
Posts: n/a

Default RE: Problem in module mscorwks - 06-04-2007 , 04:20 AM






Hi Cristian,

This problem is a bit complex to paste in the newsgroup. I have sent an
email to you for this problem. Thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.