On Mon, 2005-07-11 at 20:37, Alexandre Julliard wrote: > Paul Vriens <[EMAIL PROTECTED]> writes: > > > in this is case it's definitly not a 'main exe module'. The trace (with > > patch) shows: > > Oh sure, it's not a feature that normal apps would be using anyway, it > just explains why the behavior of GetProcAddress is not identical to > that of LdrGetProcedureAddress. BTW I managed to build a binary with > mingw to confirm my theory, I'll put in a fix.
OK that fixes it. One less segfault in Process Explorer :-). Thanks, Paul.