"MoriCristian" wrote:
> 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/subscriptions/managednewsgroups/default.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/subscriptions/support/default.aspx. > > ==================================================
> > This posting is provided "AS IS" with no warranties, and confers no rights.
> >
> >