No, Bug free software is not impossible. It's just very difficult.
I'll also hedge the answer and say that the developer is not responsible for OS, Networking etc. (Unless that's the point of the application) That is, if the Network, Database and OS are all working, then the application will work.
However, you've got a fine balance to maintain:
Bugs (Quantity and Complexity - B)
Features (Quantity and Complexity - F)
Resources (Time and Money and Labour - R)
My assumption is that the relationship is going to be something like:
R = k F/B with k being an arbitrary constant based on whatever units the others are measured in.
Mathematically, this says that as bugs go to zero, resources go to infinity for any given feature set. However, I think we can dispense with the mathematical correctness and just say that bug free software will be very expensive. Of course, this assumes that you have perfect requirements, which is another issue altogether.
I'm sure all of us can write a perfect, bug free "Hello World" in multiple languages. I just doesn't do too much.