Re: A bug in symbol loading in winedbg

2004-06-12 Thread Shachar Shemesh
Shachar Shemesh wrote: Ok, the above patch solves the problem for me. Does that mean we still have some stack thrashing somewhere? Could it not be that the "-O2" compilation option did the gdb warning? Is this something valgrind can help with? Shachar Hi Eric, Is there any reason not to

Re: A bug in symbol loading in winedbg

2004-06-12 Thread Shachar Shemesh
Eric Pouech wrote: Shachar Shemesh a écrit : What do you mean by "I don't need to use the S: directory"? I thought you needed the S: dir for the PDB reading (in fact, you seem to, rightfully, only need it for source files) Yes. Actually, in the real program, the PDBs are not in the same director

Re: A bug in symbol loading in winedbg

2004-06-12 Thread Eric Pouech
Shachar Shemesh a écrit : What do you mean by "I don't need to use the S: directory"? I thought you needed the S: dir for the PDB reading (in fact, you seem to, rightfully, only need it for source files) at least this works here... what's strange anyway in your case is that it sometimes crash, a

Re: A bug in symbol loading in winedbg

2004-06-12 Thread Shachar Shemesh
Eric Pouech wrote: Sample session of showdebug/semidebug$ WINEDEBUG=+dbghelp winedbg showdebug.exe Since there is lots of cruft there, I ran it once working and once not, and am only pasting the diff between the two here. Those marked with ">" are the lines when things are working (scroll to the

Re: A bug in symbol loading in winedbg

2004-06-12 Thread Eric Pouech
Sample session of showdebug/semidebug$ WINEDEBUG=+dbghelp winedbg showdebug.exe Since there is lots of cruft there, I ran it once working and once not, and am only pasting the diff between the two here. Those marked with ">" are the lines when things are working (scroll to the end to verify). Th

Re: A bug in symbol loading in winedbg

2004-06-11 Thread Shachar Shemesh
Shachar Shemesh wrote: Eric Pouech wrote: Shachar Shemesh a e'crit : Hi all, Bug Report: If winedbg is asked to load an external PDB file, and that file does not match the executable being run, the debugger does not warn about it. Instead, bad things (tm) happen when actually trying to run the e

Re: A bug in symbol loading in winedbg

2004-06-09 Thread Shachar Shemesh
Eric Pouech wrote: Shachar Shemesh a e'crit : Hi all, Bug Report: If winedbg is asked to load an external PDB file, and that file does not match the executable being run, the debugger does not warn about it. Instead, bad things (tm) happen when actually trying to run the executable. Sh

Re: A bug in symbol loading in winedbg

2004-06-09 Thread Eric Pouech
Shachar Shemesh a e'crit : Hi all, Bug Report: If winedbg is asked to load an external PDB file, and that file does not match the executable being run, the debugger does not warn about it. Instead, bad things (tm) happen when actually trying to run the executable. Shachar could you be

A bug in symbol loading in winedbg

2004-06-09 Thread Shachar Shemesh
Hi all, Bug Report: If winedbg is asked to load an external PDB file, and that file does not match the executable being run, the debugger does not warn about it. Instead, bad things (tm) happen when actually trying to run the executable. Shachar