Re: [fpc-pascal] unexpected termination with no errors

2019-05-16 Thread James Richters
For anyone who didn’t see in in my other message.. the only reason I didn’t see the debug info before was because I was redirecting stderr to a file then echoing the file to the screen.. but with a full disk, no more could be written into my log file, therefore the file ended just before the er

Re: [fpc-pascal] unexpected termination with no errors

2019-05-16 Thread James Richters
Once I fixed my batch file I am getting exactly this: An unhandled exception occurred at $004E4B4C: EInOutError: Disk Full $004E4B4C GETDATA, line 19078 of pastep.pas $004E9695 GETAFILE, line 19997 of pastep.pas $004EB74E GETALIPSE, line 20159 of pastep.pas $004E6884 LOADIT,

Re: [fpc-pascal] unexpected termination with no errors

2019-05-16 Thread Michael Van Canneyt
On Thu, 16 May 2019, Sven Barth via fpc-pascal wrote: Karoly Balogh (Charlie/SGR) schrieb am Mi., 15. Mai 2019, 18:40: Hi, On Wed, 15 May 2019, Sven Barth via fpc-pascal wrote: (Sidenote: I've been pondering for a while if I should report this as a bug. I think the RTL should put a try-e