Menu

#103 Signal 11 on graceful apache restart

open
nobody
None
5
2004-07-13
2004-07-13
No

Specs:

Apache 1.3.29, php 4.3.6, tmmc 2.4.6, FreeBSD 4.8. All
built from the ports collection.

So far on this light testbox all is well except for a
bunch of Sig11's logged whenever the server is
gracefully restarted for a log rotation. If I remove
the mmcache stuff from php.ini, the problem goes away.

Anyone else see this? Any other info needed?

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Yes I can confirm even random Sig11 on FreeBSD 4.10 and 4.9

     
  • Nobody/Anonymous

    Logged In: NO

    same here on FreeBSD 5.2.1, sig 11 both on apache restart
    and graceful restart plus randoms.

     
  • Nobody/Anonymous

    Logged In: NO

    same here

     
  • Anonymous

    Anonymous - 2005-02-28

    Logged In: YES
    user_id=137482

    more information on my "same here" post

    it's an freebsd 4.8 release with apache 1.3.28, php-4.3.9
    and turck-mmcache-2.4.6

    compiled from source tar-balls not from the ports.

    On apachectl restart couple of sig 11 accours on apachectl
    stop there is also an core dumped.

    Using following configuration:

    extension=mmcache.so
    ; zend_extension=/usr/local/lib/php/extensions/mmcache.so
    mmcache.shm_size="16"
    mmcache.cache_dir="/var/mmcache"
    mmcache.enable="1"
    mmcache.optimizer="1"
    mmcache.check_mtime="1"
    mmcache.debug="0"
    mmcache.filter=""
    mmcache.shm_max="0"
    mmcache.shm_ttl="0"
    mmcache.shm_prune_period="0"

    also tried to set it with mmcache.content="disk_only"
    but no difference - seams to use shm no matter what i
    configure here.

     

Log in to post a comment.