woocommerce-ios icon indicating copy to clipboard operation
woocommerce-ios copied to clipboard

EXC_BAD_ACCESS. OrderListViewController

Open sentry-io[bot] opened this issue 2 years ago • 3 comments

Sentry Issue: WOOCOMMERCE-IOS-1DH0

EXC_BAD_ACCESS: Exception 1, Code 3720068252, Subcode 8 >
Attempted to dereference garbage pointer 0xfddbbbc9c.
  ?, in objc_destructInstance
  ?, in swift_deallocClassInstance
  ?, in swift_deallocClassInstance
  ?, in _swift_release_dealloc
  ?, in NWPath
...
(9 additional frame(s) were not displayed)

sentry-io[bot] avatar Aug 08 '22 07:08 sentry-io[bot]

Fails
:no_entry_sign: Please add a feature label to this issue. e.g. 'feature: stats'

Generated by :no_entry_sign: dangerJS

peril-woocommerce[bot] avatar Aug 08 '22 07:08 peril-woocommerce[bot]

We've been seeing other unique instances of Attempted to dereference garbage pointer but these don't seem to be consistent and are not repeatable. From some digging, it would seem to point to some sort of heap corruption and is not properly captured by the stack trace, could even be unrelated to OrderListViewController in this specific case and just be a different system that is trying to overwrite memory that this class is currently using.

iamgabrielma avatar Aug 08 '22 09:08 iamgabrielma

Severity: high, crash Impact: low, 1 log

Priority: medium

joshheald avatar Aug 22 '22 11:08 joshheald