Skip to content

Commit

Permalink
camomile: segv/stack overflow on ppc64
Browse files Browse the repository at this point in the history
There seems to be a stack overflow that is particularly bad
on ppc64le, as all of the opam CI builds fail:

```
camomilelocaledef Camomile/locales/zh__PINYIN.mar (got signal SEGV)
(cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/zh__PINYIN.txt locales)
```

Increasing the stack limit on the build container didnt
help, so I'll mark this as unavailable on ppc64 until we
can figure out the root cause.  There is an upstream issue
at: yoriyuki/Camomile#83
  • Loading branch information
avsm committed Jul 26, 2020
1 parent 7974bd5 commit 74a3c9e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/camomile/camomile.0.8.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ url {
src: "https://github.com/yoriyuki/Camomile/archive/rel-0.8.6.tar.gz"
checksum: "md5=38630489140dd6ca0e25792fbb3ab1a1"
}
available: arch != "ppc64"
1 change: 1 addition & 0 deletions packages/camomile/camomile.0.8.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ url {
src: "https://github.com/yoriyuki/Camomile/archive/rel-0.8.7.tar.gz"
checksum: "md5=7727d76048d99a6ba157cddf2b4bb0ef"
}
available: arch != "ppc64"
1 change: 1 addition & 0 deletions packages/camomile/camomile.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ url {
"https://github.com/yoriyuki/Camomile/releases/download/rel-1.0.0/camomile-rel-1.0.0.tbz"
checksum: "md5=ade54c020169c5c7c5563751cd79f510"
}
available: arch != "ppc64"
1 change: 1 addition & 0 deletions packages/camomile/camomile.1.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ url {
"https://github.com/yoriyuki/Camomile/releases/download/1.0.1/camomile-1.0.1.tbz"
checksum: "md5=82e016653431353a07f22c259adc6e05"
}
available: arch != "ppc64"
1 change: 1 addition & 0 deletions packages/camomile/camomile.1.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ url {
"sha512=7586422e68779476206027c6ebbe19b677fbe459153221f7c952c7fae374c5c8232249cb76fdb1f482069707aa1580be827cd39693906142988268b7f0e7f6d0"
]
}
available: arch != "ppc64"

0 comments on commit 74a3c9e

Please sign in to comment.