From this thread it's been diagnose that some of the regex in 'filterFinalOutput' of the wysiwyg formatter will cause stack exhaustion (default CentOS 6.x limit of 10mb isn't sufficient).
Thanks to @cclaerhout for helping debug this issue.
The only notice that this occurring is something like the following in php-fpm logs:
The bbcode which is sufficient to trigger this bug:
If not, add more nesting.
A post length can't be used to preventing a user from entering something like this.
Thanks to @cclaerhout for helping debug this issue.
The only notice that this occurring is something like the following in php-fpm logs:
Code:
[27-Jul-2014 08:15:39] WARNING: [pool www] child 23811 exited on signal 11 (SIGSEGV) after 5458.336405 seconds from start
[27-Jul-2014 08:15:39] NOTICE: [pool www] child 32674 started
The bbcode which is sufficient to trigger this bug:
Code:
[font=trebuchet ms]a17
[font=trebuchet ms]a16
[font=trebuchet ms]a15
[font=trebuchet ms]a14
[font=trebuchet ms]a13
[font=trebuchet ms]a12
[font=trebuchet ms]a11
[font=trebuchet ms]a10
[font=trebuchet ms]a9
[font=trebuchet ms]a8
[font=trebuchet ms]a7
[font=trebuchet ms]a6
[font=trebuchet ms]a5
[font=trebuchet ms]a4
[font=trebuchet ms]a3
[font=trebuchet ms]a2
[font=courier new]a1
[/font][/font][/font][/font][/font][/font][/font][/font][/font][/font][/font][/font][/font][/font][/font][/font][/font]
If not, add more nesting.
A post length can't be used to preventing a user from entering something like this.