Ticket #2090: runtime_loader_error.diff

File runtime_loader_error.diff, 0.5 KB (added by andreasf, 2 years ago)

Proposed patch

  • src/system/runtime_loader/elf.cpp

     
    11951195    // Try to load explicit image path first 
    11961196    fd = open_executable(path, type, rpath, get_program_path()); 
    11971197    if (fd < 0) { 
    1198         FATAL("cannot open file %s\n", path); 
     1198//      FATAL("cannot open file %s\n", path); 
    11991199        KTRACE("rld: load_container(\"%s\"): failed to open file", name); 
    12001200        return fd; 
    12011201    }