[Haskell-cafe] Re: syscall, sigpause and EINTR on Mac OSX

Joel Reymont joelr1 at gmail.com
Sun Dec 11 12:18:35 EST 2005


Nothing like answering your own questions...

There's no deadlock information for the threaded version of the  
runtime so I would not have deadlock information if I were to compile  
with -threaded.

On Dec 11, 2005, at 5:00 PM, Joel Reymont wrote:

> Linking ...
> /usr/bin/ld: can't locate file for: -lHSrts_thr_debug
> collect2: ld returned 1 exit status
>
> How do I get a threaded+debug runtime?
>
> On Dec 11, 2005, at 4:50 PM, Branimir Maksimovic wrote:
>> Strange is that you are using threaded
>> run time  (I guess ) but this function is defined only for single  
>> threaded variant.
>> This I implied from #if !defined(RTS_SUPPORTS_THREADS)

--
http://wagerlabs.com/







More information about the Haskell-Cafe mailing list