g_string_insert_c: assertion 'pos <= string->len' failed
Chapman Flack <[email protected]> Fri, 11 Aug 2017 11:51:24 -0400
| Newsgroups | gmane.comp.archivers.amanda.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi hackers, I am trying make check and installcheck from the head of master (to test my application/script branch), on Red Hat EL 7.4, and I am seeing instances of: GLib-CRITICAL **: g_string_insert_c: assertion 'pos <= string->len' failed For example, the common-src/hexencode test fails on that assertion. Am I the only person to see this? -Chap