sunside
Member
Posted 2 years ago #
To test my design I have added a comment with an extremely long word. (Gibberish, of course, I just fed it a few gazillion letters.) While the page renders correctly with wp-typography disabled, the server immediately kicks the connection when it is enabled.
"The connection with the server was reset."
I assume some sort of memory or stack overflow-ish problem - whatever it is, it is severe.
http://wordpress.org/extend/plugins/wp-typography/
sunside
Member
Posted 2 years ago #
According to some forum threads, it is a problem with Vista - as for me, I have WampServer 2 on Win 7 here - and PHP PDO extensions; Here's an excerpt from apache's error log:
[Sun Mar 21 06:35:50 2010] [notice] Parent: child process exited with status 255 -- Restarting.
[Sun Mar 21 06:35:50 2010] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Sun Mar 21 06:35:50 2010] [notice] Server built: Dec 10 2008 00:10:06
[Sun Mar 21 06:35:50 2010] [notice] Parent: Created child process 7844
[Sun Mar 21 06:35:50 2010] [notice] Child 7844: Child process is running
[Sun Mar 21 06:35:50 2010] [notice] Child 7844: Acquired the start mutex.
[Sun Mar 21 06:35:50 2010] [notice] Child 7844: Starting 64 worker threads.
[Sun Mar 21 06:35:50 2010] [notice] Child 7844: Starting thread to listen on port 80.
[Sun Mar 21 06:35:51 2010] [notice] Parent: child process exited with status 255 -- Restarting.
[Sun Mar 21 06:35:51 2010] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Sun Mar 21 06:35:51 2010] [notice] Server built: Dec 10 2008 00:10:06
[Sun Mar 21 06:35:51 2010] [notice] Parent: Created child process 8276
[Sun Mar 21 06:35:51 2010] [notice] Child 8276: Child process is running
[Sun Mar 21 06:35:51 2010] [notice] Child 8276: Acquired the start mutex.
[Sun Mar 21 06:35:51 2010] [notice] Child 8276: Starting 64 worker threads.
[Sun Mar 21 06:35:51 2010] [notice] Child 8276: Starting thread to listen on port 80.
Still, it only happens when I enable wp-Typography. Any ideas?
sunside, I will look into this.