Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#933 - egenix-mx-base segfaults
|
DetailsImporting the DateTime module from egenix-mx-base causes a segfault. Example:
# python Python 2.3.3 (#1, Mar 19 2004, 17:45:04) [GCC 3.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx import DateTime Segfault coredumped After reading the egenix-users mailing list, it appears that this is a problem with compiler optimizations. As a fix, the optimization level can be disabled. I couldn't find a 'clean' pythonic way to disable it, so I hacked the setup files and am including a patch. |
This task depends upon
egenix-mx-base-2.0.5.patch
also the pkg is now called python-egenix-mx-base
Python 2.3.4 (#2, May 27 2004, 17:42:19)
[GCC 3.4.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from mx import DateTime
>>>
:-)