Skip to content

Stack overflow when building on ppc64, ppc64le #39

@rwmjones

Description

@rwmjones

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions