[PHP-DEV] Re: [PHP-CVS] com php-src: Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.: main/SAPI.h main/rfc1867.c sapi/cgi/cgi_main.c

2013-09-02 Thread Stas Malyshev
Hi!

 Stas, does this problem still persist for you?

Yes, the test is still failing for me, and also seems to fail on Travis
periodically, see: https://travis-ci.org/php/php-src/builds/10751907

The output I'm getting is this:

Test

PHP 5.6.0-dev Development Server started at Mon Sep  2 07:49:11 2013
Listening on http://localhost:8964
Document root is /home/smalyshev/php-src/sapi/cli/tests
Press Ctrl-C to quit.

Notice: fwrite(): send of 8192 bytes failed with errno=104 Connection
reset by peer in /home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on
line 38

Notice: fwrite(): send of 8192 bytes failed with errno=32 Broken pipe in
/home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on line 38
write failed @ (30)



-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: [PHP-CVS] com php-src: Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.: main/SAPI.h main/rfc1867.c sapi/cgi/cgi_main.c

2013-08-27 Thread Michael Wallner
Stas, does this problem still persist for you?

On 19 August 2013 22:05, Michael Wallner m...@php.net wrote:
 On 19 August 2013 00:01, Stas Malyshev smalys...@sugarcrm.com wrote:
 Hi!

 Listening on http://localhost:8964
 Document root is /home/smalyshev/php-src/sapi/cli/tests
 Press Ctrl-C to quit.


 Quite strange... Why is the server's output shown here?

 I don't know, but this is what happens with this test, so it needs to be
 fixed.

 Yeah, well, for you, but not for me, so I'm not sure what to fix.

 --
 Regards,
 Mike



-- 
Regards,
Mike

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: [PHP-CVS] com php-src: Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.: main/SAPI.h main/rfc1867.c sapi/cgi/cgi_main.c

2013-08-19 Thread Michael Wallner
On 19 August 2013 00:01, Stas Malyshev smalys...@sugarcrm.com wrote:
 Hi!

 Listening on http://localhost:8964
 Document root is /home/smalyshev/php-src/sapi/cli/tests
 Press Ctrl-C to quit.


 Quite strange... Why is the server's output shown here?

 I don't know, but this is what happens with this test, so it needs to be
 fixed.

Yeah, well, for you, but not for me, so I'm not sure what to fix.

-- 
Regards,
Mike

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: [PHP-CVS] com php-src: Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.: main/SAPI.h main/rfc1867.c sapi/cgi/cgi_main.c

2013-08-18 Thread Stas Malyshev
Hi!

 Listening on http://localhost:8964
 Document root is /home/smalyshev/php-src/sapi/cli/tests
 Press Ctrl-C to quit.
 
 
 Quite strange... Why is the server's output shown here?

I don't know, but this is what happens with this test, so it needs to be
fixed.

 Notice: fwrite(): send of 8192 bytes failed with errno=104 Connection
 reset by peer in /home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on
 line 38

 Notice: fwrite(): send of 8192 bytes failed with errno=32 Broken pipe in
 /home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on line 38
 write failed @ (30)
 
 I had this once when I filled up my tmpfs /tmp... aynthing else really
 no clue yet.

My /tmp is not on tmpfs, it's just a directory.


-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: [PHP-CVS] com php-src: Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.: main/SAPI.h main/rfc1867.c sapi/cgi/cgi_main.c

2013-08-17 Thread Yasuo Ohgaki
Hi Mike,

On Mon, Aug 12, 2013 at 4:19 AM, Michael Wallner m...@php.net wrote:

 On a side note: all these tests pass for me on Linux/gcc and
 FreeBSD/clang, yet I'm still working on a Solaris/SunC build
 environment.


I've got errors, but I don't have problem now.
I didn't look into the test log files, so I cannot tell what was wrong.
Test w/o valgrind failed and valgrind reported errors.

I needed full rebuild with vcsclean, perhaps?

Regards,

--
Yasuo Ohgaki
yohg...@ohgaki.net


[PHP-DEV] Re: [PHP-CVS] com php-src: Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.: main/SAPI.h main/rfc1867.c sapi/cgi/cgi_main.c

2013-08-11 Thread Michael Wallner
On Aug 11, 2013 4:42 AM, Stas Malyshev smalys...@sugarcrm.com wrote:

 Hi!

  Hi Mike,
 
  I got test failures on session module. I guess it's related to your
change.
  Could you take a look?

 For me (64-bit linux) test upload_2G.phpt also fails with this output:

 Test

 PHP 5.6.0-dev Development Server started at Sun Aug 11 02:43:04 2013
 Listening on http://localhost:8964
 Document root is /home/smalyshev/php-src/sapi/cli/tests
 Press Ctrl-C to quit.


Quite strange... Why is the server's output shown here?



 Notice: fwrite(): send of 8192 bytes failed with errno=104 Connection
 reset by peer in /home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on
 line 38

 Notice: fwrite(): send of 8192 bytes failed with errno=32 Broken pipe in
 /home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on line 38
 write failed @ (30)

I had this once when I filled up my tmpfs /tmp... aynthing else really no
clue yet.


[PHP-DEV] Re: [PHP-CVS] com php-src: Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.: main/SAPI.h main/rfc1867.c sapi/cgi/cgi_main.c

2013-08-11 Thread Michael Wallner
On a side note: all these tests pass for me on Linux/gcc and
FreeBSD/clang, yet I'm still working on a Solaris/SunC build
environment.

On 11 August 2013 21:07, Michael Wallner m...@php.net wrote:
 On Aug 11, 2013 4:42 AM, Stas Malyshev smalys...@sugarcrm.com wrote:

 Hi!

  Hi Mike,
 
  I got test failures on session module. I guess it's related to your
  change.
  Could you take a look?

 For me (64-bit linux) test upload_2G.phpt also fails with this output:

 Test

 PHP 5.6.0-dev Development Server started at Sun Aug 11 02:43:04 2013
 Listening on http://localhost:8964
 Document root is /home/smalyshev/php-src/sapi/cli/tests
 Press Ctrl-C to quit.


 Quite strange... Why is the server's output shown here?



 Notice: fwrite(): send of 8192 bytes failed with errno=104 Connection
 reset by peer in /home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on
 line 38

 Notice: fwrite(): send of 8192 bytes failed with errno=32 Broken pipe in
 /home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on line 38
 write failed @ (30)

 I had this once when I filled up my tmpfs /tmp... aynthing else really no
 clue yet.



-- 
Regards,
Mike

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: [PHP-CVS] com php-src: Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.: main/SAPI.h main/rfc1867.c sapi/cgi/cgi_main.c

2013-08-10 Thread Stas Malyshev
Hi!

 Hi Mike,
 
 I got test failures on session module. I guess it's related to your change.
 Could you take a look?

For me (64-bit linux) test upload_2G.phpt also fails with this output:

Test

PHP 5.6.0-dev Development Server started at Sun Aug 11 02:43:04 2013
Listening on http://localhost:8964
Document root is /home/smalyshev/php-src/sapi/cli/tests
Press Ctrl-C to quit.

Notice: fwrite(): send of 8192 bytes failed with errno=104 Connection
reset by peer in /home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on
line 38

Notice: fwrite(): send of 8192 bytes failed with errno=32 Broken pipe in
/home/smalyshev/php-src/sapi/cli/tests/upload_2G.php on line 38
write failed @ (30)



-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php