Skip to content

[firebase_auth]: SIGSEGV absoluteString > Attempted to dereference garbage pointer at 0xdeadbeef. #17933

@programmeraditya

Description

@programmeraditya

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

Auth

Which platforms are affected?

iOS

Description

This error causes the app to crash suddenly on iOS. There is no specific trigger, it seems to be happening at random. The stack trace is below.

Reproducing the issue

There is no specific trigger, it seems to be happening at random.

Firebase Core version

4.2.1

Flutter Version

3.35.6

Relevant Log Output

SIGSEGV: absoluteString >
Attempted to dereference garbage pointer at 0xdeadbeef.
  libobjc.A           0x19bbed444  objc_retain_x0
  Foundation          0x19c31f074  <redacted>
  Runner              0x102beacdc  +[PigeonParser getPigeonUserInfo:] (PigeonParser.m:39)
  Runner              0x102beabc4  +[PigeonParser getPigeonDetails:] (PigeonParser.m:30)
  Runner              0x102be85c8  __46-[FLTFirebaseAuthPlugin reloadApp:completion:]_block_invoke (FLTFirebaseAuthPlugin.m:1906)
  FirebaseAuth        0x104b017e4  thunk for closure (<compiler-generated>)
  FirebaseAuth        0x104a858fc  closure in Auth.wrapMainAsync (Auth.swift:2294)
  FirebaseAuth        0x104a858fc  closure in MultiFactor.enroll (<compiler-generated>)
  FirebaseAuth        0x104a69f50  thunk for closure
  libdispatch         0x1d709cadc  <redacted>
  libdispatch         0x1d70b67ec  <redacted>
  libdispatch         0x1d70d3b24  <redacted>
  libdispatch         0x1d70abec8  <redacted>
  libdispatch         0x1d70abe04  _dispatch_main_queue_callback_4CF
  CoreFoundation      0x19eca82c8  <redacted>
  CoreFoundation      0x19ec5bb3c  <redacted>
  CoreFoundation      0x19ec5aa6c  <redacted>
  GraphicsServices    0x23f884498  GSEventRunModal
  UIKitCore           0x1a461eba4  <redacted>
  UIKitCore           0x1a45c7a78  UIApplicationMain
  UIKitCore           0x1a46f368c  <redacted>
  Runner              0x1028d77d8  $sSo21UIApplicationDelegateP5UIKitE4mainyyFZ6Runner03AppB0C_Ttg5 (AppDelegate.swift)
  Runner              0x1028d77d8  AppDelegate.$main (<compiler-generated>:65)
  Runner              0x1028d77d8  main (AppDelegate.swift)
  dyld                0x19bc72e28  <redacted>

  libobjc.A           0x19bbed444  objc_retain_x0
  Foundation          0x19c31f074  <redacted>
  Runner              0x102beacdc  +[PigeonParser getPigeonUserInfo:] (PigeonParser.m:39)
  Runner              0x102beabc4  +[PigeonParser getPigeonDetails:] (PigeonParser.m:30)
  Runner              0x102be85c8  __46-[FLTFirebaseAuthPlugin reloadApp:completion:]_block_invoke (FLTFirebaseAuthPlugin.m:1906)
  FirebaseAuth        0x104b017e4  thunk for closure (<compiler-generated>)
  FirebaseAuth        0x104a858fc  closure in Auth.wrapMainAsync (Auth.swift:2294)
  FirebaseAuth        0x104a858fc  closure in MultiFactor.enroll (<compiler-generated>)
  FirebaseAuth        0x104a69f50  thunk for closure
  libdispatch         0x1d709cadc  <redacted>
  libdispatch         0x1d70b67ec  <redacted>
  libdispatch         0x1d70d3b24  <redacted>
  libdispatch         0x1d70abec8  <redacted>
  libdispatch         0x1d70abe04  _dispatch_main_queue_callback_4CF
  CoreFoundation      0x19eca82c8  <redacted>
  CoreFoundation      0x19ec5bb3c  <redacted>
  CoreFoundation      0x19ec5aa6c  <redacted>
  GraphicsServices    0x23f884498  GSEventRunModal
  UIKitCore           0x1a461eba4  <redacted>
  UIKitCore           0x1a45c7a78  UIApplicationMain
  UIKitCore           0x1a46f368c  <redacted>
  Runner              0x1028d77d8  $sSo21UIApplicationDelegateP5UIKitE4mainyyFZ6Runner03AppB0C_Ttg5 (AppDelegate.swift)
  Runner              0x1028d77d8  AppDelegate.$main (<compiler-generated>:65)
  Runner              0x1028d77d8  main (AppDelegate.swift)
  dyld                0x19bc72e28  <redacted>

Flutter dependencies

Expand Flutter dependencies snippet
Replace this line with the contents of your `flutter pub deps -- --style=compact`.

Additional context and comments

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs AttentionThis issue needs maintainer attention.platform: iosIssues / PRs which are specifically for iOS.plugin: authtype: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions