Opened 13 years ago

Closed 13 years ago

#105 closed defect (fixed)

kmk_append: EINTR on solaris

Reported by: bird Owned by: bird
Priority: major Milestone: 0.2.0
Component: kmk Version: 0.1.5
Keywords: Cc:

Description

write() (or something like that) is occasionally getting interrupted on Solaris. Add necessary errno == EINTR loop around any write calls.

Change History (2)

comment:1 Changed 13 years ago by bird

It could be that open() is the affected system call as well. The build box is running snv_160.

comment:2 Changed 13 years ago by bird

Resolution: fixed
Status: newclosed

mkdir is also affected. Workaround in r2444.

Note: See TracTickets for help on using tickets.