Coder Social home page Coder Social logo

Comments (9)

MisterTea avatar MisterTea commented on June 4, 2024

what command did you use?

from eternalterminal.

burgalon avatar burgalon commented on June 4, 2024

i'm using regular connect et username@server and usually connected with tmux -CC a.
After a night it would usually crash

from eternalterminal.

MisterTea avatar MisterTea commented on June 4, 2024

Looks like a memory leak. Can you get a stack trace where the exception is thrown? Also can you watch the memory usage and see whether it's creeping up?

from eternalterminal.

burgalon avatar burgalon commented on June 4, 2024

how can I make the etserver output stack trace?

from eternalterminal.

MisterTea avatar MisterTea commented on June 4, 2024

Is that crash happening on the client or server?

from eternalterminal.

burgalon avatar burgalon commented on June 4, 2024

server

from eternalterminal.

MisterTea avatar MisterTea commented on June 4, 2024

Can you try running the server under gdb? On the actual machine (or in a mosh server):

sudo systemctl stop et
sudo gdb -ex run --args etserver --cfgfile /etc/et.cfg

That will run etserver inside gdb. Then when it crashes, you'll be able to type bt -a and get a backtrace

from eternalterminal.

burgalon avatar burgalon commented on June 4, 2024

it's possible that the bad_alloc, was actually caused by the OS running out of memory... I'm still trying to figure this out

from eternalterminal.

MisterTea avatar MisterTea commented on June 4, 2024

Closing since the issue was OOM on the machine

from eternalterminal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.