From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20717 invoked by alias); 2 Aug 2015 17:52:45 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 20705 invoked by uid 89); 2 Aug 2015 17:52:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f169.google.com Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 02 Aug 2015 17:52:43 +0000 Received: by wicmv11 with SMTP id mv11so110093312wic.0 for ; Sun, 02 Aug 2015 10:52:41 -0700 (PDT) X-Received: by 10.180.149.206 with SMTP id uc14mr26967479wib.12.1438537960932; Sun, 02 Aug 2015 10:52:40 -0700 (PDT) Received: from [192.168.2.108] (pD9E6149B.dip0.t-ipconnect.de. [217.230.20.155]) by smtp.googlemail.com with ESMTPSA id pg9sm18570126wjb.40.2015.08.02.10.52.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Aug 2015 10:52:40 -0700 (PDT) Subject: Re: httpd immediate segfault on startup To: cygwin@cygwin.com References: <55B57A35.1070106@jhmg.net> <55BB9FD3.4090500@jhmg.net> From: Marco Atzeri Message-ID: <55BE58E6.2040801@gmail.com> Date: Sun, 02 Aug 2015 17:52:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55BB9FD3.4090500@jhmg.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00023.txt.bz2 On 7/31/2015 6:18 PM, Jim Garrison wrote: > On 7/26/2015 5:24 PM, Jim Garrison wrote: >> Updated all cygwin packages to current versions, installed httpd >> 2.4.16-1. On startup httpd segfaults: >> >> Exception: STATUS_ACCESS_VIOLATION at eip=65DC5D78 >> eax=8004E028 ebx=00000001 ecx=00000000 edx=8004DFF0 esi=80014490 >> edi=80016498 >> ebp=0028CC78 esp=0028CB5C program=C:\cygwin\usr\sbin\httpd.exe, pid >> 25500, thread main >> cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B >> Stack trace: >> Frame Function Args >> 0028CC78 65DC5D78 (00000003, 0028CC9C, 80010100, 00000020) >> 0028CD28 6100846A (00000000, 0028CD84, 610074F0, 00000000) >> End of stack trace > > Is the maintainer of the httpd package on the list? If not, can > someone provide a point of contact? I'd like to investigate this if > possible but need guidance on how to proceed. > He is on the list, but a bit busy I would say. the second frame address is $ addr2line.exe -e /usr/bin/cygwin1.dll 0x6100846A /usr/src/debug/cygwin-2.1.0-1/winsup/cygwin/dcrt0.cc:1041 cygwin_exit (user_data->main (__argc, newargv, *user_data->envptr)); so it seems that the process initialization went wrong. Have you tried to reinstall httpd ? May be the file was damaged It should be 2015-07-19 19:43 754717 usr/sbin/httpd.exe The first address 65DC5D78 seems over the cygwin area. Cheers Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple