> I have done a fast tracing:
>
> (gdb) start
> Breakpoint 2 at 0x406d7a: file main.cpp, line 1525.
> Starting program: f:\tools\groff-current/src/preproc/tbl/tbl.exe
> contrib/hdtbl/e
> xamples/mixed_pickles.roff
> main (argc=2, argv=0x3d2498) at main.cpp:1525
> 1525 {
Ah, yes, here I can see debugging information.
> (gdb) finish
> Run till exit from #0 process_input_file (fp=0x77c2fce0) at main.cpp:188
> ...
>
> Then tbl runs until the evil ending.
Please show me it again. Looking again at the backtrace it seems that
the crash doesn't happen in tbl.exe but in a Windows DLL...
Werner