Coder Social home page Coder Social logo

Comments (2)

Lukasa avatar Lukasa commented on June 3, 2024 1

This crash is in your code:

 0                         0x00007fcf719240b3 swift::RefCounts >::incrementSlow(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 35 in libswiftCore.so
 1 [ra]                    0x00007fcf7192bfbb swift_bridgeObjectRetain + 26 in libswiftCore.so
 2 [ra] [system]           0x0000562f2368c538 getDetails #1 (vc:) in routes(_:) + 743 in tbx_4 at /root/tbx_4/x-bot/
 3 [ra] [inlined]          0x0000562f2368d60c specialized Sequence.forEach(_:) in tbx_4 at /root/tbx_4/x-bot/Sources/tbx_4/routes.swift:171:24

It is overwhelmingly likely that this is a thread-safety issue, where you are reading/modifying some state on multiple threads at the same time. That will lead to this crash on the retain call, where you are attempting to retain an object that has been deallocated. I recommend you use thread sanitizer to try to diagnose this issue. However, this is not a NIO bug.

from swift-nio.

shenfu1991 avatar shenfu1991 commented on June 3, 2024

Because the program has crashed, the PID cannot be known and therefore the nio-diagnose.md file cannot be produced.

from swift-nio.

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.