Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!brutus.cs.uiuc.edu!jarthur!uunet!mcsun!hp4nl!eutrc3!tuewsd!wswietse From: wswietse@lso.win.tue.nl (Wietse Venema) Newsgroups: comp.sources.d Subject: Re: Recent PCmail posting Message-ID: <860@tuewsd.lso.win.tue.nl> Date: 5 Feb 90 18:15:37 GMT References: <1990Feb4.032324.26451@calvin.spp.cornell.edu> Organization: Eindhoven University of Technology, The Netherlands Lines: 9 richard@calvin.spp.cornell.edu (Richard Brittain) writes: > I have persuaded the recent pcmail package to compile under Turbo-C, >and it more or less runs, but tc detects a null pointer assignment at >run time. Note from the author: pc-mail needs lots of stack space. I never tried less than 8 kbyte. The MicroSoft C default (2 kbyte?) is definitely too small. Too small stacks will cause problems with other compilers as well.