From owner-freebsd-ports@freebsd.org Wed Apr 3 02:42:32 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCE7C155856D for ; Wed, 3 Apr 2019 02:42:31 +0000 (UTC) (envelope-from doctor@doctor.nl2k.ab.ca) Received: from doctor.nl2k.ab.ca (doctor.nl2k.ab.ca [204.209.81.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F66F8BEE1 for ; Wed, 3 Apr 2019 02:42:30 +0000 (UTC) (envelope-from doctor@doctor.nl2k.ab.ca) Received: from doctor by doctor.nl2k.ab.ca with local (Exim 4.92 (FreeBSD)) (envelope-from ) id 1hBVr7-0009rk-Vf; Tue, 02 Apr 2019 20:42:25 -0600 Date: Tue, 2 Apr 2019 20:42:25 -0600 From: The Doctor To: "Jack L." Cc: Jonathan Chen , FBSD Ports Mailing List Subject: Re: Crashing Apache port Message-ID: <20190403024225.GA37094@doctor.nl2k.ab.ca> References: <20190402184558.GA97417@doctor.nl2k.ab.ca> <20190402204044.GA34251@doctor.nl2k.ab.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: 3F66F8BEE1 X-Spamd-Bar: / X-Spamd-Result: default: False [0.99 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.46)[-0.455,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+a]; NEURAL_SPAM_SHORT(0.05)[0.051,0]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: doctor.nl2k.ab.ca]; DMARC_POLICY_ALLOW(-0.50)[nl2k.ab.ca,quarantine]; NEURAL_SPAM_LONG(0.22)[0.225,0]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; INTRODUCTION(2.00)[]; ASN(0.00)[asn:6171, ipnet:204.209.81.0/24, country:CA]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.02)[country: CA(-0.09)]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Apr 2019 02:42:32 -0000 On Tue, Apr 02, 2019 at 05:14:29PM -0700, Jack L. wrote: > Are you using php? Does php -v result in a crash? > Yes I use php and No crash. > On Tue, Apr 2, 2019 at 1:54 PM Jonathan Chen wrote: > > > > On Wed, 3 Apr 2019 at 09:40, The Doctor wrote: > > [...] > > > Just recompiled and still crashing > > > > > > [Tue Apr 02 14:38:55.791536 2019] [core:notice] [pid 33235:tid 34380963840] AH00052: child pid 33933 exit signal Segmentation fault (11) > > > [Tue Apr 02 14:38:55.791603 2019] [core:notice] [pid 33235:tid 34380963840] AH00052: child pid 33891 exit signal Segmentation fault (11) > > > [Tue Apr 02 14:38:57.804771 2019] [core:notice] [pid 33235:tid 34380963840] AH00052: child pid 33972 exit signal Segmentation fault (11) > > > [Tue Apr 02 14:38:57.804874 2019] [core:notice] [pid 33235:tid 34380963840] AH00052: child pid 33950 exit signal Segmentation fault (11) > > > [Tue Apr 02 14:38:59.807646 2019] [core:notice] [pid 33235:tid 34380963840] AH00052: child pid 33971 exit signal Segmentation fault (11) > > > [Tue Apr 02 14:39:01.823498 2019] [core:notice] [pid 33235:tid 34380963840] AH00052: child pid 33949 exit signal Segmentation fault (11) > > > [Tue Apr 02 14:39:07.847344 2019] [core:notice] [pid 33235:tid 34380963840] AH00052: child pid 34034 exit signal Segmentation fault (11) > > > [Tue Apr 02 14:39:08.854887 2019] [core:notice] [pid 33235:tid 34380963840] AH00052: child pid 33970 exit signal Segmentation fault (11) > > > [Tue Apr 02 14:39:12.882163 2019] [core:notice] [pid 33235:tid 34380963840] AH00052: child pid 34097 exit signal Segmentation fault (11) > > > [Tue Apr 02 14:39:12.882248 2019] [core:notice] [pid 33235:tid 34380963840] AH00052: child pid 34051 exit signal Segmentation fault (11) > > > > > > And I did do the above as requested. > > > > > > > > My guess is that one of the mod*.so files in > > /usr/local/libexec/apache24 is out of date. Check the timestamps on > > the files to make sure that they look reasonably up to date. Aside > > from that, make sure that all other LoadModule references in > > non-standard locations are also inspected and have been recompiled for > > FreeBSD 12. > > > > Aside from that, I wouldn't have a clue. > > That is what did the trick. Flush the modules and the dependencies. > > Cheers. > > -- > > Jonathan Chen > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! https://www.empire.kred/ROOTNK?t=94a1f39b Look at Psalms 14 and 53 on Atheism Alberta on 16 April 2019, do not vote UCP, FCP nor NDP!