Scripts hanging

Hi,

Sorry for not writing in german.

After upgrading to RC2 on RPi I noticed that scripts started to hang. RC3 shows the same symptoms.
Eventually the log would show „Too many scripts at once. Dropping execution…“.

I have a lot of scripts, but it seems that only scripts with network communication have the symptoms.

Example of script that will hang:




if($_IPS['SENDER']=='TimerEvent') {
	if(sys_ping('10.10.10.10',1000))
		SetValue(12345,true);
	else
         	SetValue(12345,false);
   	
}


As soon as a script has hung, the Symcon service can not be stopped and started again.

Regards
Stig Kristiansen

Unfortunately this seems to be a kernel bug in raspberrypi:
Pi Dienst stoppen nicht möglich - Seite 2

paresy