openairproject / sensor-esp32

air quality sensor based on ESP32
GNU General Public License v3.0
87 stars 25 forks source link

problems with storing config #31

Closed kglowacki closed 7 years ago

kglowacki commented 7 years ago

D (55140) nvs: nvs_open_from_partition OAP 1 D (55140) storage: set_bigblob 'config'= 3483 bytes D (55145) nvs: nvs_get config.# 4 D (55149) storage: old entry size=3484 (2 parts) D (55154) storage: store part 'config.0': 0-1984 D (55158) nvs: nvs_set_blob config.0 1984 ESP_ERROR_CHECK failed: esp_err_t 0x1105 at 0x4011509e 0x4011509e: storage_set_bigblob at /opt/tomcat/.jenkins/workspace/oap-sensor-esp32/components/oap_common/./oap_storage.c:224 (discriminator 1)

Backtrace: 0x4008781c:0x3ffd4100 0x40087b99:0x3ffd4120 0x4011509e:0x3ffd4140 0x40115164:0x3ffd4190 0x401151f1:0x3ffd41b0 0x4011f8b4:0x3ffd41d0 0x4011f981:0x3ffd41f0 0x401228ee:0x3ffd4220 0x40123bb9:0x3ffd4250 0x40123d62:0x3ffd4270 0x40123d7e:0x3ffd42a0 0x401228ee:0x3ffd4440 0x40122ce9:0x3ffd4470 0x40122cfe:0x3ffd44a0 0x40122d72:0x3ffd44c0 0x40123026:0x3ffd44e0 0x4012327d:0x3ffd4520 0x40121e22:0x3ffd4580 0x4011f757:0x3ffd45a0 0x4008781c: invoke_abort at /opt/esp/esp-idf/components/esp32/./panic.c:553

0x40087b99: _esp_error_check_failed at /opt/esp/esp-idf/components/esp32/./panic.c:565

0x4011509e: storage_set_bigblob at /opt/tomcat/.jenkins/workspace/oap-sensor-esp32/components/oap_common/./oap_storage.c:224 (discriminator 1)

0x40115164: storage_store_config at /opt/tomcat/.jenkins/workspace/oap-sensor-esp32/components/oap_common/./oap_storage.c:262

0x401151f1: storage_update_config at /opt/tomcat/.jenkins/workspace/oap-sensor-esp32/components/oap_common/./oap_storage.c:306

0x4011f8b4: handler_set_config at /opt/tomcat/.jenkins/workspace/oap-sensor-esp32/components/bootwifi/./bootwifi.c:123

0x4011f981: mongoose_event_handler at /opt/tomcat/.jenkins/workspace/oap-sensor-esp32/components/bootwifi/./bootwifi.c:164