Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.3

Bug #12098 Code tag kills php process (child pid 14456 exit signal Illegal instruction (4)
Submitted: 2007-09-22 21:13 UTC
From: sole Assigned:
Status: No Feedback Package: Text_Wiki (version 1.2.0)
PHP Version: 5.2.1 OS: MacOS
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 24 - 1 = ?

 
 [2007-09-22 21:13 UTC] sole (Sole Sole)
Description: ------------ If the code tag is used without adding a newline character before the closing tag, the php process just kills itself. We've fixed that by removing the last \n from the regexp in Text/Wiki/Parse/Default/Code.php It happens both on PHP5 with mac and PHP4 on linux. Test script: --------------- Trying to parse "<code>k·q/r</code>" kills the php process. Expected result: ---------------- The expected result should be a code block. Actual result: -------------- child pid 14456 exit signal Illegal instruction (4)

Comments

 [2008-03-22 09:40 UTC] doconnor (Daniel O'Connor)
Sole, Could you give this a shot with the latest PHP? If its still happening, it sounds like a php bug rather than a text_wiki bug, and we should do up a bug report for them.
 [2008-07-12 19:21 UTC] doconnor (Daniel O'Connor)
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you.