msvcp60 and bug 7679

Eric Pouech eric.pouech at wanadoo.fr
Thu Apr 26 14:57:25 CDT 2007


Tom Spear a écrit :
> On 4/26/07, Tom Spear <speeddymon at gmail.com> wrote:
>> http://bugs.winehq.org/show_bug.cgi?id=7679 - IMVU 3D Avatar Chat 
>> client crashes
>>
>> Just curious, since we don't have a builtin msvcp60.dll and I
>> seriously doubt that we will implement it any time soon (if ever),
>> should we try to support native, like we do with mfc, or would this
>> bug be a wontfix?  If we should try to at least get native working, I
>> would like to _try_ to at least figure out what is wrong that causes
>> the app to crash in msvcp60.dll and could use some pointers if someone
>> doesn't mind.
> I ran the program thru winedbg, and I keep hitting a wall.  It may
> just be my inability to really use a debugger the way it is meant to,
> but I keep getting page fault on write access in the debugger in
> kernel32/virtual.c line 656.  That line is in IsBadWritePtr, which
> (from what I can tell) is supposed to generate a page fault and catch
> it if there is no write access to a particular memory block.
> Shouldn't winedbg skip over this then?  Is this a problem with that
> line, or is it working properly, and if it is working properly, then
> how do I get past that exception in winedbg, so I can get to where I
> need to be?
>
use the pass command in winedbg instead of c (cont)
(or rtfm)
A+

-- 
Eric Pouech
"The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot." (Douglas Adams)





More information about the wine-devel mailing list