primus icon indicating copy to clipboard operation
primus copied to clipboard

Bump socket buffer size

Open abbradar opened this issue 8 years ago • 2 comments

Fix receiving long library paths. This helps on NixOS, where library paths contain hashes.

abbradar avatar Jan 30 '17 16:01 abbradar

Thanks. Can you show how the problematic string looks on NixOS?

amonakov avatar Jan 30 '17 19:01 amonakov

For example:

/nix/store/6pnqm65dssww0qjc0ngfraj9764m0jfq-nvidia-x11-375.26-4.9.6/lib:/nix/store/h9fixrllhyqx7h04kl52cmd8pk1n4ybp-libglvnd-2016-12-22/lib:/nix/store/1cq45g2w4h09mw1ic3m2dwr21pa7a8ci-nvidia-x11-375.26/lib:/nix/store/gbz0y3jjvk4flmiisfr0wym01x1gsqaj-libglvnd-2016-12-22/lib

We have each package placed into a separate directory with a hash to ensure several nice Nix properties. So we have four paths (two per architecture).

abbradar avatar Jan 30 '17 19:01 abbradar