question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question: Crash on start

See original GitHub issue

I done all steps from documentation setup. But I get crash when I start application. (Android)

app module

 debugImplementation 'com.facebook.flipper:flipper:0.23.0'
 debugImplementation 'com.facebook.soloader:soloader:0.5.1'
 releaseImplementation 'com.facebook.flipper:flipper-noop:0.23.0'

Application onCreate

    SoLoader.init(this, false)
    if (BuildConfig.DEBUG && FlipperUtils.shouldEnableFlipper(this)) {
      val client = AndroidFlipperClient.getInstance(this)
      client.addPlugin(InspectorFlipperPlugin(this, DescriptorMapping.withDefaults()))
      client.start()
    }

I get this crash

Fatal signal 31 (SIGSYS), code 1 (SYS_SECCOMP) in tid 5400 (FlipperConnecti), pid 5345 (n.yoga.go.debug)
Cannot figure out the cause

What could be the problem?

UPDATE: This problem only on emulator. On physical device work.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
passycommented, Sep 3, 2019

I’ll check this today but sadly we don’t have a workaround this at the moment because one of our dependencies isn’t compatible with newer versions of the NDK which fix this incompatibility.

0reactions
gpealcommented, Sep 12, 2019

@passy it appears is 0.23.6 was never published

Read more comments on GitHub >

github_iconTop Results From Across the Web

Question - Quest 2 app crash on startup - Unity Forum
When I build and upload it to Quest 2, it uploads without a problem but whenever I try to open it on the...
Read more >
Game crashes or closes unexpectedly - Microsoft Support
Symptoms of the problem · Method 1: Check for the latest update for the game · Method 2: Restart the computer by using...
Read more >
[RESOLVED] Crash on launch / Game doesn't start (Steam
Hey Migelthesloth,. I have the same problem with crashing on game launch, it just does not respond and exits everytime. A temporary fix...
Read more >
Topics tagged crash-at-startup - Unreal Engine Forums
crash -at-startup ; Startup Movies Causes Game To Crash · Platform & Builds · crash-at-startup , startup-movie , packaged-game , question , unreal-engine....
Read more >
The game is crashing or won't start - Groove
Often crashing problems are caused by conflicts with other applications running in the background. Usually these problems can be resolved by ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found