[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2016-06-20 Thread Nish Aravamudan
Unassigning myself while we wait for testing results. ** Changed in: php5 (Ubuntu Trusty) Assignee: Nish Aravamudan (nacc) => (unassigned) ** Changed in: php5 (Ubuntu Trusty) Status: In Progress => Incomplete -- You received this bug notification because you are a member of Ubuntu B

Re: [Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2016-04-28 Thread Nish Aravamudan
On 28.04.2016 [08:21:34 -0700], Nish Aravamudan wrote: > On 28.04.2016 [11:47:18 -], armandfp wrote: > > Hello again, > > I didn't have the chance to install the 5.5.9+dfsg-1ubuntu4.15, I > > installed the 5.5.9+dfsg-1ubuntu4.16 today, and I got the same error: > > Yes, because they are unrela

Re: [Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2016-04-28 Thread Nish Aravamudan
On 28.04.2016 [11:47:18 -], armandfp wrote: > Hello again, > I didn't have the chance to install the 5.5.9+dfsg-1ubuntu4.15, I > installed the 5.5.9+dfsg-1ubuntu4.16 today, and I got the same error: Yes, because they are unrelated -- I apologize for not using better versioning in my PPA. The 5

[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2016-04-28 Thread armandfp
Hello again, I didn't have the chance to install the 5.5.9+dfsg-1ubuntu4.15, I installed the 5.5.9+dfsg-1ubuntu4.16 today, and I got the same error: #0 zend_mm_remove_from_free_list (heap=0x7ff52bdbab80, mm_block=0x7ff51c8d3118) at /build/php5-sR4fhr/php5-5.5.9+dfsg/Zend/zend_alloc.c:837 #1

Re: [Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2016-04-12 Thread Nish Aravamudan
On 12.04.2016 [12:18:29 -], armandfp wrote: > hello again, > > yes, I think it looks like the same (sorry, i don't have too much > experience with this) I will wait your build for testing in my server. The build should be available at the aforementioned PPA now, sorry for not responding with

[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2016-04-12 Thread armandfp
hello again, yes, I think it looks like the same (sorry, i don't have too much experience with this) I will wait your build for testing in my server. thanks a lot! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2016-04-07 Thread Nish Aravamudan
Test build submitted at: https://launchpad.net/~nacc/+archive/ubuntu/lp1472407, should be published shortly. ** Changed in: php5 (Ubuntu Trusty) Assignee: (unassigned) => Nish Aravamudan (nacc) ** Changed in: php5 (Ubuntu Trusty) Status: New => In Progress -- You received this bug n

[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2016-04-07 Thread Nish Aravamudan
In contrast, I think the exact issue you are hitting is: https://bugs.php.net/bug.php?id=66987. Can you take a look? The stacktrace looks identical to me? ** Bug watch added: bugs.php.net/ #66987 http://bugs.php.net/bug.php?id=66987 -- You received this bug notification because you are a memb

[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2016-04-07 Thread Nish Aravamudan
I will prepare a test build of Ubuntu's PHP5 for trusty shortly with the above patch applied. It seems like you should be able to test easily? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1472407 Tit

[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2016-04-07 Thread Nish Aravamudan
> ubuntu 12.04 + php 5.5.9 (from sources) => works > ubuntu 14.04 + php 5.5.9 (from sources) => got error > ubuntu 14.04 + php 5.5.10 (from sources) => works This would imply that the fix is not in php itself, if 5.5.9 on 12.04 worked? Perhaps there is some interaction with an external library? >

[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2016-04-07 Thread armandfp
hello! ubuntu 12.04 + php 5.5.9 (from sources) => works ubuntu 14.04 + php 5.5.9 (from sources) => got error ubuntu 14.04 + php 5.5.10 (from sources) => works In the server (ubuntu 14.04), I have the 5.5.9-1ubuntu4.11 version (the one with the problem) and then I compile php from sources (php 5.5

[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2016-04-06 Thread Nish Aravamudan
@armand1, to clarify: "I have a system ubuntu 12.04, and I install the php v5.5.27 from the sources (also apache2 from sources) and I test it there with no problem. Then I installed php 5.5.9 (the version with the problem in ubuntu) and it works." Does PHP 5.5.9 work or not work? Or do you mean t

[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2015-07-20 Thread Robie Basak
Please see https://wiki.ubuntu.com/StableReleaseUpdates We do not update stable releases in updates recommended to all users due to regression risk to existing users. I understand that PHP upstream do not maintain stability in their stable branches in the way that Ubuntu users expect, so we curren

[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2015-07-18 Thread armandfp
Hello again, I set up a clean ubuntu 14.04, I installed the same version of apache and php from sources and I got the same error, changing to PHP 5.5.10 fix the problem. Looks like is a problem with Fileinfo, and it was fixed on this new version. when you will update the package to PHP 5.5.10?

[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2015-07-12 Thread armandfp
hello, I have a system ubuntu 12.04, and I install the php v5.5.27 from the sources (also apache2 from sources) and I test it there with no problem. Then I installed php 5.5.9 (the version with the problem in ubuntu) and it works. My system: # lsb_release -rd Description:Ubuntu 12.04.5 LTS Re

[Bug 1472407] Re: Segmentation fault uploading a csv using ZF1.12.1

2015-07-10 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. It'll help if you can try the relevant latest upstream versions of PHP directly (without packaging) to see if the bug affects upstream also, and report it upstream if it is present and not fixed there. If you can l