Ticket #2090: runtime_loader_error.diff
File runtime_loader_error.diff, 532 bytes (added by , 17 years ago) |
---|
-
src/system/runtime_loader/elf.cpp
1195 1195 // Try to load explicit image path first 1196 1196 fd = open_executable(path, type, rpath, get_program_path()); 1197 1197 if (fd < 0) { 1198 FATAL("cannot open file %s\n", path);1198 // FATAL("cannot open file %s\n", path); 1199 1199 KTRACE("rld: load_container(\"%s\"): failed to open file", name); 1200 1200 return fd; 1201 1201 }