Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testsuite fails due to bus errors on armhf #248

Open
iliastsi opened this issue Sep 20, 2020 · 1 comment
Open

Testsuite fails due to bus errors on armhf #248

iliastsi opened this issue Sep 20, 2020 · 1 comment

Comments

@iliastsi
Copy link
Contributor

Testsuite fails on armhf with the following error:

Test suite tests: RUNNING...
CBOR
  Reference implementation
    internal properties
      Integer to/from bytes:                                                    OK
        +++ OK, passed 100 tests.
      Word16 to/from network byte order:                                        OK
        +++ OK, passed 100 tests.
      Word32 to/from network byte order:                                        OK
        +++ OK, passed 100 tests.
      Word64 to/from network byte order:                                        OK
        +++ OK, passed 100 tests.
      Numeric.Half to/from Float:                                               OK
        +++ OK, passed 1 test.
    properties
      encoding/decoding initial byte:                                           OK
        +++ OK, passed 1 test.
      encoding/decoding additional info:                                        OK
        +++ OK, passed 100 tests.
      encoding/decoding token header:                                           OK
        +++ OK, passed 100 tests.
      encoding/decoding token header 2:                                         OK
        +++ OK, passed 1 test.
      encoding/decoding tokens:                                                 OK
        +++ OK, passed 100 tests.
      encoding/decoding terms:                                                  OK (0.04s)
        +++ OK, passed 100 tests.
    RFC7049 test vector: decode:                                                OK
    RFC7049 test vector: roundtrip:                                             OK
    external test vector:                                                       OK
  unit tests
    RFC7049 test vector: decode:                                                OK
    RFC7049 test vector: roundtrip:                                             tests: SignalException 7
Test suite tests: FAIL

The full build log can be found here.

@bgamari
Copy link
Member

bgamari commented Sep 20, 2020

Hmm, this sounds to me like a mis-aligned access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants