Re: [tor-talk] NumCPUs

2013-02-12 Thread grarpamp
Tor: 0.2.3.25, 0.2.4.10 Broken: NumCPUs via HAVE_PTHREAD_CREATE Fix: LDFLAGS=-pthread ./configure ... Ticket: 3894 ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Re: [tor-talk] NumCPUs

2013-02-12 Thread grarpamp
> orconfig.h:/* #undef HAVE_PTHREAD_CREATE */ Here it's libc_r or -pthread, not -lpthread. Will try to bypass configure, set to 1 and play with compile libs. ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torproject.org/cgi-bin/mai

[tor-talk] NumCPUs

2013-02-12 Thread grarpamp
If I specify 'numcpus' greater than zero, should tor bypass all auto compute and fork or thread the given number regardless? I tell it 2 and get 1, so somewhere I'm missing another auto or hardware sanity check in the code besides src/or/config.c get_num_cpus and the CPUWORKER defines? SMP on the b