You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case GC_DS_LENGTH:
/* Large length. Process part of the range to avoid pushing */
/* too much on the stack. */
/* Either it is a heap object or a region outside the heap. */
GC_ASSERT(descr < GC_greatest_real_heap_addr
- GC_least_real_heap_addr
|| GC_least_real_heap_addr + sizeof(ptr_t)
>= ADDR(current_p) + descr
|| ADDR(current_p) >= GC_greatest_real_heap_addr);
The text was updated successfully, but these errors were encountered:
Source: master (4f97540)
Build: https://app.travis-ci.com/github/ivmai/bdwgc/jobs/624709039
Host: Linux/x86_64
Compiler: clang-16
Config: CFLAGS_EXTRA="-m32 -funsigned-char -D _FORTIFY_SOURCE=2 -D GC_GCJ_MARK_DESCR_OFFSET=32 -D NO_LONGLONG64" CONF_OPTIONS="--enable-gc-assertions" GCTEST_WITH_MPROTECT_VDB=true
Output (gctest):
...
Emulating dirty bits with mprotect/signals
Assertion failure: extra/../mark.c:700
The text was updated successfully, but these errors were encountered: