M
Matt Gilarde
Guest
Do you still get the "-s exceeded" error when -s is set to 10,000 or do you get different errors? I don't think you should have to set -s so high to avoid the error, but most applications do need something higher than the very small default value (I think the default is 40). You need more stack space when running with the 64-bit client than you needed for the same application with the 32-bit client because some internal structures grow in 64-bit due to the larger pointers. I've seen bugs where the 32-bit client was just under the limit and the same program gets the "-s exceeded" error with the 64-bit client.
Continue reading...
Continue reading...