GithubHelp home page GithubHelp logo

crash about toxcore HOT 2 CLOSED

irungentoo avatar irungentoo commented on July 17, 2024
crash

from toxcore.

Comments (2)

irungentoo avatar irungentoo commented on July 17, 2024

I tried reproducing it from you instructions but the crash did not happen.

Could you give more details please.

For example knowing exactly what OS you used and the processor architecture would help.

If you can you can also try compiling nTox with debug symbols using the following command:
gcc -g3 -Wall -o test ../core/Lossless_UDP.c ../core/network.c ../core/net_crypto.c ../core/Messenger.c ../core/DHT.c -lsodium -lncurses nTox.c

And then use gdb like so:

gdb --args ./test 127.0.0.1 33445 CDCFD319CE3460824B33BE58FD86B8941C9585181D8FBD7C79C5721D7C2E9F7C

When you get the gdb prompt just use the run command to run the program.

That way when it crashes it will give you a line number and other info which you can paste here.

from toxcore.

TrevorDorl avatar TrevorDorl commented on July 17, 2024

I think this needs to be closed, we know what was causing that crash now

from toxcore.

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.