Re: .Net Core program crashes on Linux and not on Windows

2022-09-01 Thread Patrick Kirk
Log 2:14:55 PM:- Starting process. 2:14:56 PM:- Auction run for Kazzak EU. 2:14:58 PM:- Connected realm id for Kazzak EU is 1305. 2:15:01 PM:- The realm data for Kazzak EU namespace is downloaded. 2:15:42 PM:- We have 0 to add and 95789 auctions to update and 1883 expired or sold auctions in the

Re: .Net Core program crashes on Linux and not on Windows

2022-09-01 Thread Greg Wooledge
On Thu, Sep 01, 2022 at 03:47:52PM +0300, Patrick Kirk wrote: > /var/log/messages:Sep 1 12:41:34 debian-s-websites kernel: > [31104249.962672] .NET ThreadPool invoked oom-killer: > gfp_mask=0x6280ca(GFP_HIGHUSER_MOVABLE|__GFP_ZERO), nodemask=(null), > order=0, oom_score_adj=0 >

Re: .Net Core program crashes on Linux and not on Windows

2022-09-01 Thread Patrick Kirk
Hi Dan, Yes I've been coding for a living for 15 years in C#. /var/log/messages:Sep 1 12:41:34 debian-s-websites kernel: [31104249.962672] .NET ThreadPool invoked oom-killer: gfp_mask=0x6280ca(GFP_HIGHUSER_MOVABLE|__GFP_ZERO), nodemask=(null), order=0, oom_score_adj=0 /var/log/messages:Sep 1

Re: .Net Core program crashes on Linux and not on Windows

2022-09-01 Thread Dan Ritter
Patrick Kirk wrote: > I have a program that is meant to run on my Debian VPS which is hosted by > Digital Ocean. My access to the server is via Putty. Unfortunately the > program simply stops, silently, after a few minutes. > > My code is littered with try catch statements. The console window

.Net Core program crashes on Linux and not on Windows

2022-09-01 Thread Patrick Kirk
Hi all, I have a program that is meant to run on my Debian VPS which is hosted by Digital Ocean. My access to the server is via Putty. Unfortunately the program simply stops, silently, after a few minutes. My code is littered with try catch statements. The console window shows no errors. It