Odd problem with process handles

2005-04-24 Thread Robert Lunnon
I am having a problem with the attached segfault in ie6 I have attached a gdb backtrace and the last part of a relay dump. hModule is 0xe and gets dereferenced to find e_magic presumably from the psp. Obviously dereferencing 0xfffe is not good which raises an exception The

Re: Odd problem with process handles

2005-04-24 Thread Juan Lang
Hi Bob, hModule is 0xe and gets dereferenced to find e_magic presumably from the psp. Could you try the following really quick patch? I have no idea where the -1 value to GetProcAddress comes from, LoadLibraryA returned NULL. I'm also not sure whether the check belongs in here or in

Re: Odd problem with process handles

2005-04-24 Thread Robert Shearman
Robert Lunnon wrote: I am having a problem with the attached segfault in ie6 I have attached a gdb backtrace and the last part of a relay dump. hModule is 0xe and gets dereferenced to find e_magic presumably from the psp. Obviously dereferencing 0xfffe is not good which raises an