[fpc-pascal]Can't run my programs in background

Matthew Bradford bigmatt19 at aol.com
Mon Oct 9 17:31:57 CEST 2000


I know including the CRT unit will do this, also, perhaps the use of 
writeln?  But CRT is definate.  Take that out and try it.  If that does 
not work, then comment out your writeln's and readln's.  If they are 
writing to an actual file or to stderr then it should work, otherwise 
that is probably the source of your problem.

Matt

miwer at saf-clan.dk wrote:

> Hi there...
> 
> I have this problem with running my FreePascal programs in the background.
> When I start the program it runs just fine, but as soon as I press the
> enter button or logout, my program stops and I have to kill (9) to get rid
> of the stopped program...  Anybody know about this?
> 
> I get following messages:
> 
> $ dialserver &      (default for running in background)
> [1] 15825
> $           (Here I press the enter button)
> 
> [1]+  Stopped (tty output)    dialserver
> $ 
> $ killall -KILL dialserver
> [1]+  Killed                  dialserver
> $ 
> 
> /Miwer
> 
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> 





More information about the fpc-pascal mailing list