Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object deallocated error using ResetTransmitter #95

Open
thebookins opened this issue May 10, 2018 · 0 comments
Open

object deallocated error using ResetTransmitter #95

thebookins opened this issue May 10, 2018 · 0 comments

Comments

@thebookins
Copy link
Contributor

Got the following fatal error using ResetTransmitter. Seems to be related to reconnecting to the peripheral after a reset operation.

2018-05-10 16:53:29.149269+1000 ResetTransmitter[563:353271] [Transmitter] Reading glucose
2018-05-10 16:53:29.150712+1000 ResetTransmitter[563:353271] [Transmitter] Initiating a disconnect
2018-05-10 16:53:31.222157+1000 ResetTransmitter[563:353282] [BluetoothManager] Re-connecting to known peripheral 62738C40-1479-47FB-97A4-B4447C697B50
2018-05-10 16:53:31.227716+1000 ResetTransmitter[563:353168] [BluetoothManager] centralManager(_:didConnect:): <CBPeripheral: 0x1702eb700, identifier = 62738C40-1479-47FB-97A4-B4447C697B50, name = DexcomA4, state = connected>
2018-05-10 16:53:31.228459+1000 ResetTransmitter[563:353282] [CoreBluetooth] API MISUSE: Forcing disconnection of unused peripheral <CBPeripheral: 0x1702eb700, identifier = 62738C40-1479-47FB-97A4-B4447C697B50, name = DexcomA4, state = connected>. Did you forget to cancel the connection?
Fatal error: Attempted to read an unowned reference but the object was already deallocated2018-05-10 16:53:31.242279+1000 ResetTransmitter[563:353282] [CoreBluetooth] XPC connection invalid
2018-05-10 16:53:31.244835+1000 ResetTransmitter[563:353271] Fatal error: Attempted to read an unowned reference but the object was already deallocated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant