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
The way the Makefile currently invokes the gosh tool, e.g. 'gosh … foo/bar-date bar/foo-date […]' exceeds the 16KiB argument buffer in Noux that is used to transport the commandline arguments. As interims fix I limited the entries displayed on the front-page to 15. The long-term fix would be to change how the index page is generated.
(The argument buffer is rather small in comparison to most other POSIX-ish systems and we could increase it to 64KiB as this is already the size of one of the arguments of the write system-call but in the end that merely post-pones the issue.)
The text was updated successfully, but these errors were encountered:
cnuke
added a commit
to cnuke/genodians.org
that referenced
this issue
Aug 22, 2019
The way the Makefile currently invokes the
gosh
tool, e.g. 'gosh … foo/bar-date bar/foo-date […]' exceeds the 16KiB argument buffer in Noux that is used to transport the commandline arguments. As interims fix I limited the entries displayed on the front-page to 15. The long-term fix would be to change how the index page is generated.(The argument buffer is rather small in comparison to most other POSIX-ish systems and we could increase it to 64KiB as this is already the size of one of the arguments of the write system-call but in the end that merely post-pones the issue.)
The text was updated successfully, but these errors were encountered: