Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[Bug] SDK related crashes on Android 17-18.04.2024

Open
#1,573 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
20/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
android, cpp
Domain
mobile-dev

Research direction

No source files or tests are named. Start with the Android backtrace and the firebase::messaging::ProcessMessages, MessageProcessingThread, LogAssert, and DefaultLogCallback entry points, then compare the reported crash window with the open-source SDK version 32.7.2. Done means identifying a reproducible cause or a documented explanation for the Android crashes.

Written by the indexing model from the issue text.

Description

needs-triage new type: question
[REQUIRED] Please fill in the following fields:
  • Pre-built SDK from the website or open-source from this repo: open-source
  • Firebase C++ SDK version: com.google.firebase:firebase-bom:32.7.2
  • Main Firebase Components in concern: Logger
  • Other Firebase Components in use: Analytics, Crashlytics
  • Platform you are using the C++ SDK on: _____ (Mac, Windows, or Linux)
  • Main Firebase Components in concern: Firebase SDK
  • Platform you are targeting: Android
[REQUIRED] Please describe the question here:

Starting from 17.04.2024 9.00 UTC we experience mass crashes on our prod environment (Android). Situation returned to normal 19.04.2024

backtrace:
#00 pc 0x0000000000059b38 /apex/com.android.runtime/lib64/bionic/libc.so (abort+164)
#01 pc 0x0000000001fb634c /data/app/~~EJJL__5bH_rPpkDMJfyE0g==/com.melesta.coffeeshop-I8AjUFoWjThEAlHRIb-Wcw==/base.apk!libgame_shared.so (firebase::DefaultLogCallback(firebase::LogLevel, char const*, void*)+14508032) (BuildId: c2cfdb2318cab70abd455efc328cc5420601b8dc)
#02 pc 0x0000000001fb640c /data/app/~~EJJL__5bH_rPpkDMJfyE0g==/com.melesta.coffeeshop-I8AjUFoWjThEAlHRIb-Wcw==/base.apk!libgame_shared.so (firebase::LogMessageWithCallbackV(firebase::LogLevel, char const*, std::__va_list)+188) (BuildId: c2cfdb2318cab70abd455efc328cc5420601b8dc)
#03 pc 0x0000000001fb6790 /data/app/~~EJJL__5bH_rPpkDMJfyE0g==/com.melesta.coffeeshop-I8AjUFoWjThEAlHRIb-Wcw==/base.apk!libgame_shared.so (firebase::LogAssert(char const*, ...)+124) (BuildId: c2cfdb2318cab70abd455efc328cc5420601b8dc)
#04 pc 0x0000000002017378 /data/app/~~EJJL__5bH_rPpkDMJfyE0g==/com.melesta.coffeeshop-I8AjUFoWjThEAlHRIb-Wcw==/base.apk!libgame_shared.so (firebase::messaging::ProcessMessages()+2548) (BuildId: c2cfdb2318cab70abd455efc328cc5420601b8dc)
#05 pc 0x0000000002017c60 /data/app/~~EJJL__5bH_rPpkDMJfyE0g==/com.melesta.coffeeshop-I8AjUFoWjThEAlHRIb-Wcw==/base.apk!libgame_shared.so (firebase::messaging::MessageProcessingThread(void*)+14508032) (BuildId: c2cfdb2318cab70abd455efc328cc5420601b8dc)
#06 pc 0x00000000000be888 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+208)
#07 pc 0x000000000005b370 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

Dominant language
C++
Stars
326
Forks
138
Avg merge
2d 16h
Merged PRs (30d)
3

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from firebase/firebase-cpp-sdk

All issues in firebase/firebase-cpp-sdk

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.