Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some problem in unrelease NSMutableString #2

Open
mulle-nat opened this issue Nov 8, 2023 · 0 comments
Open

Some problem in unrelease NSMutableString #2

mulle-nat opened this issue Nov 8, 2023 · 0 comments

Comments

@mulle-nat
Copy link
Member

mulle-nat commented Nov 8, 2023

mulle-markdown-compose  --protect -c README.md.scion
mulle-scion: /home/src/srcO/MulleFoundation/MulleFoundationBase/src/MulleObjCValueFoundation/NSMutableString.m:748: void mulleConvertStringsToUTF8(NSString **, unsigned int, struct mulle_buffer *): Assertion `actual == len' failed.
/home/src/srcM/mulle-bashfunctions/src/mulle-bashfunctions.sh: line 1105: 79995 Aborted                 (core dumped) "$@"
make: *** [/dev/fd/63:6: README.md] Error 134

The culprit is one of the two UTF8 routines:

      len    = [s mulleUTF8StringLength];
      p      = mulle_buffer_advance( buffer, len);
      actual = [s mulleGetUTF8Characters:p
                               maxLength:len];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant