Am 01.07.2014 23:33, schrieb Allin Cottrell:
On Tue, 1 Jul 2014, Sven Schreiber wrote:
> The error was the missing trailing ', msg' part in the
following
> (corrected) line:
>
> sprintf msg "%s(Critical values as before)\n", msg
>
> When I fixed that syntax error everyting was fine (strangely enough),
> but of course the crash possibility still is a problem.
Indeed. If you could give us an idea of what the script was doing
around the point of the crash that would be very helpful. Attempts
to invert a singular matrix and malformed sprintf commands are, of
course, supposed to generate error messages but not crashes.
Really hard to say apart from "just standard stuff". Later on the string
'msg' is assigned to a bundle and the bundle is returned to the main
driver function of the package, perhaps something's wrong there (wildly
speculative...).
-sven