Re: Segmentation fault on an Intel based Mac

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Mar 20, 2007, at 9:04 PM, Andre-John Mas wrote:

Hi,

I have just downloaded Apache 2.2.4, compiled it, installed it
and the tried running it. What I get when I call:

./apachectl start

is:

./apachectl: line 102: 12799 Segmentation fault      $HTTPD -k $ARGV

and if I call:

./httpd

directly, then I get:

Bus Error

Could you run

ulimit -c unlimited

before you start the server? It should dump core in /cores. Then, run

gdb httpd -core `ls -t /cores | head -1`

and when gdb has finished loading, execute the bt command (bt == backtrace). Send us the output of the bt command (#0 all the way through the line that says 'in main ()').

./configure --enable-layout=ServLog --enable-mods-shared=all -- enable-dav --enable-cache --enable-shared --disable-static -- disable-unique-id --enable-ipv6 --with-included-apr

I think it's --with-layout=Something. Anyway, I don't think we have a layout called ServLog in config.layout. What are you trying to achieve there?

Otherwise I don't see anything wrong with your configure, other than I think we turn IPv6 off on the platform because it doesn't behave quite right.

S.

--
sctemme@xxxxxxxxxx            http://www.temme.net/sander/
Open Source Software Consultant
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF

ApacheCon 2007 Europe, May 1-4 in Amsterdam
http://www.eu.apachecon.com/



Attachment: smime.p7s
Description: S/MIME cryptographic signature


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux