On Mon, Mar 03, 2003 at 07:21:37PM +0900, Yoichi Yuasa wrote: > sig: > + compute_return_epc(regs); > send_sig(signal, current, 1); In the error case you can't advance the epc .. It's an old bug already but the signal should be sent with force_sig, not send_sig. Ralf