Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 71 for Fault (0.9 sec)

  1. src/syscall/types_windows.go

    	3:  "quit",
    	4:  "illegal instruction",
    	5:  "trace/breakpoint trap",
    	6:  "aborted",
    	7:  "bus error",
    	8:  "floating point exception",
    	9:  "killed",
    	10: "user defined signal 1",
    	11: "segmentation fault",
    	12: "user defined signal 2",
    	13: "broken pipe",
    	14: "alarm clock",
    	15: "terminated",
    }
    
    const (
    	GENERIC_READ    = 0x80000000
    	GENERIC_WRITE   = 0x40000000
    	GENERIC_EXECUTE = 0x20000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_test.go

    				{
    					NetworkFilters: []string{
    						wellknown.HTTPConnectionManager,
    					},
    					HTTPFilters: []string{
    						xdsfilters.MxFilterName,
    						xdsfilters.Alpn.GetName(),
    						xdsfilters.Fault.GetName(), xdsfilters.Cors.GetName(), wellknown.Router,
    					},
    				},
    			}},
    		},
    		{
    			name: "passthrough server",
    			configs: []config.Config{
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  3. src/runtime/mgcscavenge.go

    //
    // An additional factor of retainExtraPercent is added as a buffer to help ensure
    // that there's more unscavenged memory to allocate out of, since each allocation
    // out of scavenged memory incurs a potentially expensive page fault.
    //
    // If a memory limit is set, then we wish to pick a scavenge goal that maintains
    // that memory limit. For that, we look at total memory that has been committed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  4. src/runtime/mgc.go

    		if work.userForced {
    			print(" (forced)")
    		}
    		print("\n")
    		printunlock()
    	}
    
    	// Set any arena chunks that were deferred to fault.
    	lock(&userArenaState.lock)
    	faultList := userArenaState.fault
    	userArenaState.fault = nil
    	unlock(&userArenaState.lock)
    	for _, lc := range faultList {
    		lc.mspan.setUserArenaChunkToFault()
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  5. src/runtime/mpagealloc.go

    	// on the top end of the slice so that instead of an unknown
    	// runtime segmentation fault, we get a much friendlier out-of-bounds
    	// error.
    	//
    	// To iterate over a summary level, use inUse to determine which ranges
    	// are currently available. Otherwise one might try to access
    	// memory which is only Reserved which may result in a hard fault.
    	//
    	// We may still get segmentation faults < len since some of that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 39.2K bytes
    - Viewed (0)
  6. src/runtime/panic.go

    	fatal(s)
    }
    
    // throw triggers a fatal error that dumps a stack trace and exits.
    //
    // throw should be used for runtime-internal fatal errors where Go itself,
    // rather than user code, may be at fault for the failure.
    //
    // NOTE: temporarily marked "go:noinline" pending investigation/fix of
    // issue #67274, so as to fix longtest builders.
    //
    // throw should be an internal detail,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	{6, "SIGURG", "urgent I/O condition"},
    	{7, "SIGSTOP", "stop process"},
    	{8, "SIGFPE", "floating point exception"},
    	{9, "SIGKILL", "killed"},
    	{10, "SIGBUS", "bus error"},
    	{11, "SIGSEGV", "segmentation fault"},
    	{12, "SIGSYS", "bad argument to routine"},
    	{13, "SIGPIPE", "broken pipe"},
    	{14, "SIGALRM", "alarm clock"},
    	{15, "SIGTERM", "terminated"},
    	{16, "SIGUSR1", "user defined signal 1"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_solaris_amd64.go

    	3:  "quit",
    	4:  "illegal Instruction",
    	5:  "trace/Breakpoint Trap",
    	6:  "abort",
    	7:  "emulation Trap",
    	8:  "arithmetic Exception",
    	9:  "killed",
    	10: "bus Error",
    	11: "segmentation Fault",
    	12: "bad System Call",
    	13: "broken Pipe",
    	14: "alarm Clock",
    	15: "terminated",
    	16: "user Signal 1",
    	17: "user Signal 2",
    	18: "child Status Changed",
    	19: "power-Fail/Restart",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  9. pilot/pkg/xds/endpoints/endpoint_builder.go

    		//    until *after* we apply policies. If we then sent to a service waypoint, we apply service policies twice.
    		//    This can be problematic: double mirroring, fault injection, request manipulation, ....
    		//    Instead, we consider this to workload traffic. This gives the same behavior as if we were an application doing internal load balancing
    		//    with ztunnel.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 02:18:19 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  10. src/runtime/asm_386.s

    	get_tls(BX)
    	LEAL	runtime·g0(SB), DX
    	MOVL	DX, g(BX)
    	LEAL	runtime·m0(SB), AX
    
    	// save m->g0 = g0
    	MOVL	DX, m_g0(AX)
    	// save g0->m = m0
    	MOVL	AX, g_m(DX)
    
    	CALL	runtime·emptyfunc(SB)	// fault if stack check is wrong
    
    	// convention is D is always cleared
    	CLD
    
    	CALL	runtime·check(SB)
    
    	// saved argc, argv
    	MOVL	120(SP), AX
    	MOVL	AX, 0(SP)
    	MOVL	124(SP), AX
    	MOVL	AX, 4(SP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
Back to top