StackOverflow Questions for Tag: eintr

Caulder
Caulder

Reputation: 167

Why doesn't SIGCHLD interrupt syscalls (i.e. read)?

Score: 2

Views: 47

Answers: 2

Read More
CPlus
CPlus

Reputation: 4599

Under what circumstances would retrying system calls that fail with EINTR improve program stability?

Score: 1

Views: 698

Answers: 1

Read More

How can one thread portably wait for something to happen in another in a way that's reliably interruptible by a signal handler running?

Score: 3

Views: 65

Answers: 0

Read More
moooeeeep
moooeeeep

Reputation: 32502

Any workarounds for Python's select and handling of EINTR in Linux?

Score: 2

Views: 1026

Answers: 2

Read More
Frank
Frank

Reputation: 81

pgloader: Socket error in "connect": EINTR (Interrupted system call) and HEAP-EXHAUSTED-ERROR

Score: 0

Views: 1321

Answers: 1

Read More
QenBau
QenBau

Reputation: 405

signal handler does not work within a thread

Score: 0

Views: 293

Answers: 0

Read More
haohaolee
haohaolee

Reputation: 707

EINTR and non-blocking calls

Score: 18

Views: 9124

Answers: 3

Read More
stefangachter
stefangachter

Reputation: 845

When to check for EINTR and repeat the function call?

Score: 44

Views: 37190

Answers: 4

Read More
StoneThrow
StoneThrow

Reputation: 6255

Is sem_timedwait with EINTR-check guaranteed to wait >= the specified time?

Score: 1

Views: 204

Answers: 1

Read More

System calls and EINTR error code

Score: 8

Views: 7855

Answers: 4

Read More
himdeep pathak
himdeep pathak

Reputation: 25

epoll_wait() returns EINTR infinitely

Score: 2

Views: 1736

Answers: 1

Read More
wkschwartz
wkschwartz

Reputation: 3877

Python: Do I need to catch EINTR in a pipe-reading loop

Score: 3

Views: 782

Answers: 2

Read More
boo-hoo
boo-hoo

Reputation: 123

Proper error handling for fclose impossible (according to manpage)?

Score: 7

Views: 3041

Answers: 2

Read More
Pratham
Pratham

Reputation: 1

scanf function and EINTR signal

Score: 0

Views: 624

Answers: 1

Read More
Rich G.
Rich G.

Reputation: 61

Proper way of handling SIGCHLD, EINT, and accept() in Linux

Score: 0

Views: 1030

Answers: 1

Read More
Paul R Rogers
Paul R Rogers

Reputation: 944

ERROR: could not open file "base/.../...": Interrupted system call

Score: 7

Views: 1773

Answers: 0

Read More
cxsp
cxsp

Reputation: 1

How to manage reads with signals in C?

Score: 0

Views: 501

Answers: 1

Read More
void
void

Reputation: 31

python: functions from math and os modules are interrupted by EINTR

Score: 3

Views: 365

Answers: 1

Read More
WilliamKF
WilliamKF

Reputation: 43079

Why does select() keep failing with EINTR errno?

Score: 5

Views: 7293

Answers: 1

Read More
Graham Briggs
Graham Briggs

Reputation: 1

standard C++ TCP socket, connect fails with EINTR when using std::async

Score: 0

Views: 1244

Answers: 1

Read More
PreviousPage 1Next