Opened 15 years ago
Last modified 14 years ago
#7089 new defect
Segmentation Fault on Ubuntu 64 Bit under Apache Control
Reported by: | anonymous | Owned by: | Filipe Correia |
---|---|---|---|
Priority: | normal | Component: | Page2DocbookPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I have used the Plugin for a while in 32-Bit configuration (Ubuntu) with Apache and mod_python. Now I have ported to a machine running 64-Bit Ubuntu. Trying mod_python or mod_wsgi allways results in Segmentation Fault. Using Trac standalone works. Whats wrong?
Python 2.6.4, Trac 0.11.5, PageToDocbook 0.6.2
Attachments (0)
Change History (6)
comment:1 Changed 15 years ago by
Severity: | normal → major |
---|
comment:2 Changed 15 years ago by
Hi,
the Version on the 64bit and 32bit boxes are both 0.2-3.2ubuntu1.
Regards
Markus
comment:3 Changed 15 years ago by
I think the segfault might be related to this: http://developer.berlios.de/bugs/?func=detailbug&bug_id=14691&group_id=1810
comment:4 follow-up: 5 Changed 15 years ago by
Could you check if applying the patch on that thread solves it?
comment:5 follow-up: 6 Changed 14 years ago by
Replying to FilipeCorreia:
Could you check if applying the patch on that thread solves it?
The linked patch for uTidy seams to work. Now I have some issues with "parse"-Errors on some pages. I will figure out the details soon.
comment:6 Changed 14 years ago by
Replying to anonymous:
Replying to FilipeCorreia:
Could you check if applying the patch on that thread solves it?
The linked patch for uTidy seams to work. Now I have some issues with "parse"-Errors on some pages. I will figure out the details soon.
The Plugin works now for me. I changed the parameter doctype from 'auto' back to 'omit' in line 36 in pagetodocbook.py and added the parameter quote_nbsp=False.
Hi,
What version of python-uTidyLib are you using? I've seen this problem before on a centos machine. I've determined at the time that it was uTidyLib that was misbehaving, and a colleague of mine managed to fix the bug.