Notes |
|
(0005342)
|
domdorn
|
07-04-11 09:36
|
|
Could you please try to find out the regexp and input data tried at that page? It's not clear from the stacktrace and would speed things up a lot. |
|
|
(0005343)
|
domdorn
|
07-04-11 09:38
|
|
the code should be around
at MarkdownExtra_Parser._hashHTMLBlocks_inMarkdown(/home/jalmillategui/.glassfish-install-3.1/glassfish/domains/domain1/applications/atrium/profiles/openatrium/modules/contrib/markdown/markdown.php:1901)
please post the code at that position, comment it out and do a resin_var_dump() on the input that you are passing to the function. With that info we should be able to create a testcase. |
|
|
(0005346)
|
jalmillategui
|
07-04-11 11:52
|
|
The code section specified (markdown.php:1901) is a do while loop. I have uploaded it here. There seems to exists serveral regex in the section:
'{^(?>.+?|\n(?!\n))*?(?<!`)'.$tag_re.'(?!`)}
'{^(?>.*\n)+?'.$tag_re.' *\n}'
'{^<(?:'.$this->block_tags_re.')\b}'
'{^<(?:'.$this->context_block_tags_re.')\b}'
'{^<(?:'.$this->clean_tags_re.')\b}'
'{^</?(?:'.$enclosing_tag_re.')\b}'
I will proceed to start generating the resin_var_dump() later today.
best,
Javier |
|
|
(0005355)
|
jalmillategui
|
07-05-11 17:29
|
|
Hi All,
I tried to use resin_var_dump() which caused the stack trace shown in file quercus_errors2.txt
best,
Javier |
|
|
(0005356)
|
domdorn
|
07-06-11 02:05
|
|
could you please try to get the complete regex and the complete input given to it?
thanks |
|