Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 277 for main_main (0.15 sec)

  1. test/fixedbugs/bug017.go

    // license that can be found in the LICENSE file.
    
    package main
    
    func main() {
    	var s2 string = "\a\b\f\n\r\t\v";  // \r is miscompiled
    	_ = s2;
    }
    /*
    main.go.c: In function ‘main_main’:
    main.go.c:20: error: missing terminating " character
    main.go.c:21: error: missing terminating " character
    main.go.c:24: error: ‘def’ undeclared (first use in this function)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 04:48:57 UTC 2012
    - 888 bytes
    - Viewed (0)
  2. src/runtime/proc.go

    // so all cgo calls can rely on it existing. When main_init is complete,
    // it is closed, meaning cgocallbackg can reliably receive from it.
    var main_init_done chan bool
    
    //go:linkname main_main main.main
    func main_main()
    
    // mainStarted indicates that the main M has started.
    var mainStarted bool
    
    // runtimeInitTime is the nanotime() at which the runtime started.
    var runtimeInitTime int64
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  3. test/fixedbugs/bug097.go

    panic on line 342 PC=0x13c2
    0x13c2?zi
    	main·main(1, 0, 1606416416, ...)
    	main·main(0x1, 0x7fff5fbff820, 0x0, ...)
    SIGTRAP: trace trap
    Faulting address: 0x4558
    pc: 0x4558
    
    0x4558?zi
    	sys·Breakpoint(40960, 0, 45128, ...)
    	sys·Breakpoint(0xa000, 0xb048, 0xa000, ...)
    0x156a?zi
    	sys·panicl(342, 0, 0, ...)
    	sys·panicl(0x156, 0x300000000, 0xb024, ...)
    0x13c2?zi
    	main·main(1, 0, 1606416416, ...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 18 21:15:42 UTC 2012
    - 1.1K bytes
    - Viewed (0)
  4. test/fixedbugs/bug119.go

    	}
    	if x := foo(*a); x != 12 {
    		// fails (x is incorrect)
    		panic(3)
    	}
    }
    
    /*
    uetli:~/Source/go1/test/bugs gri$ 6go bug119
    3 70160
    
    panic on line 83 PC=0x14d6
    0x14d6?zi
    	main·main(23659, 0, 1, ...)
    	main·main(0x5c6b, 0x1, 0x7fff5fbff830, ...)
    0x52bb?zi
    	mainstart(1, 0, 1606416432, ...)
    	mainstart(0x1, 0x7fff5fbff830, 0x0, ...)
    uetli:~/Source/go1/test/bugs gri$
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 18 21:15:42 UTC 2012
    - 697 bytes
    - Viewed (0)
  5. test/fixedbugs/bug142.go

    	x = x == true && panic1("first") && panic1("second");
    }
    
    /*
    ; 6.out
    second
    panic PC=0x250f98
    main·panic1+0x36 /Users/rsc/goX/test/bugs/bug142.go:6
    	main·panic1(0xae30, 0x0)
    main·main+0x23 /Users/rsc/goX/test/bugs/bug142.go:10
    	main·main()
    mainstart+0xf /Users/rsc/goX/src/runtime/amd64/asm.s:53
    	mainstart()
    sys·Goexit /Users/rsc/goX/src/runtime/proc.c:124
    	sys·Goexit()
    ; 
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 18 21:15:42 UTC 2012
    - 675 bytes
    - Viewed (0)
  6. test/fixedbugs/bug093.go

    pc: 0x1b7d
    
    0x1b7d?zi
    	throw(30409, 0, 0, ...)
    	throw(0x76c9, 0x0, 0x0, ...)
    0x207f?zi
    	sys·ifaces2i(31440, 0, 31480, ...)
    	sys·ifaces2i(0x7ad0, 0x7af8, 0x0, ...)
    0x136f?zi
    	main·main(1, 0, 1606416424, ...)
    	main·main(0x1, 0x7fff5fbff828, 0x0, ...)
    
    rax     0x1
    rbx     0x1
    rcx     0x33b5
    rdx     0x0
    rdi     0x1
    rsi     0x7684
    rbp     0x7684
    rsp     0xafb8
    r8      0x0
    r9      0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 18 21:15:42 UTC 2012
    - 1.1K bytes
    - Viewed (0)
  7. test/fixedbugs/bug206.go

    	throw(0x470f8, 0x0)
    sys·throwindex+0x1c /home/gri/go/src/pkg/runtime/runtime.c:45
    	sys·throwindex()
    main·f+0x26 /home/gri/go/test/bugs/bug206.go:16
    	main·f(0x2b9560, 0x0)
    main·main+0xc3 /home/gri/go/test/bugs/bug206.go:23
    	main·main()
    mainstart+0xf /home/gri/go/src/pkg/runtime/amd64/asm.s:55
    	mainstart()
    goexit /home/gri/go/src/pkg/runtime/proc.c:133
    	goexit()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 31 17:36:45 UTC 2018
    - 1K bytes
    - Viewed (0)
  8. platforms/core-runtime/logging/src/main/java/org/gradle/util/GradleVersion.java

        /**
         * This field only kept here to maintain binary compatibility.
         *
         * @deprecated will be removed in Gradle 9.
         */
        @Deprecated
        public static final String URL = "https://www.gradle.org";
    
        /**
         * This field only kept here to maintain binary compatibility.
         *
         * @deprecated will be removed in Gradle 9.
         */
        @Deprecated
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  9. test/interface/fake.go

    ifaceeq+0x15c /Users/rsc/goX/src/runtime/iface.c:501
    	ifaceeq(0x2aa7c0, 0x0, 0x0, 0x0, 0x2aa7c0, ...)
    sys·ifaceeq+0x48 /Users/rsc/goX/src/runtime/iface.c:527
    	sys·ifaceeq(0x2aa7c0, 0x0, 0x0, 0x0, 0x2aa7c0, ...)
    main·main+0x190 /Users/rsc/goX/src/cmd/gc/x.go:10
    	main·main()
    mainstart+0xf /Users/rsc/goX/src/runtime/amd64/asm.s:53
    	mainstart()
    sys·Goexit /Users/rsc/goX/src/runtime/proc.c:124
    	sys·Goexit()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 19 06:33:41 UTC 2012
    - 1.8K bytes
    - Viewed (0)
  10. platforms/software/platform-base/src/main/java/org/gradle/api/plugins/BasePluginExtension.java

        Property<String> getArchivesName();
    
        /**
         * This method is only here to maintain compatibility with existing builds.
         *
         * @deprecated Use {@link #getDistsDirectory()}. This method is scheduled for removal in Gradle 9.0.
         */
        @Deprecated
        String getDistsDirName();
    
        /**
         * This method is only here to maintain compatibility with existing builds.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 2.9K bytes
    - Viewed (0)
Back to top