bug-mes
[Top][All Lists]
Advanced

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

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


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

On Mon, 11 Mar 2019 17:22:11 +0100
Danny Milosavljevic <address@hidden> wrote:

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

And the functions that were called, in call order, deduplicated (NOT a 
stacktrace):

IN: _start
IN: main
IN: init
IN: getenv
IN: strlen
IN: getenv
IN: strncmp
IN: getenv
IN: strncmp
IN: getenv
IN: init
IN: open_boot
IN: strcpy
IN: open_boot
IN: try_open_boot
IN: mes_open
IN: _open3
IN: _sys_call3
IN: _open3
IN: __ungetc_init
IN: memset
IN: __ungetc_init
IN: _open3
IN: mes_open
IN: try_open_boot
IN: open_boot
IN: _sys_call3
IN: _open3
IN: __ungetc_clear
IN: open_boot
IN: init
IN: gc_init
IN: malloc
IN: brk
IN: _sys_call1
IN: brk
IN: malloc
IN: gc_init
IN: init
IN: main
IN: mes_environment
IN: mes_symbols
IN: make_hash_table_
IN: make_hashq_type
IN: cons
IN: make_cell__
IN: alloc
IN: make_cell__
IN: cons
IN: make_hashq_type
IN: make_struct
IN: length__
IN: make_struct
IN: vector_entry
IN: make_struct
IN: make_hashq_type
IN: make_hash_table_
IN: make_vector__
IN: make_hash_table_
IN: mes_symbols
IN: init_symbol
IN: make_string
IN: make_bytes
IN: bytes_cells
IN: make_bytes
IN: memcpy
IN: make_bytes
IN: make_string
IN: init_symbol
IN: hash_set_x
IN: struct_ref_
IN: hash_set_x
IN: hash_
IN: hash_cstring
IN: __aeabi_idivmod
IN: __mesabi_uldiv
IN: __aeabi_idivmod
IN: hash_cstring
IN: hash_
IN: hash_set_x
IN: struct_ref_
IN: hash_set_x
IN: vector_ref_
IN: __assert_fail
IN: eputs
IN: write
IN: _write
IN: write
IN: eputs
IN: __assert_fail

Attachment: pgpOHUVekuH8V.pgp
Description: OpenPGP digital signature


reply via email to

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