First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 178919
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Python Gentoo Team <python@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 178919 depends on: Show dependency tree
Bug 178919 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-05-17 19:22 0000
As per summary, there's an internal copy of expat 1.x in celementtree's shared
object, and its symbols are not hidden either. Loading in the same process
space both libexpat (2) and python with celementtree will likely cause crashes
not so easy to debug.

Easy solution: hide the symbols.
Proper solution: use the already-installed shared copy of libexpat.

------- Comment #1 From Ali Polatel (RETIRED) 2007-07-03 06:45:32 0000 -------
I've added patches for versions 1.0.2 and 1.0.5 so they use the
already-installed shared copy of libexpat instead of the internal copy.
Versions 1.0.2-r1 and 1.0.5-r1 are in CVS which fixes this.

Thanks for reporting :-)

First Last Prev Next    No search results available      Search page      Enter new bug