Re: bin/144214: zfsboot fails on gang block after upgrade to zfs v14

2010-06-03 Thread Andriy Gapon
on 28/05/2010 17:49 Doug Rabson said the following: > > > On 27 May 2010 16:13, Andriy Gapon > wrote: > > on 27/05/2010 17:40 Doug Rabson said the following: > > > > Excellent work - thanks for looking into this. I still think its > easier > > to deb

Re: How to get a thread ID?

2010-06-03 Thread Daniel Eischen
On Thu, 3 Jun 2010, V??clav Haisman wrote: Daniel Eischen wrote, On 3.6.2010 16:51: On Thu, 3 Jun 2010, V??clav Haisman wrote: Hi, is it possible to obtain some sort of a thread ID that identifies a thread within a process other than pthread_self()? Something like gettid() on Linux? Apparent

Re: How to get a thread ID?

2010-06-03 Thread pluknet
2010/6/3 Václav Haisman : > Kostik Belousov wrote, On 3.6.2010 17:19: >> On Thu, Jun 03, 2010 at 09:44:52AM -0500, Dan Nelson wrote: >>> In the last episode (Jun 03), V??clav Haisman said: is it possible to obtain some sort of a thread ID that identifies a thread within a process other th

Re: How to get a thread ID?

2010-06-03 Thread Václav Haisman
Kostik Belousov wrote, On 3.6.2010 17:19: > On Thu, Jun 03, 2010 at 09:44:52AM -0500, Dan Nelson wrote: >> In the last episode (Jun 03), V??clav Haisman said: >>> is it possible to obtain some sort of a thread ID that identifies a thread >>> within a process other than pthread_self()? Something li

Re: How to get a thread ID?

2010-06-03 Thread Václav Haisman
Daniel Eischen wrote, On 3.6.2010 16:51: > On Thu, 3 Jun 2010, Václav Haisman wrote: > >> >> Hi, >> is it possible to obtain some sort of a thread ID that identifies a thread >> within a process other than pthread_self()? Something like gettid() on >> Linux? Apparently, on FreeBSD the pthread_t is

Re: How to get a thread ID?

2010-06-03 Thread Kostik Belousov
On Thu, Jun 03, 2010 at 09:44:52AM -0500, Dan Nelson wrote: > In the last episode (Jun 03), V??clav Haisman said: > > is it possible to obtain some sort of a thread ID that identifies a thread > > within a process other than pthread_self()? Something like gettid() on > > Linux? Apparently, on Fre

Re: How to get a thread ID?

2010-06-03 Thread Daniel Eischen
On Thu, 3 Jun 2010, Václav Haisman wrote: Hi, is it possible to obtain some sort of a thread ID that identifies a thread within a process other than pthread_self()? Something like gettid() on Linux? Apparently, on FreeBSD the pthread_t is a pointer type and does not identify the thread well eno

Re: How to get a thread ID?

2010-06-03 Thread Dan Nelson
In the last episode (Jun 03), Václav Haisman said: > is it possible to obtain some sort of a thread ID that identifies a thread > within a process other than pthread_self()? Something like gettid() on > Linux? Apparently, on FreeBSD the pthread_t is a pointer type and does > not identify the thre

How to get a thread ID?

2010-06-03 Thread Václav Haisman
Hi, is it possible to obtain some sort of a thread ID that identifies a thread within a process other than pthread_self()? Something like gettid() on Linux? Apparently, on FreeBSD the pthread_t is a pointer type and does not identify the thread well enough. GDB on FreeBSD seems to know about threa