Opened 19 years ago
Last modified 19 years ago
#3 new defect
libc: exec and get/set operations on that pid
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.7 |
Component: | libc-backend | Version: | 0.6 |
Severity: | normal | Keywords: | exec |
Cc: |
Description
We have to properly alias the parent and child pids of an exec*() operation.
For example the following code wont work right:
pid = fork(); if (!pid) exec(); sleep(1); setpriority(pid,..);
Change History (1)
comment:1 by , 19 years ago
Summary: | exec and get/set operations on that pid → libc: exec and get/set operations on that pid |
---|
Note:
See TracTickets
for help on using tickets.