Displaying 2 results from an estimated 2 matches for "maxlogs".
Did you mean:
maxlog
2011 Jan 07
4
how to calculate this natural logarithm
Hello
I want to calculate natural logarithm of sum of combinations as follow: (R code)
{
com_sum=choose(2000000,482)*choose(1000000,118)+choose(2000000,483)*choose(1000000,117)+...+choose(2000000,i)*choose(1000000,600-i)+...+choose(2000000,600)*choose(1000000,0) #calculate the sum
result=log(com_sum) #calculate the log of the sum
}
But
2014 Mar 19
2
Issue on DEBUG statement
Hi,
I was running samba-4.1.4 successfully on my fedora till the below issue occurs.
I had put some simple DEBUG statements in "lib/util/debug.c" (reopen_logs_internal() and some other funcs) file to understand the logging mechanism.
And the same is compiled fine without any issues. And I started my samba service(both nmbd and smbd), I got "(core dumped) segmentation fault"