Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Where can I send a crash stack dump? #61

Closed
@bdimych

Description

@bdimych

recently I created ipfs service on my vps and left it running,
now I checked the vps and see that ipfs was running 5 days and then crashed with "fatal error: runtime: out of memory"

and now there is a large stack dump in the /var/log/messages:
/var/log/messages-20170507:May 7 00:25:11 etologichno ipfs: fatal error: runtime: out of memory
/var/log/messages-20170507:May 7 00:25:11 etologichno ipfs: runtime stack:
/var/log/messages-20170507:May 7 00:25:11 etologichno ipfs: runtime.throw(0xdb63dc, 0x16)
/var/log/messages-20170507:May 7 00:25:11 etologichno ipfs: /home/whyrusleeping/go/src/runtime/panic.go:596 +0x95
/var/log/messages-20170507:May 7 00:25:11 etologichno ipfs: runtime.sysMap(0xc4524b0000, 0x100000, 0x400, 0x146d078)
/var/log/messages-20170507:May 7 00:25:11 etologichno ipfs: /home/whyrusleeping/go/src/runtime/mem_linux.go:216 +0x1d0
/var/log/messages-20170507:May 7 00:25:11 etologichno ipfs: runtime.(*mheap).sysAlloc(0x1453f80, 0x100000, 0x7f7e414b0b10)
/var/log/messages-20170507:May 7 00:25:11 etologichno ipfs: /home/whyrusleeping/go/src/runtime/malloc.go:428 +0x374
/var/log/messages-20170507:May 7 00:25:11 etologichno ipfs: runtime.(*mheap).grow(0x1453f80, 0x2, 0x0)
/var/log/messages-20170507:May 7 00:25:11 etologichno ipfs: /home/whyrusleeping/go/src/runtime/mheap.go:774 +0x62
/var/log/messages-20170507:May 7 00:25:11 etologichno ipfs: runtime.(*mheap).allocSpanLocked(0x1453f80, 0x2, 0x7f7e414b0b10)
...
etc
very large log - 539 Kb

where I can send this log to?
or I just shouldn't?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions