<p>Apache https has its own corefile options. Since it starts as root it may override or ignore your system settings. I don't know the syntax offhand, and but the docs at <a href="http://apache.org">apache.org</a> should give some love. </p>

<div class="gmail_quote">On Dec 30, 2011 3:17 PM, "Mark Saad" <<a href="mailto:mark.saad@ymail.com">mark.saad@ymail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Thu, Dec 29, 2011 at 10:14 AM, Brian Seklecki (Mobile)<br>
<<a href="mailto:root@probikesllc.com">root@probikesllc.com</a>> wrote:<br>
>><br>
>><br>
>> I have no cores and I am stumped.<br>
>><br>
><br>
> Check the apache RC script; it may be setting ulimit(1) on coredump.<br>
><br>
> Also try to run a "Hello World" segfault tester as the www/httpd user and<br>
> see if you get your dump.<br>
><br>
>  int main(void)<br>
>  {<br>
>     char *s = "hello world";<br>
>     *s = 'H';<br>
>  }<br>
<br>
The end result of that issue was I forgot to set kern.sugid_coredump=1<br>
in sysctl.conf .<br>
<br>
 Also in FreeBSD 7.3 gcore would not produce any usable coredumps from<br>
apache. I could not figure that out.<br>
<br>
<br>
--<br>
<br>
Mark Saad | <a href="mailto:mark.saad@ymail.com">mark.saad@ymail.com</a><br>
_______________________________________________<br>
talk mailing list<br>
<a href="mailto:talk@lists.nycbug.org">talk@lists.nycbug.org</a><br>
<a href="http://lists.nycbug.org/mailman/listinfo/talk" target="_blank">http://lists.nycbug.org/mailman/listinfo/talk</a><br>
</blockquote></div>