public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nptl/11799] si_code is not SI_USER on raise()
  2010-07-08 18:22 [Bug nptl/11799] New: si_code is not SI_USER on raise() jan dot kratochvil at redhat dot com
@ 2010-07-08 18:22 ` jan dot kratochvil at redhat dot com
  0 siblings, 0 replies; 5+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2010-07-08 18:22 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jan dot kratochvil at redhat dot com  2010-07-08 18:22 -------
Created an attachment (id=4876)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4876&action=view)
Reproducer.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11799

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug nptl/11799] New: si_code is not SI_USER on raise()
@ 2010-07-08 18:22 jan dot kratochvil at redhat dot com
  2010-07-08 18:22 ` [Bug nptl/11799] " jan dot kratochvil at redhat dot com
  0 siblings, 1 reply; 5+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2010-07-08 18:22 UTC (permalink / raw)
  To: glibc-bugs

si_code is SI_TKILL in such case but:
./sysdeps/unix/sysv/linux/bits/siginfo.h:
  SI_USER,			/* Sent by kill, sigsend, raise.  */

kernel-2.6.33.5-124.fc13.x86_64
glibc-2.12-2.x86_64 and HEAD (5be9d05d3136460cf6cedd3823fd236aeebe83ef)

Just noticed, unaware of any problem due to it.

-- 
           Summary: si_code is not SI_USER on raise()
           Product: glibc
           Version: 2.12
            Status: NEW
          Severity: minor
          Priority: P2
         Component: nptl
        AssignedTo: drepper at redhat dot com
        ReportedBy: jan dot kratochvil at redhat dot com
                CC: glibc-bugs at sources dot redhat dot com
GCC target triplet: x86_64-fedora13-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=11799

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug nptl/11799] si_code is not SI_USER on raise()
       [not found] <bug-11799-131@http.sourceware.org/bugzilla/>
  2011-05-30  0:06 ` drepper.fsp at gmail dot com
  2012-04-20  1:19 ` mtk.manpages at gmail dot com
@ 2014-06-30 17:32 ` fweimer at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-30 17:32 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=11799

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug nptl/11799] si_code is not SI_USER on raise()
       [not found] <bug-11799-131@http.sourceware.org/bugzilla/>
  2011-05-30  0:06 ` drepper.fsp at gmail dot com
@ 2012-04-20  1:19 ` mtk.manpages at gmail dot com
  2014-06-30 17:32 ` fweimer at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: mtk.manpages at gmail dot com @ 2012-04-20  1:19 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=11799

Michael Kerrisk <mtk.manpages at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mtk.manpages at gmail dot
                   |                            |com

--- Comment #3 from Michael Kerrisk <mtk.manpages at gmail dot com> 2012-04-20 01:18:23 UTC ---
Around glibc 2.3.2/2.3.3, the implementation of raise() changed, resulting in a
silent ABI change to the si_code behavior. Once upon a time, the code comment
was true.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug nptl/11799] si_code is not SI_USER on raise()
       [not found] <bug-11799-131@http.sourceware.org/bugzilla/>
@ 2011-05-30  0:06 ` drepper.fsp at gmail dot com
  2012-04-20  1:19 ` mtk.manpages at gmail dot com
  2014-06-30 17:32 ` fweimer at redhat dot com
  2 siblings, 0 replies; 5+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-05-30  0:06 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=11799

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-05-30 00:06:23 UTC ---
That is no problem except in the documentation.  No standard specifies anything
about the si_code used for raise.  I changed the documentation.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-30 17:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-08 18:22 [Bug nptl/11799] New: si_code is not SI_USER on raise() jan dot kratochvil at redhat dot com
2010-07-08 18:22 ` [Bug nptl/11799] " jan dot kratochvil at redhat dot com
     [not found] <bug-11799-131@http.sourceware.org/bugzilla/>
2011-05-30  0:06 ` drepper.fsp at gmail dot com
2012-04-20  1:19 ` mtk.manpages at gmail dot com
2014-06-30 17:32 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).