[Gambas-user] Gambas3 RC1 Internal error all of a sudden

Benoît Minisini gambas at ...1...
Mon Mar 28 16:51:54 CEST 2011


> 
> Disabled the SqueezeServer module above, and let it run, got this one:
> 
> ** INTERNAL ERROR **
> ** Cannot read from SIGCHLD pipe: Interrupted system call
> Main.Setup_TemperaturNu.3277: #13: Null object
> 0: Main.Setup_TemperaturNu.3277
> 1: RRDTool.UpdateRRDs.269
> 2: ServerStats.tServerStats_Timer.40
> ** Program aborting. Sorry! :-(
> 
> Main.Setup_TemperaturNu.3277: #13: Null object
> Contains:
> 
>      Try TemperaturNu.tTemperaturNu.Stop
> 
> It looks like these calls and line numbers have nothing to do with the
> internal error above it, and/or are bogus.
> It just seem to display the last error covered by a TRY statement, correct?
> 
> Because the line above is run long before the Internal error comes up
> (like 5 minutes in between)
> 
> Regards,
> Ron_2nd.
> 

Yes, it displays the last error (it may be useful).

Can you try the latest revision? Interrupted system calls should be handled 
correctly when reading from the SIGCHLD pipe now.

Regards,

-- 
Benoît Minisini




More information about the User mailing list