An object function should never be passed null as the object. Example:
evas_object_geometry_get(NULL, &x, &y, &w, &h) is not a valid call.
This is a tracking ticket for the overall issue. eo.c:637 is the line of the error message and can be used with gdb to easily catch instances of it.