From owner-freebsd-stable@FreeBSD.ORG Sun Apr 3 16:27:19 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDE8B16A4CE; Sun, 3 Apr 2005 16:27:19 +0000 (GMT) Received: from dev.bmby.co.il (l192-114-46-204.broadband.actcom.net.il [192.114.46.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFC043D1F; Sun, 3 Apr 2005 16:27:18 +0000 (GMT) (envelope-from uzi@bmby.com) Received: from [10.0.0.3] ([10.0.0.3]) by dev.bmby.co.il (8.12.9/8.12.9) with ESMTP id j33GREqx023557; Sun, 3 Apr 2005 19:27:14 +0300 Message-ID: <42501965.3030103@bmby.com> Date: Sun, 03 Apr 2005 19:27:17 +0300 From: Uzi Klein User-Agent: Mozilla Thunderbird 1.0 (X11/20050111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug White References: <424D1FBD.3070207@bmby.com> <20050401185643.I94922@carver.gumbysoft.com> <20050402065702.GA69101@pit.databus.com> <20050402145930.G1503@carver.gumbysoft.com> In-Reply-To: <20050402145930.G1503@carver.gumbysoft.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: apache+mod_ssl signal 4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 16:27:19 -0000 Doug White wrote: > On Sat, 2 Apr 2005, Barney Wolff wrote: > > >>On Fri, Apr 01, 2005 at 06:59:11PM -0800, Doug White wrote: >> >>>>pid 62364 (httpd), uid 0: exited on signal 4 (core dumped) >>>>Apr 1 11:48:45 www kernel: pid 62364 (httpd), uid 0: exited on signal 4 >>>>(core dumped) >>> >>>Signal 4 is SIGABRT, which is a software-initiated abort. >> >>Well, no, it's ILL, indicating perhaps code compiled for a different >>cpu model than it's being run on, or a trashed library. > > > oops. heh. I really need to get into the habit of checking signal(3) more > often. > > Yeah, SIGILL would imply the library was improperly compiled. Since > libcrypto will generate CPU-specific assembly based on the CPUTYPE > setting, setting it to the wrong CPU type will cause Wierd Problems. > I see, when i disable mod_php everything works... Is there a conflict i don't know? php is also compiled ( from source, not ports ) with openssl support. php configure: ./configure \ --prefix=/usr/local \ --with-layout=GNU \ --without-sqlite \ --disable-debug \ --disable-rpath \ --disable-ipv6 \ --with-apxs=/usr/local/sbin/apxs \ --with-config-file-path=/etc \ --with-mysql=/usr/local \ --with-pcre-regex \ --with-regex=php \ --with-bz2=/usr -with-zlib-dir=/usr \ --with-zlib=/usr \ --with-zip=/usr/local \ --with-gd \ --enable-gd-native-ttf \ --with-freetype-dir=/usr/local \ --with-png-dir=/usr/local \ --with-jpeg-dir=/usr/local \ --with-t1lib=/usr/local \ --with-ttf \ --with-libxml-dir=/usr/local \ --with-dom=/usr/local \ --with-xsl=/usr/local \ --enable-xml \ --enable-dom \ --with-openssl=/usr \ --with-mcrypt=/usr/local \ --with-mhash=/usr/local \ --with-curl=/usr/local \ --with-curlwrappers \ --with-tsrm-pthreads \ --enable-bcmath \ --enable-cli \ --enable-memory-limit \ --enable-overload \ --enable-pear \ --enable-static \ --enable-shared \ --enable-soap \ --enable-sockets \ --enable-versioning -- Uzi Klein BMBY Software Systems Ltd http://www.bmby.com