public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/5443] SIGSEGV occurs in strerror_r()
       [not found] <bug-5443-131@http.sourceware.org/bugzilla/>
@ 2014-06-13 19:52 ` fweimer at redhat dot com
  2014-06-16 10:48 ` fweimer at redhat dot com
  1 sibling, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 19:52 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com
              Flags|                            |security+

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


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

* [Bug libc/5443] SIGSEGV occurs in strerror_r()
       [not found] <bug-5443-131@http.sourceware.org/bugzilla/>
  2014-06-13 19:52 ` [Bug libc/5443] SIGSEGV occurs in strerror_r() fweimer at redhat dot com
@ 2014-06-16 10:48 ` fweimer at redhat dot com
  1 sibling, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-06-16 10:48 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #6 from Florian Weimer <fweimer at redhat dot com> ---
Fix: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=9a69db292ac

This went into glibc 2.8.

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


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

* [Bug libc/5443] SIGSEGV occurs in strerror_r()
  2007-12-04  1:41 [Bug libc/5443] New: " ryo at np dot css dot fujitsu dot com
                   ` (3 preceding siblings ...)
  2007-12-28  4:28 ` ryo at np dot css dot fujitsu dot com
@ 2008-03-31  0:39 ` drepper at redhat dot com
  4 siblings, 0 replies; 7+ messages in thread
From: drepper at redhat dot com @ 2008-03-31  0:39 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2008-03-31 00:38 -------
The patch is in principal OK but since all gettext users only read the data it
is overly restrictive.  I've checked in an expanded version which avoids the
problem.

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


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

------- 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] 7+ messages in thread

* [Bug libc/5443] SIGSEGV occurs in strerror_r()
  2007-12-04  1:41 [Bug libc/5443] New: " ryo at np dot css dot fujitsu dot com
                   ` (2 preceding siblings ...)
  2007-12-17  9:20 ` ryo at np dot css dot fujitsu dot com
@ 2007-12-28  4:28 ` ryo at np dot css dot fujitsu dot com
  2008-03-31  0:39 ` drepper at redhat dot com
  4 siblings, 0 replies; 7+ messages in thread
From: ryo at np dot css dot fujitsu dot com @ 2007-12-28  4:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From ryo at np dot css dot fujitsu dot com  2007-12-28 04:28 -------
Created an attachment (id=2163)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2163&action=view)
patch to fix this problem

I propose a following patch.

This patch adds lock between _dcigettext() and setlocale() using lock variables

 __libc_setlocale_lock . So _dcigettext() and setlocale() runs excluisively,
 and avoid segmentation fault.

I comfirmed that problem is resolved with this patch.

best regards,
Ryo Hirukawa


-- 


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

------- 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] 7+ messages in thread

* [Bug libc/5443] SIGSEGV occurs in strerror_r()
  2007-12-04  1:41 [Bug libc/5443] New: " ryo at np dot css dot fujitsu dot com
  2007-12-15  9:51 ` [Bug libc/5443] " ismail at pardus dot org dot tr
  2007-12-16 21:54 ` drepper at redhat dot com
@ 2007-12-17  9:20 ` ryo at np dot css dot fujitsu dot com
  2007-12-28  4:28 ` ryo at np dot css dot fujitsu dot com
  2008-03-31  0:39 ` drepper at redhat dot com
  4 siblings, 0 replies; 7+ messages in thread
From: ryo at np dot css dot fujitsu dot com @ 2007-12-17  9:20 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From ryo at np dot css dot fujitsu dot com  2007-12-17 09:20 -------
I confirmed it with Fedora8 again. 
In the uniprocessor environment, it was confirmed that the test program 
operated normally. 
However, the test program fails in SIGSEGV in the multiprocessor environment. 

Best regards,

-- 


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

------- 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] 7+ messages in thread

* [Bug libc/5443] SIGSEGV occurs in strerror_r()
  2007-12-04  1:41 [Bug libc/5443] New: " ryo at np dot css dot fujitsu dot com
  2007-12-15  9:51 ` [Bug libc/5443] " ismail at pardus dot org dot tr
@ 2007-12-16 21:54 ` drepper at redhat dot com
  2007-12-17  9:20 ` ryo at np dot css dot fujitsu dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: drepper at redhat dot com @ 2007-12-16 21:54 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2007-12-16 21:54 -------
*** Bug 5489 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |madcoder at debian dot org


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

------- 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] 7+ messages in thread

* [Bug libc/5443] SIGSEGV occurs in strerror_r()
  2007-12-04  1:41 [Bug libc/5443] New: " ryo at np dot css dot fujitsu dot com
@ 2007-12-15  9:51 ` ismail at pardus dot org dot tr
  2007-12-16 21:54 ` drepper at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: ismail at pardus dot org dot tr @ 2007-12-15  9:51 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From ismail at pardus dot org dot tr  2007-12-15 09:51 -------
Can't confirm with glibc 2.7 on x86 32bit.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ismail at pardus dot org dot
                   |                            |tr


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

------- 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] 7+ messages in thread

end of thread, other threads:[~2014-06-16 10:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-5443-131@http.sourceware.org/bugzilla/>
2014-06-13 19:52 ` [Bug libc/5443] SIGSEGV occurs in strerror_r() fweimer at redhat dot com
2014-06-16 10:48 ` fweimer at redhat dot com
2007-12-04  1:41 [Bug libc/5443] New: " ryo at np dot css dot fujitsu dot com
2007-12-15  9:51 ` [Bug libc/5443] " ismail at pardus dot org dot tr
2007-12-16 21:54 ` drepper at redhat dot com
2007-12-17  9:20 ` ryo at np dot css dot fujitsu dot com
2007-12-28  4:28 ` ryo at np dot css dot fujitsu dot com
2008-03-31  0:39 ` drepper 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).