GithubHelp home page GithubHelp logo

Comments (4)

tmikov avatar tmikov commented on May 1, 2024 1

@cnx-caiobarroso libhermes_executor.so is obviously related to Hermes, but it is not Hermes. Hermes is contained entirely in libhermes.so. libhermes_executor.so is a part of React Native and provides some additional functionality:

https://github.com/facebook/react-native/blob/3b6c522942ca1b3d3f5e2115e0a4e781063747d0/packages/react-native/ReactCommon/hermes/executor/HermesExecutorFactory.cpp

Besides, even libhermes_executor.so is not present in the second stack trace.

I see no evidence that this is caused by a bug in Hermes. I am curious to see the discussion in React Native that pointed you in this direction.

Two pieces of advice:

  • By far the most common user mistake we see is people using Hermes simultaneously from two threads. If you can, make sure that isn't happening.
  • You need a proper symbolicated stack trace to investigate this.

from hermes.

tmikov avatar tmikov commented on May 1, 2024

I am sorry, what makes you think that this is caused by Hermes? As far as I can tell, Hermes isn't even in the stack trace of the crashed threads:

Crashed: Thread: SIGABRT  0x0000000000000000
#00 pc 0x8d774 libc.so (BuildId: 449f781894033dce6346794a1ee593e0)
#01 pc 0x8d744 libc.so (BuildId: 449f781894033dce6346794a1ee593e0)
#02 pc 0x7716f0 libart.so (BuildId: 4cfdaa9e5146c43e20ae36ee1caf9b7f)
#03 pc 0x357d0 libbase.so (BuildId: 6f67f69ff36b970d0b831cfdab3b578d)
#04 pc 0x34d58 libbase.so (BuildId: 6f67f69ff36b970d0b831cfdab3b578d)
#05 pc 0x3f599c libart.so (BuildId: 4cfdaa9e5146c43e20ae36ee1caf9b7f)
#06 pc 0x1cc848 libhermes_executor.so (BuildId: 57e4e5e068460e51)
#07 pc 0x886ac libreactnativejni.so (BuildId: 768f3e0508321b44)
#08 pc 0x81150 libreactnativejni.so (BuildId: 768f3e0508321b44)
#09 pc 0x15e84 libfbjni.so (BuildId: 27496b9e5551bff5c79496b936b663bf8868c68b)
#10 pc 0x15dfc libfbjni.so (BuildId: 27496b9e5551bff5c79496b936b663bf8868c68b)
#11 pc 0x79c03eb084

And

Crashed: Thread: SIGSEGV  0x0000007eca3ad580
#00 pc 0x86728 libc.so (BuildId: 270f0ac9b60bc2d5e50a8ffb6bbe9ca6)
#01 pc 0x35e4c libaaudio_internal.so (BuildId: d636424f25c25a14c9741b1dbec79997)
#02 pc 0x2bd30 libaaudio_internal.so (BuildId: d636424f25c25a14c9741b1dbec79997)
#03 pc 0x9a870 libaudioclient.so (BuildId: e0cfae51c59308e62e2a0daec5336956)
#04 pc 0x999b4 libaudioclient.so (BuildId: e0cfae51c59308e62e2a0daec5336956)
#05 pc 0x12f18 libutils.so (BuildId: a5ca39eaeeeb017be4afa358811e69fb)
#06 pc 0xcc150 libandroid_runtime.so (BuildId: 7e12f92b032cf1c04caa83150c134f98)
#07 pc 0xef578 libc.so (BuildId: 270f0ac9b60bc2d5e50a8ffb6bbe9ca6)
#08 pc 0x8c23c libc.so (BuildId: 270f0ac9b60bc2d5e50a8ffb6bbe9ca6)

from hermes.

cnx-caiobarroso avatar cnx-caiobarroso commented on May 1, 2024

@tmikov
I'm sorry for my lack of knowledge in the area, but isn't this hermes related?

#06 pc 0x1cc848 libhermes_executor.so (BuildId: 57e4e5e068460e51)

from hermes.

neildhar avatar neildhar commented on May 1, 2024

libhermes_executor.so is a React Native library, so we unfortunately cannot provide much input here. RN may be able to help investigate this if you can obtain a symbolicated stack trace from that crash.

from hermes.

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.