-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
This is really "FYI" rather than a bug. It may even be a compiler bug. Anyway, when building on ppc64 or ppc64le there's a stack overflow in the final stages of the build:
Running[744]: (cd _build/default/Camomile && ./tools/camomilelocaledef.exe --file locales/zh__PINYIN.txt locales)
Command [744] got signal SEGV:
$ (cd _build/default/Camomile && ./tools/camomilelocaledef.exe --file locales/zh__PINYIN.txt locales)
It happens in the same place on both arches.
I worked around it by doing:
%ifarch %{power64}
ulimit -Hs 65536
ulimit -Ss 65536
%endif
This doesn't happen on the other arches we test with (i686, x86_64, s390, s390x, aarch64, armv7hl).
jirutka
Metadata
Metadata
Assignees
Labels
No labels