Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 439 for died (0.04 sec)

  1. cni/pkg/repair/repair_test_helpers.go

    				Reason:   "Error",
    				Message:  "Died for some reason",
    			},
    		},
    	}
    
    	brokenInitContainerTerminating = corev1.ContainerStatus{
    		Name: constants.ValidationContainerName,
    		State: corev1.ContainerState{
    			Terminated: &corev1.ContainerStateTerminated{
    				ExitCode: constants.ValidationErrorCode,
    				Reason:   "Error",
    				Message:  "Died for some reason",
    			},
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 12 17:39:53 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  2. src/internal/zstd/testdata/1890a371.gettysburg.txt-100x.zst

    dead we take increased devotion to that cause for which they gave the last full measure of devotion - that we here highly resolve that these dead shall not have died in vain - that this nation, under God, shall have a new birth of freedom - and that government of the people, by the people, for the people, shall not perish from this earth. Abraham Lincoln, November 19, 1863, Gettysburg, Pennsylvania Four score and seven years ago our fathers brought forth on this continent, a new nation, conceived...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 27 14:35:13 UTC 2023
    - 826 bytes
    - Viewed (0)
  3. src/compress/testdata/gettysburg.txt

    dead we take increased devotion to that cause for which they
    gave the last full measure of devotion -
      that we here highly resolve that these dead shall not have
    died in vain - that this nation, under God, shall have a new
    birth of freedom - and that government of the people, by the
    people, for the people, shall not perish from this earth.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 29 15:46:44 UTC 2015
    - 1.5K bytes
    - Viewed (0)
  4. src/runtime/testdata/testprog/lockosthread.go

    	return
    ok:
    	println("OK")
    }
    
    func LockOSThreadAvoidsStatePropagation() {
    	// This test is similar to LockOSThreadAlt in that it will detect if a thread
    	// which should have died is still running. However, rather than do this with
    	// thread IDs, it does this by unsharing state on that thread. This way, it
    	// also detects whether new threads were cloned from the dead thread, and not
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:00:09 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/process/internal/worker/request/WorkerAction.java

        }
    
        @Override
        public void endStream() {
            // This happens when the connection between the worker and the build daemon is closed for some reason,
            // possibly because the build daemon died unexpectedly.
            stop();
        }
    
        @Override
        public void runThenStop(Request request) {
            try {
                run(request);
            } finally {
                stop();
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 08:22:48 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  6. src/syscall/tables_wasip1.go

    	ENOTSUP:         "Not supported",
    	ENOTTY:          "Not a typewriter",
    	ENXIO:           "No such device or address",
    	EOVERFLOW:       "Value too large for defined data type",
    	EOWNERDEAD:      "Owner died",
    	EPERM:           "Operation not permitted",
    	EPIPE:           "Broken pipe",
    	EPROTO:          "Protocol error",
    	EPROTONOSUPPORT: "Unknown protocol",
    	EPROTOTYPE:      "Protocol wrong type for socket",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 06 20:58:35 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  7. src/syscall/exec_freebsd.go

    		pgrp            _C_int
    		cred            *Credential
    		ngroups, groups uintptr
    		upid            uintptr
    	)
    
    	rlim := origRlimitNofile.Load()
    
    	// Record parent PID so child can test if it has died.
    	ppid, _, _ := RawSyscall(SYS_GETPID, 0, 0, 0)
    
    	// guard against side effects of shuffling fds below.
    	// Make sure that nextfd is beyond any currently open files so
    	// that we can't run the risk of overwriting any of them.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 29 18:51:35 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  8. src/cmd/link/internal/dwtest/dwtest.go

    		ret[i] = ex.entryFromIdx(k)
    	}
    	return ret
    }
    
    // Returns parent DIE for DIE 'idx', or nil if the DIE is top level
    func (ex *Examiner) Parent(idx int) *dwarf.Entry {
    	p, found := ex.parent[idx]
    	if !found {
    		return nil
    	}
    	return ex.entryFromIdx(p)
    }
    
    // ParentCU returns the enclosing compilation unit DIE for the DIE
    // with a given index, or nil if for some reason we can't establish a
    // parent.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 15:22:18 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. docs/de/docs/advanced/path-operation-advanced-configuration.md

        ```
    
    !!! info
        In Pydantic Version 1 hieß die Methode zum Abrufen des JSON-Schemas für ein Modell `Item.schema()`, in Pydantic Version 2 heißt die Methode `Item.model_json_schema()`.
    
    Obwohl wir nicht die standardmäßig integrierte Funktionalität verwenden, verwenden wir dennoch ein Pydantic-Modell, um das JSON-Schema für die Daten, die wir in YAML empfangen möchten, manuell zu generieren.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:27:23 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  10. docs/de/docs/advanced/events.md

    # Lifespan-Events
    
    Sie können Logik (Code) definieren, die ausgeführt werden soll, bevor die Anwendung **hochfährt**. Dies bedeutet, dass dieser Code **einmal** ausgeführt wird, **bevor** die Anwendung **beginnt, Requests entgegenzunehmen**.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:30:59 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top