Re: PHP / Apache bus error

2005-04-06 Thread Tom Vilot
Peter Risdon helpful contributes: You don't _have_ to boot into single user mode. See below. Okay, cool. I did it. Upgraded to 4.11 without any problems. However ... I still have the following problems: 1. child pid 28305 exit signal Segmentation fault (11) messages (lots of 'em) in

Re: PHP / Apache bus error

2005-03-23 Thread Tom Vilot
Peter Risdon helpful contributes: You don't _have_ to boot into single user mode. See below. Okay, cool. I have one last question (me thinks) before I attempt this. (and I'll attempt it on my home server, first, even though it is a 5.3 box. At least I can get practice). On the 4.9 server,

Re: PHP / Apache bus error

2005-03-23 Thread Peter Risdon
On Wed, 2005-03-23 at 09:49 -0700, Tom Vilot wrote: Peter Risdon helpful contributes: [...] On the 4.9 server, what should my supfile's tag be? *default release=cvs tag=RELENG_4_11 If you like. I'd use *default release=cvs tag=RELENG_4 The difference has been discussed exhaustively on

PHP / Apache bus error

2005-03-22 Thread Tom Vilot
I've done a lot of snooping around Google to figure this out. I've come to the conclusion that PHP just plain sucks ;c) I am fairly consistently getting bus errors in Apache when I use PHP (or at least, I'm fairly sure it is due to PHP). Entries like: ... [notice] child pid 70121 exit signal

Re: PHP / Apache bus error

2005-03-22 Thread Peter Risdon
On Tue, 2005-03-22 at 09:22 -0700, Tom Vilot wrote: I've done a lot of snooping around Google to figure this out. I've come to the conclusion that PHP just plain sucks ;c) I am fairly consistently getting bus errors in Apache when I use PHP (or at least, I'm fairly sure it is due to PHP).

Re: PHP / Apache bus error

2005-03-22 Thread Tom Vilot
But then, I've found most apache/php errors actually derive from some php extension and this can be traced by a process of elimination. It's often then a dependency of the extension that has been updated, or something. I'm starting to think there's something funky about PHP and MySQL. Is

Re: PHP / Apache bus error

2005-03-22 Thread Peter Risdon
On Tue, 2005-03-22 at 10:02 -0700, Tom Vilot wrote: But then, I've found most apache/php errors actually derive from some php extension and this can be traced by a process of elimination. It's often then a dependency of the extension that has been updated, or something. I'm starting to

Re: PHP / Apache bus error

2005-03-22 Thread Tom Vilot
Peter Risdon wrote: Can you explain why? What is it about 4.11 vs 4.9 with regard to this issue? Just that it's an up-to-date release. PHP and its extensions do depend on bits of the base system. You are using the very latest ported version, so far as I can see, with an out of date world.

Re: PHP / Apache bus error

2005-03-22 Thread Peter Risdon
On Tue, 2005-03-22 at 19:31 -0700, Tom Vilot wrote: Peter Risdon wrote: Can you explain why? What is it about 4.11 vs 4.9 with regard to this issue? Just that it's an up-to-date release. PHP and its extensions do depend on bits of the base system. You are using the very latest