What can cause the following error when loading an additional bundle using dlopen:
dlopen($(OBJ_DIR)/Test-20091217211256.ob, 6): no suitable image found. Did find:
$(OBJ_DIR)/Test-20091217211256.ob: can't map
Before this error, the process allocates large amounts of memory.
(Substituted $(OBJ_DIR)
in the error for the actual path to make it more legible).