Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2002 09:50:02 -0700 (PDT)
From:      Tor Egge <tegge@FreeBSD.org>
To:        cvs-committers@freebsd.org, cvs-all@freebsd.org
Subject:   cvs commit: ports/devel/linuxthreads Makefile ports/devel/linuxthreads/files patch-aa
Message-ID:  <200204221650.g3MGo2l78749@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tegge       2002/04/22 09:50:02 PDT

  Modified files:
    devel/linuxthreads   Makefile 
    devel/linuxthreads/files patch-aa 
  Log:
  Fix hang caused by a thread calling exit():
  
    - Block cancel signal while creating new thread to avoid losing
      the signal.
  
    - Terminate the process with _exit(1) if it's unsafe to continue
      calling atexit functions and destructors.
  
  Revision  Changes    Path
  1.26      +1 -1      ports/devel/linuxthreads/Makefile
  1.16      +74 -20    ports/devel/linuxthreads/files/patch-aa

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204221650.g3MGo2l78749>