Opened 15 years ago
Closed 13 years ago
#5679 closed bug (fixed)
Discriminate between process and thread signals
Reported by: | bonefish | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | planche2k@… | |
Blocked By: | Blocking: | #7235 | |
Platform: | All |
Description
Currently Haiku (hrev36030) handles a signal sent to a process (e.g. by kill()) as a signal to the team's main thread. That's incorrect. The signal should be handled by any of the team's threads that doesn't block this signal. Cf. http://www.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04.
Change History (4)
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 14 years ago
Blocking: | 7235 added |
---|
comment:3 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
Note:
See TracTickets
for help on using tickets.
(In #7235) Looks like a duplicate of #5679.