This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/9480] Cannot "kill -TERM" programs that link the tasking runtime


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9480


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   GCC host triplet|                            |i686-pc-linux-gnu
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-31 18:20:33
               date|                            |


------- Additional Comments From dhazeghi at yahoo dot com  2003-05-31 18:20 -------
Behavior is the same with gcc 3.2, 3.3 branch and mainline (20030530).

Dara
------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-01 04:29 -------
This really sounds like an OS issue as sending a signal to a process does not define which thread 
should get it but since threads in linux are done using processes this is not true.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]