Where does the crash happen? If it's in your code, you're probably not
properly processing a returning exception. Remember, if an exception is
thrown, the ResultSet reference will be null, and any subsequesnt
operations on the result set will cause a crash.