From owner-freebsd-current Sat May 30 18:39:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA10290 for freebsd-current-outgoing; Sat, 30 May 1998 18:39:16 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA10285 for ; Sat, 30 May 1998 18:39:13 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id SAA18592; Sat, 30 May 1998 18:39:04 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199805310139.SAA18592@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: John Birrell cc: current@FreeBSD.ORG Subject: Re: pthreads and thread-specific? In-reply-to: Your message of "Sun, 31 May 1998 11:39:35 +1000." <199805310139.LAA13018@cimlogic.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 30 May 1998 18:39:04 -0700 From: Amancio Hasty Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Just give me a few more minutes to try to answer your question. kill -INFO 8862 {hasty} gdb-elf ./Task_Test GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... (gdb) run Starting program: /usr/home/hasty/ace/ACE_wrappers/tests/./Task_Test Program received signal ?, Unknown signal. 0x2819c3b8 in _thread_kern_set_timeout (timeout=0x0) at /usr/src/lib/libc_r/uthread/uthread_kern.c:680 680 } Current language: auto; currently c ------------------------ However if I issue the signal without running the program under gdb the SIGINFO is interpreted correctly. Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message