Scripts freezing

Here you can post threads specific to the current release of the core (099)

Moderator: POL Developer

Post Reply
az_rieil
New User
Posts: 11
Joined: Tue Jan 24, 2017 1:46 am

Scripts freezing

Post by az_rieil »

By using this commit on my shard i have one strange bug - every 1-2 days bit by bit all scripts freezing. Connecting still work, but only it. And this continues untill i restart server. I coud not find trigger of this, even with dumps, or live debugging with studio - all threads working, none errors, exceptions or console warning. Scripts thread often entering in this block ( scripts_internals.cpp : 213) if it matters

Code: Select all

		// hmm, this new terminology (runnable()) is confusing
		// in this case.  Technically, something that is blocked
		// isn't runnable.
		if (!ex->runnable())
		{
			...
Anyone come across with this?
Nando
POL Developer
Posts: 282
Joined: Wed Sep 17, 2008 6:53 pm
Contact:

Re: Scripts freezing

Post by Nando »

I just realized that what you report is similar to this: viewtopic.php?f=20&t=5990

Do you have ReportCriticalScripts=0? If so, maybe you could enable the ReportCriticalScripts=1 and see if some critical script is going crazy?
Post Reply