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

[Platform] Android CHIPTool crash when shutdown subscriptions #24056

Closed
Allen-Guof opened this issue Dec 13, 2022 · 4 comments
Closed

[Platform] Android CHIPTool crash when shutdown subscriptions #24056

Allen-Guof opened this issue Dec 13, 2022 · 4 comments
Assignees
Labels

Comments

@Allen-Guof
Copy link

Reproduction steps

1. Connected an esp32 device to CHIPTool.
2. Click "SENSOR CLUSTERS", then double click "WATCH" button

Platform

android

Platform Version(s)

No response

Type

Manually tested with SDK

(Optional) If manually tested please explain why this is only manually tested

No response

Anything else?

The logs:

Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 3296 (e.chip.chiptool), pid 3296 (e.chip.chiptool)
pid: 3296, tid: 3296, name: e.chip.chiptool  >>> com.google.chip.chiptool <<<
      #01 pc 0000000000102668  /data/app/com.google.chip.chiptool-UQ_o_CoWn8HeM0hvdRtPlA==/base.apk (offset 0x5ec000)
      #02 pc 0000000000102408  /data/app/com.google.chip.chiptool-UQ_o_CoWn8HeM0hvdRtPlA==/base.apk (offset 0x5ec000)
      #03 pc 000000000011e3d4  /data/app/com.google.chip.chiptool-UQ_o_CoWn8HeM0hvdRtPlA==/base.apk (offset 0x5ec000) (Java_chip_devicecontroller_ChipDeviceController_shutdownSubscriptions+68)
      #11 pc 00000000003ad5e8  [anon:dalvik-classes.dex extracted in memory from /data/app/com.google.chip.chiptool-UQ_o_CoWn8HeM0hvdRtPlA==/base.apk] (chip.devicecontroller.ChipDeviceController.shutdownSubscriptions+4)
      #14 pc 000000000001247a  [anon:dalvik-classes5.dex extracted in memory from /data/app/com.google.chip.chiptool-UQ_o_CoWn8HeM0hvdRtPlA==/base.apk!classes5.dex] (com.google.chip.chiptool.clusterclient.SensorClientFragment.unsubscribeSensorCluster+54)
      #17 pc 0000000000011fde  [anon:dalvik-classes5.dex extracted in memory from /data/app/com.google.chip.chiptool-UQ_o_CoWn8HeM0hvdRtPlA==/base.apk!classes5.dex] (com.google.chip.chiptool.clusterclient.SensorClientFragment.onViewCreated$lambda-3+66)
      #20 pc 0000000000011e94  [anon:dalvik-classes5.dex extracted in memory from /data/app/com.google.chip.chiptool-UQ_o_CoWn8HeM0hvdRtPlA==/base.apk!classes5.dex] (com.google.chip.chiptool.clusterclient.SensorClientFragment.lambda$UB59qL_8pfM1t7cOC5e8Tf3j5SI)
      #23 pc 0000000000008880  [anon:dalvik-classes5.dex extracted in memory from /data/app/com.google.chip.chiptool-UQ_o_CoWn8HeM0hvdRtPlA==/base.apk!classes5.dex] (com.google.chip.chiptool.clusterclient.-$$Lambda$SensorClientFragment$UB59qL_8pfM1t7cOC5e8Tf3j5SI.onCheckedChanged+4)
@yunhanw-google
Copy link
Contributor

#23928
@joonhaengHeo same issue?

@joonhaengHeo
Copy link
Contributor

@yunhanw-google
No, it looks like a different problem.
For #23928, this is a problem caused by the lack of input value before subscribe, and this does not seem to be the problem.

@MrLiuYunPing
Copy link

We cannot unsubscribe until the bug is fixed.

@yunhanw-google yunhanw-google moved this from Todo to In Progress in [Platform] Android Mar 7, 2023
@yunhanw-google yunhanw-google self-assigned this Mar 7, 2023
@yunhanw-google
Copy link
Contributor

fixed.

@github-project-automation github-project-automation bot moved this from In Progress to Done in [Platform] Android Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

5 participants