Re: gethostbyname call with 0 length arg

2006-02-03 Thread Christer Palm
Detlef Riekenberg wrote: if((!name) && (name[0])) { Do you really mean that? "if name is 0, then dereference name"? -- Christer Palm

Re: winedbg symbols completely screwed

2006-01-21 Thread Christer Palm
Eric Pouech wrote: Christer Palm wrote: The thing is that I can't see that this is the case here. I have: [EMAIL PROTECTED] ~]$ find ~/.wine/drive_c/ -name "MFC*" -o -name "mfc*" from one of your previous posts: wine: Unhandled page fault on read access

Re: winedbg symbols completely screwed

2006-01-19 Thread Christer Palm
Eric Pouech wrote: Christer Palm wrote: Continuing my debugging efforts, I decided to look some more at the strange symbols I got in the backtrace. Indeed, it seems like winedbg completely screws up the MFC42 symbols. For example, by disassembling from the load address of MFC42 I was able

winedbg symbols completely screwed

2006-01-19 Thread Christer Palm
() function at 0x5f402125, but winedbg tells me it's 0x5f445900. Is this a known problem? Regards, -- Christer Palm

Re: Debugging a null pointer dereference

2006-01-15 Thread Christer Palm
Marcus Meissner wrote: On Sat, Jan 14, 2006 at 08:41:50PM +0100, Christer Palm wrote: After messing around with with the mfc42 runtime, I managed to get a backtrace with debugging information, which looks like this: =>1 0x5f4056dd CEnumOleVerb::~CEnumOleVerb+0x37 [oleverb.cpp:61]

Debugging a null pointer dereference

2006-01-14 Thread Christer Palm
Bad file descriptor [100's of Bad file descriptor errors just like the one above] wine client error:b: err:seh:setup_exception stack overflow 292 bytes in thread 000b eip 0014bb0e esp 7fb80edc stack 0x7fb81000-0x7fc9 Any clues? Cheers, -- Christer Palm