lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 27.12.2012 23:55, Sam Roberts wrote:
On Thu, Dec 27, 2012 at 3:23 AM, Bernd Eggink <monoped@sudrala.de> wrote:
Here the signal handling works, but the output is:

Got signal      10
nil     Interrupted system call 4

You say "but", isn't this the output you would expect?

The expected output is "Got signal 10". I didn't expect the second line.

Bernd