jbboehr / handlebars.c

C implementation of handlebars.js
GNU Lesser General Public License v2.1
35 stars 5 forks source link

test_spec_handlebars_parser 62 segfaults on ppc64le (Alpine Linux) #67

Closed jirutka closed 7 years ago

jirutka commented 7 years ago
FAIL: test_spec_handlebars_parser 62 - test_spec_handlebars_parser.c:Handlebars Parser Spec:handlebars_spec_parser:
Received signal 11 (Segmentation fault)

Complete build log: handlebars-0.6.4-ppc64le.log.txt

/cc @rvalle, @leitao

leitao commented 7 years ago

Thanks @jirutka I will take a look at it!

rvalle commented 7 years ago

I am not very sure what the process is here for releasing a new version.

I presume a new tag, and update push to alpine/aports is required?

maybe @jirutka can suggest?

once I have this clear I can try to setup a continuous delivery mechanism so that new releases test/trigger a pull request to aports...

jirutka commented 7 years ago

I’m gonna backport just the patch for now.

jirutka commented 7 years ago

Tests passed, thanks for the fix!