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
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
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 -
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
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
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
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
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
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