There are often questions like:
My application crashes when doing X, this is my code, can you help me?
Now, if this question is in some areas, lets say android, it usually means one of two-three options, but as long as you don't get more details (such as manifest XML and stack trace), you can't know. Is it legitimate to answer at this stage and say
well I can't know for sure, but it's probably Y, if you put more code we may give a better answer
or should we wait for more info? I have seen many answers like that and it kind of bothered me (although in the past I used to give such answers like that too)
Edit: I forgot to write the second part of the question - do such answers deserve downvote?