X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:from:date:to:subject:in-reply-to
	:references; q=dns; s=default; b=DVaXkzhM3A7hSvyU69Pf8tE4DS5sa2p
	C4AT5maqt4IziZC5FRNB4pT6CdZSEcACEniarTquOMTjM17q3tX1W7P8owzJRILc
	8C/GSe+h4hcHprR+x4zClXxecVSzJjwUiGH+KdshVzDbZeq+Ay7ZsHZLqvVp6Ie0
	hS4TgoFL20H4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:from:date:to:subject:in-reply-to
	:references; s=default; bh=LMpyx/yG3frZ3kNNTeR0SQvaRNI=; b=bkkfg
	q2cvQbJvCUik9btQopkpEw49TWxfJcH56sxnzgzW9ARnHjtB5HCAea3KdI4CMpv9
	2NY+4c3VLcsyNXgV7CWF6w/ikrFVdpa3CuwGe0B29WZ2FfTfVfkW+s1//fP5afHw
	d7yDfyk0+2Pl5hLamPP+j4MkTFt0rP5IO3IZfA=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=3.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,FSL_HELO_NON_FQDN_1,KHOP_DYNAMIC,KHOP_THREADED,RCVD_IN_PBL,RCVD_VIA_APNIC,RDNS_DYNAMIC,SPF_SOFTFAIL autolearn=no version=3.3.2
X-HELO: mail1.asahi-net.or.jp
Message-ID: <20130916160126.2368@binki>
From: "d.henman" <dhenman@gmail.com>
Date: Mon, 16 Sep 2013 16:01:26 +0900
To: <cygwin@cygwin.com>
Subject: Re: Build Failure for APR library
In-reply-to: Your message of Sun, 15 Sep 2013 10:04:40 -0700         <5235E8A8.1080407@acm.org>
References: <20130914221822.2588@binki> <5234BA68.1080807@acm.org> <20130915220853.2068@binki>         <5235E8A8.1080407@acm.org>


I tried running httpd2 by hand and it dies immediately and violently:

 $ httpd2
zsh: invalid system call (core dumped)  httpd2

 $  cat httpd2.exe.stackdump
Stack trace:
Frame     Function  Args

When executed from the bash shell:

$ /usr/sbin/httpd2
Bad system call (core dumped)
xxx@binki /tmp
$ echo $?
140

A crash like this is not a gracefull exit.  I wonder how one would fine find out about which system call caused the crash.   The MS event look does not showi it.

Is this the same for other folks.  You don't have to use it just download it and run it and report if you get a "bad system call" error message.

Regards,
  


David Rothenberger wrote:
> On 9/15/2013 6:08 AM, wynfield wrote:
> > Re: Apache httpd run failure.  Also no data is being writting to log files.
> > So the service is started seemingly fine, then it shuts down without any error messages being written out.
> 
> I don't use Apache under Cygwin myself, but I suggest you get it running
> first by invoking it directly from a shell, then move on to configuring
> it as a service.
> 
> -- 

--
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

