Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

still getting occasional panic on ipfs daemon --mount --offline #3935

Closed
whyrusleeping opened this issue May 21, 2017 · 1 comment
Closed
Labels

Comments

@whyrusleeping
Copy link
Member

I thought we fixed this one, seems not.

whyrusleeping@rumil ~> ipfs daemon --offline --mount
Initializing daemon...                                                                                                                                                                                                                         
Adjusting current ulimit to 2048...                                                                                                                                                                                                            
Successfully raised file descriptor limit to 2048.                                                                                                                                                                                             
Swarm not listening, running in offline mode.                                                                                                                                                                                                  
API server listening on /ip4/127.0.0.1/tcp/5001                                                                                                                                                                                                
Error: mount is not currently supported in offline mode                                                                                                                                                                                        
Use 'ipfs daemon --help' for information about this command                                                                                                                                                                                    
panic: Process cannot add children after being closed                                                                                                                                                                                          
                                                                                                                                                                                                                                               
goroutine 124 [running]:                                                                                                                                                                                                                       
gx/ipfs/QmSF8fPo3jgVBAy8fpdjjYqgG87dkJgUprRBHRd2tmfgpP/goprocess.(*process).AddChild(0xc4202448a0, 0x1360f60, 0xc420264c00)                                                                                                                    
        /home/whyrusleeping/gopkg/src/gx/ipfs/QmSF8fPo3jgVBAy8fpdjjYqgG87dkJgUprRBHRd2tmfgpP/goprocess/impl-mutex.go:86 +0x342
gx/ipfs/QmSF8fPo3jgVBAy8fpdjjYqgG87dkJgUprRBHRd2tmfgpP/goprocess.(*process).Go(0xc4202448a0, 0xc4201da680, 0xc420264ae0, 0xc420224780)
        /home/whyrusleeping/gopkg/src/gx/ipfs/QmSF8fPo3jgVBAy8fpdjjYqgG87dkJgUprRBHRd2tmfgpP/goprocess/impl-mutex.go:110 +0x2fe
github.com/ipfs/go-ipfs/core/corehttp.Serve(0xc4201d01c0, 0x1359760, 0xc420128350, 0xc42006af00, 0x9, 0x9, 0x6471000702fd1, 0xa8cb9d02828c76)
        /home/whyrusleeping/gopkg/src/github.com/ipfs/go-ipfs/core/corehttp/corehttp.go:85 +0x23f
main.serveHTTPApi.func1(0xc42013a7e0, 0xc4201d01c0, 0x135d880, 0xc4204f5980, 0xc42006af00, 0x9, 0x9)
        /home/whyrusleeping/gopkg/src/github.com/ipfs/go-ipfs/cmd/ipfs/daemon.go:491 +0x7e
created by main.serveHTTPApi
        /home/whyrusleeping/gopkg/src/github.com/ipfs/go-ipfs/cmd/ipfs/daemon.go:493 +0xc5c
@whyrusleeping
Copy link
Member Author

closed in #3940

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant