I ran into some trouble overflowing the stack of a pthread that had its stack set to 16k. I inadvertently called an I/O function that statically allocated a huge 32k character array so it would be ...