Well sure it does - it's a segmentation fault. But other than showing the same symptome, I don't see how this is related to the behavior shown in the link to Drupal you posted - I don't use e-accelerator or anything similar. It's a plain Ubuntu VPS installation, using the versions of php, apache etc that are available for it. Plus, I can reproduce the problem locally. Also Ubuntu, but completely different software packages (everything newer).
Other causes for Apache segfaults I found were conflicting modules, but I really use only a necessary set of apache modules:
| Code: |
ls -l /etc/apache2/mods-enabled/
total 0
lrwxrwxrwx 1 root root 36 Mar 6 07:36 cgi.load -> /etc/apache2/mods-available/cgi.load
lrwxrwxrwx 1 root root 40 Mar 6 10:58 include.load -> /etc/apache2/mods-available/include.load
lrwxrwxrwx 1 root root 37 Mar 6 10:53 php5.conf -> /etc/apache2/mods-available/php5.conf
lrwxrwxrwx 1 root root 37 Mar 6 10:53 php5.load -> /etc/apache2/mods-available/php5.load
lrwxrwxrwx 1 root root 40 Mar 6 10:58 rewrite.load -> /etc/apache2/mods-available/rewrite.load
lrwxrwxrwx 1 root root 36 Mar 6 10:57 ssl.load -> /etc/apache2/mods-available/ssl.load
lrwxrwxrwx 1 root root 39 Mar 6 10:58 suexec.load -> /etc/apache2/mods-available/suexec.load
|
I also tried disabling Joomla Cache and reverting the the default Joomla template - all with no success.
I was able, however, to reduce the possibilities. The problem must come from the text in "defunct" posts. When viewing threaded view and selecting the single "broken" posts, they don't work (producing the same segfault), all other posts display fine. When I delete the text in the posts manually in the database, the whole thread display fine again - but I don't think that's a solution for the long run...
Out of my mind, I think the problem might be somewhere in the parser...