mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
The lock.waiter field was not marked during GC
This commit is contained in:
parent
6719519516
commit
bc738ccae8
1 changed files with 2 additions and 1 deletions
|
|
@ -982,7 +982,8 @@ init_alloc(void)
|
|||
to_bitmap(&o, &(o.process.waiting_for));
|
||||
type_info[t_lock].descriptor =
|
||||
to_bitmap(&o, &(o.lock.name)) |
|
||||
to_bitmap(&o, &(o.lock.owner));
|
||||
to_bitmap(&o, &(o.lock.owner)) |
|
||||
to_bitmap(&o, &(o.lock.waiter));
|
||||
# ifdef ECL_RWLOCK
|
||||
type_info[t_rwlock].descriptor =
|
||||
to_bitmap(&o, &(o.rwlock.name));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue