bug-mes
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mes] ARM mes on wip-arm - Assertion failure


From: Danny Milosavljevic
Subject: [bug-mes] ARM mes on wip-arm - Assertion failure
Date: Mon, 11 Mar 2019 17:22:11 +0100

The assertion failure comes from vector_ref_ in src/vector.c, so there are the 
following possible culprits:

./src/hash.c:  SCM bucket = vector_ref_ (buckets, hash);
./src/hash.c:      SCM e = vector_ref_ (buckets, i);
./src/lib.c:  return vector_ref (frames, index);
./src/mes.c:            g_stack_array[STACK_SIZE - LENGTH (v) + t] = 
vector_ref_ (v, t);
./src/mes.c:  a = init_builtin (builtin_type, "vector-ref", 2, (function1_t) & 
vector_ref, a);

(vector_ref calls vector_ref_, so it could also have caused the failure)

Attachment: pgp2HmMhgXiFa.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]