Hanging on “Thread.StartInternal” when handling a ServiceStack request
问题 I have a ServiceStack (4.0.46) web service which runs fine upon launch, however after having processed a few requests and a non deterministic duration (generally between 30mn and 24 hours), it will eventually get stuck upon handling a request (which it receives well), with the following stack trace: This particular function from System.Threading.Thread seems to hang (on the last line): [SecuritySafeCritical] private void Start(ref StackCrawlMark stackMark) { this