On Wed, May 31, 2006 at 12:51:58AM +0200, Joost Verburg wrote: > Enrico Forestieri wrote: > >Good detective work! Indeed, I have SP4 installed but would have never > >thought about it. After all, dvipost seems a so simple application... > > Unfortunately it was just a coincidence. Even using Windows XP I now had > a few crashes. Tools > Reconfigure often triggers it. > > Again it's a stack overflow. Do you have any idea what is going wrong?
No, sorry. The only unusual thing a cursory glance reveals is that in main.c the memory allocated for tex_argv is never freed, but I don't think this can be a problem. You should try the -fstack-check option to gcc and see if that helps. -- Enrico