Re: [PHP-DEV] PHP allocating too much memory

2016-06-15 Thread Pierre Joye
Hi On Jun 16, 2016 7:22 AM, "Peter LeBrun" wrote: > > Hey everyone, thanks for your help and input. We've narrowed it down to > cases where there is string concatenation with a constant, but currently > upgrading to 7.0.7 to see if that makes a difference. Is it possible to open a bug or post a

Re: [PHP-DEV] PHP allocating too much memory

2016-06-15 Thread Peter LeBrun
Hey everyone, thanks for your help and input. We've narrowed it down to cases where there is string concatenation with a constant, but currently upgrading to 7.0.7 to see if that makes a difference. Enjoy your evening, Peter On Wed, Jun 15, 2016 at 1:50 PM, Trevor Suarez wrote: > On Wed, Jun

Re: [PHP-DEV] PHP allocating too much memory

2016-06-15 Thread Trevor Suarez
On Wed, Jun 15, 2016 at 11:34 AM, Michael Felt wrote: > > > On 15-Jun-16 15:55, Rowan Collins wrote: > >> On 15/06/2016 14:01, Peter LeBrun wrote: >> >>> The weirdest part about this is that PHP is somehow trying to allocate >>> 140TB of memory. >>> >> >> I've seen numbers like that a few times -

Re: [PHP-DEV] PHP allocating too much memory

2016-06-15 Thread Michael Felt
On 15-Jun-16 15:55, Rowan Collins wrote: On 15/06/2016 14:01, Peter LeBrun wrote: The weirdest part about this is that PHP is somehow trying to allocate 140TB of memory. I've seen numbers like that a few times - always around 140TB, but the exact number varies. I assume it's an overflow (or

Re: [PHP-DEV] PHP allocating too much memory

2016-06-15 Thread Thomas Hruska
On 6/15/2016 6:07 AM, Jordi Boggiano wrote: On 15/06/2016 14:01, Peter LeBrun wrote: Hi - I'm getting the following error in php7.0.5: Fatal Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 140729445144864 bytes) If it's relevant, we're using dblib+freetds. I can't

Re: [PHP-DEV] PHP allocating too much memory

2016-06-15 Thread Rowan Collins
On 15/06/2016 14:01, Peter LeBrun wrote: The weirdest part about this is that PHP is somehow trying to allocate 140TB of memory. I've seen numbers like that a few times - always around 140TB, but the exact number varies. I assume it's an overflow (or underflow?) somewhere, but the exact mecha

Re: [PHP-DEV] PHP allocating too much memory

2016-06-15 Thread Johannes Schlüter
Hi, On Wed, 2016-06-15 at 09:01 -0400, Peter LeBrun wrote: > I'm getting the following error in php7.0.5: > > Fatal Error: Allowed memory size of 536870912 bytes exhausted (tried to > allocate 140729445144864 bytes) The huge number 140729445144864 is most likely consequence of an overflow. Can

Re: [PHP-DEV] PHP allocating too much memory

2016-06-15 Thread Jordi Boggiano
On 15/06/2016 14:01, Peter LeBrun wrote: Hi - I'm getting the following error in php7.0.5: Fatal Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 140729445144864 bytes) If it's relevant, we're using dblib+freetds. I can't reproduce the issue deterministically; the be

[PHP-DEV] PHP allocating too much memory

2016-06-15 Thread Peter LeBrun
Hi - I'm getting the following error in php7.0.5: Fatal Error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 140729445144864 bytes) If it's relevant, we're using dblib+freetds. I can't reproduce the issue deterministically; the best I can do is to repeatedly curl an endpoi