Open Bug 1656098 Opened 4 years ago Updated 4 months ago

[Skiplist] kotlin.KotlinNullPointerException

Categories

(Socorro :: Signature, task, P2)

Tracking

(Not tracked)

People

(Reporter: kbrosnan, Unassigned)

References

(Depends on 1 open bug, Blocks 1 open bug)

Details

In the Java stack trace we get a generic null pointer Kotlin exception that contains at least two different crashes. It would be better to have these as individual crashes.

https://crash-stats.mozilla.org/report/index/ca0fa7e3-45a1-4ebb-a77d-6fe4d0200729

kotlin.KotlinNullPointerException
	at kotlin.jvm.internal.ArrayIteratorKt.throwNpe(ArrayIterator.kt:1)
	at org.mozilla.fenix.browser.BaseBrowserFragment.getBrowserToolbarView(BaseBrowserFragment.kt:1)
	at org.mozilla.fenix.browser.BaseBrowserFragment.fullScreenChanged(BaseBrowserFragment.kt:24)

and

https://crash-stats.mozilla.org/report/index/1552625b-4c57-40cb-bc1b-274c40200729

kotlin.KotlinNullPointerException
	at kotlin.jvm.internal.ArrayIteratorKt.throwNpe(ArrayIterator.kt:1)
	at mozilla.components.service.fxa.manager.FxaAccountManager.postAuthenticated(FxaAccountManager.kt:30)

kotlin crashes are in Java-land, so they don't go through the same signature generation machinery as c/rust crashes do.

I'm going to make this block the java signature generation bug.

Blocks: 1541120

Oops--this needs to depend on the Java signature generation bug. I need to fix that before we can fix this.

No longer blocks: 1541120
Depends on: 1541120
Priority: -- → P2
You need to log in before you can comment on or make changes to this bug.