Displaying 1 result from an estimated 1 matches for "rtlcriticalsect".
2005 Aug 30
0
No subject
...error that Emanuele Gissi posted
> > earlier. What do you get if you add the following line to the beginning
> > of dlls/ntdll/critsection.c, function RtlLeaveCriticalSection?
> >
> > FIXME ("Watching for seg fault: (crit = %p)\n", crit);
> >
> > Since RtlCriticalSection is the last thing called before your seg fault,
> > printing out the value of its pointer argument might be informative.
> >
> > The patch that you hunted down seems to be a pretty significant rewrite of
> > some memory management stuff by Alexandre - it's all over my...