Summary | Using Code tags with large segments of code segfaults apache |
Queue | Wicked |
Queue Version | 1.0-ALPHA1 |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | simon (at) simonandkate (dot) net |
Created | 09/28/2011 (5030 days ago) |
Due | |
Updated | 11/30/2011 (4967 days ago) |
Assigned | 10/03/2011 (5025 days ago) |
Resolved | 11/30/2011 (4967 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Text/Wiki/Parse/Mediawiki/Code.php with the following helps:
var $regex = ';<code(\s[^>]*)?>(?:<pre>)?\n?(.*?)(?:</pre>)?\n?</code>;msi';
State ⇒ Feedback
with the original <code> parser that might have caused this, but it
shouldn't happen with our improved parsing rule. Are you using the
Default engine?
What I meant was that the imported pages have large chunks of code.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Using Code tags with large segments of code segfaults apache
Queue ⇒ Wicked
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
of them is a dumped httpd.conf file of about 1100 lines). As soon as I
enclose the content in <code> </code> tags and save, I get an instant
Apache Segfault.