gaurav-spacreo / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

System Crash in test_Minify_CSS plus #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Minify version:2.1.4
PHP version:5.3.4
Apache: 2.2.16
WAMP server under Window 7
Minify installed in WWW dir

What steps will reproduce the problem?
1. Run test_all or test_Minify_CSS
2.
3.
Added code to test_Minify_CSS bypassing Issue62, then test_all runs to 
completion, but with a failure in environment DOCUMENT_ROOT 

Expected output: PASS

Actual output:
Firefox: The connection to the server was reset while the page was loading.
IE8: Internet Explorer cannot display the webpage
Chrome: Error 101 (net::ERR_CONNECTION_RESET): Unknown error.  

Did any unit tests FAIL? (Please do not post the full list)

DOCUMENT_ROOT is set to: 'C:/wamp/www/'. If you cannot modify this, consider 
setting $min_documentRoot in config.php

Please provide any additional information below. If this has to do with URI 
rewriting, please include your DOCUMENT_ROOT, the

test_Minify_CSS

Original issue reported on code.google.com by Arn...@gmail.com on 30 Jan 2011 at 5:50

GoogleCodeExporter commented 9 years ago

Original comment by mrclay....@gmail.com on 31 Jan 2011 at 2:36

GoogleCodeExporter commented 9 years ago
Can you find at what point this is crashing (I can never reproduce it)? 
One/some of the regexes appear to trigger a PHP/PCRE bug.

Original comment by mrclay....@gmail.com on 31 Jan 2011 at 2:39