Closed frioux closed 5 years ago
Looks like you're running an older version. Can you update to the latest. The latest version shouldn't crach anymore. But it won't do anything either as it only supports ARGV up to 8192 bytes. I'm not sure how safe it would be to increase this or even better set it to MAX_ARG
as the comment suggests.
Ah I didn't even think to try; that fixed it. Thank you!
This is probably related to #5 but in a uh, different way.
I ran the following command to do a thing:
Yes, that's an ARGV of over 38k. Linux doesn't care, but gspt does:
Let me know if there's anything I can do to help!