Am 05.04.2018 4:35 vorm. schrieb "David Wright" <lily...@lionunicorn.co.uk>:


> > It seems that beyond a certain level of complexity I get Exit. In the
> > current example it's return code -1073741819, but it can be other codes.

Googling 1073741819 is jaw-dropping. I don't think you'll find out
anything specific from that particular code.

Well, using a search machine to find an error code interpretation is not
necesdarily sensible. The number -1073741819 (a bit different) can also
represented as 0xC0000005 assuming thar the program use a 32 bit number
range.
That error code is a composition of the error number (5: access denied) and
the error class. 0xC0000000 stands for generic error.
So all you get from the code is "access denied". The actual error can only
be found if Lilypond issues the function that returned this code. Do you
think that the complete error message could be shared?
I also wonder why the error codes are displayed as decimal numbers.
Wouldn't it improve tge user experience if the code is readable?

Best regards
Helge
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to