Re: [PHP-DEV] debugging APC - bit over my head; clue desired

2006-01-06 Thread Alan Pinstein
Yes, I'd be interested in this, too. I filed a bug report for a segfault under similar conditions and I'd be happy to help find the bug if I had any idea how to help... Alan On Jan 5, 2006, at 7:44 AM, Jochem Maas wrote: Rasmus, I have a quick question which if you are able to give an ans

Re: [PHP-DEV] debugging APC - bit over my head; clue desired

2006-01-05 Thread Jochem Maas
Rasmus, I have a quick question which if you are able to give an answer to will hopefully help to (finally) create a repro. script for the afore mentioned apc segfault. I am 99.9% sure that the apc opcode cache is not likely some/one of my classes. but that leaves 194 odd files to check (upto 20

Re: [PHP-DEV] debugging APC - bit over my head; clue desired

2006-01-03 Thread Jochem Maas
Rasmus Lerdorf wrote: Jochem Maas wrote: a while back I was asking about APC - I have a problem with php seghfaulting when I use APC _and_ turn on the opcode cache (apc_store() and apc_fetch() work very well - I'm sticking _lots_ of 'ResultSet' objects in there for instance and it works very n

Re: [PHP-DEV] debugging APC - bit over my head; clue desired

2006-01-03 Thread Rasmus Lerdorf
Jochem Maas wrote: a while back I was asking about APC - I have a problem with php seghfaulting when I use APC _and_ turn on the opcode cache (apc_store() and apc_fetch() work very well - I'm sticking _lots_ of 'ResultSet' objects in there for instance and it works very nicely) Note that cachi

[PHP-DEV] debugging APC - bit over my head; clue desired

2006-01-03 Thread Jochem Maas
hi guys, a while back I was asking about APC - I have a problem with php seghfaulting when I use APC _and_ turn on the opcode cache (apc_store() and apc_fetch() work very well - I'm sticking _lots_ of 'ResultSet' objects in there for instance and it works very nicely) but turning the opcode cache