Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@cdict:~/proj# ng serve --prod
- Option "--prod" is deprecated: Use "--configuration production" instead.
- Warning: 'outputHashing' option is disabled when using the dev-server.
- ****************************************************************************************
- This is a simple server for use in testing or debugging Angular applications locally.
- It hasn't been reviewed for security issues.
- DON'T USE IT FOR PRODUCTION!
- ****************************************************************************************
- ⠋ Generating browser application bundles (phase: setup)... Project is attempting to disable the Ivy compiler. Angular versions 12 and higher do not support the deprecated View Engine compiler for applications. The Ivy compiler will be used to build this project.
- For additional information or if the build fails, please see https://angular.io/guide/ivy
- ⠇ Generating browser application bundles (phase: sealing)...Killed
- root@cdict:~/proj# fatal error: fatal error: too many writes on closed pipe
- too many writes on closed pipegoroutine 1
- [running
- ]:
- runtime.throwgoroutine 1 [(running{]:
- runtime.throw0x82abb, 0x1e(}{0x82abb)
- , 0x1e})
- /usr/local/go/src/runtime/panic.go/usr/local/go/src/runtime/panic.go::11981198 + +0x70x7 fp= fp=0x467bf80x467bf8 sp= sp=0x467bd00x467bd0 pc= pc=0x120000070x12000007
- os.sigpipeos.sigpipe(()
- )
- /usr/local/go/src/runtime/os_js.go:143/usr/local/go/src/runtime/os_js.go: +1430x2 + fp=0x20x467c10 fp= sp=0x467c100x467bf8 pc= sp=0x137c00020x467bf8
- pc=os.epipecheck0x137c0002(...)
- /usr/local/go/src/os/file_unix.goos.epipecheck:196(...)
- os.(*File).Write/usr/local/go/src/os/file_unix.go:(196
- 0x40c020os.(*File).Write(0x40c020, , {0x414ca0{, 0xa0x414ca0, , 0x100xa}, )
- /usr/local/go/src/os/file.go:0x10}184 +)
- 0x25 fp= 0x467c98/usr/local/go/src/os/file.go sp=:0x467c10184 pc=0x15b70025 +
- main.runService0x25 fp=0x467c98( sp=0x10x467c10 pc=0x15b70025)
- main.runService/Users/evan/dev/esbuild/cmd/esbuild/service.go:82( +0x10x1c)
- fp= 0x467e00/Users/evan/dev/esbuild/cmd/esbuild/service.go sp=:0x467c9882 pc=0x1d54001c +
- 0x1cmain.main fp=0x467e00 sp=0x467c98( pc=0x1d54001c)
- main.main/Users/evan/dev/esbuild/cmd/esbuild/main.go:203( +)
- 0x8 fp= 0x467f88/Users/evan/dev/esbuild/cmd/esbuild/main.go sp=:0x467e00203 pc= +0x8 fp=0x1d5200080x467f88
- sp=runtime.main0x467e00( pc=0x1d520008fatal error:
- )
- /usr/local/go/src/runtime/proc.go:255runtime.main +(0x35)
- fp=0x467fe0 sp=/usr/local/go/src/runtime/proc.go0x467f88:255 + pc=0x350x121f0035 fp=
- 0x467fe0runtime.goexit sp=0x467f88( pc=)
- 0x121f0035
- /usr/local/go/src/runtime/asm_wasm.sruntime.goexit:(431)
- +/usr/local/go/src/runtime/asm_wasm.s0x1 fp=:0x467fe8431 sp= +too many writes on closed pipe0x467fe00x1 pc= fp=0x13d10001
- 0x467fe8
- sp=0x467fe0 pc=0x13d10001goroutine
- 6
- [
- chan receivegoroutine ]:
- main.runService.func1goroutine 16 [ [chan receive(]:
- runningmain.runService.func10x436190, 0x414c90)
- ]:
- (0x436190/Users/evan/dev/esbuild/cmd/esbuild/service.go:, runtime.throw660x414c90 +)
- 0x3
- ( created by /Users/evan/dev/esbuild/cmd/esbuild/service.go{:main.runService66 +
- 0x3 0x82abb
- /Users/evan/dev/esbuild/cmd/esbuild/service.gocreated by , :640x1e +main.runService}0xe
- )
- /usr/local/go/src/runtime/panic.go/Users/evan/dev/esbuild/cmd/esbuild/service.go::119864 + +0x70xe fp=
- 0x467bf8 sp=0x467bd0 pc=0x12000007
- os.sigpipe()
- /usr/local/go/src/runtime/os_js.go:143 +0x2 fp=0x467c10 sp=0x467bf8 pc=0x137c0002
- os.epipecheck(...)
- /usr/local/go/src/os/file_unix.go:196
- os.(*File).Write(0x40c020, {0x414ca0, 0xa, 0x10})
- /usr/local/go/src/os/file.go:184 +0x25 fp=0x467c98 sp=0x467c10 pc=0x15b70025
- main.runService(0x1)
- /Users/evan/dev/esbuild/cmd/esbuild/service.go:82 +0x1c fp=0x467e00 sp=0x467c98 pc=0x1d54001c
- main.main()
- /Users/evan/dev/esbuild/cmd/esbuild/main.go:203 +0x8 fp=0x467f88 sp=0x467e00 pc=0x1d520008
- runtime.main()
- /usr/local/go/src/runtime/proc.go:255 +0x35 fp=0x467fe0 sp=0x467f88 pc=0x121f0035
- runtime.goexit()
- /usr/local/go/src/runtime/asm_wasm.s:431 +0x1 fp=0x467fe8 sp=0x467fe0 pc=0x13d10001
- goroutine 6 [chan receive]:
- main.runService.func1(0x436190, 0x414c90)
- /Users/evan/dev/esbuild/cmd/esbuild/service.go:66 +0x3
- created by main.runService
- /Users/evan/dev/esbuild/cmd/esbuild/service.go:64 +0xe
- root@cdict:~/proj#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement