[Xorp-hackers] "Interrupted system call" message

Pavlin Radoslavov pavlin@icir.org
Mon, 27 Sep 2004 21:23:06 -0700


> Hi XORP users,
> 
> I added one routing module to XORP-1.0, when this module adds or deletes 
> route to RIB,
> "Interrupted system call" message will appear right before the callback.
> 
> What could be the problem?

Liang,

Does this message come from your routing module or from RIB or from
somewhere else?

In either case, could you use ktrace or strace and try to figure-out
which is the particular system call that is interrupted. Eventually,
by observing the system calls log you may be able to point the
particular piece of code in your routing module/RIB/etc which
contains the interrupted system call (and apply a fix as
appropriate).

Regards,
Pavlin