You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/02/28 22:55:37 UTC

[GitHub] benmccrea commented on issue #1644: sys/fault: A few minor fixes

benmccrea commented on issue #1644: sys/fault: A few minor fixes
URL: https://github.com/apache/mynewt-core/pull/1644#issuecomment-468472472
 
 
   @ccollins476ad `fault chronset heater 10` causes an assert loop after reset. Output: 
   ```000003 [ts=23436us, mod=93 level=1] plock: manual=unlocked auto=unlocked timeout=-1s
   000005 [ts=39060us, mod=93 level=1] plock: manual=unlocked auto=unlocked timeout=-1s
   000007 [ts=54684us, mod=93 level=1] plock: manual=unlocked auto=unlocked timeout=-1s
   000009 [ts=70308us, mod=93 level=1] plock: manual=unlocked auto=unlocked timeout=-1s
   000018 [ts=140616us, mod=94 level=1] Leaving heater disabled; chronic fail count too great
   000020 Sysinit Complete (reason:SOFT)
   000021 Images:
   000022 0 19.2.28.145327: 9cd0b0936cb07d38f9324527ca0df32d8fa7dc18001c364ded9d716d4a155f03 abc
   000024 1    Empty
   000025 [ts=195300us, mod=88 level=1] *pm active*
   000027 [ts=210924us, mod=82 level=3] ble gap adv set fields error: 3
   000028 [ts=218736us, mod=82 level=3] ble gap adv set fields error: 3
   000030 [ts=234360us, mod=88 level=1] *start charging*
   000031 [ts=242172us, mod=82 level=3] ble gap adv set fields error: 3
   000034 [ts=265608us, mod=4 level=1] GAP procedure initiated: stop advertising.
   000035 [ts=273420us, mod=4 level=1] GAP procedure initiated: advertise; disc_mode=0 adv_channel_map=0 own_addr_type=1 adv_filter_policy=0 adv_itvl_min=48 adv_itvl_max=48
   000040 [ts=312480us, mod=82 level=1] ADV Started; connectable=1 itvl=48
   000440 Unhandled interrupt (4), exception sp 0x20004e18
   000440  r0:0x2000179c  r1:0x2000ea48  r2:0x2000ea48  r3:0x00000000
   000440  r4:0x20003518  r5:0x000000d0  r6:0x00000001  r7:0x2000ebe4
   000440  r8:0x0000000c  r9:0x000001b8 r10:0x00000001 r11:0x2000ebf0
   000440 r12:0x00000000  lr:0x00023efb  pc:0x00020a90 psr:0x01000000
   000440 ICSR:0x00421804 HFSR:0x00000000 CFSR:0x00000082
   000440 BFAR:0x00000014 MMFAR:0x00000014
   000003 [ts=23436us, mod=93 level=1] plock: manual=unlocked auto=unlocked timeout=-1s
   000005 [ts=39060us, mod=93 level=1] plock: manual=unlocked auto=unlocked timeout=-1s
   000007 [ts=54684us, mod=93 level=1] plock: manual=unlocked auto=unlocked timeout=-1s
   000009 [ts=70308us, mod=93 level=1] plock: manual=unlocked auto=unlocked timeout=-1s
   000018 [ts=140616us, mod=94 level=1] Leaving heater disabled; chronic fail count too great
   000020 Sysinit Complete (reason:SOFT)```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services