public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nptl/342] Threads hang after condvar destruction
       [not found] <bug-342-131@http.sourceware.org/bugzilla/>
@ 2014-02-16 18:27 ` jackie.rosen at hushmail dot com
  2014-05-28 19:43 ` schwab at sourceware dot org
  1 sibling, 0 replies; 6+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 18:27 UTC (permalink / raw)
  To: glibc-bugs

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

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #5 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.

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


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

* [Bug nptl/342] Threads hang after condvar destruction
       [not found] <bug-342-131@http.sourceware.org/bugzilla/>
  2014-02-16 18:27 ` [Bug nptl/342] Threads hang after condvar destruction jackie.rosen at hushmail dot com
@ 2014-05-28 19:43 ` schwab at sourceware dot org
  1 sibling, 0 replies; 6+ messages in thread
From: schwab at sourceware dot org @ 2014-05-28 19:43 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Schwab <schwab at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|jackie.rosen at hushmail dot com   |

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


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

* [Bug nptl/342] Threads hang after condvar destruction
  2004-08-23 13:16 [Bug nptl/342] New: " sebastien dot decugis at ext dot bull dot net
                   ` (2 preceding siblings ...)
  2006-03-29 15:25 ` iamwithyou at gmail dot com
@ 2006-04-01 20:03 ` drepper at redhat dot com
  3 siblings, 0 replies; 6+ messages in thread
From: drepper at redhat dot com @ 2006-04-01 20:03 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2006-04-01 20:03 -------
Stop asking questions about distributions here.  If you have problems with the
distribution ask the paid support.  If you don't pay for support ask in some
forum dedicated to that distribution.

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


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

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

* [Bug nptl/342] Threads hang after condvar destruction
  2004-08-23 13:16 [Bug nptl/342] New: " sebastien dot decugis at ext dot bull dot net
  2004-08-23 13:31 ` [Bug nptl/342] " sebastien dot decugis at ext dot bull dot net
  2004-09-03  8:08 ` jakub at redhat dot com
@ 2006-03-29 15:25 ` iamwithyou at gmail dot com
  2006-04-01 20:03 ` drepper at redhat dot com
  3 siblings, 0 replies; 6+ messages in thread
From: iamwithyou at gmail dot com @ 2006-03-29 15:25 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From iamwithyou at gmail dot com  2006-03-29 15:25 -------
I am using a RedHat Linux Enterprise version.

uname -a would give
Linux xyz220 2.6.9-22.EL #1 Mon Sep 19 18:20:28 EDT 2005 i686 i686 i386 GNU/Linux

I get the hang state on using the call pthread_cond_destroy

if( pthread_mutex_destroy(&lock->mutex) == EBUSY)
    {
       printf(xfp, "\n this is after destroy mutex ebusy");
    }
if (lock->recursive) {
pthread_cond_destroy ( &lock->cv )
}

Can I know if this has been resolved , if so, what;s the patch information.
if not, what;s the proposed solution.

thanks and regards
sundar

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


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

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

* [Bug nptl/342] Threads hang after condvar destruction
  2004-08-23 13:16 [Bug nptl/342] New: " sebastien dot decugis at ext dot bull dot net
  2004-08-23 13:31 ` [Bug nptl/342] " sebastien dot decugis at ext dot bull dot net
@ 2004-09-03  8:08 ` jakub at redhat dot com
  2006-03-29 15:25 ` iamwithyou at gmail dot com
  2006-04-01 20:03 ` drepper at redhat dot com
  3 siblings, 0 replies; 6+ messages in thread
From: jakub at redhat dot com @ 2004-09-03  8:08 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jakub at redhat dot com  2004-09-03 08:08 -------
Should be fixed in CVS.

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


http://sources.redhat.com/bugzilla/show_bug.cgi?id=342

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

* [Bug nptl/342] Threads hang after condvar destruction
  2004-08-23 13:16 [Bug nptl/342] New: " sebastien dot decugis at ext dot bull dot net
@ 2004-08-23 13:31 ` sebastien dot decugis at ext dot bull dot net
  2004-09-03  8:08 ` jakub at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: sebastien dot decugis at ext dot bull dot net @ 2004-08-23 13:31 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sebastien dot decugis at ext dot bull dot net  2004-08-23 13:31 -------
Created an attachment (id=170)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=170&action=view)
This files shows the problem

This file would return 0 if the implementation conformed to POSIX. It hang for
120 sec then timeout currently.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=342

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

end of thread, other threads:[~2014-05-28 19:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-342-131@http.sourceware.org/bugzilla/>
2014-02-16 18:27 ` [Bug nptl/342] Threads hang after condvar destruction jackie.rosen at hushmail dot com
2014-05-28 19:43 ` schwab at sourceware dot org
2004-08-23 13:16 [Bug nptl/342] New: " sebastien dot decugis at ext dot bull dot net
2004-08-23 13:31 ` [Bug nptl/342] " sebastien dot decugis at ext dot bull dot net
2004-09-03  8:08 ` jakub at redhat dot com
2006-03-29 15:25 ` iamwithyou at gmail dot com
2006-04-01 20:03 ` 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).