Summary: | jade segfaults while compiling docbook-sgml-utils-0.6.14 when emerging gnome 2.12 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | sven |
Component: | [OLD] Library | Assignee: | Text-Markup Team (OBSOLETE) <text-markup+disabled> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
sven
2005-10-11 05:09:29 UTC
Have you tried with a non-masked compiler? In any case, what we need is an usable backtrace from the jade process that is crashing. Please provide one, as this is not reproducible for us. > Have you tried with a non-masked compiler?
No, I didn't. But I tried on another machine with similar configuration but
less optimizations and there the error did not occur. :) I guess it is an
optimization issue and will try to rebuild the machine where this bug happened
next week with less optimizations (I think the ones from 'emerge info' are not
accurate anymore).
Thanks,
Sven
Ok, I rebuilded the whole system with "-O2 -march=athlon-xp -mtune=athlon-xp -fomit-frame-pointer -funit-at-a-time -funroll-loops -pipe" and it still segfaults. I used gdb and found out that it crashes in an opensp-lib so I rebuilded opensp again with only "-O2" and now it works...so opensp should be build without or only with very few optimizations. I guess this "fixes" this bug. Thanks, Sven I tried to reproduce the problem with the flags you mention, but still no luck :). This is most certainly a local problem. |