Apache2/CFMX 6.1 causing glibc errors on Fedora Core 3

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Apache2/CFMX 6.1 causing glibc errors on Fedora Core 3

    Running:

    Fedora Core 3 (up to date with all the relevant upgrades)
    Apache 2.0.54
    ColdFusion MX 6.1

    Apache error logs keep showing this:

    [Thu Oct 20 06:13:11 2005] [notice] child pid 12015 exit signal Aborted (6)
    *** glibc detected *** double free or corruption (fasttop): 0x08458c00 ***

    [Thu Oct 20 08:00:02 2005] [notice] child pid 14645 exit signal Segmentation
    fault (11)
    *** glibc detected *** corrupted double-linked list: 0x08934860 ***

    PHP is also installed, but not running anywhere, and the errors are in
    conjunction with when the Coldfusion pages choke. Coldfusion does start quite a
    few processes, but I've known this to be normal behaviour and on other servers
    I've dealt with it hasn't caused these problems.

    Apache was compiled with:

    ./configure --prefix=/usr/local/httpd --enable-threads --with-mpm=worker
    --enable-so

    Associated parts of httpd.conf:

    StartServers 2
    MaxClients 150
    MinSpareThreads 25
    MaxSpareThreads 75
    ThreadsPerChild 25
    MaxRequestsPerChild 0


    SeanF Guest

  2. Similar Questions and Discussions

    1. FMS 2 on Fedora Core 5
      Hi All, I am tryiong to install FMS 2 on FC5 When I do a ./installFMS I get the following error ./fmsini: error while loading shared libraries:...
    2. Red Hat Fedora Core 4 ?
      Will FMS2 run on Red Hat Fedora Core 4? Or do you need Red Hat Enterprise?
    3. Flash Server for Fedora Core 4
      Hello folks Am trying to install on my server Flash Media Server, and I got the following error: # ./installFMS ERROR: Your distribution,...
    4. CFMX 7 Documentation for Fedora Core 4?
      Does anyone know where I can find documentation on installing, using and configuring ColdFusion MX 7 using Linux Machine running Fedora Core 4? ...
    5. Installing Coldfusion 6.0 on Fedora Core 4.0 returnsGLIBC 2.0 type errors.
      Error occurred during initialization of VM Unable to load native library: /tmp/install.dir.19987/Linux/resource/jre/lib/i386/libjav.so: symbol...
  3. #2

    Default Re: Apache2/CFMX 6.1 causing glibc errors on Fedora Core 3

    > ./configure --prefix=/usr/local/httpd --enable-threads
    > --with-mpm=worker --enable-so
    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6adf261a[/url]

    "The Apache "worker" multi-processing module (MPM) new to the Apache 2.x
    release is not supported with the JRun/ColdFusion connector on Linux or
    Unix."

    "Do not compile Apache to use the "worker" threading model. Use "prefork"
    instead."

    --
    <mack />



    Neculai Macarie Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139