Re: Segfaults from a different kind

2002-06-02 Thread Melvyn Sopacua
Hi, At 16:14 2-6-2002, Tod Harter shared with all of us: >I'm pretty sure there is a Linux Kernel capability you can set to take care >of the problem, but I honestly haven't monkeyed with them a lot. I already explained my error - besides being impatient as it takes 10 secs for the sockets to

Re: Segfaults from a different kind

2002-06-02 Thread Tod Harter
On Sunday 02 June 2002 06:44, Christian Jaeger wrote: > At 6:08 Uhr +0200 02.06.2002, Melvyn Sopacua wrote: > >However - I can't get a core dump, and in gdb run -X /path/to/conf doesn't > >create a socket somehow. > > If you start apache as root and let it change userid to nobody (or > whatever),

Re: Segfaults from a different kind

2002-06-02 Thread Melvyn Sopacua
At 13:56 2-6-2002, Matt Sergeant shared with all of us: > > 0x48bd64f5 in XS_AxKit_Debug (cv=0x8492a1c) at AxKit.xs:197 > > AxKit.xs:197: No such file or directory. > > (gdb) bt > > #0 0x48bd64f5 in XS_AxKit_Debug (cv=0x8492a1c) at AxKit.xs:197 > >This is fixed in 1.6 (and in 1.6rc1). Please try

Re: Segfaults from a different kind

2002-06-02 Thread Matt Sergeant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 02 June 2002 12:38 pm, Melvyn Sopacua wrote: > At 10:05 2-6-2002, Matt Sergeant shared with all of us: > > > However - I can't get a core dump, and in gdb run -X /path/to/conf > > > doesn't create a socket somehow. > > > >You must be doing s

Re: Segfaults from a different kind

2002-06-02 Thread Melvyn Sopacua
At 10:05 2-6-2002, Matt Sergeant shared with all of us: > > However - I can't get a core dump, and in gdb run -X /path/to/conf doesn't > > create a socket somehow. > >You must be doing something wrong with gdb. The full thing is: > >$ gdb /path/to/apache/bin/httpd >gdb> run -X > > >gdb> bt Yep -

Re: Segfaults from a different kind

2002-06-02 Thread Christian Jaeger
At 6:08 Uhr +0200 02.06.2002, Melvyn Sopacua wrote: >However - I can't get a core dump, and in gdb run -X /path/to/conf doesn't >create a socket somehow. If you start apache as root and let it change userid to nobody (or whatever), most OS's won't drop core dumps because of security considerati

Re: Segfaults from a different kind

2002-06-02 Thread Matt Sergeant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 02 June 2002 5:08 am, Melvyn Sopacua wrote: > Matt Sergeant said at 08:05 29-5-2002: > >When you install, make sure you use "make install UNINST=1". > > Done that. > > >Secondly, segfaults may be related to XML::LibXML - make sure you upgrad

Segfaults from a different kind

2002-06-01 Thread Melvyn Sopacua
Matt Sergeant said at 08:05 29-5-2002: >When you install, make sure you use "make install UNINST=1". Done that. >Secondly, segfaults may be related to XML::LibXML - make sure you upgrade to >at least 1.50. Done that too. But - I've got segfaults with 1.52, on BSD/OS, on a very particular poin