[Pdns-users] Feedback on the recursor 3.0 requested + 3.0.1

bert hubert bert.hubert at netherlabs.nl
Tue Apr 25 13:46:53 UTC 2006


On Tue, Apr 25, 2006 at 08:41:37AM -0500, Kenneth Marshall wrote:
> I tried the new mtasker.cc and removed the "#include <stdint.h>"
> lines on my Solaris 8 box. I had actually tried the same change yesterday
> but I am still getting a crash using gcc-4.1:

Solaris 8 sparc or i386? Juergen, same question for you?

Are you very very sure you recompiled using the new mtasker.cc? Line 280
doesn't contain any code anymore:

280 #ifdef SOLARIS8
281    delete[] (((char *)d_threads[d_zombiesQueue.front()]->uc_stack.ss_sp)-d_stacksize);
282 #else
283    delete[] (char *)d_threads[d_zombiesQueue.front()]->uc_stack.ss_sp;
284 #endif

Thanks.

-- 
http://www.PowerDNS.com      Open source, database driven DNS Software 
http://netherlabs.nl              Open and Closed source services


More information about the Pdns-users mailing list