Eric, it is number one.
Eg:
1 0x40912b8f GDI_GetObjPtr+0x197(handle=0x107f, magic=0x)
[/winf/dlls/gdi/gdiobj.c:861] in gdi32 (0x4073fcac)
2 0x40912c71 DeleteObject+0x39(obj=0x107f)
[/winf/dlls/gdi/gdiobj.c:919] in gdi32 (0x4073fccc)
as it was last week and
3 0x40915afd GDI_GetObjPtr+0x105
All, I am tracking a problem where an install program with an exception
trying to access 0x memory. I have tracked the problem down to
files/drive.c in DRIVE_GetCurrentDirectory where dos_cwd contains 0 and
is used in
ret = strlenW(dos_cwd) + 3; /* length of WHOLE current directory */