Mail Archives: djgpp/2001/02/26/01:45:15
On Sun, 25 Feb 2001, Michael Allison wrote:
> If I change execute_by_shell to zero in the code below
> I get a "Load error: no DOS memory" after 37 levels of
> nesting djgpp programs, which isn't too surprising.
>
> When I set execute_by_shell to 1 I get 35 levels of
> nesting with any shell with no error message generated.
That's not the crashes you want to debug. Your test program fails to
reproduce the real problem, just like I predicted in my other mail.
One possible reason for this is that the child program(s) actually
need to do something non-trivial to reveal the bug. I don't know what
that is, but the real problems happen with Make and GCC which are
highly non-trivial programs.
I suggest to stop wasting time on this and start with a scenario where
the crashes are reproducible.
- Raw text -