Re: TLS Range on current thread

2013-09-01 Thread Eduardo Morras
On Thu, 29 Aug 2013 22:31:43 +1000 Sumit Raja sumitr...@gmail.com wrote: Hi, I want to add support to the LDC D compiler for FreeBSD, the current version of D has moved to TLS by default. The__tls_get_addr method links correctly but this crashes at runtime on garbage collection as the

TLS Range on current thread

2013-08-29 Thread Sumit Raja
Hi, I want to add support to the LDC D compiler for FreeBSD, the current version of D has moved to TLS by default. The__tls_get_addr method links correctly but this crashes at runtime on garbage collection as the address range could wrong. What is the best way to determine the address range for