id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
1704904888
cluster-manager: allow cluster update callback removal during iteration Commit Message: cluster-manager: allow cluster update callback removal during iteration Additional Description: The update callbacks list in the cluster manager is an RAII list. This PR allows removing a callback while iterating over the update callbacks list (calling either the onClusterAddOrUpdate or the onClusterRemoval callbacks). Risk Level: Low. Testing: Unit-test Docs Changes: N/A. Release Notes: N/A. Platform Specific Features: N/A. Nice improvement /assign @wbpcode For cross-company review
gharchive/pull-request
2023-05-11T02:09:48
2025-04-01T04:34:10.354129
{ "authors": [ "RyanTheOptimist", "adisuissa" ], "repo": "envoyproxy/envoy", "url": "https://github.com/envoyproxy/envoy/pull/27335", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1943888286
[WIP] tools/docs: Update README for adding python tools Commit Message: Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional API Considerations:] requires #20983
gharchive/pull-request
2023-10-15T13:23:48
2025-04-01T04:34:10.356672
{ "authors": [ "phlax" ], "repo": "envoyproxy/envoy", "url": "https://github.com/envoyproxy/envoy/pull/30219", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2085026975
http2: moves some frame accounting to onBeforeFrameReceived. This is refactoring in preparation for removing the nghttp2_callback API layer. Commit Message: http2: moves some frame accounting to onBeforeFrameReceived. Additional Description: Risk Level: low; refactoring, no functional change intended Testing: ran unit and integration tests locally Docs Changes: Release Notes: Platform Specific Features: /assign @diannahu /assign @RyanTheOptimist Is this a behavior change at all? Do we end up with a keep alive timer set when we otherwise wouldn't (or vice versa?) I'm attempting to avoid changing behavior. My local run of http2 and integration tests passed without any modifications. Is this a real failure, do you think? https://dev.azure.com/cncf/envoy/_build/results?buildId=160040&view=logs&jobId=767be981-567e-57d8-68c3-2140ede0a0bd&j=767be981-567e-57d8-68c3-2140ede0a0bd&t=2181edf2-f610-59f2-c43a-04bb9d0bca00 or just a flake? /retest
gharchive/pull-request
2024-01-16T21:53:30
2025-04-01T04:34:10.360071
{ "authors": [ "RyanTheOptimist", "birenroy" ], "repo": "envoyproxy/envoy", "url": "https://github.com/envoyproxy/envoy/pull/31852", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2449418523
ext_proc: Update test Commit Message: Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional API Considerations:] /retest /retest /retest /retest /retest
gharchive/pull-request
2024-08-05T20:23:59
2025-04-01T04:34:10.363303
{ "authors": [ "tyxia" ], "repo": "envoyproxy/envoy", "url": "https://github.com/envoyproxy/envoy/pull/35592", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2624121694
Added envoy test missing options for s390x Commit Message: Enabling envoy test cases by adding missing options for s390x Additional Description: envoy test cases were enabled for s390x, so included the missing options /assign @envoyproxy/senior-maintainers
gharchive/pull-request
2024-10-30T13:31:07
2025-04-01T04:34:10.364701
{ "authors": [ "nezdolik", "surenderky" ], "repo": "envoyproxy/envoy", "url": "https://github.com/envoyproxy/envoy/pull/36915", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2684121705
Removes unused and unreferenced run_clang_tidy.sh run_clang_tidy.sh has been removed from the CI in https://github.com/envoyproxy/envoy/pull/29848 and not used anymore. Furthermore, it's broken on the main branch, so it's better to remove the file completely to avoid confusing new contributors. @phlax wait, no i am suspicious that clang-tidy is not working on CI at all now that sounds bad to be honest, the more we hold on, the more difficult to get it back on track ... yeah clang-tidy must match the LLVM version we use (currently LLVM 14 ) anyways can we merge this? no need to maintain this shell anymore regardless of what we are going to do really up for getting it working - even initially just running on a schedule so we can see and fix any residual issues until its good the replacement code uses aspects rather than the older way of building ~everything and reusing any artefacts, so theoretically be faster, but with bazel overheads thrown in
gharchive/pull-request
2024-11-22T18:08:25
2025-04-01T04:34:10.367670
{ "authors": [ "mathetake", "phlax" ], "repo": "envoyproxy/envoy", "url": "https://github.com/envoyproxy/envoy/pull/37320", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1640309919
Populate Gateway Status address for ClusterIP type Envoy Service Description: Relates to https://github.com/envoyproxy/gateway/pull/1205#issuecomment-1483594260 pls assgin to me
gharchive/issue
2023-03-25T01:39:25
2025-04-01T04:34:10.369021
{ "authors": [ "arkodg", "qicz" ], "repo": "envoyproxy/gateway", "url": "https://github.com/envoyproxy/gateway/issues/1212", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2534929286
fix: Reconcile on HTTPRoute labels change Which issue(s) this PR fixes: Fixes #4278 --- FAIL: TestGatewayAPIConformance/HTTPRouteObservedGenerationBump (60.06s) --- FAIL: TestGatewayAPIConformance/HTTPRouteObservedGenerationBump/observedGeneration_should_increment (60.04s) --- FAIL: TestGatewayAPIConformance/HTTPRouteObservedGenerationBump (60.06s) --- FAIL: TestGatewayAPIConformance/HTTPRouteObservedGenerationBump/observedGeneration_should_increment (60.04s) @zirain i tried running conformance tests on local using make conformance, but they didn't run properly on my local it seems i saw a lot more errors. Also looked into similar issues in istio and cillium, but couldn't get what could have went wrong here. yeah, I believe you fix is good, but want to know why test failed. @luvk1412 here's how I run conformance tests Setup a k8s cluster (I use docker desktop k8s) make kube-deploy make run-conformance we probably need to peek into the envoy gateway deployment logs to see if the issue is the gateway api runner is not getting the message or is the status update ignoring the status update conformance looks to be pasing now but not sure why multiple enQueue(which would happen on mentioning multiple predicates instead of using or) would fail TestGatewayAPIConformance/HTTPRouteObservedGenerationBump/observedGeneration_should_increment 🤔
gharchive/pull-request
2024-09-18T23:12:55
2025-04-01T04:34:10.372598
{ "authors": [ "arkodg", "luvk1412", "zirain" ], "repo": "envoyproxy/gateway", "url": "https://github.com/envoyproxy/gateway/pull/4279", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
556573522
Tag 3.8.5 won't publish posts with 2020 as the year? [ ] I tried updating to the latest version [ ] I can't, there is an issue [X ] This is about an < latest [X ] I understand older versions may be unsupported [ ] I Am on Windows [ ] Ubuntu Bash on Windows [ ] Fedora Bash on Windows [ ] Other Bash on Windows [X ] I Am on Linux [ ] Ubuntu [ ] Fedora [X ] CentOS [ ] Redhat [ ] Debian [ ] I am on macOS 10.13 [ ] I am on macOS 10.14 [ ] I'm on Docker [ ] I understand Docker may be unsupported Description So, I'm sorry if this is a bit vague, but I've been using this container (tag 3.8.5) to replicate the version that Github Pages uses to generate my site. I'm able to generate posts and drafts without any trouble. However, if I generate any post or draft with the year 2020, it does not appear in the _site output content. Changing the year to 2019 results in the post or draft appearing as expected. What's interesting is that the exact same content (ie, from a git pull) when published to Github Pages itself will generate the posts with the year 2020. Steps A commit ID that demonstrates the issue can be found here; https://github.com/jmyoung/jmyoung.github.io/tree/7175d3f38e858500c8ed4bbd1c782d47dca7e5d1 The one post that is in 2020 does not render with the container, but it does render on Github Pages (which theoretically uses 3.8.5 too). I suspect this may be a manifestation of the 2020 windowing bug, possibly with the Ruby 2.6.3p62 in use with the container. Output Output should contain posts from 2020, it does not. Expected Ruby is at 2.7 now!
gharchive/issue
2020-01-29T00:44:28
2025-04-01T04:34:10.380358
{ "authors": [ "envygeeks", "jmyoung" ], "repo": "envygeeks/jekyll-docker", "url": "https://github.com/envygeeks/jekyll-docker/issues/259", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
25676322
Make sure CSS box-sizing: border-box has -moz version too In testing Moonstone on Firefox, I noticed a lot of buttons with the wrong size. This turned out to be a problem where Firefox hasn't yet implemented a non-prefixed version of the CSS box-sizing rule. We had some places where we had the -moz version, but the usage wasn't consistent in Moonstone. I noticed that we had a .box-sizing CSS selector, so I used Less's mixin support to replace all the explicit border-box uses with that rule. Enyo-DCO-1.1-Signed-Off-By: Ben Combee (ben.combee@lge.com) Thanks for the work, sadly, so out of date we can't merge easily!
gharchive/pull-request
2014-01-15T19:47:26
2025-04-01T04:34:10.385466
{ "authors": [ "unwiredben", "webOS101" ], "repo": "enyojs/moonstone", "url": "https://github.com/enyojs/moonstone/pull/1006", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1117731184
Updated Arduino firmware to support changes in Manykey mouse support Hi, Is there an updated Arduino sketch to support the mouse features you added to the ManyKey software. "add support for LEFT_MOUSE, RIGHT_MOUSE, and MIDDLE_MOUSE" Thanks for you hard work. Rupert Oops, I must have forgotten to update the firmware after adding that feature. It's been a while since I've worked on this project, but I'll look and see if I have the updated firmware file! Thank you very much it is a very useful application :)
gharchive/issue
2022-01-28T18:50:50
2025-04-01T04:34:10.431462
{ "authors": [ "epbarger", "koogar" ], "repo": "epbarger/manykey_firmware_arduino", "url": "https://github.com/epbarger/manykey_firmware_arduino/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
253762269
Properly Implement the Simplified Syntax Have a proper (robust and easy to use) implementation of the simplified syntax as presented in the SPLASH'17 papers. (Currently, one has to use the SimplePredef hacky interface and there is no direct HOPV syntax.) [x] Code[T,C] type in Predef [x] code"t" quasiquote interpoler [x] Higher-order pattern variables [x] Remove the SimpleReps trait [x] Add option to import legacy names (IR[T,C], IRCode[T]) There used to be a "simple" alternative to the "contextual" quasiquote system, but this turned out to complicate everything and require duplicating internal implementations, without actually bringing anything really useful to the table. The new way of doing things if one doesn't care about contexts is to use OpenCode (which can be renamed on import; see this test case), and to use explicit unsafe_asClosedCode casts before calling operations like run and compile, which require an empty context, or on the RHS of a rewriting if the context doesn't match.
gharchive/issue
2017-08-29T18:36:41
2025-04-01T04:34:10.434935
{ "authors": [ "LPTK" ], "repo": "epfldata/squid", "url": "https://github.com/epfldata/squid/issues/18", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2227313615
NixOS 23.11 This switches nixpkgs from the nixos-23.05 branch to nixos-23.11. Several new things: NixOS 23.11 has the quartoMinimal packages, which is way smaller, because it does not depend on Java, Python, R. With dependencies, its 434MiB vs 2.7GiB NixOS uses _FORTIFY_SOURCE=3 by default for extra buffer checks, but this caused an issue with epics-base (see commit) Some upstream Kafka options changed, and also now support Kraft mode. We use that for the integration test, and as a recommended way in the documentation. This removes the need for Zookeeper, and so frees port 8080. cc @Rider128 NixOS uses _FORTIFY_SOURCE=3 by default for extra buffer checks, but this caused an issue with epics-base (see commit) Is this issue known about upstream? Is it a false positive added by the compiler or a real issue that just doesn't happen to give unwanted results? @Synthetica9 FYI the _FORTIFY_SOURCE=3 issue is being tracked in https://github.com/epics-base/epics-base/issues/514 and hopefully fixed in https://github.com/epics-base/epics-base/pull/517
gharchive/pull-request
2024-04-05T07:50:22
2025-04-01T04:34:10.471768
{ "authors": [ "Synthetica9", "minijackson" ], "repo": "epics-extensions/EPNix", "url": "https://github.com/epics-extensions/EPNix/pull/67", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
522259612
[upgrade] Ubuntu: Failed to update apt cache 14:26:10 INFO cli.engine.ansible.AnsibleCommand - TASK [common : Install selinux packages as prerequisite for SELinux module] ********************************************************************************************************* 14:26:11 INFO cli.engine.ansible.AnsibleCommand - [WARNING]: Could not find aptitude. Using apt-get instead 14:26:11 INFO cli.engine.ansible.AnsibleCommand - ok: [vm-qa-upgrades-ubu-master-001] 14:27:43 INFO cli.engine.ansible.AnsibleCommand - fatal: [vm-qa-upgrades-ubu-node-001]: FAILED! => {"changed": false, "msg": "Failed to update apt cache: "} 14:27:43 INFO cli.engine.ansible.AnsibleCommand - fatal: [vm-qa-upgrades-ubu-node-002]: FAILED! => {"changed": false, "msg": "Failed to update apt cache: "} modified outbound security rules on azure
gharchive/issue
2019-11-13T14:30:30
2025-04-01T04:34:10.488891
{ "authors": [ "przemyslavic" ], "repo": "epiphany-platform/epiphany", "url": "https://github.com/epiphany-platform/epiphany/issues/708", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1309358485
CSV manual prep of in and out files Is it correct that the manual CSV plugin expects to receive an "in" file that only contains purchases/acquisitions, and an "out" file that only contains sells/dispositions? Crypto exchanges generate CSV files with transaction histories that contain a mixture of all transactions, buys and sells. Are there any exchanges that generate one CSV file that contains just purchases and another CSV file that contains just sales? Since there are no exchanges that generate files in this manner, then either a custom script needs to be created to parse the exchange generated CSV files into the files that are ready for DaLI, or manual effort must be done to create the files by hand for DaLI. Is this correct that a pre-processor is needed for the pre-processor (DaLI)? Right now there are not a lot of plugins that can use the REST API of exchanges, which is the smoothest way to pull this kind of information. Currently, only Coinbase and CoinbasePro is available. I'm working on a CCXT plugin that should open that up to all CCXT compatible exchanges, soonish, maybe in about 3-4 months? The CSV processor is just kind of a stop-gap measure until that is up and running. Is there a particular exchange you work with? I could try to start work on that as soon as I am done with the plugin for Binance.com. Is it correct that the manual CSV plugin expects to receive an "in" file that only contains purchases/acquisitions, and an "out" file that only contains sells/dispositions? Crypto exchanges generate CSV files with transaction histories that contain a mixture of all transactions, buys and sells. Are there any exchanges that generate one CSV file that contains just purchases and another CSV file that contains just sales? Since there are no exchanges that generate files in this manner, then either a custom script needs to be created to parse the exchange generated CSV files into the files that are ready for DaLI, or manual effort must be done to create the files by hand for DaLI. Is this correct that a pre-processor is needed for the pre-processor (DaLI)? It's correct that the manual plugin expects 3 files (in, out, intra). However DaLI has a plugin architecture for input plugins, so that people can contribute input plugins for any input format. So there is no need for a pre-processor to the pre-processor: to support a new input format, all that is needed is a new plugin. See the Plugin Development section of the developer documentation for more on this topic. Closing the issue. If you have more questions please open a new one.
gharchive/issue
2022-07-19T11:09:45
2025-04-01T04:34:10.509084
{ "authors": [ "eprbell", "jtourt", "macanudo527" ], "repo": "eprbell/dali-rp2", "url": "https://github.com/eprbell/dali-rp2/issues/57", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1406743868
Remove write on save Fix https://github.com/epwalsh/obsidian.nvim/issues/30 New behavior: https://user-images.githubusercontent.com/3199183/195437386-66806929-7935-4d1c-a3c3-389d5434966c.mp4 Can you just add a CHANGELOG entry? Can you just add a CHANGELOG entry? Updated in fcb9dae. Assumed it goes in the "Unreleased" section.
gharchive/pull-request
2022-10-12T20:06:03
2025-04-01T04:34:10.516618
{ "authors": [ "epwalsh", "vihu" ], "repo": "epwalsh/obsidian.nvim", "url": "https://github.com/epwalsh/obsidian.nvim/pull/32", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
395373046
Tagging a sequence of sentences Is it possible to use a sentence as the unit of labeling (tagging a sequence of sentences as opposed to words)? Would the code consider the embedding of each word and construct a sentence embedding? Hi @preetraga, though I haven't tested that, I'm pretty sure that would work without any changes to the code. You could just format the data file so that the first tab-separated item is a sentence instead of a token. @epwalsh thanks! I did try that with the sample data in the test folder. Although the code runs without errors, I see that it seems to be mapping anything longer than a single word to "unk" in the embedding in vocab.py. I tested this with hi and hello and tokens on different lines that get mapped to 1843 and 6328 in the word_idx lookup. However, if "hi hello" is the input sentence, it gets mapped to the "unk" id. So I am assuming that to process a sentence, one would have to read the each word's embedding in the sentence and combine them in some manner before creating the tensor? @preetraga I think you're right, at least if you're using the GloVe (or any other) pretrained embeddings
gharchive/issue
2019-01-02T20:39:50
2025-04-01T04:34:10.519361
{ "authors": [ "epwalsh", "preetraga" ], "repo": "epwalsh/pytorch-crf", "url": "https://github.com/epwalsh/pytorch-crf/issues/94", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
243286137
Star Ratings dont update on search results If you give an item a star rating that rating should be reflected on the search results page. After rating the following item 5 stars the change was not shown on the search results Fixed: verified by manual tests
gharchive/issue
2017-07-17T02:41:39
2025-04-01T04:34:10.526317
{ "authors": [ "mrblippy" ], "repo": "equella/Equella", "url": "https://github.com/equella/Equella/issues/268", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1915621692
chore: Migrate Two FA from packngo to metal-go client Issue Task as part of migrating metal-cli from packngo to metal-go client, added the support of Two Fa to use metal-go Fixes: https://github.com/equinix/metal-cli/issues/333 Discussion: As of metal-go 0.22.2 there are 2 issues which needs api support Accepting otp code in the input for Enable and Disable 2FA is not supported from metal-go Receiving an otp on two fa registered app is also not supported @aayushrangwala please open an issue and create a patches/ PR in Metal Go for the missing TFA parameters (which we can piece together from the packngo implementation). We can rebase this PR against metal go with those changes. This is one of two final packngo dependent services. (the other being facility listing) This is one of two final packngo dependent services. (the other being facility listing) Yes, we do have an issue open with API team. Although seems it has not been prioritised yet equinix-sdk-go@v0.32.0 contains a workaround for the missing OTP/MFA spec endpoints that are needed for this PR Is #59 also addressed by this PR? Is #59 also addressed by this PR? This PR does not address that issue but that issue appears to have already been addressed.
gharchive/pull-request
2023-09-27T13:42:06
2025-04-01T04:34:10.530994
{ "authors": [ "aayushrangwala", "ctreatma", "displague" ], "repo": "equinix/metal-cli", "url": "https://github.com/equinix/metal-cli/pull/353", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
990779792
Use Equinor Mono in tables We now have have an Equinor monospace font, which we need to look into how to use. Should we replace all table text with monospace? Should we make it optional? Is that even possible in Figma? Lots of questions that need answers… @vnys - is this US still relevant?
gharchive/issue
2021-09-08T06:51:24
2025-04-01T04:34:10.532057
{ "authors": [ "akvam", "vnys" ], "repo": "equinor/design-system", "url": "https://github.com/equinor/design-system/issues/1546", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2148360846
feat: add application stack variable Added the possibility to define an application stack to define a docker container to be used by the app. Checklist [x] I've updated both the azurerm_linux_web_app and azurerm_windows_web_app resources. I've also run the tests, and everything is looking nice 🎉 Alternative solution: configure these values as app settings through #164
gharchive/pull-request
2024-02-22T07:01:59
2025-04-01T04:34:10.569744
{ "authors": [ "helenakallekleiv", "hknutsen", "stiross79" ], "repo": "equinor/terraform-azurerm-web-app", "url": "https://github.com/equinor/terraform-azurerm-web-app/pull/160", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
336978675
Provide a better release notes view We should improve the release note page providing a full html document instead of a generated changelog file (that it will still exists) @equinusocio https://github.com/equinusocio/vsc-material-theme/tree/feat/release-note-webview will be our develop branch for this feature. I've already setup the command to show the notes and also a small html page.
gharchive/issue
2018-06-29T12:22:58
2025-04-01T04:34:10.574760
{ "authors": [ "LasaleFamine", "equinusocio" ], "repo": "equinusocio/vsc-material-theme", "url": "https://github.com/equinusocio/vsc-material-theme/issues/219", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
422955855
Theme info/warning/error squiggles Thanks a lot for fixing #325. Now it becomes The colours of info/warning are confusing. Would love to also have them updated accordingly. (The theme keys are editorInfo.foreground, editorWarning.foreground and editorError.foreground) Best If i understand, info should be green, warning yellow and error red, right? And we will make them more visible. Il giorno 19 mar 2019, alle ore 22:11, Yu Zhang notifications@github.com ha scritto: Thanks a lot for fixing #325. Now it becomes The colours of info/warning are confusing. Would love to also have them updated accordingly. (The theme keys are editorInfo.foreground, editorWarning.foreground and editorError.foreground) Best — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread. Sounds good to me, as long as they are consistent with the overview ruler colour 😉.
gharchive/issue
2019-03-19T21:11:29
2025-04-01T04:34:10.578733
{ "authors": [ "equinusocio", "yzhang-gh" ], "repo": "equinusocio/vsc-material-theme", "url": "https://github.com/equinusocio/vsc-material-theme/issues/336", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2132153502
Consider moving the repo to tree-sitter-grammars Hey @erasin, I hope you've been well. We at nvim-treesitter (and potentially more folks from other teams interested in an ecosystem-wide effort to maintain grammars) have decided to move all of our own grammars collectively into one org, to make it easier for us all to fix bugs or keep things up to date (scanner crashes, regenerating with the latest abi, etc.) without having to rely on one sole maintainer (you). This is 100% optional, and please don't feel pressured or feel like you have an obligation of moving the grammar to the org, but it will help everyone a lot, us at nvim-treesitter, other users downstream, to know that a grammar won't ever die should a maintainer call it quits or go MIA. We also have org-wide actions that we maintain (out of sight, out of mind for you) and a grammar template (soon for newbies) in place to ensure authors have a better experience with working on and fixing tree-sitter grammars. It also enables anyone looking to find grammars for a specific language to only have to search in one spot Our org is here: https://github.com/tree-sitter-grammars If you want to participate (and don't worry, you'll still have full write perms to your repo, just no admin access), that'd be great! All you have to do is transfer the repo to me in the repository settings and I'll handle it from there. Thanks a lot, and again no worries if the answer is no! I has transfer to you, but I get some error from github. amaanq/tree-sitter-po already exists ah yep sorry about that, just deleted my fork so you should be able to transfer now done @amaanq thanks!
gharchive/issue
2024-02-13T11:51:03
2025-04-01T04:34:10.604631
{ "authors": [ "amaanq", "erasin" ], "repo": "erasin/tree-sitter-po", "url": "https://github.com/erasin/tree-sitter-po/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1920858839
EGD, Language Tags @danbalogh There is a typo in the table under EGD Appendix D "Language Tags". The language code for Dutch is nld, not ndl. I amended XML files accordingly. Thanks for spotting this, now corrected online; I'll update the offline master along with other edits later on. You can also just post a comment in the google doc itself if you find other errors.
gharchive/issue
2023-10-01T16:44:31
2025-04-01T04:34:10.607320
{ "authors": [ "danbalogh", "michaelnmmeyer" ], "repo": "erc-dharma/project-documentation", "url": "https://github.com/erc-dharma/project-documentation/issues/230", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1218158965
adjust filter throttle rate default value Adjust filter throttle rate default value /approve
gharchive/pull-request
2022-04-28T03:57:01
2025-04-01T04:34:10.612865
{ "authors": [ "luobily", "wangzhuzhen" ], "repo": "erda-project/erda-fluent-bit", "url": "https://github.com/erda-project/erda-fluent-bit/pull/22", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2367562037
fix: make compatible with phoenix_html 4 This is a slightly more conservative version of https://github.com/ericdude4/shopifex/pull/68. Phoenix 1.5 depends on phoenix_html ~> 3.0, but that dependency was removed in 1.6. So >= 1.6.0 should be a sufficient version bump for phoenix. I can only confirm that this works with phoenix 1.7--I don't have a phoenix 1.6 app to test with. Thank you for this PR as well as your tests with phoenix 1.7 :)
gharchive/pull-request
2024-06-22T05:04:31
2025-04-01T04:34:10.719632
{ "authors": [ "codonnell", "ericdude4" ], "repo": "ericdude4/shopifex", "url": "https://github.com/ericdude4/shopifex/pull/71", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1762242694
What is flags mean in the Upscale API? the code that reproduces this issue or a replay of the bug client.Upscale({ content: prompt, index: index as 1 | 2 | 3 | 4, msgId, hash: msgHash, loading: (uri: string) => { }, }) Describe the bug Describe the bug i'm using version was @3.0.8,when i trying to upscale image by use Upscale API, the console.log tell me parameter can't not match the API params! I lookup the source, but i have not idea what flags the api need Expected behavior A clear and concise description of what you expected to happen. Screenshots If applicable, add screenshots to help explain your problem. error log Property 'flags' is missing in type '{ content: string; index: 1 | 2 | 3 | 4; msgId: string; hash: string; loading: (uri: string) => void; }' but required in type '{ index: 1 | 2 | 3 | 4; msgId: string; hash: string; content?: string; flags: number; loading?: LoadingHandler; }'. https://github.com/erictik/midjourney-client/blob/main/example/upscale-ws.ts Thanks, I just found that the document has an example of the opposite of the update
gharchive/issue
2023-06-18T11:11:01
2025-04-01T04:34:10.734532
{ "authors": [ "rictt", "zcpua" ], "repo": "erictik/midjourney-client", "url": "https://github.com/erictik/midjourney-client/issues/138", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
132989833
Add option to invoke block args asynchronously Sometimes it is necessary to call block arg asynchronously in order to mimic the API correctly. This change will allow e.g. usage of [OCMArg invokeBlockAsync] as a one-liner for mocking asynchronous calls of completion blocks. There is also asynchronous version of the variant where you can pass arguments to the called block. You saw that the build on the CI server failed? https://travis-ci.org/erikdoe/ocmock/builds/108548460 Hi @erikdoe I forgot that on 32-bit iOS I need to initialize non-pointer local variables with correct values. I have fixed it some time ago. Can this be merged now? Can you describe the use case for this? Why would you want to invoke the block asynchronously? As far as I can tell when there's a need to invoke the block it is because the block does something that the test depends on it. If the test depends on the block being invoked, and it's invoked asynchronously, then the test would have to wait for the block to have been called, right? @erikdoe - exactly, the test has to wait, but we can make use of XCTestExpectation and -[XCTestCase waitForExpectationsWithTimeout:handler:] Sorry, I understand that this must make sense for you but I don't think that the use case is broad enough to include it in OCMock.
gharchive/pull-request
2016-02-11T14:36:57
2025-04-01T04:34:10.757079
{ "authors": [ "erikdoe", "manicaesar", "piotr-tobolski" ], "repo": "erikdoe/ocmock", "url": "https://github.com/erikdoe/ocmock/pull/282", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
524041090
Conditional GAN missing nn.Sigmoid() in Discriminator() This is a good place to start to learn about GAN as pytorch user. Thank you. I just went through conditional GAN code. I noticed these is no sigmoid at the end of discriminator network. isn't discriminator only output number in (0,1)? I've also notice this point. But it may not be a bug since author use the MSE loss function for CGAN. If you must take use of the sigmoid function, you should use the BCE loss function. Good luck. Thank you for your reply. @dongdongtong
gharchive/issue
2019-11-17T20:35:59
2025-04-01T04:34:10.776356
{ "authors": [ "dongdongtong", "humorbeing" ], "repo": "eriklindernoren/PyTorch-GAN", "url": "https://github.com/eriklindernoren/PyTorch-GAN/issues/79", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
254724833
Fix jsnext:main field in package.json Related literature: http://2ality.com/2017/04/setting-up-multi-platform-packages.html#jsnextmain-the-precursor-of-module https://github.com/rollup/rollup/wiki/pkg.module Codecov Report Merging #176 into master will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## master #176 +/- ## ======================================= Coverage 76.31% 76.31% ======================================= Files 11 11 Lines 38 38 ======================================= Hits 29 29 Misses 9 9 Continue to review full report at Codecov. Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cc378e0...a76047b. Read the comment docs. I'm gonna close this since it's three years old, and redux-form doesn't seem to be in favor in the React world anymore.
gharchive/pull-request
2017-09-01T18:57:11
2025-04-01T04:34:10.783904
{ "authors": [ "codecov-io", "danny-andrews" ], "repo": "erikras/redux-form-material-ui", "url": "https://github.com/erikras/redux-form-material-ui/pull/176", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
173343471
version which compatible with node v0.12.4 Hi, I am trying to find an older redux-form version which is compatible with node v0.12.4. How can find it? Thanks I'm not sure. But I can provide you a list of all the versions available on npm to sift through. I'm not sure how useful the old ones will be unless you are also using old versions of React, Redux, etc. 6.0.1, 6.0.0-rc.5, 6.0.0-rc.4, 6.0.0-rc.3, 6.0.0-rc.2, 6.0.0-rc.1, 6.0.0-alpha.15, 6.0.0-alpha.14, 6.0.0-alpha.13, 6.0.0-alpha.12, 6.0.0-alpha.11, 6.0.0-alpha.10, 6.0.0-alpha.9, 6.0.0-alpha.8, 6.0.0-alpha.7, 6.0.0-alpha.6, 6.0.0-alpha.5, 6.0.0-alpha.4, 6.0.0-alpha.3, 6.0.0-alpha.2, 6.0.0-alpha.1, 5.3.3, 5.3.2, 5.3.1, 5.3.0, 5.2.5, 5.2.4, 5.2.3, 5.2.2, 5.2.1, 5.2.0, 5.1.4, 5.1.3, 5.1.2, 5.1.1, 5.1.0, 5.0.1, 5.0.0, 4.2.2, 4.2.1, 4.2.0, 4.1.16, 4.1.15, 4.1.14, 4.1.13, 4.1.12, 4.1.11, 4.1.10, 4.1.9, 4.1.8, 4.1.7, 4.1.6, 4.1.5, 4.1.4, 4.1.3, 4.1.2, 4.1.1, 4.1.0, 4.0.7, 4.0.6, 4.0.5, 4.0.4, 4.0.3, 4.0.2, 4.0.1, 4.0.0, 3.1.7, 3.1.6, 3.1.5, 3.1.4, 3.1.3, 3.1.2, 3.1.1, 3.1.0, 3.0.12, 3.0.11, 3.0.10, 3.0.9, 3.0.8, 3.0.7, 3.0.6, 3.0.5, 3.0.4, 3.0.3, 3.0.2, 3.0.1, 3.0.0, 3.0.0-beta-4, 3.0.0-beta-3, 3.0.0-beta-2, 3.0.0-beta-1, 2.4.5, 2.4.4, 2.4.3, 2.4.2, 2.4.1, 2.4.0, 2.3.1, 2.3.0, 2.2.8, 2.2.7, 2.2.6, 2.2.5, 2.2.4, 2.2.3, 2.2.1, 2.2.0, 2.1.0, 2.0.1, 2.0.0, 1.7.0, 1.6.8, 1.6.7, 1.6.6, 1.6.5, 1.6.4, 1.6.3, 1.6.2, 1.6.1, 1.6.0, 1.5.3, 1.5.2, 1.5.1, 1.5.0, 1.4.1, 1.4.0, 1.3.4, 1.3.3, 1.3.2, 1.3.1, 1.3.0, 1.2.1, 1.2.0, 1.1.0, 1.0.1, 1.0.0, 0.6.1, 0.6.0, 0.5.0, 0.4.1, 0.4.0, 0.3.0, 0.2.5, 0.2.4, 0.2.3, 0.2.2, 0.2.1, 0.2.0, 0.1.3, 0.1.2, 0.1.1, 0.1.0, 0.0.9, 0.0.8, 0.0.7, 0.0.5, 0.0.4, 0.0.3, 0.0.2, 0.0.1
gharchive/issue
2016-08-26T00:42:08
2025-04-01T04:34:10.785992
{ "authors": [ "erikras", "yinglinchen-minted" ], "repo": "erikras/redux-form", "url": "https://github.com/erikras/redux-form/issues/1625", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
126505066
Make it easy to change the reservoir of histograms and timers I have a long running job that I want to know the lifetime distribution on processing work rather than the last 5 minutes or so. Changing the reservoir on my timer was painful. Please expose modifying the reservoir. Best I got was private[this] val splitTimer = { // metricNameFor() is protected val name = metrics.baseName.append("split.times").name new scala.Timer(metrics.registry.register( name, new Timer(new UniformReservoir())) ) } Hello @LannyRipple, how would a more convenient method look like for you? Hello @LannyRipple, are you still interested in this issue? Without more information on how this is used (just once, for all timer, etc.) there is nothing I can do. Closing this issue.
gharchive/issue
2016-01-13T20:24:05
2025-04-01T04:34:10.788806
{ "authors": [ "LannyRipple", "erikvanoosten" ], "repo": "erikvanoosten/metrics-scala", "url": "https://github.com/erikvanoosten/metrics-scala/issues/72", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
189168634
Replaced agentsExcludeList with agentsIncludeList Replaced agentsExcludeList with agentsIncludeList. New list has agent_ids instead of names. This means, now you submit a list of agent_ids from agents that you want to include in the dashboard. @finafina cool. Thanks for this. I'll update the README to reflect this too.
gharchive/pull-request
2016-11-14T17:07:18
2025-04-01T04:34:10.789936
{ "authors": [ "erikzrekz", "finafina" ], "repo": "erikzrekz/zndsk-dash", "url": "https://github.com/erikzrekz/zndsk-dash/pull/3", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
190870678
Lager gets stuck on io:execute_request We are experiencing lager getting getting stuck, and when looking inspecting the process we see that it is waiting on current_function,{io,execute_request,2} I also see that there is a high watermark killer in lager - but since the process is actually getting stuck the high watermark killer is never getting triggered - and even if it did, it sends a {"kill_me" [,]} message which turns into a message on the queue, and since the queue isn't being consumed this doesn't really make a difference. We are experiencing this on lager 3.2.1 Thanks for the bug report. What OS and OTP release? You should take a look at #301. This sounds like a platform bug we've seen before in other contexts. My guess is a stalled console, try disabling the lager_console_backend? Any update on this? If we don't hear back by our next triage in February, I will close this ticket. @mrallen1 I'm sorry I didn't get back @Vagabond was right - the setup was logging to the console and the logs were getting picked up by another service ... and the console would get stuck.. we started writing to files - and everything got better :)
gharchive/issue
2016-11-21T23:57:39
2025-04-01T04:34:10.799185
{ "authors": [ "Vagabond", "macintux", "martinsk", "mrallen1" ], "repo": "erlang-lager/lager", "url": "https://github.com/erlang-lager/lager/issues/379", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
333936552
Support Erlang/OTP 21 To get going on OTP 21 we need to tackle (at least) the below list of issues: [x] eper uses get_stacktrace which is deprecated (removed) [x] clique uses get_stacktrace which is deprecated (ignored warnings) [x] vmq_ql uses get_stacktrace which is deprecated [x] vmq_server (sysmon) uses get_stacktrace which is deprecated [x] plumtree is has gen_fsm (deprecated) overrides for opt 20, opt 21 needs to be added too [x] rebar needs to be upgraded to at least 3.5.2 [ ] use logger instead of error_logger (by changing or replacing the boot script?) otherwise we get the no logger present error. [ ] get plumtree PR merged: https://github.com/erlio/plumtree/pull/17 [ ] upgrade plumtree when the PR has been merged Borrowed the macros for handling get_stacktrace from the rebar project: https://github.com/erlang/rebar3/pull/1773/files
gharchive/issue
2018-06-20T06:11:12
2025-04-01T04:34:10.829718
{ "authors": [ "larshesel" ], "repo": "erlio/vernemq", "url": "https://github.com/erlio/vernemq/issues/738", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
276754005
Error spotify play while spotify isn't running Trying to run spotify play while spotify app is not running while throw error on the screen `Unhandled rejection Error: 57:63: execution error: Can’t make «class pAlb» of «class pTrk» of application "Spotify" into type string. (-1700) at ChildProcess.<anonymous> (/usr/local/lib/node_modules/spotify-cli-mac/node_modules/node-osascript/lib/index.js:39:15) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:191:7) at maybeClose (internal/child_process.js:920:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:230:5)` I believe we should not spend time on this issue, and instead work towards 2.0 goals. Closing.
gharchive/issue
2017-11-25T14:25:09
2025-04-01T04:34:10.857079
{ "authors": [ "QuadDepo", "ersel" ], "repo": "ersel/spotify-cli-mac", "url": "https://github.com/ersel/spotify-cli-mac/issues/26", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
911581812
Nested JSON Selamat malam, saya ingin menggunakan API ini, akan tetapi menurut saya penggunaannya sulit di ReactJS dikarenakan JSON yang dihasilkan Nested JSON Hallo @raselldev nested JSON disini digunakan untuk menampilkan list ayat, Anda dapat menggunakan perulangan untuk menampilkan informasi yang dibutuhkan dengan parse list JSON tersebut. Untuk implementasinya kamu dapat melihat repository https://github.com/erwindosianipar/read-alkitab dengan menggunakan VueJS yang tidak terlalu berbeda implementasinya dengan ReactJS. Terima kasih Hallo @raselldev saya telah mencoba mengimplementasikan penggunaan API ini untuk ReactJS, Anda dapat mencoba menerapkan hal yang sama dan semoga ini membantu. https://codesandbox.io/s/winter-monad-ql7vm Terima kasih
gharchive/issue
2021-06-04T14:56:46
2025-04-01T04:34:10.864478
{ "authors": [ "erwindosianipar", "raselldev" ], "repo": "erwindosianipar/api-alkitab", "url": "https://github.com/erwindosianipar/api-alkitab/issues/21", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2115336144
Adding sin() function based on QD's implementation The sin() function in this PR is based on that in https://github.com/scibuilder/QD. Tests are passing partly. I think there is still room for improvement, so any feedback is welcome. @timnoack: most (if not all) above points have been addressed. Please check the code again.
gharchive/pull-request
2024-02-02T16:51:14
2025-04-01T04:34:10.865862
{ "authors": [ "L30nardoSV" ], "repo": "esa-tu-darmstadt/twofloat", "url": "https://github.com/esa-tu-darmstadt/twofloat/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2434937214
Link back from the CMIP6 Data Information View do not resolve anymore The CMIP6 Data Information View provides a link. Example: https://handle-esgf.dkrz.de/lp/21.14103/17b771a4-e7cc-3f61-9a4d-df17caa60de2 Only one search item is transferred to the search. All other fields are empty and not applied. Looks like the issue is that the CORDEX project is not fully supported. We will need support from people involved in the project to complete the enhancement. This is hosted at DKRZ... Thanks for reporting. We will probably just remove the link.
gharchive/issue
2024-07-29T09:37:30
2025-04-01T04:34:10.892617
{ "authors": [ "geofranzi", "sashakames", "soay" ], "repo": "esgf2-us/metagrid", "url": "https://github.com/esgf2-us/metagrid/issues/651", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2419469960
chore: avoid recursion in format/lint What is the purpose of this pull request? [x] Other, please explain: What changes did you make? (Give an overview) Fixes an npm linting script What is the actual fix here? :) There is one difference here, it's that the report flag is not in the format script? Sorry, this is now being called recursively. format was calling lint. lint calls lint:* which includes lint:eslint-docs which runs format again. Calling just eslint avoids the circle.
gharchive/pull-request
2024-07-19T17:26:33
2025-04-01T04:34:10.909372
{ "authors": [ "brettz9", "voxpelli" ], "repo": "eslint-community/eslint-plugin-promise", "url": "https://github.com/eslint-community/eslint-plugin-promise/pull/487", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
332687831
Support @access package See: http://usejsdoc.org/tags-access.html http://usejsdoc.org/tags-package.html What version are you using? v2.1.0 What JSDoc comment were you trying to parse? Description. @access package What Doctrine options were you using (sloppy, unwrap, etc.)? recoverable What happened? Include output if possible. { "description": "Description.", "tags": [ { "title": "access", "description": null, "access": "package", "errors": [ "Invalid access name 'package'" ] } ] } Without the recoverable option: { "description": "Description.", "tags": [] } What did you expect to happen? { "description": "Description.", "tags": [ { "title": "access", "description": null, "access": "package" } ] } Thanks for this issue. We have decided to officially end-of-life JSDoc support in ESLint. As a result, this repository and project will no longer be maintained. Thanks for understanding and we apologize for any inconvenience.
gharchive/issue
2018-06-15T08:27:03
2025-04-01T04:34:10.913992
{ "authors": [ "jaydenseric", "kaicataldo" ], "repo": "eslint/doctrine", "url": "https://github.com/eslint/doctrine/issues/214", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
741978371
Plugin ID Mismatch I keep getting "Plugin ID Mismatch" when i try to install this plugin. My obsidian version is v0.9.11 This seems to come from Obsidian's internals but I can't figure out why. As a shot in the dark, maybe I used something in the plugin that is incompatible with Obsidian 0.9.11 (I used 0.9.12). I'll try to investigate more thoroughly early next week, but hopefully 0.9.12 will be formally released by then and maybe it will solve the issue. P.S: just in case, please try to delete the directory VAULT_ROOT/.obsidian/obsidian-rtl if you have it, then restart Obsidian and retry to install. @esm7 thanks for this plugin. I also use v0.9.11 and had same issue. I also tried to download the plugin zip and decompress it into VAULT_ROOT/.obsidian/obsidian-rtl but it's not working. Appreciate if this issue can be resolved soon. Ok, I believe the issue that the released file is not for "Obsidian RTL". It is for "Obsidian Vimrc Support". Here is what I found in manifest.json file: { "id": "obsidian-vimrc-support", "name": "Obsidian Vimrc Support", "version": "0.1.0", "description": "Auto-load a startup file with Obsidian Vim commands.", "author": "esm", "authorUrl": "", "isDesktopOnly": false } Great catch, sorry for the confusion! I fixed the release, please let me know if it works now. Installed, activated and switching LTR<>RTL successfully. Thanks for your fast support.
gharchive/issue
2020-11-12T22:38:01
2025-04-01T04:34:10.934406
{ "authors": [ "Hashemian01", "esm7", "ramisedhom" ], "repo": "esm7/obsidian-rtl", "url": "https://github.com/esm7/obsidian-rtl/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1982302371
Derive Clone and Copy for EspTwaiFrame I want to create a queue of EspTwaiFrames, but it's really awkward since it does not implement Clone or Copy. I tested on a esp32-c3. If this small change needs extra validation, then I can go through the examples, but it really shouldn't effect existing code. EspTwaiFrames should be safe to clone. [x] The code compiles without errors or warnings. [ ] All examples work. N/A? [x] cargo fmt was run. [ ] Your changes were added to the CHANGELOG.md in the proper section. N/A [ ] You updated existing examples or added examples (if applicable). N/A [ ] Added examples are checked in CI N/A I guess it should be fine since new_from_data_registers is not public
gharchive/pull-request
2023-11-07T21:57:50
2025-04-01T04:34:10.957859
{ "authors": [ "bjoernQ", "ptpaterson" ], "repo": "esp-rs/esp-hal", "url": "https://github.com/esp-rs/esp-hal/pull/909", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1370958196
Timer does not trigger The callback function does not seem to get called. There is no Hi! printed in the console. fn main() { use esp_idf_sys as _; use std::time::Duration; use embedded_svc::timer::{TimerService, PeriodicTimer}; use embedded_hal_0_2::prelude::_embedded_hal_blocking_delay_DelayMs; use esp_idf_hal::delay::FreeRtos; esp_idf_sys::link_patches(); esp_idf_svc::timer::EspTimerService::new() .unwrap() .timer(|| println!("Hi!")) .unwrap() .every(Duration::from_secs(1)) .unwrap(); println!("Waiting for hi!"); loop { FreeRtos.delay_ms(10000u16); } } same thing with timer.after(...). Waiting for hi! is printed but nothing more, I have also tried toggling pins but nothing happens. This is all with the untouched sdkconfig.default from thecargo generate --git https://github.com/esp-rs/esp-idf-template cargo You are supposed to keep around the returned timer so that it does not get dropped immediately. Oh.. Thank you.
gharchive/issue
2022-09-13T07:01:57
2025-04-01T04:34:10.959998
{ "authors": [ "ivmarkov", "usbalbin" ], "repo": "esp-rs/esp-idf-svc", "url": "https://github.com/esp-rs/esp-idf-svc/issues/128", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1129916687
Can't enable Notification or Indication with AT+BLEGATTCWR Environment Development Kit: [none] Module or chip used: [ESP32-WROOM-32|ESP32-C3-WROOM] Power Supply: [external 3.3V] Problem Description I am using two ESP modules communicating over BLE, sending AT commands via UART. One modul as BLE Client[ESP32-WROOM-32] and the other as Server[ESP32-C3-WROOM]. Everything works fine until I want to enabel notification or indication. Therefore I want to write 2 Bytes of Data to the corresponding CCCD, using the AT+BLEGATTCWR command. The Problem is that no matter how many Bytes or which value I send , the operation always writes the same two Bytes ('1''0') to the CCCD on the server side. Expected Behavior Client side: Sending: AT+BLEGATTCWR=0,4,1,1,2\r\n Receiving: > Sending: '2''0' (note that '2''0' are integers and not ASCII values) Server side: Receiving: +WRITE:0,2,1,1,2,'2''0'\r\n Actual Behavior Client side: Sending: AT+BLEGATTCWR=0,4,1,1,2\r\n Receiving: > Sending: '2''0' Server side: Receiving: +WRITE:0,2,1,1,2,'1''0'\r\n Steps to repropduce 1. Step: init server and client Server --> AT+BLEINIT=2 --> AT+BLEADDR? --> +BLEADDR:"7c:df:a1:b2:a2:6e" --> AT+BLEGATTSSRVCRE --> AT+BLEGATTSSRVSTART --> AT+BLEGATTSCHAR? --> +BLEGATTSCHAR:"char",1,1,0x2A2B,0x12 +BLEGATTSCHAR:"desc",1,1,1,0x2902 +BLEGATTSCHAR:"char",2,1,0x2700,0x3a +BLEGATTSCHAR:"desc",2,1,1,0x2902 +BLEGATTSCHAR:"desc",2,1,2,0x2901 +BLEGATTSCHAR:"char",2,2,0x2700,0x02 +BLEGATTSCHAR:"desc",2,2,1,0x2901 --> AT+BLEADVPARAM=100,200,0,0,7 --> AT+BLEADVSTART Client --> AT+BLEINIT=1 --> AT+BLESCAN=1,3 --> +BLESCAN:"7c:df:a1:b2:a2:6e",-32,,,0 2. Step: Connect divices Client --> AT+BLECONN=0,"7c:df:a1:b2:a2:6e" --> +BLECONN:0,"7c:df:a1:b2:a2:6e" 3. Step: Write to CCCD Client --> AT+BLEGATTCPRIMSRV=0 --> +BLEGATTCPRIMSRV:0,1,0x1801,1 +BLEGATTCPRIMSRV:0,2,0x1800,1 +BLEGATTCPRIMSRV:0,3,0x1805,1 +BLEGATTCPRIMSRV:0,4,0x2D59D6C1C1CE4A1AAAACF59BD3F057DB,1 --> AT+BLEGATTCCHAR=0,4 --> +BLEGATTCCHAR:"char",0,4,1,0x2700,0x3a +BLEGATTCCHAR:"desc",0,4,1,1,0x2902 +BLEGATTCCHAR:"desc",0,4,1,2,0x2901 +BLEGATTCCHAR:"char",0,4,2,0x2700,0x02 +BLEGATTCCHAR:"desc",0,4,2,1,0x2901 --> AT+BLEGATTCWR=0,4,1,1,2 --> '>' -->'0''2' --> OK Server +WRITE:0,2,1,1,2,'1''0' Other items if possible BleAllMightyService.csv [ ] Service csv file Whether the Service characteristic descriptor you want to write only supports the notify. If your service feature description only support the notify, it will automatically modify the value you write to 0x0001. We assume this worked for you, and will close it. If that's not the case, please open another github issue.
gharchive/issue
2022-02-10T11:51:44
2025-04-01T04:34:11.124665
{ "authors": [ "Luxin812", "Staibii", "ustccw" ], "repo": "espressif/esp-at", "url": "https://github.com/espressif/esp-at/issues/608", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1323295201
ESP32C3 I am trying to compile the csi_recv_router on Esp32c3 chip, but I have the following issue: Is not valid this chip for this proyect? Thanks. esp32-c3 is supported, but it is recommended that you use esp32-s3 Your problem is that you need to clear the original compilation environment first because of switching between different chips. You run idf Py fullclean or idf Py clean or rm -rf build Thank. fullclean was the solution.
gharchive/issue
2022-07-30T20:54:08
2025-04-01T04:34:11.127067
{ "authors": [ "roberbike", "zhanzhaocheng" ], "repo": "espressif/esp-csi", "url": "https://github.com/espressif/esp-csi/issues/67", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
536630249
Matrix Slicing Hello! I would like to make sure I am using the dl_matrix3d_slice_copy() function correctly. Suppose I have a matrix with the shape (1,1,1,48) And I would like to slice the second half into a copy. Proper usage would look like this: input shape = (1,1,1,48) output shape = (1,1,1,24) dl_matrix3d_slice_copy(output,input,24,2,1,1); This code does execute, but i believe it is poisoning my heap as I will get an error later. I have tried multiple combinations of numbers but one thing remains unclear. is the x-offset the end point and w the start point? Thanks! --if it helps, this error occurs when using light impact heap debugging does NOT occur when using basic (no debugging) both using heap_caps_check_integrity_all(true) and looks like CORRUPT HEAP: Bad tail at 0x3fff63fc. Expected 0xbaad5678 got 0xbb819f89 Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. Core 1 register dump: PC : 0x4008ad3c PS : 0x00060633 A0 : 0x8008a6fd A1 : 0x3ffc1180 0x4008ad3c: is_free at /home/caleb/esp/esp-idf/components/heap/multi_heap.c:131 (inlined by) multi_heap_malloc_impl at /home/caleb/esp/esp-idf/components/heap/multi_heap.c:432 This slice only works on planar, i.e. slicing in width and height dimension, all channels remain. Oh I think i see, so if i wanted half of a 3dmatrix (same channels) it would be something like input shape: (1,12,12,28) dl_matrix3d_t *half_1 = dl_matrix3d_alloc(1,6,6,14); dl_matrix3d_t *half_2 = dl_matrix3d_alloc(1,6,6,14); int x = (input->h)/2; int y = (input->w)/2; dl_matrix3du_slice_copy(half_1, input, x, y, 6, 6); dl_matrix3du_slice_copy(half_2, input, x*2, y*2, 6, 6); dl_matrix3du_slice_copy(half_1, input, x, y, 6, 6); dl_matrix3du_slice_copy(half_2, input, x2, y2, 6, 6); dl_matrix3du_slice_copy(half_1, input, 0, 0, 6, 6); dl_matrix3du_slice_copy(half_2, input, x, y, 6, 6); oh ok awesome! Thank you!
gharchive/issue
2019-12-11T21:43:06
2025-04-01T04:34:11.132925
{ "authors": [ "XiaochaoGONG", "caleb221" ], "repo": "espressif/esp-face", "url": "https://github.com/espressif/esp-face/issues/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2552570148
CONFIG_USJ_ENABLE_USB_SERIAL_JTAG can't be disabled (IDFGH-13778) Answers checklist. [X] I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there. [X] I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there. [X] I have searched the issue tracker for a similar issue and not found a similar issue. IDF version. v5.3 Operating System used. Linux How did you build your project? Command line with Make If you are using Windows, please specify command line type. None What is the expected behavior? It should be possible to enable/disable CONFIG_USJ_ENABLE_USB_SERIAL_JTAG. What is the actual behavior? Is it per design that currently the CONFIG_USJ_ENABLE_USB_SERIAL_JTAG option (btw, is this a typo or a wordplay on JTAG?) can't be disabled on ESP32-S3 devices? Steps to reproduce. Set up any ESP32-S3 example Try to change the CONFIG_USJ_ENABLE_USB_SERIAL_JTAG option using idf.py menuconfig Build or installation Logs. No response More Information. No response It can't be disabled because it gets enabled by another option. You can see which one if you press '?', one of the things shown there will be: Symbols currently y-selecting this symbol: - ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED and going to that option and pressing '?' again we get Default: - y Condition (=y): ESP_CONSOLE_USB_SERIAL_JTAG(=n) || ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG(=y) So basically, CONFIG_USJ_ENABLE_USB_SERIAL_JTAG gets selected if USB_SERIAL_JTAG is selected as either primary or secondary console output. If you change the console output setting to UART, then you should be able to disable CONFIG_USJ_ENABLE_USB_SERIAL_JTAG as well. Thanks!
gharchive/issue
2024-09-27T10:23:10
2025-04-01T04:34:11.171356
{ "authors": [ "higaski", "igrr" ], "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/14638", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2714448811
Continuous ADC stops working while BLE Mesh is on (IDFGH-14171) Answers checklist. [X] I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there. [X] I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there. [X] I have searched the issue tracker for a similar issue and not found a similar issue. IDF version. v5.4-dev-4375-gf420609c33 Espressif SoC revision. ESP32-S3 (QFN56) (revision v0.2) Operating System used. Linux How did you build your project? Command line with idf.py If you are using Windows, please specify command line type. None Development Kit. Custom board Power Supply used. USB What is the expected behavior? The adc_continuous_evt_cbs_t::on_conv_done events keeps triggering when data available. What is the actual behavior? If I enable a task that periodically send BLE message via esp_ble_mesh_client_model_send_msg, the adc stops working after around 10 seconds. Steps to reproduce. /* main.c - Application main entry point */ /* * SPDX-FileCopyrightText: 2017 Intel Corporation * SPDX-FileContributor: 2018-2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include "esp_err.h" #include "freertos/idf_additions.h" #include "mesh/access.h" #include "portmacro.h" #include <stdint.h> #include <stdio.h> #include <string.h> #include <inttypes.h> #include "esp_log.h" #include "nvs_flash.h" #include "esp_ble_mesh_common_api.h" #include "esp_ble_mesh_provisioning_api.h" #include "esp_ble_mesh_networking_api.h" #include "esp_ble_mesh_config_model_api.h" #include "esp_ble_mesh_generic_model_api.h" #include "esp_ble_mesh_local_data_operation_api.h" #include "ble_mesh_example_init.h" #include "ble_mesh_example_nvs.h" #include "freertos/semphr.h" #include "esp_random.h" #include <sys/types.h> #include <math.h> #include "esp_adc/adc_continuous.h" #include "esp_dsp.h" #include "esp_log.h" #include "freertos/FreeRTOS.h" #include "freertos/semphr.h" #include "freertos/task.h" #include "sdkconfig.h" #define EXAMPLE_ADC_UNIT ADC_UNIT_1 #define _EXAMPLE_ADC_UNIT_STR(unit) #unit #define EXAMPLE_ADC_UNIT_STR(unit) _EXAMPLE_ADC_UNIT_STR(unit) #define EXAMPLE_ADC_CONV_MODE ADC_CONV_SINGLE_UNIT_1 #define EXAMPLE_ADC_ATTEN ADC_ATTEN_DB_0 #define EXAMPLE_ADC_BIT_WIDTH SOC_ADC_DIGI_MAX_BITWIDTH #if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2 #define EXAMPLE_ADC_OUTPUT_TYPE ADC_DIGI_OUTPUT_FORMAT_TYPE1 #define EXAMPLE_ADC_GET_CHANNEL(p_data) ((p_data)->type1.channel) #define EXAMPLE_ADC_GET_DATA(p_data) ((p_data)->type1.data) #else #define EXAMPLE_ADC_OUTPUT_TYPE ADC_DIGI_OUTPUT_FORMAT_TYPE2 #define EXAMPLE_ADC_GET_CHANNEL(p_data) ((p_data)->type2.channel) #define EXAMPLE_ADC_GET_DATA(p_data) ((p_data)->type2.data) #endif #define TAG "main" #define FFT_POINTS 2048 /* Size of ADC conversion frame * Number of ADC result per frame equals to * ADC_CONV_FRAME_SZ/SOC_ADC_DIGI_RESULT_BYTES */ #define ADC_CONV_FRAME_SZ 256 #define ADC_SAMPLE_RATE 20e3 #define ADC_MAX_STORE_BUF_SZ 1024 #define TARGET_FREQ 2e3 #define UNWANTED_FREQ 1e3 #define ADC_READ_CHECK(x) \ do { \ esp_err_t err_rc_ = (x); \ if (err_rc_ == ESP_ERR_INVALID_STATE) { \ ESP_LOGW(TAG, "ADC internal buf full."); \ } else if (err_rc_ == ESP_ERR_TIMEOUT) { \ ESP_LOGW(TAG, "ADC reports NO data available"); \ } \ } while (0) struct ble_packet { uint8_t id; float fftrst; int8_t arr[12]; } __attribute__((packed)); extern SemaphoreHandle_t ble_packet_mutex; // As we're using ESP32S3... // Only one channel is required // Should map to GPIO 3 static adc_channel_t channel[1] = { ADC_CHANNEL_2 }; static TaskHandle_t s_task_handle; // Hann window for FFT static float wind[FFT_POINTS] __attribute__((aligned(16))); static uint8_t adc_buf[FFT_POINTS * SOC_ADC_DIGI_RESULT_BYTES] = { 0 }; // fft_buf[2 * i + 0] contains real, fft_buf[2 * i + 1] contains imaginary static float fft_buf[2 * FFT_POINTS] __attribute__((aligned(16))); static float spectrum[FFT_POINTS / 2] __attribute__((aligned(16))); static float findmax(float *arr, size_t len) { assert(arr); float ret = arr[0]; for (size_t i = 0; i < len; ++i) { if (arr[i] > ret) ret = arr[i]; } return ret; } static bool IRAM_ATTR s_conv_done_cb(adc_continuous_handle_t handle, const adc_continuous_evt_data_t *edata, void *user_data) { BaseType_t mustYield = pdFALSE; // Notify that ADC continuous driver has done enough number of // conversions vTaskNotifyGiveFromISR(s_task_handle, &mustYield); return (mustYield == pdTRUE); } static void continuous_adc_init(adc_channel_t *channel, uint8_t channel_num, adc_continuous_handle_t *out_handle) { esp_err_t ret; adc_continuous_handle_t handle = NULL; adc_continuous_handle_cfg_t adc_config = { .max_store_buf_size = ADC_MAX_STORE_BUF_SZ, .conv_frame_size = ADC_CONV_FRAME_SZ, }; ret = adc_continuous_new_handle(&adc_config, &handle); switch (ret) { case ESP_ERR_NO_MEM: ESP_LOGE(TAG, "out of memory"); break; case ESP_ERR_NOT_FOUND: ESP_LOGE(TAG, "not found"); break; case ESP_ERR_INVALID_ARG: ESP_LOGE(TAG, "invalid arg"); break; } adc_continuous_config_t dig_cfg = { .sample_freq_hz = ADC_SAMPLE_RATE, .conv_mode = EXAMPLE_ADC_CONV_MODE, .format = EXAMPLE_ADC_OUTPUT_TYPE, }; adc_digi_pattern_config_t adc_pattern[SOC_ADC_PATT_LEN_MAX] = { 0 }; dig_cfg.pattern_num = channel_num; for (int i = 0; i < channel_num; i++) { adc_pattern[i].atten = EXAMPLE_ADC_ATTEN; adc_pattern[i].channel = channel[i] & 0x7; adc_pattern[i].unit = EXAMPLE_ADC_UNIT; adc_pattern[i].bit_width = EXAMPLE_ADC_BIT_WIDTH; ESP_LOGI(TAG, "adc_pattern[%d].atten is :%" PRIx8, i, adc_pattern[i].atten); ESP_LOGI(TAG, "adc_pattern[%d].channel is :%" PRIx8, i, adc_pattern[i].channel); ESP_LOGI(TAG, "adc_pattern[%d].unit is :%" PRIx8, i, adc_pattern[i].unit); } dig_cfg.adc_pattern = adc_pattern; ESP_ERROR_CHECK(adc_continuous_config(handle, &dig_cfg)); *out_handle = handle; } static void fft_init(void) { ESP_ERROR_CHECK(dsps_fft2r_init_fc32(NULL, CONFIG_DSP_MAX_FFT_SIZE)); ESP_ERROR_CHECK(dsps_fft4r_init_fc32(NULL, CONFIG_DSP_MAX_FFT_SIZE)); // Generate hann window dsps_wind_hann_f32(wind, FFT_POINTS); } static void adc_fft_task(void *pvParameters) { size_t i; uint32_t ret_num = 0, tot_read_num = 0; memset(adc_buf, 0xcc, FFT_POINTS * SOC_ADC_DIGI_RESULT_BYTES); uint32_t unwanted_freq_idx = (uint32_t)(UNWANTED_FREQ * FFT_POINTS / ADC_SAMPLE_RATE); uint32_t target_freq_idx = (uint32_t)(TARGET_FREQ * FFT_POINTS / ADC_SAMPLE_RATE); ESP_LOGI(TAG, "idx: %lu", target_freq_idx); float tmprst; s_task_handle = xTaskGetCurrentTaskHandle(); fft_init(); /* ADC initial */ adc_continuous_handle_t adc_handle = NULL; continuous_adc_init(channel, sizeof(channel) / sizeof(adc_channel_t), &adc_handle); /* Register conversion done callback */ adc_continuous_evt_cbs_t cbs = { .on_conv_done = s_conv_done_cb, }; ESP_ERROR_CHECK( adc_continuous_register_event_callbacks(adc_handle, &cbs, NULL)); /* Start ADC */ ESP_ERROR_CHECK(adc_continuous_start(adc_handle)); while (1) { // Read ADC and fill fft buffer do { ulTaskNotifyTake(pdTRUE, portMAX_DELAY); ADC_READ_CHECK(adc_continuous_read( adc_handle, adc_buf + tot_read_num, FFT_POINTS * SOC_ADC_DIGI_RESULT_BYTES - tot_read_num, &ret_num, 0)); tot_read_num += ret_num; } while (tot_read_num < FFT_POINTS * SOC_ADC_DIGI_RESULT_BYTES); tot_read_num = 0; for (i = 0; i < FFT_POINTS * SOC_ADC_DIGI_RESULT_BYTES; i += SOC_ADC_DIGI_RESULT_BYTES) { adc_digi_output_data_t *p = (adc_digi_output_data_t *)&adc_buf[i]; uint32_t chan_num = EXAMPLE_ADC_GET_CHANNEL(p); if (chan_num >= SOC_ADC_CHANNEL_NUM(EXAMPLE_ADC_UNIT)) { ESP_LOGW(TAG, "invalid data"); continue; } // Real part of signal fft_buf[2 * (i / SOC_ADC_DIGI_RESULT_BYTES) + 0] = (float)EXAMPLE_ADC_GET_DATA(p) * wind[i / SOC_ADC_DIGI_RESULT_BYTES]; // Only real part fft_buf[2 * (i / SOC_ADC_DIGI_RESULT_BYTES) + 1] = 0; } // FFT Radix-2 dsps_fft2r_fc32(fft_buf, FFT_POINTS); dsps_bit_rev2r_fc32(fft_buf, FFT_POINTS); dsps_cplx2real_fc32(fft_buf, FFT_POINTS); for (i = 0; i < FFT_POINTS / 2; ++i) { if (i < unwanted_freq_idx) { // I don't need DC and low frequency component so remove it spectrum[i] = 0; continue; } spectrum[i] = sqrtf(fft_buf[i * 2] * fft_buf[i * 2] + fft_buf[i * 2 + 1] * fft_buf[i * 2 + 1]) / FFT_POINTS; // ESP_LOGI(TAG, "spectrum[%u]: %f", i, spectrum[i]); } tmprst = findmax(&spectrum[target_freq_idx - 2], 4); ESP_LOGI(TAG, "tmprst: %f", tmprst); // Do not starve watch dog as print is slow vTaskDelay(1); } } #define ESP_BLE_MESH_VND_MODEL_OP_SEND ESP_BLE_MESH_MODEL_OP_3(0x00, CID_ESP) #define ESP_BLE_MESH_VND_MODEL_OP_STATUS ESP_BLE_MESH_MODEL_OP_3(0x01, CID_ESP) #define ESP_BLE_MESH_VND_MODEL_ID_SERVER 0x0001 #define ESP_BLE_MESH_VND_MODEL_ID_CLIENT 0x0000 #define MSG_TIMEOUT 0 #define CID_ESP 0x02E5 // All rx EXCEPT the center node subscribe to this address #define RX_GROUP_ADDR 0xC000 /* Remember to use different NODE_ID to indentify different ESP32 * For now NODE_ID should from 0 to 11 */ const uint32_t NODE_ID = 0; static uint8_t dev_uuid[16] = { 0xdd, 0xdd }; struct example_info_store { uint16_t net_idx; /* NetKey Index */ uint16_t app_idx; /* AppKey Index */ } __attribute__((packed)); static struct example_info_store store = { .net_idx = ESP_BLE_MESH_KEY_UNUSED, .app_idx = ESP_BLE_MESH_KEY_UNUSED, }; struct ble_packet my_ble_packet = { .id = (uint8_t) NODE_ID, }; SemaphoreHandle_t ble_packet_mutex; static nvs_handle_t NVS_HANDLE; static const char *NVS_KEY = "onoff_client"; static esp_ble_mesh_cfg_srv_t config_server = { /* 3 transmissions with 20ms interval */ .net_transmit = ESP_BLE_MESH_TRANSMIT(2, 20), .relay = ESP_BLE_MESH_RELAY_DISABLED, .beacon = ESP_BLE_MESH_BEACON_ENABLED, #if defined(CONFIG_BLE_MESH_GATT_PROXY_SERVER) .gatt_proxy = ESP_BLE_MESH_GATT_PROXY_ENABLED, #else .gatt_proxy = ESP_BLE_MESH_GATT_PROXY_NOT_SUPPORTED, #endif #if defined(CONFIG_BLE_MESH_FRIEND) .friend_state = ESP_BLE_MESH_FRIEND_ENABLED, #else .friend_state = ESP_BLE_MESH_FRIEND_NOT_SUPPORTED, #endif .default_ttl = 0, }; static esp_ble_mesh_model_t root_models[] = { ESP_BLE_MESH_MODEL_CFG_SRV(&config_server), }; static const esp_ble_mesh_client_op_pair_t vnd_op_pair[] = { { ESP_BLE_MESH_VND_MODEL_OP_SEND, ESP_BLE_MESH_VND_MODEL_OP_STATUS }, }; static esp_ble_mesh_client_t vendor_client = { .op_pair_size = ARRAY_SIZE(vnd_op_pair), .op_pair = vnd_op_pair, }; static esp_ble_mesh_model_op_t vnd_server_op[] = { ESP_BLE_MESH_MODEL_OP(ESP_BLE_MESH_VND_MODEL_OP_SEND, 2), ESP_BLE_MESH_MODEL_OP_END, }; static esp_ble_mesh_model_op_t vnd_cli_op[] = { ESP_BLE_MESH_MODEL_OP(ESP_BLE_MESH_VND_MODEL_OP_STATUS, 2), ESP_BLE_MESH_MODEL_OP_END, }; static esp_ble_mesh_model_t vnd_models[] = { ESP_BLE_MESH_VENDOR_MODEL(CID_ESP, ESP_BLE_MESH_VND_MODEL_ID_SERVER, vnd_server_op, NULL, NULL), ESP_BLE_MESH_VENDOR_MODEL(CID_ESP, ESP_BLE_MESH_VND_MODEL_ID_CLIENT, vnd_cli_op, NULL, &vendor_client), }; static esp_ble_mesh_elem_t elements[] = { ESP_BLE_MESH_ELEMENT(0, root_models, vnd_models), }; static esp_ble_mesh_comp_t composition = { .cid = CID_ESP, .element_count = ARRAY_SIZE(elements), .elements = elements, }; /* Disable OOB security for SILabs Android app */ static esp_ble_mesh_prov_t provision = { .uuid = dev_uuid, #if 0 .output_size = 4, .output_actions = ESP_BLE_MESH_DISPLAY_NUMBER, .input_size = 4, .input_actions = ESP_BLE_MESH_PUSH, #else .output_size = 0, .output_actions = 0, #endif }; static void mesh_example_info_store(void) { ble_mesh_nvs_store(NVS_HANDLE, NVS_KEY, &store, sizeof(store)); } static void example_ble_mesh_send_vendor_message(uint8_t target) { esp_ble_mesh_msg_ctx_t ctx = { 0 }; uint32_t opcode; esp_err_t err = ESP_OK; ctx.net_idx = store.net_idx; ctx.app_idx = store.app_idx; ctx.addr = target == 0 ? RX_GROUP_ADDR : 0x0003; ctx.send_ttl = 0; opcode = ESP_BLE_MESH_VND_MODEL_OP_SEND; if (ctx.net_idx == ESP_BLE_MESH_KEY_UNUSED || ctx.app_idx == ESP_BLE_MESH_KEY_UNUSED || vendor_client.model == NULL) { if (vendor_client.model == NULL) { ESP_LOGE(TAG, "NULL client model"); } return; } if (target == 0) { err = esp_ble_mesh_client_model_send_msg(vendor_client.model, &ctx, opcode, sizeof(NODE_ID), (uint8_t *)&NODE_ID, MSG_TIMEOUT, false, ROLE_NODE); vTaskDelay(1); } else { xSemaphoreTake(ble_packet_mutex, portMAX_DELAY); err = esp_ble_mesh_client_model_send_msg(vendor_client.model, &ctx, opcode, sizeof(my_ble_packet), (uint8_t *)&my_ble_packet, MSG_TIMEOUT, false, ROLE_NODE); ESP_LOGI(TAG, "tmprst: %.2f", my_ble_packet.fftrst); xSemaphoreGive(ble_packet_mutex); vTaskDelay(1); } if (err != ESP_OK) { ESP_LOGE(TAG, "Failed to send vendor message 0x%06" PRIx32, opcode); ESP_LOGE(TAG, "target == %u", target); vTaskDelay(2000 / portMAX_DELAY); return; } } static void broadcast_task(void *pvParameters) { static uint8_t cnt = 0; uint32_t r; while (1) { // Broadcast // I don't know if BLE Mesh have something like CSMA/CA or not // If all nodes broadcast message at same time, it seems some send operation would fail // Here I'll simply delay a random time // I don't know would this do the trick but let's have a try r = esp_random() % 600 + 400; vTaskDelay(r / portTICK_PERIOD_MS); example_ble_mesh_send_vendor_message(0); if (++cnt >= 2) { cnt = 0; vTaskDelay(100 / portTICK_PERIOD_MS); example_ble_mesh_send_vendor_message(1); } } } static void mesh_example_info_restore(void) { esp_err_t err = ESP_OK; bool exist = false; err = ble_mesh_nvs_restore(NVS_HANDLE, NVS_KEY, &store, sizeof(store), &exist); if (err != ESP_OK) { return; } if (exist) { ESP_LOGI(TAG, "Restore, net_idx 0x%04x, app_idx 0x%04x", store.net_idx, store.app_idx); } } static void prov_complete(uint16_t net_idx, uint16_t addr, uint8_t flags, uint32_t iv_index) { ESP_LOGI(TAG, "net_idx: 0x%04x, addr: 0x%04x", net_idx, addr); ESP_LOGI(TAG, "flags: 0x%02x, iv_index: 0x%08" PRIx32, flags, iv_index); store.net_idx = net_idx; /* mesh_example_info_store() shall not be invoked here, because if the device * is restarted and goes into a provisioned state, then the following events * will come: * 1st: ESP_BLE_MESH_NODE_PROV_COMPLETE_EVT * 2nd: ESP_BLE_MESH_PROV_REGISTER_COMP_EVT * So the store.net_idx will be updated here, and if we store the mesh example * info here, the wrong app_idx (initialized with 0xFFFF) will be stored in nvs * just before restoring it. */ } static void example_ble_mesh_provisioning_cb(esp_ble_mesh_prov_cb_event_t event, esp_ble_mesh_prov_cb_param_t *param) { switch (event) { case ESP_BLE_MESH_PROV_REGISTER_COMP_EVT: ESP_LOGI(TAG, "ESP_BLE_MESH_PROV_REGISTER_COMP_EVT, err_code %d", param->prov_register_comp.err_code); mesh_example_info_restore(); /* Restore proper mesh example info */ break; case ESP_BLE_MESH_NODE_PROV_ENABLE_COMP_EVT: ESP_LOGI(TAG, "ESP_BLE_MESH_NODE_PROV_ENABLE_COMP_EVT, err_code %d", param->node_prov_enable_comp.err_code); break; case ESP_BLE_MESH_NODE_PROV_LINK_OPEN_EVT: ESP_LOGI(TAG, "ESP_BLE_MESH_NODE_PROV_LINK_OPEN_EVT, bearer %s", param->node_prov_link_open.bearer == ESP_BLE_MESH_PROV_ADV ? "PB-ADV" : "PB-GATT"); break; case ESP_BLE_MESH_NODE_PROV_LINK_CLOSE_EVT: ESP_LOGI(TAG, "ESP_BLE_MESH_NODE_PROV_LINK_CLOSE_EVT, bearer %s", param->node_prov_link_close.bearer == ESP_BLE_MESH_PROV_ADV ? "PB-ADV" : "PB-GATT"); break; case ESP_BLE_MESH_NODE_PROV_COMPLETE_EVT: ESP_LOGI(TAG, "ESP_BLE_MESH_NODE_PROV_COMPLETE_EVT"); prov_complete(param->node_prov_complete.net_idx, param->node_prov_complete.addr, param->node_prov_complete.flags, param->node_prov_complete.iv_index); break; case ESP_BLE_MESH_NODE_PROV_RESET_EVT: break; case ESP_BLE_MESH_NODE_SET_UNPROV_DEV_NAME_COMP_EVT: ESP_LOGI(TAG, "ESP_BLE_MESH_NODE_SET_UNPROV_DEV_NAME_COMP_EVT, err_code %d", param->node_set_unprov_dev_name_comp.err_code); break; default: break; } } static void example_ble_mesh_config_server_cb(esp_ble_mesh_cfg_server_cb_event_t event, esp_ble_mesh_cfg_server_cb_param_t *param) { if (event == ESP_BLE_MESH_CFG_SERVER_STATE_CHANGE_EVT) { switch (param->ctx.recv_op) { case ESP_BLE_MESH_MODEL_OP_APP_KEY_ADD: ESP_LOGI(TAG, "ESP_BLE_MESH_MODEL_OP_APP_KEY_ADD"); ESP_LOGI(TAG, "net_idx 0x%04x, app_idx 0x%04x", param->value.state_change.appkey_add.net_idx, param->value.state_change.appkey_add.app_idx); ESP_LOG_BUFFER_HEX( "AppKey", param->value.state_change.appkey_add.app_key, 16); break; case ESP_BLE_MESH_MODEL_OP_MODEL_APP_BIND: ESP_LOGI(TAG, "ESP_BLE_MESH_MODEL_OP_MODEL_APP_BIND"); ESP_LOGI( TAG, "elem_addr 0x%04x, app_idx 0x%04x, cid 0x%04x, mod_id 0x%04x", param->value.state_change.mod_app_bind.element_addr, param->value.state_change.mod_app_bind.app_idx, param->value.state_change.mod_app_bind.company_id, param->value.state_change.mod_app_bind.model_id); store.app_idx = param->value.state_change.mod_app_bind.app_idx; mesh_example_info_store(); /* Store proper mesh example info */ ESP_ERROR_CHECK(esp_ble_mesh_model_subscribe_group_addr( esp_ble_mesh_get_primary_element_address(), CID_ESP, ESP_BLE_MESH_VND_MODEL_ID_SERVER, RX_GROUP_ADDR)); xTaskCreate(broadcast_task, "broadcast_task", 4096, NULL, 3, NULL); break; default: break; } } } static void server_ble_mesh_custom_model_cb(esp_ble_mesh_model_cb_event_t event, esp_ble_mesh_model_cb_param_t *param) { switch (event) { case ESP_BLE_MESH_MODEL_OPERATION_EVT: if (param->model_operation.opcode == ESP_BLE_MESH_VND_MODEL_OP_SEND) { uint32_t tmp = *(uint32_t *)param->model_operation.msg; if (tmp == NODE_ID) { break; } xSemaphoreTake(ble_packet_mutex, portMAX_DELAY); my_ble_packet.arr[tmp] = param->model_operation.ctx->recv_rssi; // ESP_LOGI(TAG, "id: %u, rssi %d", tmp.id, my_ble_packet.arr[tmp.id]); xSemaphoreGive(ble_packet_mutex); } break; default: break; } } static esp_err_t ble_mesh_init(void) { esp_err_t err = ESP_OK; esp_ble_mesh_register_prov_callback(example_ble_mesh_provisioning_cb); esp_ble_mesh_register_config_server_callback( example_ble_mesh_config_server_cb); esp_ble_mesh_register_custom_model_callback( server_ble_mesh_custom_model_cb); err = esp_ble_mesh_init(&provision, &composition); if (err != ESP_OK) { ESP_LOGE(TAG, "Failed to initialize mesh stack (err %d)", err); return err; } err = esp_ble_mesh_client_model_init(&vnd_models[1]); if (err) { ESP_LOGE(TAG, "Failed to initialize vendor client"); return err; } err = esp_ble_mesh_node_prov_enable( (esp_ble_mesh_prov_bearer_t)(ESP_BLE_MESH_PROV_ADV | ESP_BLE_MESH_PROV_GATT)); if (err != ESP_OK) { ESP_LOGE(TAG, "Failed to enable mesh node (err %d)", err); return err; } ESP_LOGI(TAG, "BLE Mesh Node initialized"); return err; } void app_main(void) { esp_err_t err; ESP_LOGI(TAG, "Node id %lu", NODE_ID); ESP_LOGI(TAG, "Initializing..."); ble_packet_mutex = xSemaphoreCreateMutex(); if (!ble_packet_mutex) { ESP_LOGE(TAG, "Create mutex failed, return"); return; } my_ble_packet.fftrst = 0; for(uint8_t i = 0; i < 12; ++i) { my_ble_packet.arr[i] = 0; } err = nvs_flash_init(); if (err == ESP_ERR_NVS_NO_FREE_PAGES) { ESP_ERROR_CHECK(nvs_flash_erase()); err = nvs_flash_init(); } ESP_ERROR_CHECK(err); err = bluetooth_init(); if (err) { ESP_LOGE(TAG, "esp32_bluetooth_init failed (err %d)", err); return; } /* Open nvs namespace for storing/restoring mesh example info */ err = ble_mesh_nvs_open(&NVS_HANDLE); if (err) { return; } ble_mesh_get_dev_uuid(dev_uuid); /* Initialize the Bluetooth Mesh Subsystem */ err = ble_mesh_init(); if (err) { ESP_LOGE(TAG, "Bluetooth mesh init failed (err %d)", err); return; } if (store.app_idx != ESP_BLE_MESH_KEY_UNUSED) { ESP_ERROR_CHECK(esp_ble_mesh_model_subscribe_group_addr( esp_ble_mesh_get_primary_element_address(), CID_ESP, ESP_BLE_MESH_VND_MODEL_ID_SERVER, RX_GROUP_ADDR)); ESP_LOGI(TAG, "Start broadcast task"); xTaskCreate(broadcast_task, "broadcast_task", 4096, NULL, 3, NULL); } ESP_LOGI(TAG, "Start ADC sampling and perform FFT"); xTaskCreate(adc_fft_task, "adc_fft_task", 8192, NULL, 4, NULL); } Debug Logs. No response More Information. No response Faced the same problem. I Think you have to move the ADC Funcs into IRAM. There is a Menuconfig option for that: CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE=y CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE=y Well It works! Thanks Haerteleric :)
gharchive/issue
2024-12-03T09:24:22
2025-04-01T04:34:11.186367
{ "authors": [ "Haerteleric", "UncleBigLu" ], "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/14972", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
298263329
[TW#18645] NVS Blob and String operations leak memory After spending some time looking for a slow, but persistent memory leakage problem in our code, I found that nvs_set_blob allocates some overhead memory that is not freed on nvs_erase_key, nor on nvs_erase_all nor on handle close. Other nvs_setXXX functions also allocate this memory, but erasing the given key does free it. nvs_set_str is does something similar, but it does free about half of the memory it allocates... Below is a small program demonstrating this. We're using release v3.0 from January 16th (commit e7dc749). None of the commits from last month seem to have touched the NVS. #include <iostream> #include <freertos/FreeRTOS.h> #include <freertos/task.h> #include <nvs.h> #include <sstream> #include "esp_system.h" #include <esp_log.h> #include <nvs_flash.h> #define MAIN_TAG "main" std::string makeFileName(uint32_t index) { std::ostringstream outStr; outStr << "testname_" << index; return outStr.str(); } extern "C" void app_main() { uint8_t buffer[255] = {0xFF}; uint8_t buffer2[255] = {0x00}; nvs_flash_init(); esp_err_t error = 0; nvs_handle nvsHandle; nvs_open("test2", NVS_READWRITE, &nvsHandle); // Set blobs for (int i = 0; i < 100; i++) { error = nvs_set_blob(nvsHandle, makeFileName(i).c_str(), buffer, 255); nvs_commit(nvsHandle); ESP_LOGI(MAIN_TAG, "set blob @%d, error = %d, heap = %d", i, error, esp_get_free_heap_size()); usleep(10); } // Get blobs to prove they're really there for (int i = 0; i < 100; i++) { uint32_t length = 256; error = nvs_get_blob(nvsHandle, makeFileName(i).c_str(), buffer2, &length); nvs_commit(nvsHandle); ESP_LOGI(MAIN_TAG, "get blob @%d, error = %d, heap = %d", i, error, esp_get_free_heap_size()); usleep(10); } // Erase blobs to see them not giving back memory for (int i = 0; i < 100; i++) { error = nvs_erase_key(nvsHandle, makeFileName(i).c_str()); nvs_commit(nvsHandle); ESP_LOGI(MAIN_TAG, "removed blob @%d, error = %d, heap = %d", i, error, esp_get_free_heap_size()); usleep(10); } // Get blobs with error to prove they're really NOT there for (int i = 0; i < 100; i++) { uint32_t length = 0; error = nvs_get_blob(nvsHandle, makeFileName(i).c_str(), buffer2, &length); nvs_commit(nvsHandle); ESP_LOGI(MAIN_TAG, "get blob @%d, error = %d, heap = %d", i, error, esp_get_free_heap_size()); usleep(10); } nvs_erase_all(nvsHandle); ESP_LOGI(MAIN_TAG, "2 Heap after delete all %d", esp_get_free_heap_size()); nvs_close(nvsHandle); ESP_LOGI(MAIN_TAG, "2 Heap after close %d", esp_get_free_heap_size()); nvs_open("test2", NVS_READWRITE, &nvsHandle); ESP_LOGI(MAIN_TAG, "2 Heap after open %d", esp_get_free_heap_size()); // Add ints to see them consume heap. for (int i = 0; i < 100; i++) { error = nvs_set_i32(nvsHandle, makeFileName(i).c_str(), 1); nvs_commit(nvsHandle); ESP_LOGI(MAIN_TAG, "set int @%d, error = %d, heap = %d", i, error, esp_get_free_heap_size()); usleep(10); } // Remove them to see them give it back. for (int i = 0; i < 100; i++) { error = nvs_erase_key(nvsHandle, makeFileName(i).c_str()); nvs_commit(nvsHandle); ESP_LOGI(MAIN_TAG, "removed int @%d, error = %d, heap = %d", i, error, esp_get_free_heap_size()); usleep(10); } nvs_close(nvsHandle); usleep(10000000); } Cheers, Tomas. Can you post the resulting output of your ESP_LOGI calls for reference Because I am also hunding a memory leak somewhere I ran @tommybazar code. My IDF is 8856cc055a7d2b0 , this is the output: Long Logs I (533) main: set blob @0, error = 0, heap = 294476 I (533) main: set blob @1, error = 0, heap = 294308 I (533) main: set blob @2, error = 0, heap = 294308 I (543) main: set blob @3, error = 0, heap = 294308 I (543) main: set blob @4, error = 0, heap = 294308 I (553) main: set blob @5, error = 0, heap = 294308 I (553) main: set blob @6, error = 0, heap = 294308 I (563) main: set blob @7, error = 0, heap = 294308 I (563) main: set blob @8, error = 0, heap = 294308 I (573) main: set blob @9, error = 0, heap = 294308 I (583) main: set blob @10, error = 0, heap = 294308 I (583) main: set blob @11, error = 0, heap = 294308 I (593) main: set blob @12, error = 0, heap = 294308 I (593) main: set blob @13, error = 0, heap = 294176 I (603) main: set blob @14, error = 0, heap = 294176 I (603) main: set blob @15, error = 0, heap = 294176 I (613) main: set blob @16, error = 0, heap = 294176 I (623) main: set blob @17, error = 0, heap = 294176 I (623) main: set blob @18, error = 0, heap = 294176 I (633) main: set blob @19, error = 0, heap = 294176 I (633) main: set blob @20, error = 0, heap = 294176 I (643) main: set blob @21, error = 0, heap = 294176 I (643) main: set blob @22, error = 0, heap = 294176 I (653) main: set blob @23, error = 0, heap = 294176 I (653) main: set blob @24, error = 0, heap = 294176 I (663) main: set blob @25, error = 0, heap = 294176 I (673) main: set blob @26, error = 0, heap = 294176 I (673) main: set blob @27, error = 0, heap = 294044 I (683) main: set blob @28, error = 0, heap = 294044 I (683) main: set blob @29, error = 0, heap = 294044 I (693) main: set blob @30, error = 0, heap = 294044 I (693) main: set blob @31, error = 0, heap = 294044 I (703) main: set blob @32, error = 0, heap = 294044 I (713) main: set blob @33, error = 0, heap = 294044 I (713) main: set blob @34, error = 0, heap = 294044 I (723) main: set blob @35, error = 0, heap = 294044 I (723) main: set blob @36, error = 0, heap = 294044 I (733) main: set blob @37, error = 0, heap = 294044 I (733) main: set blob @38, error = 0, heap = 294044 I (743) main: set blob @39, error = 0, heap = 294044 I (743) main: set blob @40, error = 0, heap = 294044 I (753) main: set blob @41, error = 0, heap = 293912 I (763) main: set blob @42, error = 0, heap = 293912 I (763) main: set blob @43, error = 0, heap = 293912 I (773) main: set blob @44, error = 0, heap = 293912 I (773) main: set blob @45, error = 0, heap = 293912 I (783) main: set blob @46, error = 0, heap = 293912 I (783) main: set blob @47, error = 0, heap = 293912 I (793) main: set blob @48, error = 0, heap = 293912 I (803) main: set blob @49, error = 0, heap = 293912 I (803) main: set blob @50, error = 0, heap = 293912 I (813) main: set blob @51, error = 0, heap = 293912 I (813) main: set blob @52, error = 0, heap = 293912 I (823) main: set blob @53, error = 0, heap = 293912 I (823) main: set blob @54, error = 0, heap = 293912 I (833) main: set blob @55, error = 0, heap = 293780 I (843) main: set blob @56, error = 0, heap = 293780 I (843) main: set blob @57, error = 0, heap = 293780 I (853) main: set blob @58, error = 0, heap = 293780 I (853) main: set blob @59, error = 0, heap = 293780 I (863) main: set blob @60, error = 0, heap = 293780 I (863) main: set blob @61, error = 0, heap = 293780 I (873) main: set blob @62, error = 0, heap = 293780 I (873) main: set blob @63, error = 0, heap = 293780 I (883) main: set blob @64, error = 0, heap = 293780 I (893) main: set blob @65, error = 0, heap = 293780 I (893) main: set blob @66, error = 0, heap = 293780 I (903) main: set blob @67, error = 0, heap = 293780 I (903) main: set blob @68, error = 0, heap = 293780 I (913) main: set blob @69, error = 4357, heap = 293780 I (913) main: set blob @70, error = 4357, heap = 293780 I (923) main: set blob @71, error = 4357, heap = 293780 I (923) main: set blob @72, error = 4357, heap = 293780 I (933) main: set blob @73, error = 4357, heap = 293780 I (943) main: set blob @74, error = 4357, heap = 293780 I (943) main: set blob @75, error = 4357, heap = 293780 I (953) main: set blob @76, error = 4357, heap = 293780 I (953) main: set blob @77, error = 4357, heap = 293780 I (963) main: set blob @78, error = 4357, heap = 293780 I (973) main: set blob @79, error = 4357, heap = 293780 I (973) main: set blob @80, error = 4357, heap = 293780 I (983) main: set blob @81, error = 4357, heap = 293780 I (983) main: set blob @82, error = 4357, heap = 293780 I (993) main: set blob @83, error = 4357, heap = 293780 I (1003) main: set blob @84, error = 4357, heap = 293780 I (1003) main: set blob @85, error = 4357, heap = 293780 I (1013) main: set blob @86, error = 4357, heap = 293780 I (1013) main: set blob @87, error = 4357, heap = 293780 I (1023) main: set blob @88, error = 4357, heap = 293780 I (1023) main: set blob @89, error = 4357, heap = 293780 I (1033) main: set blob @90, error = 4357, heap = 293780 I (1043) main: set blob @91, error = 4357, heap = 293780 I (1043) main: set blob @92, error = 4357, heap = 293780 I (1053) main: set blob @93, error = 4357, heap = 293780 I (1053) main: set blob @94, error = 4357, heap = 293780 I (1063) main: set blob @95, error = 4357, heap = 293780 I (1073) main: set blob @96, error = 4357, heap = 293780 I (1073) main: set blob @97, error = 4357, heap = 293780 I (1083) main: set blob @98, error = 4357, heap = 293780 I (1083) main: set blob @99, error = 4357, heap = 293780 I (1093) main: get blob @0, error = 0, heap = 293780 I (1103) main: get blob @1, error = 0, heap = 293780 I (1103) main: get blob @2, error = 0, heap = 293780 I (1113) main: get blob @3, error = 0, heap = 293780 I (1113) main: get blob @4, error = 0, heap = 293780 I (1123) main: get blob @5, error = 0, heap = 293780 I (1133) main: get blob @6, error = 0, heap = 293780 I (1133) main: get blob @7, error = 0, heap = 293780 I (1143) main: get blob @8, error = 0, heap = 293780 I (1143) main: get blob @9, error = 0, heap = 293780 I (1153) main: get blob @10, error = 0, heap = 293780 I (1153) main: get blob @11, error = 0, heap = 293780 I (1163) main: get blob @12, error = 0, heap = 293780 I (1173) main: get blob @13, error = 0, heap = 293780 I (1173) main: get blob @14, error = 0, heap = 293780 I (1183) main: get blob @15, error = 0, heap = 293780 I (1183) main: get blob @16, error = 0, heap = 293780 I (1193) main: get blob @17, error = 0, heap = 293780 I (1193) main: get blob @18, error = 0, heap = 293780 I (1203) main: get blob @19, error = 0, heap = 293780 I (1213) main: get blob @20, error = 0, heap = 293780 I (1213) main: get blob @21, error = 0, heap = 293780 I (1223) main: get blob @22, error = 0, heap = 293780 I (1223) main: get blob @23, error = 0, heap = 293780 I (1233) main: get blob @24, error = 0, heap = 293780 I (1233) main: get blob @25, error = 0, heap = 293780 I (1243) main: get blob @26, error = 0, heap = 293780 I (1253) main: get blob @27, error = 0, heap = 293780 I (1253) main: get blob @28, error = 0, heap = 293780 I (1263) main: get blob @29, error = 0, heap = 293780 I (1263) main: get blob @30, error = 0, heap = 293780 I (1273) main: get blob @31, error = 0, heap = 293780 I (1273) main: get blob @32, error = 0, heap = 293780 I (1283) main: get blob @33, error = 0, heap = 293780 I (1293) main: get blob @34, error = 0, heap = 293780 I (1293) main: get blob @35, error = 0, heap = 293780 I (1303) main: get blob @36, error = 0, heap = 293780 I (1303) main: get blob @37, error = 0, heap = 293780 I (1313) main: get blob @38, error = 0, heap = 293780 I (1313) main: get blob @39, error = 0, heap = 293780 I (1323) main: get blob @40, error = 0, heap = 293780 I (1333) main: get blob @41, error = 0, heap = 293780 I (1333) main: get blob @42, error = 0, heap = 293780 I (1343) main: get blob @43, error = 0, heap = 293780 I (1343) main: get blob @44, error = 0, heap = 293780 I (1353) main: get blob @45, error = 0, heap = 293780 I (1363) main: get blob @46, error = 0, heap = 293780 I (1363) main: get blob @47, error = 0, heap = 293780 I (1373) main: get blob @48, error = 0, heap = 293780 I (1373) main: get blob @49, error = 0, heap = 293780 I (1383) main: get blob @50, error = 0, heap = 293780 I (1383) main: get blob @51, error = 0, heap = 293780 I (1393) main: get blob @52, error = 0, heap = 293780 I (1403) main: get blob @53, error = 0, heap = 293780 I (1403) main: get blob @54, error = 0, heap = 293780 I (1413) main: get blob @55, error = 0, heap = 293780 I (1413) main: get blob @56, error = 0, heap = 293780 I (1423) main: get blob @57, error = 0, heap = 293780 I (1423) main: get blob @58, error = 0, heap = 293780 I (1433) main: get blob @59, error = 0, heap = 293780 I (1443) main: get blob @60, error = 0, heap = 293780 I (1443) main: get blob @61, error = 0, heap = 293780 I (1453) main: get blob @62, error = 0, heap = 294908 I (1453) main: get blob @63, error = 0, heap = 294908 I (1463) main: get blob @64, error = 0, heap = 294908 I (1463) main: get blob @65, error = 0, heap = 294908 I (1473) main: get blob @66, error = 0, heap = 294908 I (1483) main: get blob @67, error = 0, heap = 294908 I (1483) main: get blob @68, error = 0, heap = 294908 I (1493) main: get blob @69, error = 4354, heap = 294908 I (1493) main: get blob @70, error = 4354, heap = 294908 I (1503) main: get blob @71, error = 4354, heap = 294908 I (1503) main: get blob @72, error = 4354, heap = 294908 I (1513) main: get blob @73, error = 4354, heap = 294908 I (1523) main: get blob @74, error = 4354, heap = 294908 I (1523) main: get blob @75, error = 4354, heap = 294908 I (1533) main: get blob @76, error = 4354, heap = 294908 I (1533) main: get blob @77, error = 4354, heap = 294908 I (1543) main: get blob @78, error = 4354, heap = 294908 I (1553) main: get blob @79, error = 4354, heap = 294908 I (1553) main: get blob @80, error = 4354, heap = 294908 I (1563) main: get blob @81, error = 4354, heap = 294908 I (1563) main: get blob @82, error = 4354, heap = 294908 I (1573) main: get blob @83, error = 4354, heap = 294908 I (1583) main: get blob @84, error = 4354, heap = 294908 I (1583) main: get blob @85, error = 4354, heap = 294908 I (1593) main: get blob @86, error = 4354, heap = 294908 I (1593) main: get blob @87, error = 4354, heap = 294908 I (1603) main: get blob @88, error = 4354, heap = 294908 I (1613) main: get blob @89, error = 4354, heap = 294908 I (1613) main: get blob @90, error = 4354, heap = 294908 I (1623) main: get blob @91, error = 4354, heap = 294908 I (1623) main: get blob @92, error = 4354, heap = 294908 I (1633) main: get blob @93, error = 4354, heap = 294908 I (1643) main: get blob @94, error = 4354, heap = 294908 I (1643) main: get blob @95, error = 4354, heap = 294908 I (1653) main: get blob @96, error = 4354, heap = 294908 I (1653) main: get blob @97, error = 4354, heap = 294908 I (1663) main: get blob @98, error = 4354, heap = 294908 I (1673) main: get blob @99, error = 4354, heap = 294908 I (1673) main: removed blob @0, error = 0, heap = 294908 I (1683) main: removed blob @1, error = 0, heap = 294908 I (1683) main: removed blob @2, error = 0, heap = 294908 I (1693) main: removed blob @3, error = 0, heap = 294908 I (1703) main: removed blob @4, error = 0, heap = 294908 I (1703) main: removed blob @5, error = 0, heap = 294908 I (1713) main: removed blob @6, error = 0, heap = 294908 I (1713) main: removed blob @7, error = 0, heap = 294908 I (1723) main: removed blob @8, error = 0, heap = 294908 I (1733) main: removed blob @9, error = 0, heap = 294908 I (1733) main: removed blob @10, error = 0, heap = 294908 I (1743) main: removed blob @11, error = 0, heap = 294908 I (1743) main: removed blob @12, error = 0, heap = 294908 I (1753) main: removed blob @13, error = 0, heap = 294908 I (1763) main: removed blob @14, error = 0, heap = 294908 I (1763) main: removed blob @15, error = 0, heap = 294908 I (1773) main: removed blob @16, error = 0, heap = 294908 I (1773) main: removed blob @17, error = 0, heap = 294908 I (1783) main: removed blob @18, error = 0, heap = 294908 I (1793) main: removed blob @19, error = 0, heap = 294908 I (1793) main: removed blob @20, error = 0, heap = 294908 I (1803) main: removed blob @21, error = 0, heap = 294908 I (1803) main: removed blob @22, error = 0, heap = 294908 I (1813) main: removed blob @23, error = 0, heap = 294908 I (1823) main: removed blob @24, error = 0, heap = 294908 I (1823) main: removed blob @25, error = 0, heap = 294908 I (1833) main: removed blob @26, error = 0, heap = 294908 I (1833) main: removed blob @27, error = 0, heap = 294908 I (1843) main: removed blob @28, error = 0, heap = 294908 I (1853) main: removed blob @29, error = 0, heap = 294908 I (1853) main: removed blob @30, error = 0, heap = 294908 I (1863) main: removed blob @31, error = 0, heap = 294908 I (1873) main: removed blob @32, error = 0, heap = 294908 I (1873) main: removed blob @33, error = 0, heap = 294908 I (1883) main: removed blob @34, error = 0, heap = 294908 I (1883) main: removed blob @35, error = 0, heap = 294908 I (1893) main: removed blob @36, error = 0, heap = 294908 I (1903) main: removed blob @37, error = 0, heap = 294908 I (1903) main: removed blob @38, error = 0, heap = 294908 I (1913) main: removed blob @39, error = 0, heap = 294908 I (1913) main: removed blob @40, error = 0, heap = 294908 I (1923) main: removed blob @41, error = 0, heap = 294908 I (1933) main: removed blob @42, error = 0, heap = 294908 I (1933) main: removed blob @43, error = 0, heap = 294908 I (1943) main: removed blob @44, error = 0, heap = 294908 I (1943) main: removed blob @45, error = 0, heap = 294908 I (1953) main: removed blob @46, error = 0, heap = 294908 I (1963) main: removed blob @47, error = 0, heap = 294908 I (1963) main: removed blob @48, error = 0, heap = 294908 I (1973) main: removed blob @49, error = 0, heap = 294908 I (1973) main: removed blob @50, error = 0, heap = 294908 I (1983) main: removed blob @51, error = 0, heap = 294908 I (1993) main: removed blob @52, error = 0, heap = 294908 I (1993) main: removed blob @53, error = 0, heap = 294908 I (2003) main: removed blob @54, error = 0, heap = 294908 I (2013) main: removed blob @55, error = 0, heap = 294908 I (2013) main: removed blob @56, error = 0, heap = 294908 I (2023) main: removed blob @57, error = 0, heap = 294908 I (2023) main: removed blob @58, error = 0, heap = 294908 I (2033) main: removed blob @59, error = 0, heap = 294908 I (2043) main: removed blob @60, error = 0, heap = 294908 I (2043) main: removed blob @61, error = 0, heap = 294908 I (2053) main: removed blob @62, error = 0, heap = 294908 I (2053) main: removed blob @63, error = 0, heap = 294908 I (2063) main: removed blob @64, error = 0, heap = 294908 I (2073) main: removed blob @65, error = 0, heap = 294908 I (2073) main: removed blob @66, error = 0, heap = 294908 I (2083) main: removed blob @67, error = 0, heap = 294908 I (2083) main: removed blob @68, error = 0, heap = 294908 I (2093) main: removed blob @69, error = 4354, heap = 294908 I (2103) main: removed blob @70, error = 4354, heap = 294908 I (2103) main: removed blob @71, error = 4354, heap = 294908 I (2113) main: removed blob @72, error = 4354, heap = 294908 I (2113) main: removed blob @73, error = 4354, heap = 294908 I (2123) main: removed blob @74, error = 4354, heap = 294908 I (2133) main: removed blob @75, error = 4354, heap = 294908 I (2133) main: removed blob @76, error = 4354, heap = 294908 I (2143) main: removed blob @77, error = 4354, heap = 294908 I (2153) main: removed blob @78, error = 4354, heap = 294908 I (2153) main: removed blob @79, error = 4354, heap = 294908 I (2163) main: removed blob @80, error = 4354, heap = 294908 I (2173) main: removed blob @81, error = 4354, heap = 294908 I (2173) main: removed blob @82, error = 4354, heap = 294908 I (2183) main: removed blob @83, error = 4354, heap = 294908 I (2183) main: removed blob @84, error = 4354, heap = 294908 I (2193) main: removed blob @85, error = 4354, heap = 294908 I (2203) main: removed blob @86, error = 4354, heap = 294908 I (2203) main: removed blob @87, error = 4354, heap = 294908 I (2213) main: removed blob @88, error = 4354, heap = 294908 I (2223) main: removed blob @89, error = 4354, heap = 294908 I (2223) main: removed blob @90, error = 4354, heap = 294908 I (2233) main: removed blob @91, error = 4354, heap = 294908 I (2243) main: removed blob @92, error = 4354, heap = 294908 I (2243) main: removed blob @93, error = 4354, heap = 294908 I (2253) main: removed blob @94, error = 4354, heap = 294908 I (2253) main: removed blob @95, error = 4354, heap = 294908 I (2263) main: removed blob @96, error = 4354, heap = 294908 I (2273) main: removed blob @97, error = 4354, heap = 294908 I (2273) main: removed blob @98, error = 4354, heap = 294908 I (2283) main: removed blob @99, error = 4354, heap = 294908 I (2293) main: get blob @0, error = 4354, heap = 294908 I (2293) main: get blob @1, error = 4354, heap = 294908 I (2303) main: get blob @2, error = 4354, heap = 294908 I (2303) main: get blob @3, error = 4354, heap = 294908 I (2313) main: get blob @4, error = 4354, heap = 294908 I (2323) main: get blob @5, error = 4354, heap = 294908 I (2323) main: get blob @6, error = 4354, heap = 294908 I (2333) main: get blob @7, error = 4354, heap = 294908 I (2333) main: get blob @8, error = 4354, heap = 294908 I (2343) main: get blob @9, error = 4354, heap = 294908 I (2343) main: get blob @10, error = 4354, heap = 294908 I (2353) main: get blob @11, error = 4354, heap = 294908 I (2363) main: get blob @12, error = 4354, heap = 294908 I (2363) main: get blob @13, error = 4354, heap = 294908 I (2373) main: get blob @14, error = 4354, heap = 294908 I (2373) main: get blob @15, error = 4354, heap = 294908 I (2383) main: get blob @16, error = 4354, heap = 294908 I (2393) main: get blob @17, error = 4354, heap = 294908 I (2393) main: get blob @18, error = 4354, heap = 294908 I (2403) main: get blob @19, error = 4354, heap = 294908 I (2403) main: get blob @20, error = 4354, heap = 294908 I (2413) main: get blob @21, error = 4354, heap = 294908 I (2423) main: get blob @22, error = 4354, heap = 294908 I (2423) main: get blob @23, error = 4354, heap = 294908 I (2433) main: get blob @24, error = 4354, heap = 294908 I (2433) main: get blob @25, error = 4354, heap = 294908 I (2443) main: get blob @26, error = 4354, heap = 294908 I (2453) main: get blob @27, error = 4354, heap = 294908 I (2453) main: get blob @28, error = 4354, heap = 294908 I (2463) main: get blob @29, error = 4354, heap = 294908 I (2463) main: get blob @30, error = 4354, heap = 294908 I (2473) main: get blob @31, error = 4354, heap = 294908 I (2483) main: get blob @32, error = 4354, heap = 294908 I (2483) main: get blob @33, error = 4354, heap = 294908 I (2493) main: get blob @34, error = 4354, heap = 294908 I (2493) main: get blob @35, error = 4354, heap = 294908 I (2503) main: get blob @36, error = 4354, heap = 294908 I (2513) main: get blob @37, error = 4354, heap = 294908 I (2513) main: get blob @38, error = 4354, heap = 294908 I (2523) main: get blob @39, error = 4354, heap = 294908 I (2523) main: get blob @40, error = 4354, heap = 294908 I (2533) main: get blob @41, error = 4354, heap = 294908 I (2543) main: get blob @42, error = 4354, heap = 294908 I (2543) main: get blob @43, error = 4354, heap = 294908 I (2553) main: get blob @44, error = 4354, heap = 294908 I (2553) main: get blob @45, error = 4354, heap = 294908 I (2563) main: get blob @46, error = 4354, heap = 294908 I (2573) main: get blob @47, error = 4354, heap = 294908 I (2573) main: get blob @48, error = 4354, heap = 294908 I (2583) main: get blob @49, error = 4354, heap = 294908 I (2583) main: get blob @50, error = 4354, heap = 294908 I (2593) main: get blob @51, error = 4354, heap = 294908 I (2603) main: get blob @52, error = 4354, heap = 294908 I (2603) main: get blob @53, error = 4354, heap = 294908 I (2613) main: get blob @54, error = 4354, heap = 294908 I (2613) main: get blob @55, error = 4354, heap = 294908 I (2623) main: get blob @56, error = 4354, heap = 294908 I (2633) main: get blob @57, error = 4354, heap = 294908 I (2633) main: get blob @58, error = 4354, heap = 294908 I (2643) main: get blob @59, error = 4354, heap = 294908 I (2643) main: get blob @60, error = 4354, heap = 294908 I (2653) main: get blob @61, error = 4354, heap = 294908 I (2663) main: get blob @62, error = 4354, heap = 294908 I (2663) main: get blob @63, error = 4354, heap = 294908 I (2673) main: get blob @64, error = 4354, heap = 294908 I (2673) main: get blob @65, error = 4354, heap = 294908 I (2683) main: get blob @66, error = 4354, heap = 294908 I (2693) main: get blob @67, error = 4354, heap = 294908 I (2693) main: get blob @68, error = 4354, heap = 294908 I (2703) main: get blob @69, error = 4354, heap = 294908 I (2703) main: get blob @70, error = 4354, heap = 294908 I (2713) main: get blob @71, error = 4354, heap = 294908 I (2723) main: get blob @72, error = 4354, heap = 294908 I (2723) main: get blob @73, error = 4354, heap = 294908 I (2733) main: get blob @74, error = 4354, heap = 294908 I (2733) main: get blob @75, error = 4354, heap = 294908 I (2743) main: get blob @76, error = 4354, heap = 294908 I (2753) main: get blob @77, error = 4354, heap = 294908 I (2753) main: get blob @78, error = 4354, heap = 294908 I (2763) main: get blob @79, error = 4354, heap = 294908 I (2763) main: get blob @80, error = 4354, heap = 294908 I (2773) main: get blob @81, error = 4354, heap = 294908 I (2783) main: get blob @82, error = 4354, heap = 294908 I (2783) main: get blob @83, error = 4354, heap = 294908 I (2793) main: get blob @84, error = 4354, heap = 294908 I (2793) main: get blob @85, error = 4354, heap = 294908 I (2803) main: get blob @86, error = 4354, heap = 294908 I (2813) main: get blob @87, error = 4354, heap = 294908 I (2813) main: get blob @88, error = 4354, heap = 294908 I (2823) main: get blob @89, error = 4354, heap = 294908 I (2823) main: get blob @90, error = 4354, heap = 294908 I (2833) main: get blob @91, error = 4354, heap = 294908 I (2843) main: get blob @92, error = 4354, heap = 294908 I (2843) main: get blob @93, error = 4354, heap = 294908 I (2853) main: get blob @94, error = 4354, heap = 294908 I (2853) main: get blob @95, error = 4354, heap = 294908 I (2863) main: get blob @96, error = 4354, heap = 294908 I (2873) main: get blob @97, error = 4354, heap = 294908 I (2873) main: get blob @98, error = 4354, heap = 294908 I (2883) main: get blob @99, error = 4354, heap = 294908 I (2883) main: 2 Heap after delete all 294908 I (2893) main: 2 Heap after close 294928 I (2893) main: 2 Heap after open 294908 I (2943) main: set int @0, error = 0, heap = 294908 I (2943) main: set int @1, error = 0, heap = 294908 I (2943) main: set int @2, error = 0, heap = 294908 I (2943) main: set int @3, error = 0, heap = 294908 I (2953) main: set int @4, error = 0, heap = 294908 I (2953) main: set int @5, error = 0, heap = 294908 I (2963) main: set int @6, error = 0, heap = 294908 I (2973) main: set int @7, error = 0, heap = 294908 I (2973) main: set int @8, error = 0, heap = 294908 I (2983) main: set int @9, error = 0, heap = 294908 I (2983) main: set int @10, error = 0, heap = 294908 I (2993) main: set int @11, error = 0, heap = 294908 I (2993) main: set int @12, error = 0, heap = 294908 I (3003) main: set int @13, error = 0, heap = 294908 I (3003) main: set int @14, error = 0, heap = 294908 I (3013) main: set int @15, error = 0, heap = 294908 I (3023) main: set int @16, error = 0, heap = 294908 I (3023) main: set int @17, error = 0, heap = 294908 I (3033) main: set int @18, error = 0, heap = 294908 I (3033) main: set int @19, error = 0, heap = 294908 I (3043) main: set int @20, error = 0, heap = 294908 I (3043) main: set int @21, error = 0, heap = 294908 I (3053) main: set int @22, error = 0, heap = 294908 I (3063) main: set int @23, error = 0, heap = 294908 I (3063) main: set int @24, error = 0, heap = 294908 I (3073) main: set int @25, error = 0, heap = 294908 I (3073) main: set int @26, error = 0, heap = 294908 I (3083) main: set int @27, error = 0, heap = 294908 I (3083) main: set int @28, error = 0, heap = 294908 I (3093) main: set int @29, error = 0, heap = 294776 I (3103) main: set int @30, error = 0, heap = 294776 I (3103) main: set int @31, error = 0, heap = 294776 I (3113) main: set int @32, error = 0, heap = 294776 I (3113) main: set int @33, error = 0, heap = 294776 I (3123) main: set int @34, error = 0, heap = 294776 I (3123) main: set int @35, error = 0, heap = 294776 I (3133) main: set int @36, error = 0, heap = 294776 I (3133) main: set int @37, error = 0, heap = 294776 I (3143) main: set int @38, error = 0, heap = 294776 I (3153) main: set int @39, error = 0, heap = 294776 I (3153) main: set int @40, error = 0, heap = 294776 I (3163) main: set int @41, error = 0, heap = 294776 I (3163) main: set int @42, error = 0, heap = 294776 I (3173) main: set int @43, error = 0, heap = 294776 I (3173) main: set int @44, error = 0, heap = 294776 I (3183) main: set int @45, error = 0, heap = 294776 I (3193) main: set int @46, error = 0, heap = 294776 I (3193) main: set int @47, error = 0, heap = 294776 I (3203) main: set int @48, error = 0, heap = 294776 I (3203) main: set int @49, error = 0, heap = 294776 I (3213) main: set int @50, error = 0, heap = 294776 I (3213) main: set int @51, error = 0, heap = 294776 I (3223) main: set int @52, error = 0, heap = 294776 I (3223) main: set int @53, error = 0, heap = 294776 I (3233) main: set int @54, error = 0, heap = 294776 I (3243) main: set int @55, error = 0, heap = 294776 I (3243) main: set int @56, error = 0, heap = 294776 I (3253) main: set int @57, error = 0, heap = 294776 I (3253) main: set int @58, error = 0, heap = 294644 I (3263) main: set int @59, error = 0, heap = 294644 I (3263) main: set int @60, error = 0, heap = 294644 I (3273) main: set int @61, error = 0, heap = 294644 I (3283) main: set int @62, error = 0, heap = 294644 I (3283) main: set int @63, error = 0, heap = 294644 I (3293) main: set int @64, error = 0, heap = 294644 I (3293) main: set int @65, error = 0, heap = 294644 I (3303) main: set int @66, error = 0, heap = 294644 I (3303) main: set int @67, error = 0, heap = 294644 I (3313) main: set int @68, error = 0, heap = 294644 I (3323) main: set int @69, error = 0, heap = 294644 I (3323) main: set int @70, error = 0, heap = 294644 I (3333) main: set int @71, error = 0, heap = 294644 I (3333) main: set int @72, error = 0, heap = 294644 I (3343) main: set int @73, error = 0, heap = 294644 I (3343) main: set int @74, error = 0, heap = 294644 I (3353) main: set int @75, error = 0, heap = 294644 I (3353) main: set int @76, error = 0, heap = 294644 I (3363) main: set int @77, error = 0, heap = 294644 I (3373) main: set int @78, error = 0, heap = 294644 I (3373) main: set int @79, error = 0, heap = 294644 I (3383) main: set int @80, error = 0, heap = 294644 I (3383) main: set int @81, error = 0, heap = 294644 I (3393) main: set int @82, error = 0, heap = 294644 I (3393) main: set int @83, error = 0, heap = 294644 I (3403) main: set int @84, error = 0, heap = 294644 I (3413) main: set int @85, error = 0, heap = 294644 I (3413) main: set int @86, error = 0, heap = 294644 I (3423) main: set int @87, error = 0, heap = 294512 I (3423) main: set int @88, error = 0, heap = 294512 I (3433) main: set int @89, error = 0, heap = 294512 I (3433) main: set int @90, error = 0, heap = 294512 I (3443) main: set int @91, error = 0, heap = 294512 I (3443) main: set int @92, error = 0, heap = 294512 I (3453) main: set int @93, error = 0, heap = 294512 I (3463) main: set int @94, error = 0, heap = 294512 I (3463) main: set int @95, error = 0, heap = 294512 I (3473) main: set int @96, error = 0, heap = 294512 I (3473) main: set int @97, error = 0, heap = 294512 I (3483) main: set int @98, error = 0, heap = 294512 I (3483) main: set int @99, error = 0, heap = 294512 I (3493) main: removed int @0, error = 0, heap = 294512 I (3503) main: removed int @1, error = 0, heap = 294512 I (3503) main: removed int @2, error = 0, heap = 294512 I (3513) main: removed int @3, error = 0, heap = 294512 I (3513) main: removed int @4, error = 0, heap = 294512 I (3523) main: removed int @5, error = 0, heap = 294512 I (3533) main: removed int @6, error = 0, heap = 294512 I (3533) main: removed int @7, error = 0, heap = 294512 I (3543) main: removed int @8, error = 0, heap = 294512 I (3543) main: removed int @9, error = 0, heap = 294512 I (3553) main: removed int @10, error = 0, heap = 294512 I (3563) main: removed int @11, error = 0, heap = 294512 I (3563) main: removed int @12, error = 0, heap = 294512 I (3573) main: removed int @13, error = 0, heap = 294512 I (3573) main: removed int @14, error = 0, heap = 294512 I (3583) main: removed int @15, error = 0, heap = 294512 I (3593) main: removed int @16, error = 0, heap = 294512 I (3593) main: removed int @17, error = 0, heap = 294512 I (3603) main: removed int @18, error = 0, heap = 294512 I (3603) main: removed int @19, error = 0, heap = 294512 I (3613) main: removed int @20, error = 0, heap = 294512 I (3623) main: removed int @21, error = 0, heap = 294512 I (3623) main: removed int @22, error = 0, heap = 294512 I (3633) main: removed int @23, error = 0, heap = 294512 I (3633) main: removed int @24, error = 0, heap = 294512 I (3643) main: removed int @25, error = 0, heap = 294512 I (3653) main: removed int @26, error = 0, heap = 294512 I (3653) main: removed int @27, error = 0, heap = 294512 I (3663) main: removed int @28, error = 0, heap = 294512 I (3663) main: removed int @29, error = 0, heap = 294640 I (3673) main: removed int @30, error = 0, heap = 294640 I (3683) main: removed int @31, error = 0, heap = 294640 I (3683) main: removed int @32, error = 0, heap = 294640 I (3693) main: removed int @33, error = 0, heap = 294640 I (3693) main: removed int @34, error = 0, heap = 294640 I (3703) main: removed int @35, error = 0, heap = 294640 I (3713) main: removed int @36, error = 0, heap = 294640 I (3713) main: removed int @37, error = 0, heap = 294640 I (3723) main: removed int @38, error = 0, heap = 294640 I (3723) main: removed int @39, error = 0, heap = 294640 I (3733) main: removed int @40, error = 0, heap = 294640 I (3733) main: removed int @41, error = 0, heap = 294640 I (3743) main: removed int @42, error = 0, heap = 294640 I (3753) main: removed int @43, error = 0, heap = 294640 I (3753) main: removed int @44, error = 0, heap = 294640 I (3763) main: removed int @45, error = 0, heap = 294640 I (3763) main: removed int @46, error = 0, heap = 294640 I (3773) main: removed int @47, error = 0, heap = 294640 I (3783) main: removed int @48, error = 0, heap = 294640 I (3783) main: removed int @49, error = 0, heap = 294640 I (3793) main: removed int @50, error = 0, heap = 294640 I (3793) main: removed int @51, error = 0, heap = 294640 I (3803) main: removed int @52, error = 0, heap = 294640 I (3813) main: removed int @53, error = 0, heap = 294640 I (3813) main: removed int @54, error = 0, heap = 294640 I (3823) main: removed int @55, error = 0, heap = 294640 I (3823) main: removed int @56, error = 0, heap = 294640 I (3833) main: removed int @57, error = 0, heap = 294640 I (3843) main: removed int @58, error = 0, heap = 294768 I (3843) main: removed int @59, error = 0, heap = 294768 I (3853) main: removed int @60, error = 0, heap = 294768 I (3853) main: removed int @61, error = 0, heap = 294768 I (3863) main: removed int @62, error = 0, heap = 294768 I (3873) main: removed int @63, error = 0, heap = 294768 I (3873) main: removed int @64, error = 0, heap = 294768 I (3883) main: removed int @65, error = 0, heap = 294768 I (3883) main: removed int @66, error = 0, heap = 294768 I (3893) main: removed int @67, error = 0, heap = 294768 I (3903) main: removed int @68, error = 0, heap = 294768 I (3903) main: removed int @69, error = 0, heap = 294768 I (3913) main: removed int @70, error = 0, heap = 294768 I (3913) main: removed int @71, error = 0, heap = 294768 I (3923) main: removed int @72, error = 0, heap = 294768 I (3933) main: removed int @73, error = 0, heap = 294768 I (3933) main: removed int @74, error = 0, heap = 294768 I (3943) main: removed int @75, error = 0, heap = 294768 I (3943) main: removed int @76, error = 0, heap = 294768 I (3953) main: removed int @77, error = 0, heap = 294768 I (3963) main: removed int @78, error = 0, heap = 294768 I (3963) main: removed int @79, error = 0, heap = 294768 I (3973) main: removed int @80, error = 0, heap = 294768 I (3973) main: removed int @81, error = 0, heap = 294768 I (3983) main: removed int @82, error = 0, heap = 294768 I (3993) main: removed int @83, error = 0, heap = 294768 I (3993) main: removed int @84, error = 0, heap = 294768 I (4003) main: removed int @85, error = 0, heap = 294768 I (4003) main: removed int @86, error = 0, heap = 294768 I (4013) main: removed int @87, error = 0, heap = 294900 I (4023) main: removed int @88, error = 0, heap = 294900 I (4023) main: removed int @89, error = 0, heap = 294900 I (4033) main: removed int @90, error = 0, heap = 294900 I (4033) main: removed int @91, error = 0, heap = 294900 I (4043) main: removed int @92, error = 0, heap = 294900 I (4053) main: removed int @93, error = 0, heap = 294900 I (4053) main: removed int @94, error = 0, heap = 294900 I (4063) main: removed int @95, error = 0, heap = 294900 I (4063) main: removed int @96, error = 0, heap = 294900 I (4073) main: removed int @97, error = 0, heap = 294900 I (4083) main: removed int @98, error = 0, heap = 294900 I (4083) main: removed int @99, error = 0, heap = 294900 @agmuntianu I was just compiling this again to run it. Your logs illustrate the leak pretty well, but it looks like your NVS partition is kind of small, as blobs 70+ don't get saved at all. My logs (with all blobs getting saved, but same thing in the end) Logs (322) main: set blob @0, error = 0, heap = 271804 (324) main: set blob @1, error = 0, heap = 271620 (326) main: set blob @2, error = 0, heap = 271620 (330) main: set blob @3, error = 0, heap = 271620 (336) main: set blob @4, error = 0, heap = 271620 (340) main: set blob @5, error = 0, heap = 271620 (346) main: set blob @6, error = 0, heap = 271620 (352) main: set blob @7, error = 0, heap = 271620 (358) main: set blob @8, error = 0, heap = 271620 (364) main: set blob @9, error = 0, heap = 271620 (368) main: set blob @10, error = 0, heap = 271620 (374) main: set blob @11, error = 0, heap = 271620 (380) main: set blob @12, error = 0, heap = 271620 (386) main: set blob @13, error = 0, heap = 271620 (426) main: set blob @14, error = 0, heap = 271488 (428) main: set blob @15, error = 0, heap = 271488 (430) main: set blob @16, error = 0, heap = 271488 (434) main: set blob @17, error = 0, heap = 271488 (440) main: set blob @18, error = 0, heap = 271488 (446) main: set blob @19, error = 0, heap = 271488 (452) main: set blob @20, error = 0, heap = 271488 (456) main: set blob @21, error = 0, heap = 271488 (462) main: set blob @22, error = 0, heap = 271488 (468) main: set blob @23, error = 0, heap = 271488 (474) main: set blob @24, error = 0, heap = 271488 (480) main: set blob @25, error = 0, heap = 271488 (486) main: set blob @26, error = 0, heap = 271488 (490) main: set blob @27, error = 0, heap = 271488 (536) main: set blob @28, error = 0, heap = 271356 (538) main: set blob @29, error = 0, heap = 271356 (540) main: set blob @30, error = 0, heap = 271356 (544) main: set blob @31, error = 0, heap = 271356 (550) main: set blob @32, error = 0, heap = 271356 (556) main: set blob @33, error = 0, heap = 271356 (560) main: set blob @34, error = 0, heap = 271356 (566) main: set blob @35, error = 0, heap = 271356 (572) main: set blob @36, error = 0, heap = 271356 (578) main: set blob @37, error = 0, heap = 271356 (584) main: set blob @38, error = 0, heap = 271356 (588) main: set blob @39, error = 0, heap = 271356 (594) main: set blob @40, error = 0, heap = 271356 (600) main: set blob @41, error = 0, heap = 271356 (644) main: set blob @42, error = 0, heap = 271224 (648) main: set blob @43, error = 0, heap = 271224 (650) main: set blob @44, error = 0, heap = 271224 (652) main: set blob @45, error = 0, heap = 271224 (658) main: set blob @46, error = 0, heap = 271224 (664) main: set blob @47, error = 0, heap = 271224 (670) main: set blob @48, error = 0, heap = 271224 (676) main: set blob @49, error = 0, heap = 271224 (682) main: set blob @50, error = 0, heap = 271224 (686) main: set blob @51, error = 0, heap = 271224 (692) main: set blob @52, error = 0, heap = 271224 (698) main: set blob @53, error = 0, heap = 271224 (704) main: set blob @54, error = 0, heap = 271224 (710) main: set blob @55, error = 0, heap = 271224 (750) main: set blob @56, error = 0, heap = 271092 (754) main: set blob @57, error = 0, heap = 271092 (756) main: set blob @58, error = 0, heap = 271092 (758) main: set blob @59, error = 0, heap = 271092 (764) main: set blob @60, error = 0, heap = 271092 (770) main: set blob @61, error = 0, heap = 271092 (776) main: set blob @62, error = 0, heap = 271092 (782) main: set blob @63, error = 0, heap = 271092 (788) main: set blob @64, error = 0, heap = 271092 (792) main: set blob @65, error = 0, heap = 271092 (798) main: set blob @66, error = 0, heap = 271092 (804) main: set blob @67, error = 0, heap = 271092 (810) main: set blob @68, error = 0, heap = 271092 (816) main: set blob @69, error = 0, heap = 271092 (858) main: set blob @70, error = 0, heap = 270960 (860) main: set blob @71, error = 0, heap = 270960 (864) main: set blob @72, error = 0, heap = 270960 (866) main: set blob @73, error = 0, heap = 270960 (872) main: set blob @74, error = 0, heap = 270960 (878) main: set blob @75, error = 0, heap = 270960 (884) main: set blob @76, error = 0, heap = 270960 (890) main: set blob @77, error = 0, heap = 270960 (894) main: set blob @78, error = 0, heap = 270960 (900) main: set blob @79, error = 0, heap = 270960 (906) main: set blob @80, error = 0, heap = 270960 (912) main: set blob @81, error = 0, heap = 270960 (918) main: set blob @82, error = 0, heap = 270960 (924) main: set blob @83, error = 0, heap = 270960 (964) main: set blob @84, error = 0, heap = 270828 (966) main: set blob @85, error = 0, heap = 270828 (968) main: set blob @86, error = 0, heap = 270828 (972) main: set blob @87, error = 0, heap = 270828 (978) main: set blob @88, error = 0, heap = 270828 (984) main: set blob @89, error = 0, heap = 270828 (988) main: set blob @90, error = 0, heap = 270828 (994) main: set blob @91, error = 0, heap = 270828 (1000) main: set blob @92, error = 0, heap = 270828 (1006) main: set blob @93, error = 0, heap = 270828 (1012) main: set blob @94, error = 0, heap = 270828 (1018) main: set blob @95, error = 0, heap = 270828 (1022) main: set blob @96, error = 0, heap = 270828 (1028) main: set blob @97, error = 0, heap = 270828 (1072) main: set blob @98, error = 0, heap = 270696 (1074) main: set blob @99, error = 0, heap = 270696 (1076) main: get blob @0, error = 0, heap = 270696 (1080) main: get blob @1, error = 0, heap = 270696 (1086) main: get blob @2, error = 0, heap = 270696 (1092) main: get blob @3, error = 0, heap = 270696 (1098) main: get blob @4, error = 0, heap = 270696 (1102) main: get blob @5, error = 0, heap = 270696 (1108) main: get blob @6, error = 0, heap = 270696 (1114) main: get blob @7, error = 0, heap = 270696 (1120) main: get blob @8, error = 0, heap = 270696 (1126) main: get blob @9, error = 0, heap = 270696 (1132) main: get blob @10, error = 0, heap = 270696 (1136) main: get blob @11, error = 0, heap = 270696 (1142) main: get blob @12, error = 0, heap = 270696 (1148) main: get blob @13, error = 0, heap = 270696 (1154) main: get blob @14, error = 0, heap = 270696 (1160) main: get blob @15, error = 0, heap = 270696 (1166) main: get blob @16, error = 0, heap = 270696 (1172) main: get blob @17, error = 0, heap = 270696 (1176) main: get blob @18, error = 0, heap = 270696 (1182) main: get blob @19, error = 0, heap = 270696 (1188) main: get blob @20, error = 0, heap = 270696 (1194) main: get blob @21, error = 0, heap = 270696 (1200) main: get blob @22, error = 0, heap = 270696 (1206) main: get blob @23, error = 0, heap = 270696 (1212) main: get blob @24, error = 0, heap = 270696 (1218) main: get blob @25, error = 0, heap = 270696 (1222) main: get blob @26, error = 0, heap = 270696 (1228) main: get blob @27, error = 0, heap = 270696 (1234) main: get blob @28, error = 0, heap = 270696 (1240) main: get blob @29, error = 0, heap = 270696 (1246) main: get blob @30, error = 0, heap = 270696 (1252) main: get blob @31, error = 0, heap = 270696 (1258) main: get blob @32, error = 0, heap = 270696 (1262) main: get blob @33, error = 0, heap = 270696 (1268) main: get blob @34, error = 0, heap = 270696 (1274) main: get blob @35, error = 0, heap = 270696 (1280) main: get blob @36, error = 0, heap = 270696 (1286) main: get blob @37, error = 0, heap = 270696 (1292) main: get blob @38, error = 0, heap = 270696 (1298) main: get blob @39, error = 0, heap = 270696 (1302) main: get blob @40, error = 0, heap = 270696 (1308) main: get blob @41, error = 0, heap = 270696 (1314) main: get blob @42, error = 0, heap = 270696 (1320) main: get blob @43, error = 0, heap = 270696 (1326) main: get blob @44, error = 0, heap = 270696 (1332) main: get blob @45, error = 0, heap = 270696 (1338) main: get blob @46, error = 0, heap = 270696 (1344) main: get blob @47, error = 0, heap = 270696 (1348) main: get blob @48, error = 0, heap = 270696 (1354) main: get blob @49, error = 0, heap = 270696 (1360) main: get blob @50, error = 0, heap = 270696 (1366) main: get blob @51, error = 0, heap = 270696 (1372) main: get blob @52, error = 0, heap = 270696 (1378) main: get blob @53, error = 0, heap = 270696 (1384) main: get blob @54, error = 0, heap = 270696 (1388) main: get blob @55, error = 0, heap = 270696 (1394) main: get blob @56, error = 0, heap = 270696 (1400) main: get blob @57, error = 0, heap = 270696 (1406) main: get blob @58, error = 0, heap = 270696 (1412) main: get blob @59, error = 0, heap = 270696 (1418) main: get blob @60, error = 0, heap = 270696 (1424) main: get blob @61, error = 0, heap = 270696 (1430) main: get blob @62, error = 0, heap = 270696 (1434) main: get blob @63, error = 0, heap = 270696 (1440) main: get blob @64, error = 0, heap = 270696 (1446) main: get blob @65, error = 0, heap = 270696 (1452) main: get blob @66, error = 0, heap = 270696 (1458) main: get blob @67, error = 0, heap = 270696 (1464) main: get blob @68, error = 0, heap = 270696 (1470) main: get blob @69, error = 0, heap = 270696 (1474) main: get blob @70, error = 0, heap = 270696 (1480) main: get blob @71, error = 0, heap = 270696 (1486) main: get blob @72, error = 0, heap = 270696 (1492) main: get blob @73, error = 0, heap = 270696 (1498) main: get blob @74, error = 0, heap = 270696 (1504) main: get blob @75, error = 0, heap = 270696 (1510) main: get blob @76, error = 0, heap = 270696 (1514) main: get blob @77, error = 0, heap = 270696 (1520) main: get blob @78, error = 0, heap = 270696 (1526) main: get blob @79, error = 0, heap = 270696 (1532) main: get blob @80, error = 0, heap = 270696 (1538) main: get blob @81, error = 0, heap = 270696 (1544) main: get blob @82, error = 0, heap = 270696 (1550) main: get blob @83, error = 0, heap = 270696 (1556) main: get blob @84, error = 0, heap = 270696 (1560) main: get blob @85, error = 0, heap = 270696 (1566) main: get blob @86, error = 0, heap = 270696 (1572) main: get blob @87, error = 0, heap = 270696 (1578) main: get blob @88, error = 0, heap = 270696 (1584) main: get blob @89, error = 0, heap = 270696 (1590) main: get blob @90, error = 0, heap = 270696 (1596) main: get blob @91, error = 0, heap = 270696 (1600) main: get blob @92, error = 0, heap = 270696 (1606) main: get blob @93, error = 0, heap = 270696 (1612) main: get blob @94, error = 0, heap = 270696 (1618) main: get blob @95, error = 0, heap = 270696 (1624) main: get blob @96, error = 0, heap = 270696 (1630) main: get blob @97, error = 0, heap = 270696 (1636) main: get blob @98, error = 0, heap = 270696 (1642) main: get blob @99, error = 0, heap = 270696 (1662) main: removed blob @0, error = 0, heap = 270696 (1680) main: removed blob @1, error = 0, heap = 270696 (1698) main: removed blob @2, error = 0, heap = 270696 (1716) main: removed blob @3, error = 0, heap = 270696 (1732) main: removed blob @4, error = 0, heap = 270696 (1750) main: removed blob @5, error = 0, heap = 270696 (1768) main: removed blob @6, error = 0, heap = 270696 (1786) main: removed blob @7, error = 0, heap = 270696 (1804) main: removed blob @8, error = 0, heap = 270696 (1822) main: removed blob @9, error = 0, heap = 270696 (1838) main: removed blob @10, error = 0, heap = 270696 (1856) main: removed blob @11, error = 0, heap = 270696 (1874) main: removed blob @12, error = 0, heap = 270696 (1892) main: removed blob @13, error = 0, heap = 270696 (1910) main: removed blob @14, error = 0, heap = 270696 (1926) main: removed blob @15, error = 0, heap = 270696 (1944) main: removed blob @16, error = 0, heap = 270696 (1962) main: removed blob @17, error = 0, heap = 270696 (1980) main: removed blob @18, error = 0, heap = 270696 (1998) main: removed blob @19, error = 0, heap = 270696 (2014) main: removed blob @20, error = 0, heap = 270696 (2032) main: removed blob @21, error = 0, heap = 270696 (2050) main: removed blob @22, error = 0, heap = 270696 (2068) main: removed blob @23, error = 0, heap = 270696 (2086) main: removed blob @24, error = 0, heap = 270696 (2104) main: removed blob @25, error = 0, heap = 270696 (2120) main: removed blob @26, error = 0, heap = 270696 (2138) main: removed blob @27, error = 0, heap = 270696 (2156) main: removed blob @28, error = 0, heap = 270696 (2174) main: removed blob @29, error = 0, heap = 270696 (2192) main: removed blob @30, error = 0, heap = 270696 (2208) main: removed blob @31, error = 0, heap = 270696 (2226) main: removed blob @32, error = 0, heap = 270696 (2244) main: removed blob @33, error = 0, heap = 270696 (2262) main: removed blob @34, error = 0, heap = 270696 (2280) main: removed blob @35, error = 0, heap = 270696 (2296) main: removed blob @36, error = 0, heap = 270696 (2314) main: removed blob @37, error = 0, heap = 270696 (2332) main: removed blob @38, error = 0, heap = 270696 (2350) main: removed blob @39, error = 0, heap = 270696 (2368) main: removed blob @40, error = 0, heap = 270696 (2384) main: removed blob @41, error = 0, heap = 270696 (2402) main: removed blob @42, error = 0, heap = 270696 (2420) main: removed blob @43, error = 0, heap = 270696 (2438) main: removed blob @44, error = 0, heap = 270696 (2456) main: removed blob @45, error = 0, heap = 270696 (2472) main: removed blob @46, error = 0, heap = 270696 (2490) main: removed blob @47, error = 0, heap = 270696 (2508) main: removed blob @48, error = 0, heap = 270696 (2526) main: removed blob @49, error = 0, heap = 270696 (2544) main: removed blob @50, error = 0, heap = 270696 (2562) main: removed blob @51, error = 0, heap = 270696 (2578) main: removed blob @52, error = 0, heap = 270696 (2596) main: removed blob @53, error = 0, heap = 270696 (2614) main: removed blob @54, error = 0, heap = 270696 (2632) main: removed blob @55, error = 0, heap = 270696 (2650) main: removed blob @56, error = 0, heap = 270696 (2666) main: removed blob @57, error = 0, heap = 270696 (2684) main: removed blob @58, error = 0, heap = 270696 (2702) main: removed blob @59, error = 0, heap = 270696 (2720) main: removed blob @60, error = 0, heap = 270696 (2738) main: removed blob @61, error = 0, heap = 270696 (2754) main: removed blob @62, error = 0, heap = 270696 (2772) main: removed blob @63, error = 0, heap = 270696 (2790) main: removed blob @64, error = 0, heap = 270696 (2808) main: removed blob @65, error = 0, heap = 270696 (2826) main: removed blob @66, error = 0, heap = 270696 (2844) main: removed blob @67, error = 0, heap = 270696 (2860) main: removed blob @68, error = 0, heap = 270696 (2878) main: removed blob @69, error = 0, heap = 270696 (2896) main: removed blob @70, error = 0, heap = 270696 (2914) main: removed blob @71, error = 0, heap = 270696 (2932) main: removed blob @72, error = 0, heap = 270696 (2948) main: removed blob @73, error = 0, heap = 270696 (2966) main: removed blob @74, error = 0, heap = 270696 (2984) main: removed blob @75, error = 0, heap = 270696 (3002) main: removed blob @76, error = 0, heap = 270696 (3020) main: removed blob @77, error = 0, heap = 270696 (3036) main: removed blob @78, error = 0, heap = 270696 (3054) main: removed blob @79, error = 0, heap = 270696 (3072) main: removed blob @80, error = 0, heap = 270696 (3090) main: removed blob @81, error = 0, heap = 270696 (3108) main: removed blob @82, error = 0, heap = 270696 (3124) main: removed blob @83, error = 0, heap = 270696 (3142) main: removed blob @84, error = 0, heap = 270696 (3160) main: removed blob @85, error = 0, heap = 270696 (3178) main: removed blob @86, error = 0, heap = 270696 (3196) main: removed blob @87, error = 0, heap = 270696 (3214) main: removed blob @88, error = 0, heap = 270696 (3230) main: removed blob @89, error = 0, heap = 270696 (3248) main: removed blob @90, error = 0, heap = 270696 (3266) main: removed blob @91, error = 0, heap = 270696 (3284) main: removed blob @92, error = 0, heap = 270696 (3302) main: removed blob @93, error = 0, heap = 270696 (3318) main: removed blob @94, error = 0, heap = 270696 (3336) main: removed blob @95, error = 0, heap = 270696 (3354) main: removed blob @96, error = 0, heap = 270696 (3372) main: removed blob @97, error = 0, heap = 270696 (3390) main: removed blob @98, error = 0, heap = 270696 (3406) main: removed blob @99, error = 0, heap = 270696 (3408) main: get blob @0, error = 4354, heap = 270696 (3408) main: get blob @1, error = 4354, heap = 270696 (3414) main: get blob @2, error = 4354, heap = 270696 (3420) main: get blob @3, error = 4354, heap = 270696 (3426) main: get blob @4, error = 4354, heap = 270696 (3432) main: get blob @5, error = 4354, heap = 270696 (3438) main: get blob @6, error = 4354, heap = 270696 (3444) main: get blob @7, error = 4354, heap = 270696 (3450) main: get blob @8, error = 4354, heap = 270696 (3456) main: get blob @9, error = 4354, heap = 270696 (3462) main: get blob @10, error = 4354, heap = 270696 (3468) main: get blob @11, error = 4354, heap = 270696 (3474) main: get blob @12, error = 4354, heap = 270696 (3480) main: get blob @13, error = 4354, heap = 270696 (3486) main: get blob @14, error = 4354, heap = 270696 (3492) main: get blob @15, error = 4354, heap = 270696 (3498) main: get blob @16, error = 4354, heap = 270696 (3504) main: get blob @17, error = 4354, heap = 270696 (3510) main: get blob @18, error = 4354, heap = 270696 (3516) main: get blob @19, error = 4354, heap = 270696 (3522) main: get blob @20, error = 4354, heap = 270696 (3528) main: get blob @21, error = 4354, heap = 270696 (3534) main: get blob @22, error = 4354, heap = 270696 (3540) main: get blob @23, error = 4354, heap = 270696 (3546) main: get blob @24, error = 4354, heap = 270696 (3552) main: get blob @25, error = 4354, heap = 270696 (3558) main: get blob @26, error = 4354, heap = 270696 (3564) main: get blob @27, error = 4354, heap = 270696 (3570) main: get blob @28, error = 4354, heap = 270696 (3576) main: get blob @29, error = 4354, heap = 270696 (3582) main: get blob @30, error = 4354, heap = 270696 (3588) main: get blob @31, error = 4354, heap = 270696 (3594) main: get blob @32, error = 4354, heap = 270696 (3600) main: get blob @33, error = 4354, heap = 270696 (3606) main: get blob @34, error = 4354, heap = 270696 (3612) main: get blob @35, error = 4354, heap = 270696 (3618) main: get blob @36, error = 4354, heap = 270696 (3624) main: get blob @37, error = 4354, heap = 270696 (3630) main: get blob @38, error = 4354, heap = 270696 (3636) main: get blob @39, error = 4354, heap = 270696 (3642) main: get blob @40, error = 4354, heap = 270696 (3648) main: get blob @41, error = 4354, heap = 270696 (3654) main: get blob @42, error = 4354, heap = 270696 (3660) main: get blob @43, error = 4354, heap = 270696 (3666) main: get blob @44, error = 4354, heap = 270696 (3672) main: get blob @45, error = 4354, heap = 270696 (3678) main: get blob @46, error = 4354, heap = 270696 (3684) main: get blob @47, error = 4354, heap = 270696 (3690) main: get blob @48, error = 4354, heap = 270696 (3696) main: get blob @49, error = 4354, heap = 270696 (3702) main: get blob @50, error = 4354, heap = 270696 (3708) main: get blob @51, error = 4354, heap = 270696 (3714) main: get blob @52, error = 4354, heap = 270696 (3720) main: get blob @53, error = 4354, heap = 270696 (3726) main: get blob @54, error = 4354, heap = 270696 (3732) main: get blob @55, error = 4354, heap = 270696 (3738) main: get blob @56, error = 4354, heap = 270696 (3744) main: get blob @57, error = 4354, heap = 270696 (3750) main: get blob @58, error = 4354, heap = 270696 (3756) main: get blob @59, error = 4354, heap = 270696 (3762) main: get blob @60, error = 4354, heap = 270696 (3768) main: get blob @61, error = 4354, heap = 270696 (3774) main: get blob @62, error = 4354, heap = 270696 (3780) main: get blob @63, error = 4354, heap = 270696 (3786) main: get blob @64, error = 4354, heap = 270696 (3792) main: get blob @65, error = 4354, heap = 270696 (3798) main: get blob @66, error = 4354, heap = 270696 (3804) main: get blob @67, error = 4354, heap = 270696 (3810) main: get blob @68, error = 4354, heap = 270696 (3816) main: get blob @69, error = 4354, heap = 270696 (3822) main: get blob @70, error = 4354, heap = 270696 (3828) main: get blob @71, error = 4354, heap = 270696 (3834) main: get blob @72, error = 4354, heap = 270696 (3840) main: get blob @73, error = 4354, heap = 270696 (3846) main: get blob @74, error = 4354, heap = 270696 (3852) main: get blob @75, error = 4354, heap = 270696 (3858) main: get blob @76, error = 4354, heap = 270696 (3864) main: get blob @77, error = 4354, heap = 270696 (3870) main: get blob @78, error = 4354, heap = 270696 (3876) main: get blob @79, error = 4354, heap = 270696 (3882) main: get blob @80, error = 4354, heap = 270696 (3888) main: get blob @81, error = 4354, heap = 270696 (3894) main: get blob @82, error = 4354, heap = 270696 (3900) main: get blob @83, error = 4354, heap = 270696 (3906) main: get blob @84, error = 4354, heap = 270696 (3912) main: get blob @85, error = 4354, heap = 270696 (3918) main: get blob @86, error = 4354, heap = 270696 (3924) main: get blob @87, error = 4354, heap = 270696 (3930) main: get blob @88, error = 4354, heap = 270696 (3936) main: get blob @89, error = 4354, heap = 270696 (3940) main: get blob @90, error = 4354, heap = 270696 (3946) main: get blob @91, error = 4354, heap = 270696 (3952) main: get blob @92, error = 4354, heap = 270696 (3958) main: get blob @93, error = 4354, heap = 270696 (3964) main: get blob @94, error = 4354, heap = 270696 (3970) main: get blob @95, error = 4354, heap = 270696 (3976) main: get blob @96, error = 4354, heap = 270696 (3982) main: get blob @97, error = 4354, heap = 270696 (3988) main: get blob @98, error = 4354, heap = 270696 (3994) main: get blob @99, error = 4354, heap = 270696 (4018) main: 2 Heap after delete all 270696 (4018) main: 2 Heap after close 270716 (4018) main: 2 Heap after open 270696 (4022) main: set int @0, error = 0, heap = 270696 (4026) main: set int @1, error = 0, heap = 270696 (4032) main: set int @2, error = 0, heap = 270696 (4038) main: set int @3, error = 0, heap = 270696 (4044) main: set int @4, error = 0, heap = 270696 (4050) main: set int @5, error = 0, heap = 270696 (4054) main: set int @6, error = 0, heap = 270696 (4060) main: set int @7, error = 0, heap = 270696 (4066) main: set int @8, error = 0, heap = 270696 (4072) main: set int @9, error = 0, heap = 270696 (4076) main: set int @10, error = 0, heap = 270696 (4082) main: set int @11, error = 0, heap = 270696 (4088) main: set int @12, error = 0, heap = 270696 (4094) main: set int @13, error = 0, heap = 270696 (4100) main: set int @14, error = 0, heap = 270696 (4106) main: set int @15, error = 0, heap = 270696 (4110) main: set int @16, error = 0, heap = 270696 (4116) main: set int @17, error = 0, heap = 270696 (4122) main: set int @18, error = 0, heap = 270696 (4128) main: set int @19, error = 0, heap = 270696 (4134) main: set int @20, error = 0, heap = 270696 (4140) main: set int @21, error = 0, heap = 270696 (4144) main: set int @22, error = 0, heap = 270696 (4150) main: set int @23, error = 0, heap = 270696 (4156) main: set int @24, error = 0, heap = 270696 (4162) main: set int @25, error = 0, heap = 270696 (4168) main: set int @26, error = 0, heap = 270696 (4172) main: set int @27, error = 0, heap = 270564 (4178) main: set int @28, error = 0, heap = 270564 (4184) main: set int @29, error = 0, heap = 270564 (4190) main: set int @30, error = 0, heap = 270564 (4196) main: set int @31, error = 0, heap = 270564 (4202) main: set int @32, error = 0, heap = 270564 (4206) main: set int @33, error = 0, heap = 270564 (4212) main: set int @34, error = 0, heap = 270564 (4218) main: set int @35, error = 0, heap = 270564 (4224) main: set int @36, error = 0, heap = 270564 (4230) main: set int @37, error = 0, heap = 270564 (4234) main: set int @38, error = 0, heap = 270564 (4240) main: set int @39, error = 0, heap = 270564 (4246) main: set int @40, error = 0, heap = 270564 (4252) main: set int @41, error = 0, heap = 270564 (4258) main: set int @42, error = 0, heap = 270564 (4264) main: set int @43, error = 0, heap = 270564 (4268) main: set int @44, error = 0, heap = 270564 (4274) main: set int @45, error = 0, heap = 270564 (4280) main: set int @46, error = 0, heap = 270564 (4286) main: set int @47, error = 0, heap = 270564 (4292) main: set int @48, error = 0, heap = 270564 (4298) main: set int @49, error = 0, heap = 270564 (4302) main: set int @50, error = 0, heap = 270564 (4308) main: set int @51, error = 0, heap = 270564 (4314) main: set int @52, error = 0, heap = 270564 (4320) main: set int @53, error = 0, heap = 270564 (4326) main: set int @54, error = 0, heap = 270564 (4330) main: set int @55, error = 0, heap = 270564 (4336) main: set int @56, error = 0, heap = 270432 (4342) main: set int @57, error = 0, heap = 270432 (4348) main: set int @58, error = 0, heap = 270432 (4354) main: set int @59, error = 0, heap = 270432 (4360) main: set int @60, error = 0, heap = 270432 (4364) main: set int @61, error = 0, heap = 270432 (4370) main: set int @62, error = 0, heap = 270432 (4376) main: set int @63, error = 0, heap = 270432 (4382) main: set int @64, error = 0, heap = 270432 (4388) main: set int @65, error = 0, heap = 270432 (4392) main: set int @66, error = 0, heap = 270432 (4398) main: set int @67, error = 0, heap = 270432 (4404) main: set int @68, error = 0, heap = 270432 (4410) main: set int @69, error = 0, heap = 270432 (4416) main: set int @70, error = 0, heap = 270432 (4422) main: set int @71, error = 0, heap = 270432 (4426) main: set int @72, error = 0, heap = 270432 (4432) main: set int @73, error = 0, heap = 270432 (4438) main: set int @74, error = 0, heap = 270432 (4444) main: set int @75, error = 0, heap = 270432 (4450) main: set int @76, error = 0, heap = 270432 (4454) main: set int @77, error = 0, heap = 270432 (4460) main: set int @78, error = 0, heap = 270432 (4466) main: set int @79, error = 0, heap = 270432 (4472) main: set int @80, error = 0, heap = 270432 (4478) main: set int @81, error = 0, heap = 270432 (4484) main: set int @82, error = 0, heap = 270432 (4488) main: set int @83, error = 0, heap = 270432 (4494) main: set int @84, error = 0, heap = 270432 (4500) main: set int @85, error = 0, heap = 270300 (4506) main: set int @86, error = 0, heap = 270300 (4512) main: set int @87, error = 0, heap = 270300 (4518) main: set int @88, error = 0, heap = 270300 (4522) main: set int @89, error = 0, heap = 270300 (4528) main: set int @90, error = 0, heap = 270300 (4534) main: set int @91, error = 0, heap = 270300 (4540) main: set int @92, error = 0, heap = 270300 (4546) main: set int @93, error = 0, heap = 270300 (4550) main: set int @94, error = 0, heap = 270300 (4556) main: set int @95, error = 0, heap = 270300 (4562) main: set int @96, error = 0, heap = 270300 (4568) main: set int @97, error = 0, heap = 270300 (4574) main: set int @98, error = 0, heap = 270300 (4580) main: set int @99, error = 0, heap = 270300 (4602) main: removed int @0, error = 0, heap = 270300 (4618) main: removed int @1, error = 0, heap = 270300 (4636) main: removed int @2, error = 0, heap = 270300 (4654) main: removed int @3, error = 0, heap = 270300 (4672) main: removed int @4, error = 0, heap = 270300 (4690) main: removed int @5, error = 0, heap = 270300 (4706) main: removed int @6, error = 0, heap = 270300 (4724) main: removed int @7, error = 0, heap = 270300 (4742) main: removed int @8, error = 0, heap = 270300 (4760) main: removed int @9, error = 0, heap = 270300 (4776) main: removed int @10, error = 0, heap = 270300 (4794) main: removed int @11, error = 0, heap = 270300 (4812) main: removed int @12, error = 0, heap = 270300 (4830) main: removed int @13, error = 0, heap = 270300 (4848) main: removed int @14, error = 0, heap = 270300 (4864) main: removed int @15, error = 0, heap = 270300 (4882) main: removed int @16, error = 0, heap = 270300 (4900) main: removed int @17, error = 0, heap = 270300 (4918) main: removed int @18, error = 0, heap = 270300 (4936) main: removed int @19, error = 0, heap = 270300 (4952) main: removed int @20, error = 0, heap = 270300 (4970) main: removed int @21, error = 0, heap = 270300 (4988) main: removed int @22, error = 0, heap = 270300 (5006) main: removed int @23, error = 0, heap = 270300 (5024) main: removed int @24, error = 0, heap = 270300 (5040) main: removed int @25, error = 0, heap = 270300 (5058) main: removed int @26, error = 0, heap = 270300 (5076) main: removed int @27, error = 0, heap = 270428 (5094) main: removed int @28, error = 0, heap = 270428 (5112) main: removed int @29, error = 0, heap = 270428 (5128) main: removed int @30, error = 0, heap = 270428 (5146) main: removed int @31, error = 0, heap = 270428 (5164) main: removed int @32, error = 0, heap = 270428 (5182) main: removed int @33, error = 0, heap = 270428 (5200) main: removed int @34, error = 0, heap = 270428 (5216) main: removed int @35, error = 0, heap = 270428 (5236) main: removed int @36, error = 0, heap = 270428 (5254) main: removed int @37, error = 0, heap = 270428 (5272) main: removed int @38, error = 0, heap = 270428 (5290) main: removed int @39, error = 0, heap = 270428 (5308) main: removed int @40, error = 0, heap = 270428 (5324) main: removed int @41, error = 0, heap = 270428 (5342) main: removed int @42, error = 0, heap = 270428 (5360) main: removed int @43, error = 0, heap = 270428 (5378) main: removed int @44, error = 0, heap = 270428 (5396) main: removed int @45, error = 0, heap = 270428 (5412) main: removed int @46, error = 0, heap = 270428 (5430) main: removed int @47, error = 0, heap = 270428 (5448) main: removed int @48, error = 0, heap = 270428 (5466) main: removed int @49, error = 0, heap = 270428 (5484) main: removed int @50, error = 0, heap = 270428 (5500) main: removed int @51, error = 0, heap = 270428 (5518) main: removed int @52, error = 0, heap = 270428 (5536) main: removed int @53, error = 0, heap = 270428 (5554) main: removed int @54, error = 0, heap = 270428 (5572) main: removed int @55, error = 0, heap = 270428 (5588) main: removed int @56, error = 0, heap = 270560 (5606) main: removed int @57, error = 0, heap = 270560 (5624) main: removed int @58, error = 0, heap = 270560 (5642) main: removed int @59, error = 0, heap = 270560 (5660) main: removed int @60, error = 0, heap = 270560 (5676) main: removed int @61, error = 0, heap = 270560 (5694) main: removed int @62, error = 0, heap = 270560 (5712) main: removed int @63, error = 0, heap = 270560 (5730) main: removed int @64, error = 0, heap = 270560 (5748) main: removed int @65, error = 0, heap = 270560 (5764) main: removed int @66, error = 0, heap = 270560 (5782) main: removed int @67, error = 0, heap = 270560 (5800) main: removed int @68, error = 0, heap = 270560 (5818) main: removed int @69, error = 0, heap = 270560 (5836) main: removed int @70, error = 0, heap = 270560 (5852) main: removed int @71, error = 0, heap = 270560 (5870) main: removed int @72, error = 0, heap = 270560 (5888) main: removed int @73, error = 0, heap = 270560 (5906) main: removed int @74, error = 0, heap = 270560 (5924) main: removed int @75, error = 0, heap = 270560 (5940) main: removed int @76, error = 0, heap = 270560 (5958) main: removed int @77, error = 0, heap = 270560 (5976) main: removed int @78, error = 0, heap = 270560 (5994) main: removed int @79, error = 0, heap = 270560 (6010) main: removed int @80, error = 0, heap = 270560 (6028) main: removed int @81, error = 0, heap = 270560 (6046) main: removed int @82, error = 0, heap = 270560 (6064) main: removed int @83, error = 0, heap = 270560 (6082) main: removed int @84, error = 0, heap = 270560 (6098) main: removed int @85, error = 0, heap = 270692 (6116) main: removed int @86, error = 0, heap = 270692 (6134) main: removed int @87, error = 0, heap = 270692 (6152) main: removed int @88, error = 0, heap = 270692 (6170) main: removed int @89, error = 0, heap = 270692 (6186) main: removed int @90, error = 0, heap = 270692 (6204) main: removed int @91, error = 0, heap = 270692 (6222) main: removed int @92, error = 0, heap = 270692 (6240) main: removed int @93, error = 0, heap = 270692 (6258) main: removed int @94, error = 0, heap = 270692 (6274) main: removed int @95, error = 0, heap = 270692 (6292) main: removed int @96, error = 0, heap = 270692 (6310) main: removed int @97, error = 0, heap = 270692 (6328) main: removed int @98, error = 0, heap = 270692 (6346) main: removed int @99, error = 0, heap = 270692 Yeah , I know about the size. I actually made the project from scratch and erased the flash, so this was allocated with whatever is the default parameters for the partition table. The logs confirm the issue , it might be the root cause of my problem also . It looks like blobs use 2 hashlist entries per blob as a new hashlistblock is created every 14 blobs vs 28 ints. So probably hashlistbloocks are not being freed because both entries are not deleted since mHashList.erase is only called once or is called at the wrong time @igrr It looks like blobs use 2 hashlist entries per blob as a new hashlistblock is created every 14 blobs vs 28 ints. No, that's because HashListBlocks are not shared among pages, and 14 blobs of 255 bytes are enough to fill one page. So the HashListBlock still has some free entries, but the page is full. So we start writing to the next page, hence create a new HashListBlock. The issue here is that HashListBlocks which have no items in them are deleted lazily, when the next HashListBlock::erase is called. So there's at least one HashListBlock per page hanging around, even if all the items in the page are deleted. I wouldn't go as far as calling this a memory leak (HashListBlock will be deleted along with the page if you re-initialize the storage), but i can understand why this looks unexpected. Fix is coming up. @igrr ok that makes sense but why are none of the 9 blob HashListBlocks deleted as erase is being called while iterating the 100 items? There ends up being just one HashListBlock per page. As mentioned above, HashListBlock::erase removes blocks lazily — it first only removes hash item, and the next call can end up deleting the HashListBlock itself. The problem is that once there are no items left, the last HashListBlock does not get deleted. So I'm going to replace lazy deletion with deletion at once. Something like this? void HashList::erase(size_t index) { for (auto it = mBlockList.begin(); it != mBlockList.end();) { bool haveEntries = false; bool foundIndex = false; for (size_t i = 0; i < it->mCount; ++i) { if (it->mNodes[i].mIndex == index) { it->mNodes[i].mIndex = 0xff; if (haveEntries) return; foundIndex = true; } if (it->mNodes[i].mIndex != 0xff) { haveEntries = true; } } if (!haveEntries) { auto tmp = it; ++it; mBlockList.erase(tmp); delete static_cast<HashListBlock*>(tmp); } else { ++it; } if (foundIndex) return; } assert(false && "item should have been present in cache"); } I still don't understand root cause of blob never finds and deletes empty blocks while int does. Here is the result with the patch: Log I (124) main: set blob @0, error = 0, heap = 292292 I (134) main: set blob @1, error = 0, heap = 292124 I (134) main: set blob @2, error = 0, heap = 291992 I (134) main: set blob @3, error = 0, heap = 291992 I (144) main: set blob @4, error = 0, heap = 291992 I (144) main: set blob @5, error = 0, heap = 291992 I (154) main: set blob @6, error = 0, heap = 291992 I (154) main: set blob @7, error = 0, heap = 291992 I (164) main: set blob @8, error = 0, heap = 291992 I (174) main: set blob @9, error = 0, heap = 291992 I (174) main: set blob @10, error = 0, heap = 291992 I (184) main: set blob @11, error = 0, heap = 291992 I (184) main: set blob @12, error = 0, heap = 291992 I (194) main: set blob @13, error = 0, heap = 291992 I (194) main: set blob @14, error = 0, heap = 291992 I (204) main: set blob @15, error = 0, heap = 291992 I (214) main: set blob @16, error = 0, heap = 291860 I (214) main: set blob @17, error = 0, heap = 291860 I (224) main: set blob @18, error = 0, heap = 291860 I (224) main: set blob @19, error = 0, heap = 291860 I (234) main: set blob @20, error = 0, heap = 291860 I (234) main: set blob @21, error = 0, heap = 291860 I (244) main: set blob @22, error = 0, heap = 291860 I (244) main: set blob @23, error = 0, heap = 291860 I (254) main: set blob @24, error = 0, heap = 291860 I (264) main: set blob @25, error = 0, heap = 291860 I (264) main: set blob @26, error = 0, heap = 291860 I (274) main: set blob @27, error = 0, heap = 291860 I (274) main: set blob @28, error = 0, heap = 291860 I (284) main: set blob @29, error = 0, heap = 291860 I (334) main: set blob @30, error = 0, heap = 291728 I (334) main: set blob @31, error = 0, heap = 291728 I (334) main: set blob @32, error = 0, heap = 291728 I (344) main: set blob @33, error = 0, heap = 291728 I (344) main: set blob @34, error = 0, heap = 291728 I (354) main: set blob @35, error = 0, heap = 291728 I (364) main: set blob @36, error = 0, heap = 291728 I (364) main: set blob @37, error = 0, heap = 291728 I (374) main: set blob @38, error = 0, heap = 291728 I (374) main: set blob @39, error = 0, heap = 291728 I (384) main: set blob @40, error = 0, heap = 291728 I (384) main: set blob @41, error = 0, heap = 291728 I (394) main: set blob @42, error = 0, heap = 291728 I (394) main: set blob @43, error = 0, heap = 291728 I (454) main: set blob @44, error = 0, heap = 291596 I (454) main: set blob @45, error = 0, heap = 291596 I (454) main: set blob @46, error = 0, heap = 291596 I (464) main: set blob @47, error = 0, heap = 291596 I (464) main: set blob @48, error = 0, heap = 291596 I (474) main: set blob @49, error = 0, heap = 291596 I (474) main: set blob @50, error = 0, heap = 291596 I (484) main: set blob @51, error = 0, heap = 291596 I (484) main: set blob @52, error = 0, heap = 291596 I (494) main: set blob @53, error = 0, heap = 291596 I (504) main: set blob @54, error = 0, heap = 291596 I (504) main: set blob @55, error = 0, heap = 291596 I (514) main: set blob @56, error = 0, heap = 291596 I (514) main: set blob @57, error = 0, heap = 291596 I (574) main: set blob @58, error = 0, heap = 291464 I (574) main: set blob @59, error = 0, heap = 291464 I (574) main: set blob @60, error = 0, heap = 291464 I (574) main: set blob @61, error = 0, heap = 291464 I (584) main: set blob @62, error = 0, heap = 291464 I (584) main: set blob @63, error = 0, heap = 291464 I (594) main: set blob @64, error = 0, heap = 291464 I (604) main: set blob @65, error = 0, heap = 291464 I (604) main: set blob @66, error = 0, heap = 291464 I (614) main: set blob @67, error = 0, heap = 291464 I (614) main: set blob @68, error = 0, heap = 291464 I (624) main: set blob @69, error = 0, heap = 291464 I (624) main: set blob @70, error = 0, heap = 291464 I (634) main: set blob @71, error = 0, heap = 291464 I (684) main: set blob @72, error = 0, heap = 291332 I (684) main: set blob @73, error = 0, heap = 291332 I (694) main: set blob @74, error = 0, heap = 291332 I (694) main: set blob @75, error = 0, heap = 291332 I (704) main: set blob @76, error = 0, heap = 291332 I (704) main: set blob @77, error = 0, heap = 291332 I (714) main: set blob @78, error = 0, heap = 291332 I (714) main: set blob @79, error = 0, heap = 291332 I (724) main: set blob @80, error = 0, heap = 291332 I (724) main: set blob @81, error = 0, heap = 291332 I (734) main: set blob @82, error = 0, heap = 291332 I (744) main: set blob @83, error = 0, heap = 291332 I (744) main: set blob @84, error = 0, heap = 291332 I (754) main: set blob @85, error = 0, heap = 291332 I (804) main: set blob @86, error = 0, heap = 291200 I (804) main: set blob @87, error = 0, heap = 291200 I (804) main: set blob @88, error = 0, heap = 291200 I (814) main: set blob @89, error = 0, heap = 291200 I (814) main: set blob @90, error = 0, heap = 291200 I (824) main: set blob @91, error = 0, heap = 291200 I (824) main: set blob @92, error = 0, heap = 291200 I (834) main: set blob @93, error = 0, heap = 291200 I (844) main: set blob @94, error = 0, heap = 291200 I (844) main: set blob @95, error = 0, heap = 291200 I (854) main: set blob @96, error = 0, heap = 291200 I (854) main: set blob @97, error = 0, heap = 291200 I (864) main: set blob @98, error = 0, heap = 291200 I (864) main: set blob @99, error = 0, heap = 291200 I (874) main: get blob @0, error = 0, heap = 291200 I (874) main: get blob @1, error = 0, heap = 291200 I (884) main: get blob @2, error = 0, heap = 291200 I (894) main: get blob @3, error = 0, heap = 291200 I (894) main: get blob @4, error = 0, heap = 291200 I (904) main: get blob @5, error = 0, heap = 291200 I (904) main: get blob @6, error = 0, heap = 291200 I (914) main: get blob @7, error = 0, heap = 291200 I (914) main: get blob @8, error = 0, heap = 291200 I (924) main: get blob @9, error = 0, heap = 291200 I (924) main: get blob @10, error = 0, heap = 291200 I (934) main: get blob @11, error = 0, heap = 291200 I (944) main: get blob @12, error = 0, heap = 291200 I (944) main: get blob @13, error = 0, heap = 291200 I (954) main: get blob @14, error = 0, heap = 291200 I (954) main: get blob @15, error = 0, heap = 291200 I (964) main: get blob @16, error = 0, heap = 291200 I (964) main: get blob @17, error = 0, heap = 291200 I (974) main: get blob @18, error = 0, heap = 291200 I (974) main: get blob @19, error = 0, heap = 291200 I (984) main: get blob @20, error = 0, heap = 291200 I (994) main: get blob @21, error = 0, heap = 291200 I (994) main: get blob @22, error = 0, heap = 291200 I (1004) main: get blob @23, error = 0, heap = 291200 I (1004) main: get blob @24, error = 0, heap = 291200 I (1014) main: get blob @25, error = 0, heap = 291200 I (1014) main: get blob @26, error = 0, heap = 291200 I (1024) main: get blob @27, error = 0, heap = 291200 I (1034) main: get blob @28, error = 0, heap = 291200 I (1034) main: get blob @29, error = 0, heap = 291200 I (1044) main: get blob @30, error = 0, heap = 291200 I (1044) main: get blob @31, error = 0, heap = 291200 I (1054) main: get blob @32, error = 0, heap = 291200 I (1054) main: get blob @33, error = 0, heap = 291200 I (1064) main: get blob @34, error = 0, heap = 291200 I (1074) main: get blob @35, error = 0, heap = 291200 I (1074) main: get blob @36, error = 0, heap = 291200 I (1084) main: get blob @37, error = 0, heap = 291200 I (1084) main: get blob @38, error = 0, heap = 291200 I (1094) main: get blob @39, error = 0, heap = 291200 I (1094) main: get blob @40, error = 0, heap = 291200 I (1104) main: get blob @41, error = 0, heap = 291200 I (1114) main: get blob @42, error = 0, heap = 291200 I (1114) main: get blob @43, error = 0, heap = 291200 I (1124) main: get blob @44, error = 0, heap = 291200 I (1124) main: get blob @45, error = 0, heap = 291200 I (1134) main: get blob @46, error = 0, heap = 291200 I (1134) main: get blob @47, error = 0, heap = 291200 I (1144) main: get blob @48, error = 0, heap = 291200 I (1154) main: get blob @49, error = 0, heap = 291200 I (1154) main: get blob @50, error = 0, heap = 291200 I (1164) main: get blob @51, error = 0, heap = 291200 I (1164) main: get blob @52, error = 0, heap = 291200 I (1174) main: get blob @53, error = 0, heap = 291200 I (1174) main: get blob @54, error = 0, heap = 291200 I (1184) main: get blob @55, error = 0, heap = 291200 I (1194) main: get blob @56, error = 0, heap = 291200 I (1194) main: get blob @57, error = 0, heap = 291200 I (1204) main: get blob @58, error = 0, heap = 291200 I (1204) main: get blob @59, error = 0, heap = 291200 I (1214) main: get blob @60, error = 0, heap = 291200 I (1224) main: get blob @61, error = 0, heap = 291200 I (1224) main: get blob @62, error = 0, heap = 291200 I (1234) main: get blob @63, error = 0, heap = 291200 I (1234) main: get blob @64, error = 0, heap = 291200 I (1244) main: get blob @65, error = 0, heap = 291200 I (1244) main: get blob @66, error = 0, heap = 291200 I (1254) main: get blob @67, error = 0, heap = 291200 I (1264) main: get blob @68, error = 0, heap = 291200 I (1264) main: get blob @69, error = 0, heap = 291200 I (1274) main: get blob @70, error = 0, heap = 291200 I (1274) main: get blob @71, error = 0, heap = 291200 I (1284) main: get blob @72, error = 0, heap = 291200 I (1284) main: get blob @73, error = 0, heap = 291200 I (1294) main: get blob @74, error = 0, heap = 291200 I (1304) main: get blob @75, error = 0, heap = 291200 I (1304) main: get blob @76, error = 0, heap = 291200 I (1314) main: get blob @77, error = 0, heap = 291200 I (1314) main: get blob @78, error = 0, heap = 291200 I (1324) main: get blob @79, error = 0, heap = 291200 I (1324) main: get blob @80, error = 0, heap = 291200 I (1334) main: get blob @81, error = 0, heap = 291200 I (1344) main: get blob @82, error = 0, heap = 291200 I (1344) main: get blob @83, error = 0, heap = 291200 I (1354) main: get blob @84, error = 0, heap = 291200 I (1354) main: get blob @85, error = 0, heap = 291200 I (1364) main: get blob @86, error = 0, heap = 291200 I (1364) main: get blob @87, error = 0, heap = 291200 I (1374) main: get blob @88, error = 0, heap = 291200 I (1384) main: get blob @89, error = 0, heap = 291200 I (1384) main: get blob @90, error = 0, heap = 291200 I (1394) main: get blob @91, error = 0, heap = 291200 I (1394) main: get blob @92, error = 0, heap = 291200 I (1404) main: get blob @93, error = 0, heap = 291200 I (1404) main: get blob @94, error = 0, heap = 291200 I (1414) main: get blob @95, error = 0, heap = 291200 I (1424) main: get blob @96, error = 0, heap = 291200 I (1424) main: get blob @97, error = 0, heap = 291200 I (1434) main: get blob @98, error = 0, heap = 291200 I (1434) main: get blob @99, error = 0, heap = 291200 I (1444) main: removed blob @0, error = 0, heap = 291200 I (1444) nvs_flash: Deleting empty HashListBlock 0 I (1454) main: removed blob @1, error = 0, heap = 291328 I (1464) main: removed blob @2, error = 0, heap = 291328 I (1464) main: removed blob @3, error = 0, heap = 291328 I (1474) main: removed blob @4, error = 0, heap = 291328 I (1474) main: removed blob @5, error = 0, heap = 291328 I (1484) main: removed blob @6, error = 0, heap = 291328 I (1494) main: removed blob @7, error = 0, heap = 291328 I (1494) main: removed blob @8, error = 0, heap = 291328 I (1504) main: removed blob @9, error = 0, heap = 291328 I (1504) main: removed blob @10, error = 0, heap = 291328 I (1514) main: removed blob @11, error = 0, heap = 291328 I (1524) main: removed blob @12, error = 0, heap = 291328 I (1524) main: removed blob @13, error = 0, heap = 291328 I (1534) main: removed blob @14, error = 0, heap = 291328 I (1534) nvs_flash: Deleting empty HashListBlock 0 I (1544) main: removed blob @15, error = 0, heap = 291456 I (1554) main: removed blob @16, error = 0, heap = 291456 I (1554) main: removed blob @17, error = 0, heap = 291456 I (1564) main: removed blob @18, error = 0, heap = 291456 I (1564) main: removed blob @19, error = 0, heap = 291456 I (1574) main: removed blob @20, error = 0, heap = 291456 I (1584) main: removed blob @21, error = 0, heap = 291456 I (1584) main: removed blob @22, error = 0, heap = 291456 I (1594) main: removed blob @23, error = 0, heap = 291456 I (1594) main: removed blob @24, error = 0, heap = 291456 I (1604) main: removed blob @25, error = 0, heap = 291456 I (1614) main: removed blob @26, error = 0, heap = 291456 I (1614) main: removed blob @27, error = 0, heap = 291456 I (1624) main: removed blob @28, error = 0, heap = 291456 I (1624) nvs_flash: Deleting empty HashListBlock 0 I (1634) main: removed blob @29, error = 0, heap = 291588 I (1644) main: removed blob @30, error = 0, heap = 291588 I (1644) main: removed blob @31, error = 0, heap = 291588 I (1654) main: removed blob @32, error = 0, heap = 291588 I (1664) main: removed blob @33, error = 0, heap = 291588 I (1664) main: removed blob @34, error = 0, heap = 291588 I (1674) main: removed blob @35, error = 0, heap = 291588 I (1674) main: removed blob @36, error = 0, heap = 291588 I (1684) main: removed blob @37, error = 0, heap = 291588 I (1694) main: removed blob @38, error = 0, heap = 291588 I (1694) main: removed blob @39, error = 0, heap = 291588 I (1704) main: removed blob @40, error = 0, heap = 291588 I (1704) main: removed blob @41, error = 0, heap = 291588 I (1714) main: removed blob @42, error = 0, heap = 291588 I (1724) nvs_flash: Deleting empty HashListBlock 0 I (1724) main: removed blob @43, error = 0, heap = 291720 I (1734) main: removed blob @44, error = 0, heap = 291720 I (1734) main: removed blob @45, error = 0, heap = 291720 I (1744) main: removed blob @46, error = 0, heap = 291720 I (1754) main: removed blob @47, error = 0, heap = 291720 I (1754) main: removed blob @48, error = 0, heap = 291720 I (1764) main: removed blob @49, error = 0, heap = 291720 I (1764) main: removed blob @50, error = 0, heap = 291720 I (1774) main: removed blob @51, error = 0, heap = 291720 I (1784) main: removed blob @52, error = 0, heap = 291720 I (1784) main: removed blob @53, error = 0, heap = 291720 I (1794) main: removed blob @54, error = 0, heap = 291720 I (1794) main: removed blob @55, error = 0, heap = 291720 I (1804) main: removed blob @56, error = 0, heap = 291720 I (1814) nvs_flash: Deleting empty HashListBlock 0 I (1814) main: removed blob @57, error = 0, heap = 291852 I (1824) main: removed blob @58, error = 0, heap = 291852 I (1824) main: removed blob @59, error = 0, heap = 291852 I (1834) main: removed blob @60, error = 0, heap = 291852 I (1844) main: removed blob @61, error = 0, heap = 291852 I (1844) main: removed blob @62, error = 0, heap = 291852 I (1854) main: removed blob @63, error = 0, heap = 291852 I (1854) main: removed blob @64, error = 0, heap = 291852 I (1864) main: removed blob @65, error = 0, heap = 291852 I (1874) main: removed blob @66, error = 0, heap = 291852 I (1874) main: removed blob @67, error = 0, heap = 291852 I (1884) main: removed blob @68, error = 0, heap = 291852 I (1884) main: removed blob @69, error = 0, heap = 291852 I (1894) main: removed blob @70, error = 0, heap = 291852 I (1904) nvs_flash: Deleting empty HashListBlock 0 I (1904) main: removed blob @71, error = 0, heap = 291984 I (1914) main: removed blob @72, error = 0, heap = 291984 I (1914) main: removed blob @73, error = 0, heap = 291984 I (1924) main: removed blob @74, error = 0, heap = 291984 I (1934) main: removed blob @75, error = 0, heap = 291984 I (1934) main: removed blob @76, error = 0, heap = 291984 I (1944) main: removed blob @77, error = 0, heap = 291984 I (1944) main: removed blob @78, error = 0, heap = 291984 I (1954) main: removed blob @79, error = 0, heap = 291984 I (1964) main: removed blob @80, error = 0, heap = 291984 I (1964) main: removed blob @81, error = 0, heap = 291984 I (1974) main: removed blob @82, error = 0, heap = 291984 I (1984) main: removed blob @83, error = 0, heap = 291984 I (1984) main: removed blob @84, error = 0, heap = 291984 I (1994) nvs_flash: Deleting empty HashListBlock 0 I (1994) main: removed blob @85, error = 0, heap = 292116 I (2004) main: removed blob @86, error = 0, heap = 292116 I (2014) main: removed blob @87, error = 0, heap = 292116 I (2014) main: removed blob @88, error = 0, heap = 292116 I (2024) main: removed blob @89, error = 0, heap = 292116 I (2024) main: removed blob @90, error = 0, heap = 292116 I (2034) main: removed blob @91, error = 0, heap = 292116 I (2044) main: removed blob @92, error = 0, heap = 292116 I (2044) main: removed blob @93, error = 0, heap = 292116 I (2054) main: removed blob @94, error = 0, heap = 292116 I (2054) main: removed blob @95, error = 0, heap = 292116 I (2064) main: removed blob @96, error = 0, heap = 292116 I (2074) main: removed blob @97, error = 0, heap = 292116 I (2074) main: removed blob @98, error = 0, heap = 292116 I (2084) nvs_flash: Deleting empty HashListBlock 0 I (2084) main: removed blob @99, error = 0, heap = 292252 I (2094) main: get blob @0, error = 4354, heap = 292252 I (2094) main: get blob @1, error = 4354, heap = 292252 I (2104) main: get blob @2, error = 4354, heap = 292252 I (2114) main: get blob @3, error = 4354, heap = 292252 I (2114) main: get blob @4, error = 4354, heap = 292252 I (2124) main: get blob @5, error = 4354, heap = 292252 I (2124) main: get blob @6, error = 4354, heap = 292252 I (2134) main: get blob @7, error = 4354, heap = 292252 I (2144) main: get blob @8, error = 4354, heap = 292252 I (2144) main: get blob @9, error = 4354, heap = 292252 I (2154) main: get blob @10, error = 4354, heap = 292252 I (2154) main: get blob @11, error = 4354, heap = 292252 I (2164) main: get blob @12, error = 4354, heap = 292252 I (2164) main: get blob @13, error = 4354, heap = 292252 I (2174) main: get blob @14, error = 4354, heap = 292252 I (2184) main: get blob @15, error = 4354, heap = 292252 I (2184) main: get blob @16, error = 4354, heap = 292252 I (2194) main: get blob @17, error = 4354, heap = 292252 I (2194) main: get blob @18, error = 4354, heap = 292252 I (2204) main: get blob @19, error = 4354, heap = 292252 I (2214) main: get blob @20, error = 4354, heap = 292252 I (2214) main: get blob @21, error = 4354, heap = 292252 I (2224) main: get blob @22, error = 4354, heap = 292252 I (2224) main: get blob @23, error = 4354, heap = 292252 I (2234) main: get blob @24, error = 4354, heap = 292252 I (2244) main: get blob @25, error = 4354, heap = 292252 I (2244) main: get blob @26, error = 4354, heap = 292252 I (2254) main: get blob @27, error = 4354, heap = 292252 I (2254) main: get blob @28, error = 4354, heap = 292252 I (2264) main: get blob @29, error = 4354, heap = 292252 I (2274) main: get blob @30, error = 4354, heap = 292252 I (2274) main: get blob @31, error = 4354, heap = 292252 I (2284) main: get blob @32, error = 4354, heap = 292252 I (2284) main: get blob @33, error = 4354, heap = 292252 I (2294) main: get blob @34, error = 4354, heap = 292252 I (2304) main: get blob @35, error = 4354, heap = 292252 I (2304) main: get blob @36, error = 4354, heap = 292252 I (2314) main: get blob @37, error = 4354, heap = 292252 I (2314) main: get blob @38, error = 4354, heap = 292252 I (2324) main: get blob @39, error = 4354, heap = 292252 I (2334) main: get blob @40, error = 4354, heap = 292252 I (2334) main: get blob @41, error = 4354, heap = 292252 I (2344) main: get blob @42, error = 4354, heap = 292252 I (2344) main: get blob @43, error = 4354, heap = 292252 I (2354) main: get blob @44, error = 4354, heap = 292252 I (2364) main: get blob @45, error = 4354, heap = 292252 I (2364) main: get blob @46, error = 4354, heap = 292252 I (2374) main: get blob @47, error = 4354, heap = 292252 I (2374) main: get blob @48, error = 4354, heap = 292252 I (2384) main: get blob @49, error = 4354, heap = 292252 I (2394) main: get blob @50, error = 4354, heap = 292252 I (2394) main: get blob @51, error = 4354, heap = 292252 I (2404) main: get blob @52, error = 4354, heap = 292252 I (2404) main: get blob @53, error = 4354, heap = 292252 I (2414) main: get blob @54, error = 4354, heap = 292252 I (2424) main: get blob @55, error = 4354, heap = 292252 I (2424) main: get blob @56, error = 4354, heap = 292252 I (2434) main: get blob @57, error = 4354, heap = 292252 I (2434) main: get blob @58, error = 4354, heap = 292252 I (2444) main: get blob @59, error = 4354, heap = 292252 I (2454) main: get blob @60, error = 4354, heap = 292252 I (2454) main: get blob @61, error = 4354, heap = 292252 I (2464) main: get blob @62, error = 4354, heap = 292252 I (2464) main: get blob @63, error = 4354, heap = 292252 I (2474) main: get blob @64, error = 4354, heap = 292252 I (2484) main: get blob @65, error = 4354, heap = 292252 I (2484) main: get blob @66, error = 4354, heap = 292252 I (2494) main: get blob @67, error = 4354, heap = 292252 I (2494) main: get blob @68, error = 4354, heap = 292252 I (2504) main: get blob @69, error = 4354, heap = 292252 I (2514) main: get blob @70, error = 4354, heap = 292252 I (2514) main: get blob @71, error = 4354, heap = 292252 I (2524) main: get blob @72, error = 4354, heap = 292252 I (2524) main: get blob @73, error = 4354, heap = 292252 I (2534) main: get blob @74, error = 4354, heap = 292252 I (2544) main: get blob @75, error = 4354, heap = 292252 I (2544) main: get blob @76, error = 4354, heap = 292252 I (2554) main: get blob @77, error = 4354, heap = 292252 I (2554) main: get blob @78, error = 4354, heap = 292252 I (2564) main: get blob @79, error = 4354, heap = 292252 I (2574) main: get blob @80, error = 4354, heap = 292252 I (2574) main: get blob @81, error = 4354, heap = 292252 I (2584) main: get blob @82, error = 4354, heap = 292252 I (2584) main: get blob @83, error = 4354, heap = 292252 I (2594) main: get blob @84, error = 4354, heap = 292252 I (2604) main: get blob @85, error = 4354, heap = 292252 I (2604) main: get blob @86, error = 4354, heap = 292252 I (2614) main: get blob @87, error = 4354, heap = 292252 I (2614) main: get blob @88, error = 4354, heap = 292252 I (2624) main: get blob @89, error = 4354, heap = 292252 I (2634) main: get blob @90, error = 4354, heap = 292252 I (2634) main: get blob @91, error = 4354, heap = 292252 I (2644) main: get blob @92, error = 4354, heap = 292252 I (2644) main: get blob @93, error = 4354, heap = 292252 I (2654) main: get blob @94, error = 4354, heap = 292252 I (2664) main: get blob @95, error = 4354, heap = 292252 I (2664) main: get blob @96, error = 4354, heap = 292252 I (2674) main: get blob @97, error = 4354, heap = 292252 I (2674) main: get blob @98, error = 4354, heap = 292252 I (2684) main: get blob @99, error = 4354, heap = 292252 I (2694) main: 2 Heap after delete all 292252 I (2694) main: 2 Heap after close 292272 I (2704) main: 2 Heap after open 292252 I (2754) main: set int @0, error = 0, heap = 292124 I (2754) main: set int @1, error = 0, heap = 292124 I (2754) main: set int @2, error = 0, heap = 292124 I (2754) main: set int @3, error = 0, heap = 292124 I (2764) main: set int @4, error = 0, heap = 292124 I (2774) main: set int @5, error = 0, heap = 292124 I (2774) main: set int @6, error = 0, heap = 292124 I (2784) main: set int @7, error = 0, heap = 292124 I (2784) main: set int @8, error = 0, heap = 292124 I (2794) main: set int @9, error = 0, heap = 292124 I (2794) main: set int @10, error = 0, heap = 292124 I (2804) main: set int @11, error = 0, heap = 292124 I (2804) main: set int @12, error = 0, heap = 292124 I (2814) main: set int @13, error = 0, heap = 292124 I (2824) main: set int @14, error = 0, heap = 292124 I (2824) main: set int @15, error = 0, heap = 292124 I (2834) main: set int @16, error = 0, heap = 292124 I (2834) main: set int @17, error = 0, heap = 292124 I (2844) main: set int @18, error = 0, heap = 292124 I (2844) main: set int @19, error = 0, heap = 292124 I (2854) main: set int @20, error = 0, heap = 292124 I (2864) main: set int @21, error = 0, heap = 292124 I (2864) main: set int @22, error = 0, heap = 292124 I (2874) main: set int @23, error = 0, heap = 292124 I (2874) main: set int @24, error = 0, heap = 292124 I (2884) main: set int @25, error = 0, heap = 292124 I (2884) main: set int @26, error = 0, heap = 292124 I (2894) main: set int @27, error = 0, heap = 292124 I (2894) main: set int @28, error = 0, heap = 292124 I (2904) main: set int @29, error = 0, heap = 291992 I (2914) main: set int @30, error = 0, heap = 291992 I (2914) main: set int @31, error = 0, heap = 291992 I (2924) main: set int @32, error = 0, heap = 291992 I (2924) main: set int @33, error = 0, heap = 291992 I (2934) main: set int @34, error = 0, heap = 291992 I (2934) main: set int @35, error = 0, heap = 291992 I (2944) main: set int @36, error = 0, heap = 291992 I (2954) main: set int @37, error = 0, heap = 291992 I (2954) main: set int @38, error = 0, heap = 291992 I (2964) main: set int @39, error = 0, heap = 291992 I (2964) main: set int @40, error = 0, heap = 291992 I (2974) main: set int @41, error = 0, heap = 291992 I (2974) main: set int @42, error = 0, heap = 291992 I (2984) main: set int @43, error = 0, heap = 291992 I (2994) main: set int @44, error = 0, heap = 291992 I (2994) main: set int @45, error = 0, heap = 291992 I (3004) main: set int @46, error = 0, heap = 291992 I (3004) main: set int @47, error = 0, heap = 291992 I (3014) main: set int @48, error = 0, heap = 291992 I (3014) main: set int @49, error = 0, heap = 291992 I (3024) main: set int @50, error = 0, heap = 291992 I (3024) main: set int @51, error = 0, heap = 291992 I (3034) main: set int @52, error = 0, heap = 291992 I (3044) main: set int @53, error = 0, heap = 291992 I (3044) main: set int @54, error = 0, heap = 291992 I (3054) main: set int @55, error = 0, heap = 291992 I (3054) main: set int @56, error = 0, heap = 291992 I (3064) main: set int @57, error = 0, heap = 291992 I (3064) main: set int @58, error = 0, heap = 291860 I (3074) main: set int @59, error = 0, heap = 291860 I (3084) main: set int @60, error = 0, heap = 291860 I (3084) main: set int @61, error = 0, heap = 291860 I (3094) main: set int @62, error = 0, heap = 291860 I (3094) main: set int @63, error = 0, heap = 291860 I (3104) main: set int @64, error = 0, heap = 291860 I (3104) main: set int @65, error = 0, heap = 291860 I (3114) main: set int @66, error = 0, heap = 291860 I (3114) main: set int @67, error = 0, heap = 291860 I (3124) main: set int @68, error = 0, heap = 291860 I (3134) main: set int @69, error = 0, heap = 291860 I (3134) main: set int @70, error = 0, heap = 291860 I (3144) main: set int @71, error = 0, heap = 291860 I (3144) main: set int @72, error = 0, heap = 291860 I (3154) main: set int @73, error = 0, heap = 291860 I (3154) main: set int @74, error = 0, heap = 291860 I (3164) main: set int @75, error = 0, heap = 291860 I (3174) main: set int @76, error = 0, heap = 291860 I (3174) main: set int @77, error = 0, heap = 291860 I (3184) main: set int @78, error = 0, heap = 291860 I (3184) main: set int @79, error = 0, heap = 291860 I (3194) main: set int @80, error = 0, heap = 291860 I (3194) main: set int @81, error = 0, heap = 291860 I (3204) main: set int @82, error = 0, heap = 291860 I (3214) main: set int @83, error = 0, heap = 291860 I (3214) main: set int @84, error = 0, heap = 291860 I (3224) main: set int @85, error = 0, heap = 291860 I (3224) main: set int @86, error = 0, heap = 291860 I (3234) main: set int @87, error = 0, heap = 291728 I (3234) main: set int @88, error = 0, heap = 291728 I (3244) main: set int @89, error = 0, heap = 291728 I (3244) main: set int @90, error = 0, heap = 291728 I (3254) main: set int @91, error = 0, heap = 291728 I (3264) main: set int @92, error = 0, heap = 291728 I (3264) main: set int @93, error = 0, heap = 291728 I (3274) main: set int @94, error = 0, heap = 291728 I (3274) main: set int @95, error = 0, heap = 291728 I (3284) main: set int @96, error = 0, heap = 291728 I (3284) main: set int @97, error = 0, heap = 291728 I (3294) main: set int @98, error = 0, heap = 291728 I (3304) main: set int @99, error = 0, heap = 291728 I (3304) main: removed int @0, error = 0, heap = 291728 I (3314) main: removed int @1, error = 0, heap = 291728 I (3314) main: removed int @2, error = 0, heap = 291728 I (3324) main: removed int @3, error = 0, heap = 291728 I (3334) main: removed int @4, error = 0, heap = 292496 I (3334) main: removed int @5, error = 0, heap = 292496 I (3344) main: removed int @6, error = 0, heap = 292496 I (3344) main: removed int @7, error = 0, heap = 292496 I (3354) main: removed int @8, error = 0, heap = 292496 I (3364) main: removed int @9, error = 0, heap = 292496 I (3364) main: removed int @10, error = 0, heap = 292496 I (3374) main: removed int @11, error = 0, heap = 292496 I (3374) main: removed int @12, error = 0, heap = 292496 I (3384) main: removed int @13, error = 0, heap = 292496 I (3394) main: removed int @14, error = 0, heap = 292496 I (3394) main: removed int @15, error = 0, heap = 292496 I (3404) main: removed int @16, error = 0, heap = 292496 I (3404) main: removed int @17, error = 0, heap = 292496 I (3414) main: removed int @18, error = 0, heap = 292496 I (3414) main: removed int @19, error = 0, heap = 292496 I (3424) main: removed int @20, error = 0, heap = 292496 I (3434) main: removed int @21, error = 0, heap = 292496 I (3434) main: removed int @22, error = 0, heap = 292496 I (3444) main: removed int @23, error = 0, heap = 292496 I (3444) main: removed int @24, error = 0, heap = 292496 I (3454) main: removed int @25, error = 0, heap = 292496 I (3464) main: removed int @26, error = 0, heap = 292496 I (3464) main: removed int @27, error = 0, heap = 292496 I (3474) nvs_flash: Deleting empty HashListBlock 0 I (3474) main: removed int @28, error = 0, heap = 292624 I (3484) main: removed int @29, error = 0, heap = 292624 I (3494) main: removed int @30, error = 0, heap = 292624 I (3494) main: removed int @31, error = 0, heap = 292624 I (3504) main: removed int @32, error = 0, heap = 292624 I (3504) main: removed int @33, error = 0, heap = 292624 I (3514) main: removed int @34, error = 0, heap = 292624 I (3524) main: removed int @35, error = 0, heap = 292624 I (3524) main: removed int @36, error = 0, heap = 292624 I (3534) main: removed int @37, error = 0, heap = 292624 I (3534) main: removed int @38, error = 0, heap = 292624 I (3544) main: removed int @39, error = 0, heap = 292624 I (3554) main: removed int @40, error = 0, heap = 292984 I (3554) main: removed int @41, error = 0, heap = 292984 I (3564) main: removed int @42, error = 0, heap = 292984 I (3564) main: removed int @43, error = 0, heap = 292984 I (3574) main: removed int @44, error = 0, heap = 292984 I (3584) main: removed int @45, error = 0, heap = 292984 I (3584) main: removed int @46, error = 0, heap = 292984 I (3594) main: removed int @47, error = 0, heap = 292984 I (3594) main: removed int @48, error = 0, heap = 292984 I (3604) main: removed int @49, error = 0, heap = 292984 I (3614) main: removed int @50, error = 0, heap = 292984 I (3614) main: removed int @51, error = 0, heap = 292984 I (3624) main: removed int @52, error = 0, heap = 292984 I (3624) main: removed int @53, error = 0, heap = 292984 I (3634) main: removed int @54, error = 0, heap = 292984 I (3644) main: removed int @55, error = 0, heap = 292984 I (3644) main: removed int @56, error = 0, heap = 292984 I (3654) nvs_flash: Deleting empty HashListBlock 0 I (3654) main: removed int @57, error = 0, heap = 293112 I (3664) main: removed int @58, error = 0, heap = 293112 I (3674) main: removed int @59, error = 0, heap = 293112 I (3674) main: removed int @60, error = 0, heap = 293112 I (3684) main: removed int @61, error = 0, heap = 293112 I (3684) main: removed int @62, error = 0, heap = 293112 I (3694) main: removed int @63, error = 0, heap = 293112 I (3704) main: removed int @64, error = 0, heap = 293112 I (3704) main: removed int @65, error = 0, heap = 293112 I (3714) main: removed int @66, error = 0, heap = 293112 I (3714) main: removed int @67, error = 0, heap = 293112 I (3724) main: removed int @68, error = 0, heap = 293112 I (3734) main: removed int @69, error = 0, heap = 293112 I (3734) main: removed int @70, error = 0, heap = 293112 I (3744) main: removed int @71, error = 0, heap = 293112 I (3744) main: removed int @72, error = 0, heap = 293112 I (3754) main: removed int @73, error = 0, heap = 293112 I (3764) main: removed int @74, error = 0, heap = 293112 I (3764) main: removed int @75, error = 0, heap = 293112 I (3774) main: removed int @76, error = 0, heap = 293112 I (3774) main: removed int @77, error = 0, heap = 293112 I (3784) main: removed int @78, error = 0, heap = 293112 I (3794) main: removed int @79, error = 0, heap = 293112 I (3794) main: removed int @80, error = 0, heap = 293112 I (3804) main: removed int @81, error = 0, heap = 293112 I (3804) main: removed int @82, error = 0, heap = 293112 I (3814) main: removed int @83, error = 0, heap = 293112 I (3824) main: removed int @84, error = 0, heap = 293112 I (3824) main: removed int @85, error = 0, heap = 293112 I (3834) nvs_flash: Deleting empty HashListBlock 0 I (3834) main: removed int @86, error = 0, heap = 293244 I (3844) main: removed int @87, error = 0, heap = 293244 I (3844) main: removed int @88, error = 0, heap = 293244 I (3854) main: removed int @89, error = 0, heap = 293244 I (3864) main: removed int @90, error = 0, heap = 293244 I (3864) main: removed int @91, error = 0, heap = 293244 I (3874) main: removed int @92, error = 0, heap = 293244 I (3874) main: removed int @93, error = 0, heap = 293244 I (3884) main: removed int @94, error = 0, heap = 293244 I (3894) main: removed int @95, error = 0, heap = 293244 I (3894) main: removed int @96, error = 0, heap = 293244 I (3904) main: removed int @97, error = 0, heap = 293244 I (3904) main: removed int @98, error = 0, heap = 293244 I (3914) nvs_flash: Deleting empty HashListBlock 0 I (3914) main: removed int @99, error = 0, heap = 293380 The latest changes to nvs seem to improve this issue though the block deletion is not as quick as with the patch shown above. Maybe the performance trade-off is beneficial? We ran into this issue as well (ESP-IDF v3.1.2). It causes our application to run out of memory over the course of a few days. This is intolerable for us and re-initializing NVS from time to time to get the memory back seems like an awful hack. I integrated @negativekelvin 's patch into a fork of nvs_flash and the leak disappeared completely. I don't see any negative effects of this patch either. It would be great to have this in master since updating a modified ESP-IDF version to new releases is a nightmare.
gharchive/issue
2018-02-19T12:45:53
2025-04-01T04:34:11.401686
{ "authors": [ "Oromis", "agmuntianu", "igrr", "negativekelvin", "tommybazar" ], "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/1642", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
229438792
[TW#12672] Memory leak. WiFi + BT fails after 1.5h of operating. Worked for ~1.5h (104min). BT is scanning for nearby beacons and publishes a data related to each detected device into MQTT topic. esp-idf #https://github.com/espressif/esp-idf/commit/1ddf40feb73386df26ac51bd80aac2210229b164 is used. wifi_fail_log.txt The following params used: BLE gattc: static esp_ble_scan_params_t ble_scan_params = { .scan_type = BLE_SCAN_TYPE_ACTIVE, .own_addr_type = BLE_ADDR_TYPE_RPA_PUBLIC, .scan_filter_policy = BLE_SCAN_FILTER_ALLOW_ALL, .scan_interval = **220**, .scan_window = **25** }; From sdkconfig: BTC_TASK_STACK_SIZE = 4096 SW_COEXIST_ENABLE = y Scan duration is 60sec. Tried to play with interval/window values. Seems to be a little helpful, e.g. after changing it from interval/window = 220/30 it increases the operating time before fail on ~15min. But this values is inapplicable in our environment as we need longer window and shorter interval. I've inserted the logging of free heap on every scan completion and it looks OK before wifi fail. After such, it leaks without a hesitation. Please pay an attention on my comments into log. /* * ... * * A lot of similar logs reporting ~18000 bytes of free heap every minute when scan completes * * ... */ I (4701142) gap_cb: ESP_GAP_SEARCH_INQ_CMPL_EVT I (4701142) gattc: free heap: 18000 E (4761152) BT: btc_search_callback BLE observe complete. Num Resp 130 I (4761152) gap_cb: ESP_GAP_SEARCH_INQ_CMPL_EVT I (4761152) gattc: free heap: 18000 E (4821162) BT: btc_search_callback BLE observe complete. Num Resp 116 I (4821162) gap_cb: ESP_GAP_SEARCH_INQ_CMPL_EVT I (4821162) gattc: free heap: 17680 E (4881172) BT: btc_search_callback BLE observe complete. Num Resp 78 I (4881172) gap_cb: ESP_GAP_SEARCH_INQ_CMPL_EVT I (4881172) gattc: free heap: 18000 /* * And here it starts the memory leak */ I (4930742) wifi: bcn_timout,ap_probe_send_start I (4933252) wifi: ap_probe_send over, resett wifi status to disassoc I (4933252) wifi: state: run -> init (1) I (4933252) wifi: pm stop, total sleep time: 0/626181837 I (4933252) wifi: n:6 0, o:6 0, ap:255 255, sta:6 0, prof:1 E (4934012) aws_iot: failed! mbedtls_ssl_write returned -0x4e /* * An error of IoT_Error_t (NETWORK_ATTEMPTING_RECONNECT) */ E (4934202) mqtt_task: rc = 4 E (4941182) BT: btc_search_callback BLE observe complete. Num Resp 253 I (4941182) gap_cb: ESP_GAP_SEARCH_INQ_CMPL_EVT I (4941182) gattc: free heap: 59384 E (4941792) aws_iot: failed! mbedtls_net_connect returned -0x52 E (4941792) mqtt_task: attempting reconnect failed, rc = 4 /* * After wifi fail, this fail occurs */ E (4949192) BT: command_timed_out hci layer timeout waiting for response to a command. opcode: 0x200c E (5001192) BT: btc_search_callback BLE observe complete. Num Resp 253 I (5001192) gap_cb: ESP_GAP_SEARCH_INQ_CMPL_EVT I (5001192) gattc: free heap: 62564 E (5009172) BT: command_timed_out hci layer timeout waiting for response to a command. opcode: 0x200c E (5061202) BT: btc_search_callback BLE observe complete. Num Resp 253 I (5061202) gap_cb: ESP_GAP_SEARCH_INQ_CMPL_EVT I (5061202) gattc: free heap: 61044 E (5069162) BT: command_timed_out hci layer timeout waiting for response to a command. opcode: 0x200c E (5121202) BT: btc_search_callback BLE observe complete. Num Resp 253 I (5121202) gap_cb: ESP_GAP_SEARCH_INQ_CMPL_EVT I (5121202) gattc: free heap: 58760 E (5181202) BT: btc_search_callback BLE observe complete. Num Resp 253 I (5181202) gap_cb: ESP_GAP_SEARCH_INQ_CMPL_EVT I (5181202) gattc: free heap: 55944 E (5241202) BT: btc_search_callback BLE observe complete. Num Resp 253 /* *... * Look into attached file * ... */ I (6201202) gap_cb: ESP_GAP_SEARCH_INQ_CMPL_EVT I (6201202) gattc: free heap: 4496 E (6261202) BT: btc_search_callback BLE observe complete. Num Resp 253 I (6261202) gap_cb: ESP_GAP_SEARCH_INQ_CMPL_EVT I (6261202) gattc: free heap: 1476 E (6261202) BT: bta_dm_ble_observe start observe failed. status=0x3 E (6261212) gattc: Scan start failed W (7229192) wifi: alloc eb len=76 type=2 fail W (7229192) wifi: m f probe req l=0 W (8853012) wifi: alloc eb len=76 type=2 fail W (8853012) wifi: m f probe req l=0 /* * nothing more */ interesting - I too am trying to implement something like this, and find the BLE gap observe just eventually stops seeing anything. Try turning CONFIG_SW_COEXIST_ENABLE off, and increase the scan interval in esp_ble_scan_params_t from the 0x50 from the examples to 0x100 esp_ble_scan_params_t _params = { .scan_type = BLE_SCAN_TYPE_ACTIVE, .own_addr_type = BLE_ADDR_TYPE_PUBLIC, .scan_filter_policy = BLE_SCAN_FILTER_ALLOW_ALL, .scan_interval = 0x100, .scan_window = 0x30 }; @FHFS Thanks for reply. Turning CONFIG_SW_COEXIST_ENABLE hasn't helped, the picture is the same. I think that problem is that I'm publishing MQTT messages too frequently. I'll report here if I'll succeed. Hi @mkonnov , how about this issue now? Is there any update? Hi @FayeY . Sadly not. I have bypassed this problem just by picking esp_restart() in bta_dm_ble_observe if status == BTM_NO_RESOURCES. I will return to this issue in a nearest days so once I will fix it, I will share it here. BTW, maybe it's not a memory leak at all, but it behaves as a leak: the issue makes itself felt after ~1h of operating. @mkonnov , could help make sure that is MQTT cause memory leak or Bluetooth or Wifi something cause memory leak? We are doing testing of excluding MQTT. @mkonnov , I try BLE scan and wifi connect AP without SW_COEXIST_ENABLE and MQTT, I cannot reproduce your problem. So could you try a test without MQTT, then we can make sure which module cause the memory leak. @TianHao-Espressif could you post or pm the test code you are using? I am also trying to diagnose similar issues where either BLE scan stops seeing things and/or wifi disconnects and won't reconnect after an hour or so, but I am using mongoose-os (and their cloud build system) which complicates things. I would like a simple way to start with something that actually works (without mongoose, mqtt etc) and add back in things until it breaks. @murraysst. I try BLE scan and wifi connect AP without SW_COEXIST_ENABLE and MQTT. It have no memory leak , then I put AP into sheildbox, then ESP32 station disconnect and try to reconnect, there's no memory leak, too. The test code is in attachment. Archive.zip Hi guys ! My apologies for long silence. After I have found that BTM_NO_RESOURCES can indicate the lack of free heap to allocate and at the same time I have estimated the decreasing of free heap, therefore I concluded that it was a memory leak without a hesitation. Now after a few updates of esp-idf, I'm not estimating such free heap decrease anymore, but my latest investigations brought me to my mistake. I'm making BLE advertising and scan consequently in one task and I have found that esp_ble_gap_start_advertising together with esp_ble_gap_start_scanning is not starting advertising/scanning immediately due to callback-style API. We need to wait for event to be sure that scan/adv has started. Or not started. This way, my error has been caused by the lack of synchronization between this two routines. So I have used xEventGroupSetBits for appropriate events in esp_gap_cb callback and awaiting by xEventGroupWaitBits this events in my app. @TianHao-Espressif, @murraysst Thank you guys for your help. I have tried the codes @TianHao-Espressif has shared and yes - there's no memory leak. Is this problem solved? @FayeY The problem is not solved, but things starts to be clear. I can say exactly: it's not a memory leak. The problem has been reproduced by turning off WiFi connection (on WiFi router). After WiFi has tried to reconnect, it tooks too much memory it has been available and this way it tooks all the memory available. What leads to inability to scan and do whatever what uses memory allocation. This way, I have walked through possible places that takes too much heap and noticed that my MQTT task takes 16kb for stack (btw, it has bee token from example) and recuded it to 10kb. And it works fine. Also, I have put a suspension of BLE task when MQTT task notices the reconnection attempt and resume it only after network is reconnected. All errors is from IoT_Error_t. But for now I see the following error in a loop: aws_iot: failed! mbedtls_net_connect returned -0x52 2 modules is running simultaneously in the same environment and this error occured only on one of them. So do anybody have some suggestions ? Also I often see the current fail: ASSERT_ERR(0), in ld_fm.c at line 185Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0) Do smbd know what it related to and where to look for solution ? I know, it's a wdt timeout, I know how to increase its period, but I need to know the reason of that fail. I have made a coredump and it says nothing bad. @mkonnov , please check something: do you use classic bt? do you use dual core? please update esp-idf to the newest. @TianHao-Espressif thanks for your reply. I use BT dual mode As far as I know, this is controlled from checkbox "Run FreeRTOS only on first core". If so, then yes, I'm running dual core. esp-idf is the newest. @mkonnov ,I'm very interesting at "often see the current fail". So could you provide me your tests code? @TianHao-Espressif please test it with with a huge amount of BT advertisers, as more as you can. ble_mqtt_test.zip Also hardcode your AWS certificates and WiFi credentials in aws_iot_mqtt_task.c. Sorry for crappy hardcodes, I tried to make it ASAP for you. Thanks a lot. @TianHao-Espressif I have an updates. I have run this code with just a few advertisers and it fails. You may be interested in the following crash report. But I'm very interested in a reason of such fail, so please give me a direction to look for. Pasting the crash report of the code I have attached above. Code hasn't been changed instead of my AWS key and WiFi credentials. I (18472) gattc: REG_EVT I (18472) gattc_cb: EVT 0, gattc if 4 I (18472) gattc: REG_EVT I (18482) BT: ESP_GAP_BLE_SCAN_PARAM_SET_COMPLETE_EVT ASSERT_ERR(bt_intcntl_finetgtintmsk_getf() == 1), in ea.c at line 497Guru Medit ation Error of type LoadProhibited occurred on core 1. Exception was unhandled . Register dump: PC : 0x40086121 PS : 0x00060033 A0 : 0x400879df A1 : 0x3ffd6790 A2 : 0x00050023 A3 : 0x00000001 A4 : 0x3ffc4f38 A5 : 0x3ffc4f38 A6 : 0x00000001 A7 : 0x00060b20 A8 : 0x00000017 A9 : 0x00000002 A10 : 0x3ffc1398 A11 : 0x00000000 A12 : 0x3ffc510c A13 : 0x3ffe31e8 A14 : 0x00000000 A15 : 0x00000000 SAR : 0x00000015 EXCCAUSE: 0x0000001c EXCVADDR: 0x00000048 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000 Backtrace: 0x40086121:0x3ffd6790 0x400879dc:0x3ffd67b0 0x40087996:0x3ffd691c Guru Meditation Error o Despite I have shared my source code, here's a link to actual elf for which this crash has take place: https://drive.google.com/open?id=0B5Q2K4xNERwCZkUtY2N1Ung4a2M @TianHao-Espressif Hi there ! Have you tried the code I sent ? Is the problem I described reproducible ? Thanks. @mkonnov , I tried your code. But there's some logs .[0;32mI (10502) gattc: REG_EVT.[0m .[0;32mI (10512) BT: ESP_GAP_BLE_SCAN_PARAM_SET_COMPLETE_EVT.[0m I (12132) wifi: pm start, type:0 .[0;31mE (12602) mqtt_task: rc = -13.[0m .[0;31mE (12602) mqtt_task: An error occurred in the main loop (rc = -13), rebooting....[0m I (12602) wifi: state: run -> init (0) I (12602) wifi: pm stop, total sleep time: 0/473683 @TianHao-Espressif Sorry, I assumed you have some. Can I send you the certificate set via the email to you will test it out ? @mkonnov , sure. Email is in my profile. You can click my head photo to see it.
gharchive/issue
2017-05-17T17:56:07
2025-04-01T04:34:11.439277
{ "authors": [ "FHFS", "FayeY", "TianHao-Espressif", "mkonnov", "murraysst" ], "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/618", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
778277769
Upgrade json library (IDFGH-4532) Is your feature request related to a problem? Please describe. I'm working on an application depending of cJSON. The current ESP-IDF is fetching cJSON 1.7.12, but I need a later version because new API fonctions are available ("cJSON_GetNumberValue" in my example). Describe the solution you'd like Upgrade the library to the latest release which is v1.7.14 (instead of v1.7.12). Describe alternatives you've considered Forking ESP-IDF in my github and have the modification locally. I prefer this to be supported in the mainline (and it will benefit other people). Additional context Nothing more. Thanks for raising this feature request, thanks. Thanks for raising this feature request, thanks. Hi, There are a couple null pointer dereference fixes after v1.7.14. I think it worth update for the cjson component, please check below in cJson git tree: $ git shortlog --no-merges 8e84db4c4e631c5578a1d2365bbcc9d814ab8a51..HEAD
gharchive/issue
2021-01-04T18:28:47
2025-04-01T04:34:11.444406
{ "authors": [ "Alvin1Zhang", "AxelLin", "joelguittet" ], "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/6356", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
819689996
ESP32-S2 WPS Example Problem (IDFGH-4852) Environment Development Kit: ESP32-S2 Saola-1 Kit version v1.2 Module or chip used: ESP32-S2-WROOM-1 IDF version v4.2 - v4.3-beta1 - v4.4-dev Compiler version xtensa-esp32-elf-gcc.exe (crosstool-NG esp-2020r3) 8.4.0 Operating System: Windows Using an IDE: Visual Studio Code with esp-idf extension Power Supply: USB Problem Description I face a problem on using WPS connection. I use wps example in github(https://github.com/espressif/esp-idf/tree/master/examples/wifi/wps). Board can find wps connection but it can't connect it. I tried esp-idf v4.2, v4.3-beta1 and v4.4-dev. Both has same issue. What could be the reason of this problem. Also I create a forum topic, if you want to reply : https://www.esp32.com/viewtopic.php?f=13&t=19696 @yusufbavas Thanks for reporting, would you please help share if any updates for this issue? Thanks. Sorry for late reply. I still have same problem. I tried latest branch and master branch again but result is same. I upload program in secure mode with --no-stub option. Can it be the reason of this problem? Here is my console log. I enabled some debug features but I am not fimiliar with esp idf debug options. I can enable or disable some options if you want. Its seems like board get name of the network but it cant get the password. Logs says password is empty. ESP-ROM:esp32s2-rc4-20191025 Build:Oct 25 2019 rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) SPIWP:0xee mode:DIO, clock div:1 load:0x3ffe6100,len:0x8 load:0x3ffe6108,len:0x22e0 load:0x4004c000,len:0xb5c load:0x40050000,len:0x3334 SHA-256 comparison failed: Calculated: c0e44b984a7122f885bb3184d8e8b061e44c2ee16287b1d4e60b0a2d6f0e7c4f Expected: b4f114a6fe54dd6dc1dd3454d0ec2efaa45e9efb7d3f8c6eb495ce5127db1cd4 Attempting to boot anyway... entry 0x4004c22c I (68) boot: ESP-IDF v4.3-beta1 2nd stage bootloader I (68) boot: compile time 15:12:25 D (68) bootloader_flash: mmu set block paddr=0x00000000 (was 0xffffffff) I (73) boot: chip revision: 0 D (77) boot.esp32s2: magic e9 D (80) boot.esp32s2: segments 04 D (83) boot.esp32s2: spi_mode 02 D (86) boot.esp32s2: spi_speed 0f D (90) boot.esp32s2: spi_size 02 I (93) boot.esp32s2: SPI Speed : 80MHz I (98) boot.esp32s2: SPI Mode : DIO I (103) boot.esp32s2: SPI Flash Size : 4MB D (107) boot: Enabling RTCWDT(9000 ms) I (111) boot: Enabling RNG early entropy source... D (117) bootloader_flash: mmu set paddr=00000000 count=1 size=c00 src_addr=8000 src_addr_aligned=0 D (126) boot: mapped partition table 0x8000 at 0x3f008000 D (131) flash_parts: partition table verified, 4 entries I (137) boot: Partition Table: I (140) boot: ## Label Usage Type ST Offset Length D (148) boot: load partition table entry 0x3f008000 D (153) boot: type=1 subtype=2 I (156) boot: 0 nvs WiFi data 01 02 00009000 00006000 D (163) boot: load partition table entry 0x3f008020 D (168) boot: type=1 subtype=1 I (171) boot: 1 phy_init RF data 01 01 0000f000 00001000 D (179) boot: load partition table entry 0x3f008040 D (184) boot: type=0 subtype=0 I (187) boot: 2 factory factory app 00 00 00010000 00100000 I (195) boot: End of partition table D (199) boot: Trying partition index -1 offs 0x10000 size 0x100000 D (205) esp_image: reading image header @ 0x10000 D (210) bootloader_flash: mmu set block paddr=0x00010000 (was 0xffffffff) D (217) esp_image: image header: 0xe9 0x06 0x02 0x01 400231f8 V (222) esp_image: loading segment header 0 at offset 0x10018 V (228) esp_image: segment data length 0x189cc data starts 0x10020 V (235) esp_image: segment 0 map_segment 1 segment_data_offs 0x10020 load_addr 0x3f000020 I (243) esp_image: segment 0: paddr=00010020 vaddr=3f000020 size=189cch (100812) map D (251) esp_image: free data page_count 0x0000003f D (256) bootloader_flash: mmu set paddr=00010000 count=2 size=189cc src_addr=10020 src_addr_aligned=10000 V (285) esp_image: loading segment header 1 at offset 0x289ec D (285) bootloader_flash: mmu set block paddr=0x00020000 (was 0xffffffff) V (286) esp_image: segment data length 0x3f04 data starts 0x289f4 V (293) esp_image: segment 1 map_segment 0 segment_data_offs 0x289f4 load_addr 0x3ffc6520 I (301) esp_image: segment 1: paddr=000289f4 vaddr=3ffc6520 size=03f04h ( 16132) load D (309) esp_image: free data page_count 0x0000003f D (314) bootloader_flash: mmu set paddr=00020000 count=1 size=3f04 src_addr=289f4 src_addr_aligned=20000 V (327) esp_image: loading segment header 2 at offset 0x2c8f8 D (330) bootloader_flash: mmu set block paddr=0x00020000 (was 0xffffffff) V (336) esp_image: segment data length 0x404 data starts 0x2c900 V (343) esp_image: segment 2 map_segment 0 segment_data_offs 0x2c900 load_addr 0x40022000 0x40022000: _WindowOverflow4 at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/freertos/port/xtensa/xtensa_vectors.S:1730 I (351) esp_image: segment 2: paddr=0002c900 vaddr=40022000 size=00404h ( 1028) load D (359) esp_image: free data page_count 0x0000003f D (364) bootloader_flash: mmu set paddr=00020000 count=1 size=404 src_addr=2c900 src_addr_aligned=20000 V (374) esp_image: loading segment header 3 at offset 0x2cd04 D (379) bootloader_flash: mmu set block paddr=0x00020000 (was 0xffffffff) V (386) esp_image: segment data length 0x330c data starts 0x2cd0c V (392) esp_image: segment 3 map_segment 0 segment_data_offs 0x2cd0c load_addr 0x40022404 0x40022404: _coredump_iram_start at ??:? I (401) esp_image: segment 3: paddr=0002cd0c vaddr=40022404 size=0330ch ( 13068) load D (409) esp_image: free data page_count 0x0000003f D (414) bootloader_flash: mmu set paddr=00020000 count=2 size=330c src_addr=2cd0c src_addr_aligned=20000 V (427) esp_image: loading segment header 4 at offset 0x30018 D (429) bootloader_flash: mmu set block paddr=0x00030000 (was 0xffffffff) V (436) esp_image: segment data length 0x73878 data starts 0x30020 V (443) esp_image: segment 4 map_segment 1 segment_data_offs 0x30020 load_addr 0x40080020 0x40080020: _stext at ??:? I (451) esp_image: segment 4: paddr=00030020 vaddr=40080020 size=73878h (473208) map D (459) esp_image: free data page_count 0x0000003f D (464) bootloader_flash: mmu set paddr=00030000 count=8 size=73878 src_addr=30020 src_addr_aligned=30000 V (564) esp_image: loading segment header 5 at offset 0xa3898 D (564) bootloader_flash: mmu set block paddr=0x000a0000 (was 0xffffffff) V (565) esp_image: segment data length 0x10e10 data starts 0xa38a0 V (571) esp_image: segment 5 map_segment 0 segment_data_offs 0xa38a0 load_addr 0x40025710 0x40025710: spi1_flash_os_check_yield at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/spi_flash/spi_flash_os_func_app.c:127 (discriminator 1) I (580) esp_image: segment 5: paddr=000a38a0 vaddr=40025710 size=10e10h ( 69136) load D (588) esp_image: free data page_count 0x0000003f D (593) bootloader_flash: mmu set paddr=000a0000 count=2 size=10e10 src_addr=a38a0 src_addr_aligned=a0000 V (619) esp_image: image start 0x00010000 end of last section 0x000b46b0 D (619) bootloader_flash: mmu set block paddr=0x000b0000 (was 0xffffffff) D (622) boot: Calculated hash: d09ffcf622f195df4ba03003450e1a318071d801ab17a9b67d2c9362e3dd0b30 D (630) bootloader_flash: mmu set paddr=000b0000 count=1 size=20 src_addr=b46c0 src_addr_aligned=b0000 D (640) bootloader_flash: mmu set paddr=000b0000 count=1 size=20 src_addr=b46c0 src_addr_aligned=b0000 I (660) boot: Loaded app from partition at offset 0x10000 I (660) boot: Disabling RNG early entropy source... D (661) boot: Mapping segment 0 as DROM D (665) boot: Mapping segment 4 as IROM D (669) boot: calling set_cache_and_start_app D (673) boot: configure drom and irom and start V (678) boot: d mmu set paddr=00010000 vaddr=3f000000 size=100812 n=2 V (684) boot: rc=0 V (686) boot: i mmu set paddr=00030000 vaddr=40080000 size=473208 n=8 V (693) boot: rc=0 D (695) boot: start: 0x400231f8 0x400231f8: call_start_cpu0 at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_system/port/cpu_start.c:254 I (709) cache: Instruction cache : size 8KB, 4Ways, cache line size 32Byte I (709) cpu_start: Pro cpu up. C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/freertos/queue.c:1441 (xQueueSemaphoreTake)- assert failed! abort() was called at PC 0x4002af03 on core 0 0x4002af03: xQueueSemaphoreTake at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/freertos/queue.c:1441 (discriminator 1) Backtrace:0x400299ff:0x3fffe070 0x4002a28d:0x3fffe090 0x40030f66:0x3fffe0b0 0x4002af03:0x3fffe120 0x4002fa52:0x3fffe160 0x400f3745:0x3fffe180 0x4002f9e9:0x3fffe1b0 0x40086795:0x3fffe200 0x4008669d:0x3fffe260 0x400f3425:0x3fffe280 0x400822f8:0x3fffe2b0 0x4002324e:0x3fffe300 0x40050fb1:0x3fffe320 0x40051515:0x3fffe370 0x4004c27d:0x3fffe4a0 0x40011371:0x3fffe560 0x4000f788:0x3fffe6f0 0x400072a5:0x3fffe710 0x400299ff: panic_abort at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_system/panic.c:356 0x4002a28d: esp_system_abort at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_system/system_api.c:112 0x40030f66: abort at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/newlib/abort.c:46 0x4002af03: xQueueSemaphoreTake at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/freertos/queue.c:1441 (discriminator 1) 0x4002fa52: esp_log_impl_lock_timeout at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/log/log_freertos.c:45 0x400f3745: esp_log_writev at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/log/log.c:170 0x4002f9e9: esp_log_write at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/log/log.c:199 0x40086795: esp_efuse_utility_process at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/efuse/src/esp_efuse_utility.c:71 (discriminator 9) 0x4008669d: esp_efuse_read_field_blob at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/efuse/src/esp_efuse_api.c:47 0x400f3425: rtc_init at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_hw_support/port/esp32s2/rtc_init.c:156 0x400822f8: esp_clk_init at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_system/port/soc/esp32s2/clk.c:84 0x4002324e: call_start_cpu0 at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_system/port/cpu_start.c:445 ELF file SHA256: 66af5571fe74d094 Rebooting... ESP-ROM:esp32s2-rc4-20191025 Build:Oct 25 2019 rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) Saved PC:0x40023f3c 0x40023f3c: esp_restart_noos at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp32s2/system_api_esp32s2.c:109 (discriminator 1) SPIWP:0xee mode:DIO, clock div:1 load:0x3ffe6100,len:0x8 load:0x3ffe6108,len:0x22e0 load:0x4004c000,len:0xb5c load:0x40050000,len:0x3334 SHA-256 comparison failed: Calculated: c0e44b984a7122f885bb3184d8e8b061e44c2ee16287b1d4e60b0a2d6f0e7c4f Expected: b4f114a6fe54dd6dc1dd3454d0ec2efaa45e9efb7d3f8c6eb495ce5127db1cd4 Attempting to boot anyway... entry 0x4004c22c I (70) boot: ESP-IDF v4.3-beta1 2nd stage bootloader I (70) boot: compile time 15:12:25 D (70) bootloader_flash: mmu set block paddr=0x00000000 (was 0xffffffff) I (76) boot: chip revision: 0 D (80) boot.esp32s2: magic e9 D (82) boot.esp32s2: segments 04 D (85) boot.esp32s2: spi_mode 02 D (89) boot.esp32s2: spi_speed 0f D (92) boot.esp32s2: spi_size 02 I (95) boot.esp32s2: SPI Speed : 80MHz I (100) boot.esp32s2: SPI Mode : DIO I (105) boot.esp32s2: SPI Flash Size : 4MB D (110) boot: Enabling RTCWDT(9000 ms) I (114) boot: Enabling RNG early entropy source... D (119) bootloader_flash: mmu set paddr=00000000 count=1 size=c00 src_addr=8000 src_addr_aligned=0 D (128) boot: mapped partition table 0x8000 at 0x3f008000 D (134) flash_parts: partition table verified, 4 entries I (139) boot: Partition Table: I (143) boot: ## Label Usage Type ST Offset Length D (150) boot: load partition table entry 0x3f008000 D (155) boot: type=1 subtype=2 I (158) boot: 0 nvs WiFi data 01 02 00009000 00006000 D (166) boot: load partition table entry 0x3f008020 D (171) boot: type=1 subtype=1 I (174) boot: 1 phy_init RF data 01 01 0000f000 00001000 D (181) boot: load partition table entry 0x3f008040 D (186) boot: type=0 subtype=0 I (189) boot: 2 factory factory app 00 00 00010000 00100000 I (197) boot: End of partition table D (201) boot: Trying partition index -1 offs 0x10000 size 0x100000 D (208) esp_image: reading image header @ 0x10000 D (212) bootloader_flash: mmu set block paddr=0x00010000 (was 0xffffffff) D (219) esp_image: image header: 0xe9 0x06 0x02 0x01 400231f8 V (225) esp_image: loading segment header 0 at offset 0x10018 V (231) esp_image: segment data length 0x189cc data starts 0x10020 V (237) esp_image: segment 0 map_segment 1 segment_data_offs 0x10020 load_addr 0x3f000020 I (245) esp_image: segment 0: paddr=00010020 vaddr=3f000020 size=189cch (100812) map D (254) esp_image: free data page_count 0x0000003f D (259) bootloader_flash: mmu set paddr=00010000 count=2 size=189cc src_addr=10020 src_addr_aligned=10000 V (288) esp_image: loading segment header 1 at offset 0x289ec D (288) bootloader_flash: mmu set block paddr=0x00020000 (was 0xffffffff) V (289) esp_image: segment data length 0x3f04 data starts 0x289f4 V (295) esp_image: segment 1 map_segment 0 segment_data_offs 0x289f4 load_addr 0x3ffc6520 I (303) esp_image: segment 1: paddr=000289f4 vaddr=3ffc6520 size=03f04h ( 16132) load D (312) esp_image: free data page_count 0x0000003f D (317) bootloader_flash: mmu set paddr=00020000 count=1 size=3f04 src_addr=289f4 src_addr_aligned=20000 V (330) esp_image: loading segment header 2 at offset 0x2c8f8 D (332) bootloader_flash: mmu set block paddr=0x00020000 (was 0xffffffff) V (339) esp_image: segment data length 0x404 data starts 0x2c900 V (345) esp_image: segment 2 map_segment 0 segment_data_offs 0x2c900 load_addr 0x40022000 0x40022000: _WindowOverflow4 at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/freertos/port/xtensa/xtensa_vectors.S:1730 I (353) esp_image: segment 2: paddr=0002c900 vaddr=40022000 size=00404h ( 1028) load D (362) esp_image: free data page_count 0x0000003f D (367) bootloader_flash: mmu set paddr=00020000 count=1 size=404 src_addr=2c900 src_addr_aligned=20000 V (376) esp_image: loading segment header 3 at offset 0x2cd04 D (382) bootloader_flash: mmu set block paddr=0x00020000 (was 0xffffffff) V (389) esp_image: segment data length 0x330c data starts 0x2cd0c V (395) esp_image: segment 3 map_segment 0 segment_data_offs 0x2cd0c load_addr 0x40022404 0x40022404: _coredump_iram_start at ??:? I (403) esp_image: segment 3: paddr=0002cd0c vaddr=40022404 size=0330ch ( 13068) load D (412) esp_image: free data page_count 0x0000003f D (417) bootloader_flash: mmu set paddr=00020000 count=2 size=330c src_addr=2cd0c src_addr_aligned=20000 V (429) esp_image: loading segment header 4 at offset 0x30018 D (432) bootloader_flash: mmu set block paddr=0x00030000 (was 0xffffffff) V (439) esp_image: segment data length 0x73878 data starts 0x30020 V (445) esp_image: segment 4 map_segment 1 segment_data_offs 0x30020 load_addr 0x40080020 0x40080020: _stext at ??:? I (453) esp_image: segment 4: paddr=00030020 vaddr=40080020 size=73878h (473208) map D (462) esp_image: free data page_count 0x0000003f D (467) bootloader_flash: mmu set paddr=00030000 count=8 size=73878 src_addr=30020 src_addr_aligned=30000 V (566) esp_image: loading segment header 5 at offset 0xa3898 D (566) bootloader_flash: mmu set block paddr=0x000a0000 (was 0xffffffff) V (568) esp_image: segment data length 0x10e10 data starts 0xa38a0 V (574) esp_image: segment 5 map_segment 0 segment_data_offs 0xa38a0 load_addr 0x40025710 0x40025710: spi1_flash_os_check_yield at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/spi_flash/spi_flash_os_func_app.c:127 (discriminator 1) I (582) esp_image: segment 5: paddr=000a38a0 vaddr=40025710 size=10e10h ( 69136) load D (591) esp_image: free data page_count 0x0000003f D (595) bootloader_flash: mmu set paddr=000a0000 count=2 size=10e10 src_addr=a38a0 src_addr_aligned=a0000 V (622) esp_image: image start 0x00010000 end of last section 0x000b46b0 D (622) bootloader_flash: mmu set block paddr=0x000b0000 (was 0xffffffff) D (624) boot: Calculated hash: d09ffcf622f195df4ba03003450e1a318071d801ab17a9b67d2c9362e3dd0b30 D (633) bootloader_flash: mmu set paddr=000b0000 count=1 size=20 src_addr=b46c0 src_addr_aligned=b0000 D (642) bootloader_flash: mmu set paddr=000b0000 count=1 size=20 src_addr=b46c0 src_addr_aligned=b0000 I (663) boot: Loaded app from partition at offset 0x10000 I (663) boot: Disabling RNG early entropy source... D (663) boot: Mapping segment 0 as DROM D (667) boot: Mapping segment 4 as IROM D (671) boot: calling set_cache_and_start_app D (676) boot: configure drom and irom and start V (680) boot: d mmu set paddr=00010000 vaddr=3f000000 size=100812 n=2 V (687) boot: rc=0 V (689) boot: i mmu set paddr=00030000 vaddr=40080000 size=473208 n=8 V (695) boot: rc=0 D (697) boot: start: 0x400231f8 0x400231f8: call_start_cpu0 at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_system/port/cpu_start.c:254 I (712) cache: Instruction cache : size 8KB, 4Ways, cache line size 32Byte I (712) cpu_start: Pro cpu up. D (769) clk: RTC_SLOW_CLK calibration value: 6232041 I (775) cpu_start: Pro cpu start user code I (775) cpu_start: cpu freq: 160000000 I (775) cpu_start: Application information: I (779) cpu_start: Project name: wps_example I (784) cpu_start: App version: 1 I (789) cpu_start: Compile time: Mar 22 2021 15:12:53 I (795) cpu_start: ELF file SHA256: 66af5571fe74d094... I (801) cpu_start: ESP-IDF: v4.3-beta1 V (806) memory_layout: reserved range is 0x3f0189cc - 0x3f0189ec D (812) memory_layout: Checking 4 reserved memory ranges: D (818) memory_layout: Reserved memory range 0x3ff9e000 - 0x3ff9e000 D (824) memory_layout: Reserved memory range 0x3ffb2000 - 0x3ffc6520 D (831) memory_layout: Reserved memory range 0x3ffc6520 - 0x3ffced48 D (837) memory_layout: Reserved memory range 0x3ffffa10 - 0x40000000 D (843) memory_layout: Building list of available memory regions: V (850) memory_layout: Examining memory region 0x3ff9e000 - 0x3ffa0000 D (856) memory_layout: Available memory region 0x3ff9e000 - 0x3ffa0000 V (863) memory_layout: Examining memory region 0x3ffb2000 - 0x3ffb4000 V (869) memory_layout: Region 0x3ffb2000 - 0x3ffb4000 inside of reserved 0x3ffb2000 - 0x3ffc6520 V (878) memory_layout: Examining memory region 0x3ffb4000 - 0x3ffb6000 V (885) memory_layout: Region 0x3ffb4000 - 0x3ffb6000 inside of reserved 0x3ffb2000 - 0x3ffc6520 V (894) memory_layout: Examining memory region 0x3ffb6000 - 0x3ffb8000 V (900) memory_layout: Region 0x3ffb6000 - 0x3ffb8000 inside of reserved 0x3ffb2000 - 0x3ffc6520 V (909) memory_layout: Examining memory region 0x3ffb8000 - 0x3ffbc000 V (916) memory_layout: Region 0x3ffb8000 - 0x3ffbc000 inside of reserved 0x3ffb2000 - 0x3ffc6520 V (925) memory_layout: Examining memory region 0x3ffbc000 - 0x3ffc0000 V (931) memory_layout: Region 0x3ffbc000 - 0x3ffc0000 inside of reserved 0x3ffb2000 - 0x3ffc6520 V (940) memory_layout: Examining memory region 0x3ffc0000 - 0x3ffc4000 V (947) memory_layout: Region 0x3ffc0000 - 0x3ffc4000 inside of reserved 0x3ffb2000 - 0x3ffc6520 V (955) memory_layout: Examining memory region 0x3ffc4000 - 0x3ffc8000 V (962) memory_layout: Start of region 0x3ffc4000 - 0x3ffc8000 overlaps reserved 0x3ffb2000 - 0x3ffc6520 V (972) memory_layout: Region 0x3ffc6520 - 0x3ffc8000 inside of reserved 0x3ffc6520 - 0x3ffced48 V (980) memory_layout: Examining memory region 0x3ffc8000 - 0x3ffcc000 V (987) memory_layout: Region 0x3ffc8000 - 0x3ffcc000 inside of reserved 0x3ffc6520 - 0x3ffced48 V (996) memory_layout: Examining memory region 0x3ffcc000 - 0x3ffd0000 V (1003) memory_layout: Start of region 0x3ffcc000 - 0x3ffd0000 overlaps reserved 0x3ffc6520 - 0x3ffced48 D (1012) memory_layout: Available memory region 0x3ffced48 - 0x3ffd0000 V (1019) memory_layout: Examining memory region 0x3ffd0000 - 0x3ffd4000 D (1026) memory_layout: Available memory region 0x3ffd0000 - 0x3ffd4000 V (1032) memory_layout: Examining memory region 0x3ffd4000 - 0x3ffd8000 D (1039) memory_layout: Available memory region 0x3ffd4000 - 0x3ffd8000 V (1046) memory_layout: Examining memory region 0x3ffd8000 - 0x3ffdc000 D (1052) memory_layout: Available memory region 0x3ffd8000 - 0x3ffdc000 V (1059) memory_layout: Examining memory region 0x3ffdc000 - 0x3ffe0000 D (1066) memory_layout: Available memory region 0x3ffdc000 - 0x3ffe0000 V (1072) memory_layout: Examining memory region 0x3ffe0000 - 0x3ffe4000 D (1079) memory_layout: Available memory region 0x3ffe0000 - 0x3ffe4000 V (1086) memory_layout: Examining memory region 0x3ffe4000 - 0x3ffe8000 D (1092) memory_layout: Available memory region 0x3ffe4000 - 0x3ffe8000 V (1099) memory_layout: Examining memory region 0x3ffe8000 - 0x3ffec000 D (1106) memory_layout: Available memory region 0x3ffe8000 - 0x3ffec000 V (1112) memory_layout: Examining memory region 0x3ffec000 - 0x3fff0000 D (1119) memory_layout: Available memory region 0x3ffec000 - 0x3fff0000 V (1126) memory_layout: Examining memory region 0x3fff0000 - 0x3fff4000 D (1132) memory_layout: Available memory region 0x3fff0000 - 0x3fff4000 V (1139) memory_layout: Examining memory region 0x3fff4000 - 0x3fff8000 D (1146) memory_layout: Available memory region 0x3fff4000 - 0x3fff8000 V (1153) memory_layout: Examining memory region 0x3fff8000 - 0x3fffc000 D (1159) memory_layout: Available memory region 0x3fff8000 - 0x3fffc000 V (1166) memory_layout: Examining memory region 0x3fffc000 - 0x40000000 V (1173) memory_layout: End of region 0x3fffc000 - 0x40000000 overlaps reserved 0x3ffffa10 - 0x40000000 D (1182) memory_layout: Available memory region 0x3fffc000 - 0x3ffffa10 I (1189) heap_init: Initializing. RAM available for dynamic allocation: D (1196) heap_init: New heap initialised at 0x3ff9e000 I (1201) heap_init: At 3FF9E000 len 00002000 (8 KiB): RTCRAM D (1208) heap_init: New heap initialised at 0x3ffced48 I (1213) heap_init: At 3FFCED48 len 0002D2B8 (180 KiB): DRAM I (1219) heap_init: At 3FFFC000 len 00003A10 (14 KiB): DRAM D (1226) FLASH_HAL: extra_dummy: 0 V (1229) memspi: raw_chip_id: 164020 V (1233) memspi: chip_id: 204016 V (1236) memspi: raw_chip_id: 164020 V (1240) memspi: chip_id: 204016 D (1243) spi_flash: trying chip: issi D (1247) spi_flash: trying chip: gd D (1251) spi_flash: trying chip: mxic D (1255) spi_flash: trying chip: winbond D (1258) spi_flash: trying chip: boya D (1262) spi_flash: trying chip: generic I (1266) spi_flash: detected chip: generic I (1271) spi_flash: flash io: dio D (1275) cpu_start: calling init function: 0x400e1898 0x400e1898: _GLOBAL__sub_I___cxa_get_globals_fast at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32s2-elf/src/gcc/libstdc++-v3/libsupc++/eh_globals.cc:145 D (1280) cpu_start: calling init function: 0x400e12a8 0x400e12a8: _GLOBAL__sub_I__ZN10__cxxabiv111__terminateEPFvvE at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32s2-elf/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:125 D (1285) cpu_start: calling init function: 0x400e0fb8 0x400e0fb8: _GLOBAL__sub_I__ZSt7nothrow at /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32s2-elf/src/gcc/libstdc++-v3/libsupc++/new_handler.cc:71 D (1290) cpu_start: calling init function: 0x400a9454 0x400a9454: adc2_init_code_calibration at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/driver/esp32s2/adc2_init_cal.c:28 D (1295) efuse: In EFUSE_BLK2__DATA4_REG is used 3 bits starting with 4 bit V (1303) ADC: adc_power_acquire: ADC powered on V (1310) ADC: adc_power_release: ADC powered off D (1312) ADC: Calib(V1) ADC1 atten=3: 0695 D (1316) cpu_start: calling init function: 0x40094d94 0x40094d94: s_set_default_wifi_log_level at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_wifi/src/wifi_init.c:72 D (1321) cpu_start: calling init function: 0x40081ee4 0x40081ee4: esp_ota_init_app_elf_sha256 at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/app_update/esp_app_desc.c:76 V (1326) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args V (1333) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE0E D (1341) intr_alloc: Connected src 73 to int 10 (cpu 0) V (1346) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args V (1353) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E D (1361) intr_alloc: Connected src 28 to int 2 (cpu 0) I (1366) cpu_start: Starting scheduler on PRO CPU. D (1372) heap_init: New heap initialised at 0x3fffc000 V (1372) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args V (1372) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE D (1372) intr_alloc: Connected src 17 to int 3 (cpu 0) D (1392) partition: Loading the partition table D (1402) esp_netif_lwip: LwIP stack has been initialized D (1402) esp_netif_lwip: esp-netif has been successfully initialized D (1412) event: running task for loop 0x3ffd3278 D (1412) event: created task for loop 0x3ffd3278 D (1422) event: created event loop 0x3ffd3278 V (1422) esp_netif_objects: esp_netif_next_unsafe 0x0 V (1432) esp_netif_objects: esp_netif_next_unsafe 0x0 D (1432) esp_netif_objects: esp_netif_add_to_list 0x3ffd41a0 D (1442) esp_netif_objects: esp_netif_add_to_list netif added successfully (total netifs: 1) D (1452) nvs: nvs_open_from_partition misc 1 D (1452) nvs: nvs_get_str_or_blob log I (1462) wifi:wifi driver task: 3ffd67a0, prio:23, stack:6656, core=0 V (1462) esp_adapter: thread sem create: sem=0x3ffd68f8 V (1462) esp_adapter: thread sem get: sem=0x3ffd68f8 I (1472) system_api: Base MAC address is not set I (1472) system_api: read default base MAC address from EFUSE D (1482) efuse: In EFUSE_BLK1__DATA1_REG is used 8 bits starting with 8 bit D (1492) efuse: In EFUSE_BLK1__DATA1_REG is used 8 bits starting with 0 bit D (1492) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 24 bit D (1502) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 16 bit D (1512) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 8 bit D (1522) efuse: In EFUSE_BLK1__DATA0_REG is used 8 bits starting with 0 bit D (1522) nvs: nvs_open_from_partition nvs.net80211 1 D (1532) nvs: nvs_get opmode 1 D (1532) nvs: nvs_get_str_or_blob sta.ssid D (1542) nvs: nvs_get sta.authmode 1 D (1542) nvs: nvs_get_str_or_blob sta.pswd D (1542) nvs: nvs_get_str_or_blob sta.pmk D (1552) nvs: nvs_get sta.chan 1 D (1552) nvs: nvs_get auto.conn 1 D (1552) nvs: nvs_get bssid.set 1 D (1562) nvs: nvs_get_str_or_blob sta.bssid D (1562) nvs: nvs_get sta.lis_intval 2 D (1572) nvs: nvs_get sta.phym 1 D (1572) nvs: nvs_get sta.phybw 1 D (1572) nvs: nvs_get_str_or_blob sta.apsw D (1582) nvs: nvs_get_str_or_blob sta.apinfo D (1582) nvs: nvs_get sta.scan_method 1 D (1582) nvs: nvs_get sta.sort_method 1 D (1592) nvs: nvs_get sta.minrssi 1 D (1592) nvs: nvs_get sta.minauth 1 D (1602) nvs: nvs_get sta.pmf_e 1 D (1602) nvs: nvs_get sta.pmf_r 1 D (1602) nvs: nvs_get sta.btm_e 1 D (1612) nvs: nvs_get sta.rrm_e 1 D (1612) nvs: nvs_get_str_or_blob ap.ssid D (1612) nvs: nvs_get_str_or_blob ap.passwd D (1622) nvs: nvs_get_str_or_blob ap.pmk D (1622) nvs: nvs_get ap.chan 1 D (1622) nvs: nvs_get ap.authmode 1 D (1632) nvs: nvs_get ap.hidden 1 D (1632) nvs: nvs_get ap.max.conn 1 D (1642) nvs: nvs_get bcn.interval 2 D (1642) nvs: nvs_get ap.phym 1 D (1642) nvs: nvs_get ap.phybw 1 D (1652) nvs: nvs_get ap.sndchan 1 D (1652) nvs: nvs_get ap.pmf_e 1 D (1652) nvs: nvs_get ap.pmf_r 1 D (1662) nvs: nvs_get ap.p_cipher 1 D (1662) nvs: nvs_get lorate 1 D (1662) nvs: nvs_get_str_or_blob country D (1672) nvs: nvs_set ap.sndchan 1 1 I (1672) wifi:wifi firmware version: 6b2834e I (1672) wifi:wifi certification version: v7.0 I (1682) wifi:config NVS flash: enabled I (1682) wifi:config nano formating: disabled I (1692) wifi:Init data frame dynamic rx buffer num: 32 I (1692) wifi:Init management frame dynamic rx buffer num: 32 I (1702) wifi:Init management short buffer num: 32 I (1702) wifi:Init dynamic tx buffer num: 32 I (1702) wifi:Init static rx buffer size: 1600 I (1712) wifi:Init static rx buffer num: 10 I (1712) wifi:Init dynamic rx buffer num: 32 V (1722) esp_adapter: thread sem get: sem=0x3ffd68f8 I (1722) wifi_init: rx ba win: 6 I (1732) wifi_init: tcpip mbox: 32 I (1732) wifi_init: udp mbox: 6 I (1732) wifi_init: tcp mbox: 6 I (1742) wifi_init: tcp tx win: 5744 I (1742) wifi_init: tcp rx win: 5744 I (1752) wifi_init: tcp mss: 1440 I (1752) wifi_init: WiFi IRAM OP enabled I (1752) wifi_init: WiFi RX IRAM OP enabled V (1762) esp_adapter: thread sem get: sem=0x3ffd68f8 V (1762) esp_adapter: thread sem get: sem=0x3ffd68f8 D (1772) ADC: Wi-Fi takes adc2 lock. I (1772) phy_init: phy_version 1300,2887b9c,Dec 16 2020 D (1782) phy_init: loading PHY init data from application binary D (1932) wifi:filter: set rx policy=0 I (1932) wifi:mode : sta (7c:df:a1:08:df:d2) I (1932) wifi:enable tsf D (1932) wifi:filter: set rx policy=1 D (1932) wifi:connect status 0 -> 0 D (1932) event: running post WIFI_EVENT:2 with handler 0x40094ff0 and context 0x3ffd4418 on loop 0x3ffd3278 0x40094ff0: wifi_default_action_sta_start at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_wifi/src/wifi_default.c:74 D (1942) wifi_init_default: wifi_start esp-netif:0x3ffd41a0 event-id2 D (1952) wifi_init_default: WIFI mac address: 7c df a1 8 df d2 V (1962) esp_adapter: thread sem create: sem=0x3ffdba00 V (1962) esp_adapter: thread sem get: sem=0x3ffdba00 D (1972) esp_netif_handlers: esp_netif action has started with netif0x3ffd41a0 from event_id=2 D (1972) esp_netif_lwip: check: remote, if=0x3ffd41a0 fn=0x4008bc6c 0x4008bc6c: esp_netif_start_api at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:669 D (1982) esp_netif_lwip: esp_netif_start_api 0x3ffd41a0 D (1992) esp_netif_lwip: esp_netif_get_hostname esp_netif:0x3ffd41a0 D (1992) esp_netif_lwip: check: local, if=0x3ffd41a0 fn=0x4008c604 0x4008c604: esp_netif_update_default_netif_lwip at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:174 D (2002) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffd41a0 V (2012) esp_netif_objects: esp_netif_next_unsafe 0x0 V (2012) esp_netif_objects: esp_netif_next_unsafe 0x3ffd41a0 V (2022) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffd41a0 D (2022) esp_netif_lwip: call api in lwip: ret=0x0, give sem D (2032) event: running post WIFI_EVENT:2 with handler 0x4008636c and context 0x3ffd4d8c on loop 0x3ffd3278 0x4008636c: wifi_event_handler at C:\Users\Administrator\Desktop\ESP32S2\wps-v2\wps\build/../main/wps.c:57 I (2042) example_wps: WIFI_EVENT_STA_START I (2042) example_wps: start wps... V (2052) esp_adapter: thread sem create: sem=0x3ffdf0b8 V (2052) esp_adapter: thread sem get: sem=0x3ffdf0b8 V (2062) esp_adapter: thread sem get: sem=0x3ffdf0b8 V (2062) esp_adapter: thread sem get: sem=0x3ffdf0b8 V (2072) esp_adapter: thread sem get: sem=0x3ffdf0b8 V (2072) esp_adapter: thread sem get: sem=0x3ffdf0b8 V (2132) esp_adapter: thread sem get: sem=0x3ffdf0b8 V (2132) esp_adapter: thread sem get: sem=0x3ffdf0b8 D (2132) wifi:Start wifi scan D (2132) wifi:sta_scan: default parameters, hidden=0, type=active, dur=<0,120> D (2142) wifi:first chan=1 D (2142) wifi:filter: set rx policy=3 D (2142) wifi:clear scan ap list D (2142) wifi:start scan: type=0x10f, priority=3, cb=0x4008dd7c, arg=0x3ffcbe70, ss_state=0x1, time=2151834, index=0 0x4008dd7c: wifi_wps_scan_done at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/wpa_supplicant/src/esp_supplicant/esp_wps.c:1775 D (2152) wifi:perform scan: ss_state=0x9, chan<1,0>, dur<0,120> D (2282) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (2282) wifi:perform scan: ss_state=0x9, chan<2,0>, dur<0,120> D (2402) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (2402) wifi:perform scan: ss_state=0x9, chan<3,0>, dur<0,120> D (2522) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (2532) wifi:perform scan: ss_state=0x9, chan<4,0>, dur<0,120> D (2652) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (2652) wifi:perform scan: ss_state=0x9, chan<5,0>, dur<0,120> D (2772) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (2772) wifi:perform scan: ss_state=0x9, chan<6,0>, dur<0,120> D (2892) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (2892) wifi:perform scan: ss_state=0x9, chan<7,0>, dur<0,120> D (3012) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (3012) wifi:perform scan: ss_state=0x9, chan<8,0>, dur<0,120> D (3132) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (3132) wifi:perform scan: ss_state=0x9, chan<9,0>, dur<0,120> D (3252) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (3262) wifi:perform scan: ss_state=0x9, chan<10,0>, dur<0,120> D (3382) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (3382) wifi:perform scan: ss_state=0x9, chan<11,0>, dur<0,120> D (3502) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (3502) wifi:perform scan: ss_state=0x9, chan<12,0>, dur<360,360> D (3862) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (3862) wifi:perform scan: ss_state=0x9, chan<13,0>, dur<360,360> D (4222) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (4222) wifi:filter: set rx policy=4 D (4222) wifi:first chan=1 D (4222) wifi:Start wifi disconnect D (4222) wifi:connect status 0 -> 0 D (4232) wifi:filter: set rx policy=8 D (4232) wifi:clear blacklist D (4232) wifi:Start wifi connect D (4242) wifi:connect status 0 -> 0 D (4242) wifi:connect chan=0 D (4242) wifi:first chan=1 D (4242) wifi:connect status 0 -> 1 D (4252) wifi:filter: set rx policy=3 D (4252) wifi:clear scan ap list D (4252) wifi:start scan: type=0x50f, priority=2, cb=0x400c4dac, arg=0x0, ss_state=0x1, time=4261512, index=0 0x400c4dac: cnx_start_handoff_cb at ??:? D (4262) wifi:perform scan: ss_state=0x9, chan<1,0>, dur<0,120> D (4272) wifi:clear scan ap list D (4282) wifi:rsn valid: gcipher=3 ucipher=3 akm=5 D (4282) wifi:bssid equal: ss_state=0x7 D (4282) wifi:profile match: ss_state=0x7 D (4282) wifi:scan end: arg=0x0, status=0, ss_state=0x7 D (4292) wifi:find first mathched ssid, scan done D (4292) wifi:filter: set rx policy=4 D (4302) wifi:first chan=1 D (4302) wifi:handoff_cb: status=0 D (4302) wifi:ap found, mac=80:3f:5d:74:ad:ed D (4312) wifi:new_bss=0x3ffcd4e0, cur_bss=0x0, new_chan=<1,1>, cur_chan=1 D (4312) wifi:filter: set rx policy=5 I (4322) wifi:new:<1,1>, old:<1,0>, ap:<255,255>, sta:<1,1>, prof:1 D (4322) wifi:connect_op: status=0, auth=5, cipher=3 D (4332) wifi:auth mode is not none D (4332) wifi:connect_bss: auth=1, reconnect=0 I (4332) wifi:state: init -> auth (b0) D (4342) wifi:start 1s AUTH timer D (4342) wifi:clear scan ap list D (4352) wifi:recv auth: seq=2, status=0 I (4352) wifi:state: auth -> assoc (0) D (4352) wifi:restart connect 1s timer for assoc D (4362) wifi:recv assoc: type=0x10 D (4362) wifi:filter: set rx policy=6 I (4362) wifi:state: assoc -> run (10) D (4372) wifi:start 20s connect timer D (4392) wifi:wps handle eapol succeed D (4452) wifi:wps handle eapol succeed D (5092) wifi:wps handle eapol succeed V (5102) esp_adapter: thread sem get: sem=0x3ffdf0b8 D (5102) event: running post WIFI_EVENT:8 with handler 0x4008636c and context 0x3ffd4d8c on loop 0x3ffd3278 0x4008636c: wifi_event_handler at C:\Users\Administrator\Desktop\ESP32S2\wps-v2\wps\build/../main/wps.c:57 I (5102) example_wps: WIFI_EVENT_STA_WPS_ER_FAILED V (5112) esp_adapter: thread sem get: sem=0x3ffdba00 V (5112) esp_adapter: thread sem get: sem=0x3ffdf0b8 V (5122) esp_adapter: thread sem get: sem=0x3ffdf0b8 V (5122) esp_adapter: thread sem get: sem=0x3ffdf0b8 V (5132) esp_adapter: thread sem get: sem=0x3ffdf0b8 V (5132) esp_adapter: thread sem get: sem=0x3ffdba00 D (5142) wifi:Start wifi disconnect I (5142) wifi:state: run -> init (0) D (5142) wifi:connect status 1 -> 6 D (5152) wifi:stop beacon/connect timer, send diassoc(8) D (5152) wifi:sta leave D (5152) wifi:stop CSA timer D (5162) wifi:remove 80:3f:5d:74:ad:ed from rc list I (5162) wifi:new:<1,0>, old:<1,1>, ap:<255,255>, sta:<1,1>, prof:1 D (5172) wifi:filter: set rx policy=8 D (5172) wifi:Send disconnect event, reason=8, AP number=0 D (5182) wifi:connect status 6 -> 0 D (5182) wifi:filter: set rx policy=8 V (5182) esp_adapter: thread sem get: sem=0x3ffdba00 V (5192) esp_adapter: thread sem create: sem=0x3ffd68f8 V (5192) esp_adapter: thread sem get: sem=0x3ffd68f8 V (5202) esp_adapter: thread sem get: sem=0x3ffd68f8 V (5202) esp_adapter: thread sem get: sem=0x3ffd68f8 V (5212) esp_adapter: thread sem get: sem=0x3ffd68f8 V (5212) esp_adapter: thread sem get: sem=0x3ffd68f8 V (5272) esp_adapter: thread sem get: sem=0x3ffd68f8 D (5272) event: running post WIFI_EVENT:5 with handler 0x40095008 and context 0x3ffd44a8 on loop 0x3ffd3278 0x40095008: wifi_default_action_sta_disconnected at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_wifi/src/wifi_default.c:107 D (5272) esp_netif_handlers: esp_netif action disconnected with netif0x3ffd41a0 from event_id=5 D (5282) esp_netif_lwip: check: remote, if=0x3ffd41a0 fn=0x4008beac 0x4008beac: esp_netif_down_api at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1226 D (5292) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffd41a0 D (5292) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffd41a0 D (5302) esp_netif_lwip: if0x3ffd41a0 start ip lost tmr: no need start because netif=0x3ffd4220 interval=120 ip=0 D (5312) esp_netif_lwip: check: local, if=0x3ffd41a0 fn=0x4008c604 0x4008c604: esp_netif_update_default_netif_lwip at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:174 D (5322) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffd41a0 V (5322) esp_netif_objects: esp_netif_next_unsafe 0x0 V (5332) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffd41a0 V (5342) esp_netif_objects: esp_netif_next_unsafe 0x3ffd41a0 D (5342) esp_netif_lwip: call api in lwip: ret=0x0, give sem D (5352) event: running post WIFI_EVENT:5 with handler 0x4008636c and context 0x3ffd4d8c on loop 0x3ffd3278 0x4008636c: wifi_event_handler at C:\Users\Administrator\Desktop\ESP32S2\wps-v2\wps\build/../main/wps.c:57 I (5362) example_wps: WIFI_EVENT_STA_DISCONNECTED V (5362) esp_adapter: thread sem get: sem=0x3ffdba00 D (5372) wifi:Start wifi connect D (5372) wifi:connect status 0 -> 0 D (5372) wifi:connect chan=0 D (5382) wifi:first chan=1 D (5382) wifi:connect status 0 -> 1 D (5382) wifi:filter: set rx policy=3 D (5382) wifi:clear scan ap list D (5392) wifi:start scan: type=0x50f, priority=2, cb=0x400c4dac, arg=0x0, ss_state=0x1, time=5394910, index=0 0x400c4dac: cnx_start_handoff_cb at ??:? D (5402) wifi:perform scan: ss_state=0x9, chan<1,0>, dur<0,120> V (5402) esp_adapter: thread sem get: sem=0x3ffd68f8 D (5412) wifi:Start wifi scan W (5412) wifi:sta_scan: STA is connecting, scan are not allowed! D (5422) wifi:rsn valid: gcipher=3 ucipher=3 akm=5 D (5422) wifi:receive encrypted ap, but password is empty D (5472) wifi:rsn valid: gcipher=3 ucipher=3 akm=5 D (5472) wifi:receive encrypted ap, but password is empty D (5522) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (5522) wifi:perform scan: ss_state=0x9, chan<2,0>, dur<0,120> D (5652) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (5652) wifi:perform scan: ss_state=0x9, chan<3,0>, dur<0,120> D (5772) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (5772) wifi:perform scan: ss_state=0x9, chan<4,0>, dur<0,120> D (5892) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (5892) wifi:perform scan: ss_state=0x9, chan<5,0>, dur<0,120> D (6012) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (6012) wifi:perform scan: ss_state=0x9, chan<6,0>, dur<0,120> D (6132) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (6132) wifi:perform scan: ss_state=0x9, chan<7,0>, dur<0,120> D (6252) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (6252) wifi:perform scan: ss_state=0x9, chan<8,0>, dur<0,120> D (6382) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (6382) wifi:perform scan: ss_state=0x9, chan<9,0>, dur<0,120> D (6502) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (6502) wifi:perform scan: ss_state=0x9, chan<10,0>, dur<0,120> D (6622) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (6622) wifi:perform scan: ss_state=0x9, chan<11,0>, dur<0,120> D (6742) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (6742) wifi:perform scan: ss_state=0x9, chan<12,0>, dur<360,360> D (7102) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (7102) wifi:perform scan: ss_state=0x9, chan<13,0>, dur<360,360> D (7462) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (7462) wifi:filter: set rx policy=4 D (7462) wifi:first chan=1 D (7472) wifi:handoff_cb: status=0 D (7472) wifi:clear rc list D (7472) wifi:clear blacklist D (7472) wifi:send disconnect event D (7482) wifi:connect status 1 -> 3 D (7482) wifi:disable connect timer D (7482) wifi:clear scan ap list D (7482) event: running post WIFI_EVENT:5 with handler 0x40095008 and context 0x3ffd44a8 on loop 0x3ffd3278 0x40095008: wifi_default_action_sta_disconnected at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_wifi/src/wifi_default.c:107 D (7492) esp_netif_handlers: esp_netif action disconnected with netif0x3ffd41a0 from event_id=5 D (7502) esp_netif_lwip: check: remote, if=0x3ffd41a0 fn=0x4008beac 0x4008beac: esp_netif_down_api at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1226 D (7512) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffd41a0 D (7522) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffd41a0 D (7522) esp_netif_lwip: if0x3ffd41a0 start ip lost tmr: no need start because netif=0x3ffd4220 interval=120 ip=0 D (7532) esp_netif_lwip: check: local, if=0x3ffd41a0 fn=0x4008c604 0x4008c604: esp_netif_update_default_netif_lwip at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:174 D (7542) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffd41a0 V (7552) esp_netif_objects: esp_netif_next_unsafe 0x0 V (7552) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffd41a0 V (7562) esp_netif_objects: esp_netif_next_unsafe 0x3ffd41a0 D (7562) esp_netif_lwip: call api in lwip: ret=0x0, give sem D (7572) event: running post WIFI_EVENT:5 with handler 0x4008636c and context 0x3ffd4d8c on loop 0x3ffd3278 0x4008636c: wifi_event_handler at C:\Users\Administrator\Desktop\ESP32S2\wps-v2\wps\build/../main/wps.c:57 I (7582) example_wps: WIFI_EVENT_STA_DISCONNECTED V (7582) esp_adapter: thread sem get: sem=0x3ffdba00 D (7592) wifi:Start wifi connect D (7592) wifi:connect status 3 -> 0 D (7602) wifi:connect chan=0 D (7602) wifi:first chan=1 D (7602) wifi:connect status 0 -> 1 D (7602) wifi:filter: set rx policy=3 D (7612) wifi:clear scan ap list D (7612) wifi:start scan: type=0x50f, priority=2, cb=0x400c4dac, arg=0x0, ss_state=0x1, time=7617295, index=0 0x400c4dac: cnx_start_handoff_cb at ??:? D (7622) wifi:perform scan: ss_state=0x9, chan<1,0>, dur<0,120> D (7632) wifi:rsn valid: gcipher=3 ucipher=3 akm=5 D (7632) wifi:receive encrypted ap, but password is empty D (7642) wifi:rsn valid: gcipher=3 ucipher=3 akm=5 D (7642) wifi:receive encrypted ap, but password is empty D (7732) wifi:rsn valid: gcipher=3 ucipher=3 akm=5 D (7732) wifi:receive encrypted ap, but password is empty D (7752) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (7752) wifi:perform scan: ss_state=0x9, chan<2,0>, dur<0,120> D (7872) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (7872) wifi:perform scan: ss_state=0x9, chan<3,0>, dur<0,120> D (7992) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (7992) wifi:perform scan: ss_state=0x9, chan<4,0>, dur<0,120> D (8112) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (8112) wifi:perform scan: ss_state=0x9, chan<5,0>, dur<0,120> D (8232) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (8232) wifi:perform scan: ss_state=0x9, chan<6,0>, dur<0,120> D (8352) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (8362) wifi:perform scan: ss_state=0x9, chan<7,0>, dur<0,120> D (8482) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (8482) wifi:perform scan: ss_state=0x9, chan<8,0>, dur<0,120> D (8602) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (8602) wifi:perform scan: ss_state=0x9, chan<9,0>, dur<0,120> D (8722) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (8722) wifi:perform scan: ss_state=0x9, chan<10,0>, dur<0,120> D (8842) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (8842) wifi:perform scan: ss_state=0x9, chan<11,0>, dur<0,120> D (8962) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (8962) wifi:perform scan: ss_state=0x9, chan<12,0>, dur<360,360> D (9322) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (9322) wifi:perform scan: ss_state=0x9, chan<13,0>, dur<360,360> D (9692) wifi:scan end: arg=0x0, status=0, ss_state=0x3 D (9692) wifi:filter: set rx policy=4 D (9692) wifi:first chan=1 D (9692) wifi:handoff_cb: status=0 D (9692) wifi:clear rc list D (9692) wifi:clear blacklist D (9692) wifi:send disconnect event D (9702) wifi:connect status 1 -> 3 D (9702) wifi:disable connect timer D (9702) wifi:clear scan ap list D (9712) event: running post WIFI_EVENT:5 with handler 0x40095008 and context 0x3ffd44a8 on loop 0x3ffd3278 0x40095008: wifi_default_action_sta_disconnected at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_wifi/src/wifi_default.c:107 D (9722) esp_netif_handlers: esp_netif action disconnected with netif0x3ffd41a0 from event_id=5 D (9732) esp_netif_lwip: check: remote, if=0x3ffd41a0 fn=0x4008beac 0x4008beac: esp_netif_down_api at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1226 D (9732) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffd41a0 D (9742) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffd41a0 D (9752) esp_netif_lwip: if0x3ffd41a0 start ip lost tmr: no need start because netif=0x3ffd4220 interval=120 ip=0 D (9762) esp_netif_lwip: check: local, if=0x3ffd41a0 fn=0x4008c604 0x4008c604: esp_netif_update_default_netif_lwip at C:/Users/Administrator/esp/esp-idf-v4.3-beta1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:174 D (9762) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffd41a0 V (9772) esp_netif_objects: esp_netif_next_unsafe 0x0 V (9772) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffd41a0 V (9782) esp_netif_objects: esp_netif_next_unsafe 0x3ffd41a0 D (9792) esp_netif_lwip: call api in lwip: ret=0x0, give sem D (9792) event: running post WIFI_EVENT:5 with handler 0x4008636c and context 0x3ffd4d8c on loop 0x3ffd3278 0x4008636c: wifi_event_handler at C:\Users\Administrator\Desktop\ESP32S2\wps-v2\wps\build/../main/wps.c:57 I (9802) example_wps: WIFI_EVENT_STA_DISCONNECTED I (9812) example_wps: Failed to connect! @yusufbavas can you also pls share the AP model and configuration of the AP which you are using for the WPS connection.Also Pls share the wireless sniffer capture during the failure of the wps connection. @yusufbavas Please check if v4.3 branch works or not. I'm wondering if this is related to https://github.com/espressif/esp-idf/issues/8087 The fix is in v4.3 branch but not yet in v4.4 and v4.2 branch. @yusufbavas, As AxelLin suggested pls try on 4.3 branch, From the logs shared looks like the wps handshake failed during the building of M1 packet. "D (4392) wifi:wps handle eapol succeed D (4452) wifi:wps handle eapol succeed D (5092) wifi:wps handle eapol succeed V (5102) esp_adapter: thread sem get: sem=0x3ffdf0b8 D (5102) event: running post WIFI_EVENT:8 with handler 0x4008636c and context 0x3ffd4d8c on loop 0x3ffd3278 0x4008636c: wifi_event_handler at C:\Users\Administrator\Desktop\ESP32S2\wps-v2\wps\build/../main/wps.c:57 I (5102) example_wps: WIFI_EVENT_STA_WPS_ER_FAILED" We are supposed to have "wps handle eapol succeed" 8 times for a successful wps session.Sniffer capture will help. Thanks for reporting, will close due to short of feedback, feel free to reopen with more updates. Thanks.
gharchive/issue
2021-03-02T06:39:19
2025-04-01T04:34:11.466182
{ "authors": [ "Alvin1Zhang", "AxelLin", "nishanth-radja", "yusufbavas" ], "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/6650", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
876321809
Add possibility to adjust HTTP Request timeout without re-creating the HTTP client instance (IDFGH-5211) I have an HTTP Client with a definite timeout: esp_http_client_config_t config = { .timeout_ms = 3000 }; hHTTPClient = esp_http_client_init(&config); This client is used for multiple requests so that the same connection is reused for speed reasons. In my use case there are requests which get answered very quickly and some requests which get answered very slowly. That's why I would like to adjust the request timeout for every single request without being forced to re-create the HTTP client with a call to esp_http_client_init. I suggest creation of the following function in the components/esp_http_client/esp_http_client.c file: esp_err_t esp_http_client_set_timeout(esp_http_client_handle_t client, uint32_t timeout_ms) { client->timeout_ms = timeout_ms; return ESP_OK; } This change would take just a few minutes and would be very helpful. Best regards! @zinke-ct-video Thanks for your suggestion. We will implement it.
gharchive/issue
2021-05-05T10:49:45
2025-04-01T04:34:11.471890
{ "authors": [ "ESP-YJM", "zinke-ct-video" ], "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/6984", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1048786479
"esp_partition_erase_range" causes esp32 to crash/restart, when BLE is enabled (IDFGH-6185) SDK: V4.3.1 CPU: ESP32 Module: WRover When calling "esp_partition_erase_range", the ESP32 reboots immediately. I have tried to call "esp_partition_erase_range" 10 times, with a delay for 1 second, at multiple places in the "main()". It succeeds successfully for many times, but as soon as BLE is enabled, it causes the ESP32 to reboot. I use "esp_partition_erase_range" for multiple purposes on a running device, and it is an issue, that BLE cannot be enabled, while erasing a partition. If I only start Wi-Fi part, it is not an issue. When I do not start any BLE stuff, if works perfectly. The exact same application worked without any issue on SDK V3.3.5. I see other with same bug (https://github.com/espressif/esp-idf/issues/6068), but that bug is 1 year old. I tried to reduce the size to erase to only 0x1000. But the system still reboots as soon as BLE is enabled. @MartinTJDK Do you have a log of the crash? It would be good to have information such as backtrace and in particular the register dump which will tell us something about the state of the processor and what type of exception occurred. I will create it now. Because it is 100% replicable (and frustrating)... The only output I get during the restart is: (I have enabled coredump output to uart, because I see no dump to flash) I (33365) ble_impl: Initializing Completed I (33365) ble_driver_server: BLE Server Initialized D (33375) ble_impl: esp_gattc_cb D (33375) ble_impl: ESP_GATTC_REG_EVT D (33385) ble_driver_client: ************** BLE_CLIENT_STATE__READY_IDLE I (33385) ble_driver_client: BLE Client Initialized [00000031.127319] BleMgr : [Informational] Starting server D (33405) ble_driver_server: Added to Whitelist I (33405) ble_impl: Starting advertisement I (33415) ble_impl: Starting advertisement [00000031.149655] APP : [Notice] Erase Coredump [00000031.172475] APP : [Notice] Erase Coredump Success [00000032.170369] APP : [Notice] Erase Coredump [00000032.186948] APP : [Notice] Erase Coredump Success [00000033.180641] APP : [Notice] Erase Coredump ets Jun 8 2016 00:22:57 rst:0x7 (TG0WDT_SYS_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0030,len:7072 load:0x40078000,len:14876 load:0x40080400,len:3764 0x40080400: _init at ??:? entry 0x40080680 I (160) boot: ESP-IDF v4.3.1 2nd stage bootloader I (161) boot: compile time 14:24:24 I (161) boot: chip revision: 1 I (164) boot_comm: chip revision: 1, min. bootloader chip revision: 0 I (171) boot.esp32: SPI Speed : 40MHz I (176) boot.esp32: SPI Mode : DIO I (181) boot.esp32: SPI Flash Size : 8MB W (185) boot.esp32: PRO CPU has been reset by WDT. W (191) boot.esp32: WDT reset info: PRO CPU PC=0x4008e0a0 0x4008e0a0: _xt_panic at C:\ESP\iotgwhc\build/../platform/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_handler_asm.S:30 W (197) boot.esp32: WDT reset info: APP CPU PC=0x4008c99e 0x4008c99e: spi_flash_op_block_func at C:\ESP\iotgwhc\build/../platform/esp/esp-idf/components/spi_flash/cache_utils.c:115 (discriminator 1) I (203) boot: Enabling RNG early entropy source... My settings for watchdogs are: Does it give any clues? What else can I get for you? @0xjakob Reverting this setting: "CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL" to 4096 makes system run normally again. I was using 64 to free more internal RAM. Perhaps SPI flash does not allocate memory from the internal pool? (and value less than 4096 results in external RAM allocation) @0xjakob Setting the value to 128 makes the system survive. But it would be interesting to know, if there was a good explanation... experiencing the same issue but ble is not on, but uart is (in iram) my backtace looks like this: 0x4008d5cd: uart_rx_intr_handler_default at esp-idf/components/driver/uart.c:992 0x40083db1: _xt_lowint1 at esp-idf/components/freertos/port/xtensa/xtensa_vectors.S:1105 0x4008b866: spi_flash_op_block_func at esp-idf/components/spi_flash/cache_utils.c:117 0x4008b774: ipc_task at esp-idf/components/esp_ipc/ipc.c:77 im on idf version V4.3.4 setting CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL to 128 seems to work indeed
gharchive/issue
2021-11-09T16:08:18
2025-04-01T04:34:11.486219
{ "authors": [ "0xjakob", "BitProgress", "MartinTJDK", "fromeijn" ], "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/7862", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
256108691
Malloc/free crash issue Hi all, I am having a very strange issue at the moment. I am having the esp32 crash during either malloc or a free. Sometimes the crash occurs when calling malloc from my application code (trying to allocate a buffer of between 28 and 100 bytes). Other times it seems to happen from within the BLE stack. There is plenty of heap left (~149k) I have tried on both v2.1(current head) and v3.0 (commit 2861f3e8) This seems to happen after I receive a few BLE messages and then try to send these out over the uart (at least on v2.1) Here is the backtrace from the crash on v3.0 of the idf: Guru Meditation Error of type LoadProhibited occurred on core 0. Exception was unhandled. Register dump: PC : 0x40087d7e PS : 0x00060b33 A0 : 0x800822d5 A1 : 0x3ffd74a0 0x40087d7e: multi_heap_malloc at C:/0000-Working/ESP32/esp-idf/components/heap/multi_heap.c:547 (discriminator 1) A2 : 0x3ffcf590 A3 : 0x0000004c A4 : 0x3ffdafa0 A5 : 0xffffffff A6 : 0x3ffdaf3c A7 : 0x3ffdc1ac A8 : 0x0000007c A9 : 0x3ffd7480 A10 : 0x000002b0 A11 : 0x00000003 A12 : 0x00060923 A13 : 0x3ffc1b88 A14 : 0x00000004 A15 : 0x3ffdc1bc SAR : 0x00000008 EXCCAUSE: 0x0000001c EXCVADDR: 0xffffffff LBEG : 0x4000c349 LEND : 0x4000c36b LCOUNT : 0x00000000 Backtrace: 0x40087d7e:0x3ffd74a0 0x400822d2:0x3ffd74d0 0x4008686d:0x3ffd74f0 0x400869f0:0x3ffd7510 0x40086e2c:0x3ffd7530 0x 400826b2:0x3ffd7550 0x400826d4:0x3ffd7570 0x400827dd:0x3ffd75b0 0x4000be35:0x3ffd75d0 0x4005789a:0x3ffd75f0 0x40056f25:0x3f fd7680 0x401039bd:0x3ffd76d0 0x40087aed:0x3ffd7700 0x40087eb1:0x3ffd7720 0x40082335:0x3ffd7740 0x40082559:0x3ffd7760 0x4000 bec7:0x3ffd7780 0x401120e5:0x3ffd77a0 0x40114065:0x3ffd77c0 0x40087d7e: multi_heap_malloc at C:/0000-Working/ESP32/esp-idf/components/heap/multi_heap.c:547 (discriminator 1) 0x400822d2: heap_caps_malloc at C:/0000-Working/ESP32/esp-idf/components/heap/heap_caps.c:123 0x4008686d: pvPortMalloc at C:/0000-Working/ESP32/esp-idf/components/freertos/port.c:438 0x400869f0: xQueueGenericCreate at C:/0000-Working/ESP32/esp-idf/components/freertos/queue.c:1992 0x40086e2c: xQueueCreateMutex at C:/0000-Working/ESP32/esp-idf/components/freertos/queue.c:495 0x400826b2: lock_init_generic at C:/0000-Working/ESP32/esp-idf/components/newlib/locks.c:79 0x400826d4: lock_acquire_generic at C:/0000-Working/ESP32/esp-idf/components/newlib/locks.c:132 0x400827dd: _lock_acquire_recursive at C:/0000-Working/ESP32/esp-idf/components/newlib/locks.c:169 0x401039bd: __assert_func at /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdlib/ ../../../.././newlib/libc/stdlib/assert.c:59 (discriminator 8) 0x40087aed: get_next_block at C:/0000-Working/ESP32/esp-idf/components/heap/multi_heap.c:547 (discriminator 1) 0x40087eb1: multi_heap_free at C:/0000-Working/ESP32/esp-idf/components/heap/multi_heap.c:547 (discriminator 1) 0x40082335: heap_caps_free at C:/0000-Working/ESP32/esp-idf/components/heap/heap_caps.c:172 0x40082559: _free_r at C:/0000-Working/ESP32/esp-idf/components/newlib/syscalls.c:33 0x401120e5: GKI_freebuf at C:/0000-Working/ESP32/esp-idf/components/bt/bluedroid/gki/gki_buffer.c:411 0x40114065: btc_task at C:/0000-Working/ESP32/esp-idf/components/bt/bluedroid/btc/core/btc_task.c:91 I am really not sure what is going on here. If anyone can help me out it would be greatly appreciated. Let me know if you need anything else, eg more specific information about what the system is doing before the crash etc. Some of the things i have looked into: main idle task seems to still be running free heap is ~149k the user code malloc doesnt seem to crash until after i connect as a central to two peripherals and receive a message or two from both peripherals. @igrr @projectgus Hi @lucazader, The underlying cause is some kind of heap corruption. To decode the stack trace you posted, going from bottom (outside) to top (in): Bluedroid code goes to free some buffer. Inside the free function multi_heap_free() there's an inline function get_next_block(), which has an assertion assert(next > (intptr_t)block);. If this assertion fails, the heap is corrupted (something else has written over the heap's internal metadata structure.) When the assertion fails it tries to print the assertion error message, which is vai printf(). The first time you printf() in a task it tries to allocate a lock. Allocating the lock calls malloc() and malloc() is exploding (again) because the heap is corrupt. But the underlying cause is that something, somewhere, prior to this code executing has corrupted the heap. We have some new tools for tracking heap corruption coming in the next few days to IDF. This should help you track down the problem - but for now I'd suggest looking in your code for anything which might overrun when writing a buffer, or dereference a pointer incorrectly. Unfortunately because of the nature of this crash, the problem could be anywhere. (Note the bug doesn't seem to be a double-free or something else directly related to the buffer that bluedroid is freeing at the time of the crash. There are a number of assertions in multi_heap_free() to check for that kind of situation and these all pass. The failure is when multi_heap_free() goes to walk the heap looking for neighbouring blocks to the one which is being freed.) @lucazader not sure is this a soltion for you, "too" but have a try with this "custom" coment on "freertos/heap_regions.c "vPortFreeTagged" read details here /* Check the block is actually allocated. */ configASSERT( ( pxLink->xAllocated ) != 0 ); // configASSERT( pxLink->pxNextFreeBlock == NULL ); // note: customized by rudi so please wait for the ESP-IDF 3.0 what they do :) give feedback how you get on in this. best wishes rudi ;-) Thanks for your responses. It was indeed heap corruption from a buffer over-run. Thanks for all your help!
gharchive/issue
2017-09-08T00:33:16
2025-04-01T04:34:11.496791
{ "authors": [ "ESP32DE", "lucazader", "projectgus" ], "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/issues/971", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1659677310
Make custom bootloader message match actual output (IDFGH-9834) Fixes the custom bootloader README.md so that the example output matches what will actually be output by default in the custom bootloader. Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pending? Let us recheck it. Thanks for the fix, LGTM! sha=f7736a6dd730ee93942cdd4dfcb193009d1916c0
gharchive/pull-request
2023-04-08T23:36:17
2025-04-01T04:34:11.500483
{ "authors": [ "CLAassistant", "ESP-Marius", "hasheddan" ], "repo": "espressif/esp-idf", "url": "https://github.com/espressif/esp-idf/pull/11163", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1184348441
Ota (AEGHB-33) I would like to ask about the ota project. This project works in such a way that if we upload the hello world to the responder, for example, it is no longer possible to update the responder to another project? can a new uploaded program run on the responder at once so that each time the responder responds, the bootloader looks to see if an update from the initiator is available? hello_world.bin is just used for test. You may upload a new firmware which is include ota responder function, for example a little different ota responder example. when reboot to new image, it can also respond the initiator. can you advise me how to combine get-started with example ota responder? We are now restructuring the project to combine different functions. Now combining different functions may need a little change. To combine get-started with example ota responder, you may add the following code to get-started example, and add examples/ota/sdkconfig.defaults partitions_4MB.csv to examples/get-started/ espnow_ota_config_t ota_config = { .skip_version_check = true, .progress_report_interval = 10, }; espnow_ota_responder_start(&ota_config); Change the wait ticks to avoid block in one of the espnow_recv : //components/ota/espnow_ota_responder.c Line:404 ret = espnow_recv(ESPNOW_TYPE_OTA_DATA, src_addr, data, &size, NULL, 100); ESP_ERROR_CONTINUE(ret != ESP_OK, ""); //examples/get-started/main/app_main.c Line: 102 ret = espnow_recv(ESPNOW_TYPE_DATA, addr, data, &size, &rx_ctrl, 100); ESP_ERROR_CONTINUE(ret != ESP_OK, ""); can you please describe to me in more detail what needs to be done. because it is certainly not enough to make only these conclusions that you have written to me. please i would really need it to work with the update at any time. at least on a simple example. I've already made it. why does the responder have to be connected to the router? shouldn't he communicate with the initiator via ESPNOW? It's just a simple way to make sure the responder channel the same with the initiator channel. The responder and the initiator connect to the same AP and they will on the same channel which the AP is working on. can you give me instructions on how to set it up @oliverrr97 Closing this issue since there has been no update on this. Please feel free to reopen if required.
gharchive/issue
2022-03-29T06:02:48
2025-04-01T04:34:11.508918
{ "authors": [ "LJYSP", "lhespress", "oliverrr97" ], "repo": "espressif/esp-now", "url": "https://github.com/espressif/esp-now/issues/26", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1437893967
Wifi Reconnect Issue (MEGH-3995) How to call WiFi reconnect method manually as WiFi reconnect not working properly. Even after internet goes (WiFi is connected but no wan) in that case also some time mqtt reconnect but some time it didn't reconnect automatically ... and need force restart of esp in both the cases. Hi @b4sudhir, are you using Rainmaker with Arduino or with ESP-IDF? If you are using Arduino, you can call the reconnect() function provided in the WiFi library. Example snippet: if (WiFi.isConnected() != true) { WiFi.reconnect(); } You can read the docs here.
gharchive/issue
2022-11-07T07:29:55
2025-04-01T04:34:11.511073
{ "authors": [ "b4sudhir", "sanketwadekar" ], "repo": "espressif/esp-rainmaker", "url": "https://github.com/espressif/esp-rainmaker/issues/194", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1857872285
BUS_TIMING_0 register definition for ESP32 According to ESP32 TRM (Version 4.7), table 21-6 page 543, I think there is an error in version 13 of esp32.svd file for the BUS_TIMING_0 register definition of TWAI module. The BAUD_PRESC field: <bitOffset>0</bitOffset> <bitWidth>6</bitWidth> instead of 14 The SYNC_JUMP_WIDTH field: <bitOffset>6</bitOffset> instead of 14 <bitWidth>2</bitWidth> Best regards, Pierre Thanks for opening this issue. These fields have been corrected in version 14 of the SVD.
gharchive/issue
2023-08-19T20:54:10
2025-04-01T04:34:11.524556
{ "authors": [ "jessebraham", "pierremolinaro" ], "repo": "espressif/svd", "url": "https://github.com/espressif/svd/issues/29", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2389499458
minScale is not working Hello I have this code and set minScale to 1 but doesn't work and even you increase the value still no effect. PdfViewerParams( maxScale: double.infinity, scaleEnabled: true, margin: 5, panEnabled: true, minScale: 1, useAlternativeFitScaleAsMinScale: true, useAlternativeFitScaleAsMinScale should be false to enable minScale. This is designed behavior. Thank you this works.
gharchive/issue
2024-07-03T21:16:51
2025-04-01T04:34:11.540635
{ "authors": [ "espresso3389", "reddeath1" ], "repo": "espresso3389/pdfrx", "url": "https://github.com/espresso3389/pdfrx/issues/202", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2274302169
autoreset: add settings black-/whitelist timeout length Nice, thanks! Do you think we'll start using the include/exclude logic in other apps, now we have it in autoreset and backswipe (#3391) ? Wondering whether if we have a third case, it would benefit being in a library Yes maybe we're getting to the point that it makes sense
gharchive/pull-request
2024-05-01T22:39:05
2025-04-01T04:34:11.555523
{ "authors": [ "bobrippling", "thyttan" ], "repo": "espruino/BangleApps", "url": "https://github.com/espruino/BangleApps/pull/3395", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2630157743
Score: bug fixes and some usability and performance improvements You can see the improved app on my own copy of the App Loader. I only have a Bangle2 so I couldn't test it on Bangle1 (and I couldn't get it to work properly on the Bangle1 emulator either). This is the first app I modify so let me know if I missed anything, thanks! One of the changes is the correction of the tiebreak alignment problem, I attach the before and after screenshots: Nice, thank you!
gharchive/pull-request
2024-11-02T03:23:49
2025-04-01T04:34:11.558236
{ "authors": [ "AleixDev", "bobrippling" ], "repo": "espruino/BangleApps", "url": "https://github.com/espruino/BangleApps/pull/3638", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
324926720
Update React Native Still not released. Recheck everything after then. Wow https://twitter.com/reactnative/status/1006250016481034240 Recheck whole .flowconfig Wait for 0.57 and related RNW updates. "Node 8 is now the standard for React Native." hmm, should we downgrade or Node 10 (because of .mjs) is fine? React Native must be in sync with React Native Web. Use new [silence] section in the .flowconfig I hope RNW will be updated, I do not want to remove it, but OFC I can. RNW is great because of better style defaults and i18n at least. But that can be easily emulated or I can use ReactXP. Who knows. Maybe plain React will be better. Let's wait.
gharchive/issue
2018-05-21T14:00:06
2025-04-01T04:34:11.562831
{ "authors": [ "steida" ], "repo": "este/este", "url": "https://github.com/este/este/issues/1535", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2496749701
[Node Operator Issue] Granite Release bricks node, full re-sync required Discussed in https://github.com/ethereum-optimism/developers/discussions/564 Originally posted by moorow August 30, 2024 Are you running the most up to date node software? [X] Yes Did you check the documentation? [X] Yes Did you check for duplicate questions? [X] Yes Issue Description Updating to the Granite release seems to break the state of a node. Here are steps I followed and logs: Graceful stop op-node Graceful stop op-geth Start op-geth (New version) INFO [08-30|09:27:51.999] Post-Merge hard forks (timestamp based): INFO [08-30|09:27:51.999] - Shanghai: @1704992401 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/shanghai.md) INFO [08-30|09:27:51.999] - Cancun: @1710374401 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md) INFO [08-30|09:27:51.999] - Regolith: @0 INFO [08-30|09:27:51.999] - Canyon: @1704992401 INFO [08-30|09:27:51.999] - Ecotone: @1710374401 INFO [08-30|09:27:51.999] - Fjord: @1720627201 INFO [08-30|09:27:51.999] - Granite: @1726070401 INFO [08-30|09:27:51.999] INFO [08-30|09:27:51.999] --------------------------------------------------------------------------------------------------------------------------------------------------------- INFO [08-30|09:27:51.999] INFO [08-30|09:27:52.000] Loaded most recent local block number=124,705,593 hash=953dd8..ba9ede td=210,470,125 age=1m49s INFO [08-30|09:27:52.000] Loaded most recent local finalized block number=124,704,852 hash=2c608b..db1b52 td=210,470,125 age=26m31s INFO [08-30|09:27:52.000] Loaded last snap-sync pivot marker number=123,961,326 WARN [08-30|09:27:52.000] Head state missing, repairing number=124,705,593 hash=953dd8..ba9ede snaproot=2a2e50..f5c381 INFO [08-30|09:28:03.101] Block state missing, rewinding further number=124,703,029 hash=baeb46..e4fa7a elapsed=11.100s INFO [08-30|09:28:11.101] Block state missing, rewinding further number=124,612,195 hash=441943..78c159 elapsed=19.100s INFO [08-30|09:28:19.101] Block state missing, rewinding further number=124,466,580 hash=de38e2..34caa6 elapsed=27.100s INFO [08-30|09:28:27.101] Block state missing, rewinding further number=124,251,092 hash=62041b..f1a58b elapsed=35.101s INFO [08-30|09:28:35.101] Block state missing, rewinding further number=124,005,258 hash=798f45..1b1643 elapsed=43.101s INFO [08-30|09:28:36.505] Pivot block reached, resetting to genesis number=123,961,326 hash=5678e6..fd8b23 INFO [08-30|09:28:36.507] Chain is stateless, wait state sync number=0 hash=7ca38a..3fa48b INFO [08-30|09:28:36.508] Loaded most recent local header number=124,705,593 hash=953dd8..ba9ede td=210,470,125 age=2m33s INFO [08-30|09:28:36.508] Loaded most recent local block number=0 hash=7ca38a..3fa48b td=1 age=55y5mo2w INFO [08-30|09:28:36.508] Loaded most recent local snap block number=124,705,593 hash=953dd8..ba9ede td=210,470,125 age=2m33s INFO [08-30|09:28:36.508] Loaded most recent local finalized block number=124,704,852 hash=2c608b..db1b52 td=210,470,125 age=27m15s INFO [08-30|09:28:36.508] Loaded last snap-sync pivot marker number=123,961,326 WARN [08-30|09:28:36.509] Enabling snapshot recovery chainhead=0 diskbase=124,705,308 WARN [08-30|09:28:36.526] Snapshot is not continuous with chain snaproot=1a96d0..894acc chainroot=eddb4c..a568eb INFO [08-30|09:28:36.526] Initialized transaction indexer range="last 2350000 blocks" INFO [08-30|09:28:36.526] Initialising Ethereum protocol network=10 dbversion=8 INFO [08-30|09:28:36.526] Loaded local transaction journal transactions=0 dropped=0 INFO [08-30|09:28:36.526] Enabled snap sync head=0 hash=7ca38a..3fa48b INFO [08-30|09:28:36.526] Gasprice oracle is ignoring threshold set threshold=2 WARN [08-30|09:28:36.527] Engine API enabled protocol=eth Start op-node (New version) t=2024-08-30T09:29:05+0000 lvl=warn msg="Deriver system is resetting" err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the L2 head block: failed to determine L2BlockRef of latest, could not get payload: post-merge block header requires EIP-1559 base fee field, but got <nil>" t=2024-08-30T09:29:05+0000 lvl=warn msg="Deriver system is resetting" err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the L2 head block: failed to determine L2BlockRef of latest, could not get payload: post-merge block header requires EIP-1559 base fee field, but got <nil>" t=2024-08-30T09:29:05+0000 lvl=warn msg="Deriver system is resetting" err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the L2 head block: failed to determine L2BlockRef of latest, could not get payload: post-merge block header requires EIP-1559 base fee field, but got <nil>" t=2024-08-30T09:29:05+0000 lvl=warn msg="Deriver system is resetting" err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the L2 head block: failed to determine L2BlockRef of latest, could not get payload: post-merge block header requires EIP-1559 base fee field, but got <nil>" t=2024-08-30T09:29:05+0000 lvl=warn msg="Deriver system is resetting" err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the L2 head block: failed to determine L2BlockRef of latest, could not get payload: post-merge block header requires EIP-1559 base fee field, but got <nil>" t=2024-08-30T09:29:05+0000 lvl=warn msg="Deriver system is resetting" err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the L2 head block: failed to determine L2BlockRef of latest, could not get payload: post-merge block header requires EIP-1559 base fee field, but got <nil>" t=2024-08-30T09:29:05+0000 lvl=warn msg="Deriver system is resetting" err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the L2 head block: failed to determine L2BlockRef of latest, could not get payload: post-merge block header requires EIP-1559 base fee field, but got <nil>" Protocol Description network: op-mainnet chainid: 10 L1 chain: mainnet Old Versions op-geth: v1.101315.2 op-node: v1.7.7 New Versions op-geth: v1.101408.0 op-node: v1.9.1 Node Logs No response Additional Information No response Feedback No response Based on some discussion on Discord it looks like this may be related to Path Based (PBSS)? Someone said that this only affects Full nodes, not Archive. Thanks for the flag, can you share your runtime configuration you're using for op-mode and op-geth? Sure thing: op-geth - --ws - --ws.port=8550 - --ws.addr=0.0.0.0 - --ws.origins="*" - --http - --http.port=8549 - --http.addr=0.0.0.0 - --http.vhosts="*" - --http.corsdomain="*" - --authrpc.addr=0.0.0.0 - --authrpc.jwtsecret=/data/jwt.txt - --authrpc.port=9333 - --authrpc.vhosts="*" - --datadir=/data/geth - --verbosity=3 - --rollup.disabletxpoolgossip=true - --rollup.sequencerhttp=https://mainnet-sequencer.optimism.io - --op-network=op-mainnet - --syncmode=snap - --rpc.gascap=0 - --rpc.evmtimeout=10s - --rpc.batch-response-max-size=50000000 - --rpc.batch-request-limit=2000 - --nat=extip:${HOST_IP_ADDRESS} op-node - --l1=${L1_EXECUTION_RPC_URL} - --l1.rpckind=alchemy - --l1.trustrpc - --l1.beacon=${L1_BEACON_RPC_URL} - --l2=ws://op-geth:9333 - --network=op-mainnet - --rpc.addr=127.0.0.1 - --rpc.port=9545 - --l2.jwt-secret=/data/jwt.txt - --syncmode=execution-layer - --p2p.advertise.ip=${HOST_IP_ADDRESS} - --p2p.listen.ip=0.0.0.0 - --p2p.listen.tcp=9003 - --p2p.listen.udp=9003 - --p2p.advertise.tcp=9003 - --p2p.advertise.udp=9003 - --metrics.enabled - --metrics.addr=0.0.0.0 - --metrics.port=7300
gharchive/issue
2024-08-30T09:45:36
2025-04-01T04:34:11.745788
{ "authors": [ "moorow", "sbvegan" ], "repo": "ethereum-optimism/developers", "url": "https://github.com/ethereum-optimism/developers/issues/565", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2490926894
holocene: smart contract changes Description This PR is the spec for: https://github.com/ethereum-optimism/specs/issues/350 https://github.com/ethereum-optimism/specs/issues/340 We are explicitly not scoping https://github.com/ethereum-optimism/specs/issues/122 because it will result in a large diff to the proofs. In the future we can work on proof optimizations. The permit2 predeploy has the L2 chainid embedded in the bytecode. We need a way to handle this, I think we should just wipe the chainid to by 0 so it just uses block.chainid rather than a cached version We need to think about the semantics of the upgrade. For the L1Block storage part of the upgrade, we either need to: Include a "migration contract" that deterministically migrates the state Have fallbacks in each implementation contract that try to read from L1Block then fall back to state Both have tradeoffs The migration contract approach would look like upgrading the L1Block contract to a contract that is able to make a bunch of calls to get the data it needs and then storing it in its storage at the correct locations. So this would be fetching the storage values, for example calling L2CrossDomainMessenger.otherMessenger. We would need to make sure that all of the values can be accessed for this to work. The problem with this approach is that it will use a lot of gas and we need to be mindful of not using too much gas during the upgrade, otherwise it will conflict with user deposits. This is a risk we will always face until we have deposit queue. We could also make the semantics such that the deposit transactions are done over multiple blocks, but this is not flexible with certain configurations of the OP Stack. The fallback approach will not force the storage migration to ever happen and we will likely be stuck with the fallback forever or at least a good amount of time until we can be sure that a SystemConfig.initialize does send all of the correct information to L2 overall this LGTM other than the unresolved comments. Async reminder: @protolambda feel free to add your thoughts on any potential risks we might have with this approach. @BlocksOnAChain no immediate concerns. From a purist view, I like if the post-genesis, but pre-user, state changes are immediately after genesis, rather than at any point (there may be gaps, because of the fixed block time). Should not be a concern if deposits are only enabled after the post-genesis system deposits complete. And the 1559 fee parameters have fun lower/upper bound cases, but won't brick the system as long as they can be modified through L1-initiated deposits. We need to think about the semantics of the upgrade. For the L1Block storage part of the upgrade, we either need to: Include a "migration contract" that deterministically migrates the state Have fallbacks in each implementation contract that try to read from L1Block then fall back to state Both have tradeoffs The migration contract approach would look like upgrading the L1Block contract to a contract that is able to make a bunch of calls to get the data it needs and then storing it in its storage at the correct locations. So this would be fetching the storage values, for example calling L2CrossDomainMessenger.otherMessenger. We would need to make sure that all of the values can be accessed for this to work. The problem with this approach is that it will use a lot of gas and we need to be mindful of not using too much gas during the upgrade, otherwise it will conflict with user deposits. This is a risk we will always face until we have deposit queue. We could also make the semantics such that the deposit transactions are done over multiple blocks, but this is not flexible with certain configurations of the OP Stack. The fallback approach will not force the storage migration to ever happen and we will likely be stuck with the fallback forever or at least a good amount of time until we can be sure that a SystemConfig.initialize does send all of the correct information to L2 I solved this with a setHolocene function on the L1Block contract that does the storage migration
gharchive/pull-request
2024-08-28T04:08:04
2025-04-01T04:34:11.768385
{ "authors": [ "BlocksOnAChain", "protolambda", "roberto-bayardo", "tynes" ], "repo": "ethereum-optimism/specs", "url": "https://github.com/ethereum-optimism/specs/pull/358", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2743440562
update gas limit checks for Base Base has experimented with pushing its gas limit beyond what is specified in the standard config. Currently, this is fine: Since they’re not yet a standard chain, they aren’t bound by the recommended gas limit. Long term, this should remain acceptable: The gas limit guideline exists to ensure chains maintain performance. Base has shown a commitment to responsible scaling, and their research will help us refine the standard config limits when they aim to become a standard chain. The most recent update to the Base gas limit has officially pushed them over what’s permitted in the standard config. We’re currently checking this aggressively (but unnecessarily) for Base, so this is causing CI failures for the whole SCR. To fix this, we should add an exception for Base to the gas limit checks, with a clear TODO to remove the exception when Base decides to adhere to the standard charter. We would like to maintain Base's status as a standard candidate in order to reflect their commitment to eventually becoming a standard chain. One nuance here is that base is likely using the GETH_MINER_EFFECTIVEGASLIMIT override (or reth equivalent) such that the SystemConfig.gasLimit() is not what is actually capping their gas per block. After smart contract changes introduced by holocene, that env var override should be deprecated and we can read everything from the SystemConfig contract. Related: I think we should also be validating standard chains' per block gas target in addition to the gas limit. And combining that with the block frequency for performance standards/limits. One thing that restricts gas limit is what is fault-provable within a given block/batch. I believe gas target is more closely related to on-going performance.
gharchive/issue
2024-12-16T21:32:35
2025-04-01T04:34:11.772157
{ "authors": [ "bitwiseguy", "tessr" ], "repo": "ethereum-optimism/superchain-registry", "url": "https://github.com/ethereum-optimism/superchain-registry/issues/800", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
247239991
Support tab https://github.com/ethereum/browser-solidity/issues/644
gharchive/pull-request
2017-08-02T00:28:49
2025-04-01T04:34:11.793265
{ "authors": [ "ninabreznik" ], "repo": "ethereum/browser-solidity", "url": "https://github.com/ethereum/browser-solidity/pull/647", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
535423983
It should be easier to debug consensus failures What is wrong? It took me a while to diagnose https://github.com/ethereum/py-evm/issues/1893, if debugging could be made easier that would be helpful during emergencies where Trinity has production users. In order to reproduce the error I was able to use the gethimport script to re-attempt processing the failing block. This was incredibly useful! Documentation on using gethimport, or instructions for using ipython (and how to get an rlp-encoded version of the offending block), would be great things to add to a playbook. When the block failed to import I got an error mentioning mix hashes, apparently the pow failed to validate. This is a very misleading error. Luckily, I had experience with this and knew that commenting out the POW check would help me find the root cause. Switching the order of checks, or catching the POW exception and raising the more-useful exception if it applies, would make debugging faster and more intuitive. After commenting out the POW check I got a better exception, which showed that when Trinity processes the block, it created a block with a different state root, receipts root, and gas cost. In order to drill further down I needed to add some code to BaseVM.import_block which printed each receipt. I was able to compare that with the output from the gethimport script (there's a command to dump the receipts for a block. I then manually compared gas costs until I found the first receipt which did not match. This would have been easier if there was some kind of command to dump the receipts trinity generated during block processing. This could be DEBUG output, or maybe a method callable from ipython which disables all checks and returns as much state as it can? After figuring out which transaction had been processed incorrectly, I asked Geth to create a trace of it. In order to get a trace from geth I had to run geth attach and then debug.standardTraceBlockToFile("[block hash]", {reexec:6000000}). Finding standardTraceBlockToFile and the reexec command required asking in geth's discord channel. More familiarity with geth's docs, or some kind "consensus failre" playbook would have saved me time there. Trinity has no method of creating a trace, it only has DEBUG2 output. This made comparing traces extremely difficult. The Trinity trace was 49236 lines, and the geth trace was 23869 lines. Geth reports gas costs in hexadecimal, while Trinity reports them in decimal. If Trinity used the standard trace format I could have ran diff and looked at the first place they diverged. Once the offending instruction gas cost had been identified finding the actual bug was pretty easy! Thanks for the writeup, very good points! Just some quick comments: Documentation on using gethimport, or instructions for using ipython (and how to get an rlp-encoded version of the offending block), would be great things to add to a playbook. Just noting that trinity supports import / export commands (just recently added) that lets you do this. https://github.com/ethereum/trinity/blob/eb00e74249086b10c24f73081131f66d710ddcef/tests/integration/test_trinity_cli.py#L366-L418 We should probably add better coverage for that in the docs. In fact, a whole detailed guide on how to debug consensus errors would be great! Luckily, I had experience with this and knew that commenting out the POW check would help me find the root cause. Yes, good point. Just noting that as part of the Clique support we have some refactoring coming that will make it easier to disable the Pow checks. In fact, one could even run Trinity with something like --consensus-engine no-proof
gharchive/issue
2019-12-10T00:49:28
2025-04-01T04:34:11.887133
{ "authors": [ "cburgdorf", "lithp" ], "repo": "ethereum/py-evm", "url": "https://github.com/ethereum/py-evm/issues/1896", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1119156828
Rename refactoring and add comments to uTP This is the first PR of a series of PRs to refactor the uTP implementation and fix some of the uTP bugs. This PR includes a simple renaming of some of the variables, methods and adding comments to improve code readability and debugging. This PR doesn't change any functionality. It is using the uTP library implemented in Rust for reference. You mentioned in chat that you found a number of issues by transferring data over uTP from trin to trin. That sounds like an important test to add to CI to prevent regressions. Doesn't necessarily have to be in included in this PR, but I'd love to hear your plans for testing. You mentioned in chat that you found a number of issues by transferring data over uTP from trin to trin. That sounds like an important test to add to CI to prevent regressions. Doesn't necessarily have to be in included in this PR, but I'd love to hear your plans for testing. I'm doing the test manually right now using a different branch which is kinda hacky. I'm checking the packet transfer between two nodes by sending a uTP payload and manually looking for inconsistencies (the code can be found here). The general idea to test uTP is to use a uTP testing framework. The testing framework will look something similar to what Fluffy is doing here. It is spinning two uTP implementations (test_apps) in docker containers and a network simulator (ns-3 bridges the connection. This approach comes from a QUIC testing framework, more info about it can be found here and here. This way, we can test the uTP transfer on different network conditions including delays, drop rate, corrupted packets and etc. To make this possible, we need first to do the following: Fix all obvious issues in the current implementation and add more unit tests (this requires refactoring). Add receive(), close(), flush() methods to our uTP implementation and make it more "socket like". Encapsulate all uTP logic so we can test it by running only a uTP socket without running a whole trin node as a black box. Integrate uTP with the testing framework mentioned above and add it to CI So the first stage will include a few PRs (this is the first), mainly refactoring and adding additional unit tests. The general idea to test uTP is to use a uTP testing framework. The testing framework will look something similar to what Fluffy is doing here. It is spinning two uTP implementations (test_apps) in docker containers and a network simulator (ns-3) bridges the connection. This approach comes from a QUIC testing framework, more info about it can be found here and here. So the first stage will include a few PRs (this is the first), mainly refactoring and adding additional unit tests. Awesome, thanks for the summary. This looks great!
gharchive/pull-request
2022-01-31T09:06:37
2025-04-01T04:34:11.917018
{ "authors": [ "carver", "ogenev" ], "repo": "ethereum/trin", "url": "https://github.com/ethereum/trin/pull/235", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
484383599
Flaky tests/p2p/test_token_bucket.py::assert_fuzzy_equal What is wrong? tests/p2p/test_token_bucket.py::assert_fuzzy_equal failing too often on CI Example: https://circleci.com/gh/ethereum/trinity/90067 How can it be fixed uninvestigated yet I'm leaning towards a monkeypatch based solution to manually control the flow of time and remove all fuzzy-ness. This will result in a little bit of testing the implementation but I think we can get reliable tests that do an adequate job of testing the functionality with this approach.
gharchive/issue
2019-08-23T07:54:03
2025-04-01T04:34:11.919861
{ "authors": [ "ChihChengLiang", "pipermerriam" ], "repo": "ethereum/trinity", "url": "https://github.com/ethereum/trinity/issues/967", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
821015601
Kademlia should not allow incoming connections after a certain point Due to increased usage of swarm we've been seeing more nodes on the network, which in turn means more discovery is happening and more connections are being established between peers. On certain occasions, observed peer connections on kademlia on certain bins was unreasonably high, which in turn causes nodes to have higher load due to pull syncing (both in and out of the nodes they are connected to). We should limit the amount of incoming connections from a certain point, right now setting a ballpark figure of 16 peers, however this should be observed and tweaked in the future. The limit should apply for incoming connections only outside of depth. fixed in #1352
gharchive/issue
2021-03-03T11:20:42
2025-04-01T04:34:11.995119
{ "authors": [ "acud" ], "repo": "ethersphere/bee", "url": "https://github.com/ethersphere/bee/issues/1374", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1858806710
EthStorage Devs Meeting #45 Agenda Meeting Info Aug 22, 2023, 10:00 UTC+8 Duration: 60 minutes Meeting link Anyone can comment on the agenda where they would like this to be discussed. Agenda Protocol/App/Research progress TBA 4844 devnet intergration Integration Test - in progress Miner Review part 3 1、The main features of the ethers Node.js version are mostly completed. 2、Complete the draft for applying for an ESP. 3、Implement the API for generating proofs using blobs. op-program compiled with wasm (on tinygo) prepare and submit ESP program on proof of storage EthStorage -- sync implementation: done unit test (done) Metrics (done: https://github.com/ethstorage/go-ethstorage/pull/63) Smoke Test and fix issues (done) performance test & integration test (running the benchmark and collecting data) galileo maintain explorer issue (done) research on tinygo unknow-wasm target arbitrum compiled to wasm on tinygo Fix/merge/split mining pull requests: in progress Fixes comments of https://github.com/ethstorage/go-ethstorage/pull/48 https://github.com/ethstorage/go-ethstorage/pull/64 merged https://github.com/ethstorage/go-ethstorage/pull/74 merged https://github.com/ethstorage/go-ethstorage/pull/79 merged Setup 4844 devnet-8 node: done http://65.108.236.27:8545 chainid: 7011893058 Docker compose - todo ZK Fraud Proof https://github.com/LiuJiazheng/go-to-wasm-example - Modified tinygo and run a simple fibonacci sequence, passed. zkWASM: error trap on unreachable. Might be used to compile a full version of op program. Recording: https://drive.google.com/file/d/1yqBJmYrP2WPmgWmFMAKej1AtI7odWbqe/view?usp=sharing
gharchive/issue
2023-08-21T07:49:54
2025-04-01T04:34:12.005647
{ "authors": [ "LiuJiazheng", "dajuguan", "iteyelmp", "ping-ke", "qizhou", "qzhodl", "syntrust" ], "repo": "ethstorage/pm", "url": "https://github.com/ethstorage/pm/issues/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1359273437
Plan for FE code for Plus in Core The new challenge that integrating Cls introduces is: On a page in the non-Plus Ctl UI, we want to add content that is only usable in the Plus edition. This is different from the Data Map, which is an entire page that is only provided by Plus. This has some overlap with the nav bar, which needs to have a mix of Plus and non-Plus links. There are two options to make this possible: Option 1: The Plus frontend code lives in main repo With this option, all of the Plus FE is available as open source, but any features which require the Plus BE are disabled. Pros: Quick to get started Would work for all similar changes going forward FE team gets to centralize in core repo Cons: Any FE code that doesn't rely on BE functionality can't be gated behind Plus. Unless we keep do the Data Map approach and make it a separate zone (page). The mismatch Plus FE code that lives in the Plus repo (Data Map) and the main repo could be hard to keep track of. Alternative considered Option 2: The Plus frontend builds its own copy of the whole UI This would require cloning/copying/packaging the Ctl UI code so that Plus can re-use and modify it. Pros: The Plus UI can modify any aspect of the app Plus features live in the Plus repo Removes zone shenanigans Cons Requires a full rework of how we bring main repo UI code into the Plus repo It's likely one repo would start lagging behind the other as we maintain both Related: https://github.com/ethyca/fidesctl-plus/issues/78 Dug into the design and listed what we'll need to do. I'll convert this list into issues and tackle them roughly in order. [x] Initial feature flag for checking Plus status. https://github.com/ethyca/fidesctl-plus/issues/78#issuecomment-1234649352 [ ] Improve feature flag for getting Plus version. Frontend usage of API introduced by https://github.com/ethyca/fides/issues/1052 [ ] Add "Classify dataset" toggle to Dataset generate form Design: https://www.figma.com/file/ArkIrEHQuWeQAQQtuKUXNJ/Classify?node-id=20%3A3757 With Plus: toggle enabled, defaults to on. Without Plus: toggle disabled. ❓Open questions: Do we want to disable the features, or hide them completely? Need help text for tooltip. [ ] "Generate dataset" opens a confirmation modal for classify request Design: https://www.figma.com/file/ArkIrEHQuWeQAQQtuKUXNJ/Classify?node-id=21%3A3045 Clicking "Continue" calls createDataset and generateDataset (just like without classify). Then pass the created dataset to the classify API: https://github.com/ethyca/fidesctl-plus/issues/97 When the request succeeds, show a "Success" toast and refresh the list of datasets. ❓Open questions: We do call the Generate API, right? Or is that redundant with Classify? Loading state? Error state? What if creating/generating succeeded, but starting the classify fails? That state would probably be the same as creating a dataset with "classify" turned off. [ ] Add classificatino status to Datasets table Design: https://www.figma.com/file/ArkIrEHQuWeQAQQtuKUXNJ/Classify?node-id=22%3A3172 Uses the classification status API: https://github.com/ethyca/fidesctl-plus/issues/98 Each status has a tooltip description. Processing Awaiting Review Classified ❓Open questions: Without Plus, does is the status column hidden? What is the status if the classifier wasn't used? Is there any idea of review, or expecting the user to add info, as a status? [ ] Overlay classification details in Dataset table Design: https://www.figma.com/file/ArkIrEHQuWeQAQQtuKUXNJ/Classify?node-id=22%3A4723 Uses the classification details API: https://github.com/ethyca/fidesctl-plus/issues/99 The header indicates the classifier has run. The table switcher indicates how many fields have classifier values for each table. The "Identifiability" column contains the classification result. A tooltip indicates the classifier generated the value. If the user assigns a different value, that overrides the classifier. The "Data Categories" column contains the classification results. A tooltip indicates the classifier generated the list of categories. If the adds/removes any categories, those override the classifier. [ ] Add "Approve dataset classification" button Design: https://www.figma.com/file/ArkIrEHQuWeQAQQtuKUXNJ/Classify?node-id=22%3A19974 Classification status API: https://github.com/ethyca/fidesctl-plus/issues/98#issuecomment-1240033591 Before updating the review status, any fields that have a classification result which the user didn't override are saved to the dataset using the updateDataset API. [ ] Add Datset "Classification" field in editor panel Design: https://www.figma.com/file/ArkIrEHQuWeQAQQtuKUXNJ/Classify?node-id=22%3A7634 ❓Open questions: Is there an API to assign set this field? Does it live on the dataset model? What even is this?
gharchive/issue
2022-09-01T18:56:58
2025-04-01T04:34:12.025426
{ "authors": [ "ssangervasi" ], "repo": "ethyca/fides", "url": "https://github.com/ethyca/fides/issues/1041", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1702417806
Unify AWS secret definitions Bug Description There are currently multiple places where we define the aws secrets (e.g. generate and connection_configuration) It would be better if we were to define these once and avoid having to maintain configurations in multiple places Steps to Reproduce n/a Expected behavior No functionality change, just better adhering to better practices Screenshots n/a Environment Version: OS: Python Version: Docker Version: Additional context As discussed in this PR review comment We will be revisiting this soon as we consider the new dataset generation/annotation interface. But that would probably be in Fidesplus.
gharchive/issue
2023-05-09T17:07:41
2025-04-01T04:34:12.029982
{ "authors": [ "SteveDMurphy", "rsilvery" ], "repo": "ethyca/fides", "url": "https://github.com/ethyca/fides/issues/3257", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1962252049
Skip cypress test that checks TC string timestamps for now Stop gap for https://ethyca.atlassian.net/browse/PROD-1272 Description Of Changes Write some things here about the changes and any potential caveats Code Changes [ ] list your code changes here Steps to Confirm [ ] list any manual steps for reviewers to confirm the changes Pre-Merge Checklist [ ] All CI Pipelines Succeeded Documentation: [ ] documentation complete, PR opened in fidesdocs [ ] documentation issue created in fidesdocs [ ] Issue Requirements are Met [ ] Relevant Follow-Up Issues Created [ ] Update CHANGELOG.md [ ] For API changes, the Postman collection has been updated Closing in favor of https://github.com/ethyca/fides/pull/4335
gharchive/pull-request
2023-10-25T21:24:02
2025-04-01T04:34:12.034852
{ "authors": [ "allisonking" ], "repo": "ethyca/fides", "url": "https://github.com/ethyca/fides/pull/4339", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1214726000
Move the fideslang module from fidesctl into this repo Is your feature request related to a specific problem? The fideslang module is designed to be the foundation for all fides projects but is currently living in fidesctl. It should be put here to facilitate more intentional changes to the language itself and cleaner releases and version pinning of the language. Describe the solution you'd like This repo becomes the python project for fideslang, which gets uploaded to pypi and versioned just like everything else. Describe alternatives you've considered, if any Keeping this module in fidesctl Additional context This will simplify the fidesctl repo somewhat and give us a docs site to heavily describe the language. closed by #36
gharchive/issue
2022-04-25T15:59:35
2025-04-01T04:34:12.037158
{ "authors": [ "ThomasLaPiana" ], "repo": "ethyca/fideslang", "url": "https://github.com/ethyca/fideslang/issues/35", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
511420685
Add support for RFC 6487 Add module a test for RFC 6487 That's the smallest module ever invented! Thank you!
gharchive/pull-request
2019-10-23T15:54:26
2025-04-01T04:34:12.055400
{ "authors": [ "etingof", "russhousley" ], "repo": "etingof/pyasn1-modules", "url": "https://github.com/etingof/pyasn1-modules/pull/91", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
266835905
BER encoding output not full Hi , I got this sequence that i am trying to ber encode , however the last element is not output from the encoder. I wonder what may be the reason for ber encoder to ignore this element !? this is the prettyPrint of the object right before ber encoding: CBCINFOMSGREQRESULT: cbccberequesthandle=4 cbccbestatuscode=0 messageclass=0 messagetext=Success area=AREADATALIST: coordinatesystem= nrofcoordinatepair= coordinatepair=SequenceOf: repetitioninterval=1 messageid=2 messageinfolist=MESSAGEINFOLIST: nrofintervals=2 intervalinfo=SequenceOf: INTERVALINFO: updatenr=0 messagestatus=0 starttime=<no value> endtime=<no value> pagelist=PAGELISTDATA: nrofpages=1 page=SequenceOf: PAGEDATA: pagecontents=0x0a pagelength=1 INTERVALINFO: updatenr=1 messagestatus=0 starttime=<no value> endtime=<no value> pagelist=PAGELISTDATA: nrofpages=1 page=SequenceOf: PAGEDATA: pagecontents=0x68656c6c6f20776f726c640a pagelength=12 and this is the ber encoder output, you will notice that area element is removed since its value is none. the messageinfolist, however, has values but you can not find it in the output: b'`\x1a\xa4\x18\x81\x01\x04\x82\x01\x00\x83\x01\x00\x84\x07Success\x87\x01\x01\x88\x01\x02' prettyPrint after ber decoding: CBCINFOMSGREQRESULT: cbccberequesthandle=4 cbccbestatuscode=0 messageclass=0 messagetext=Success repetitioninterval=1 messageid=2 and this is the pyasn1 sequence class : class CBCINFOMSGREQRESULT(univ.Sequence): pass CBCINFOMSGREQRESULT.tagSet = univ.Sequence.tagSet.tagImplicitly(tag.Tag(tag.tagClassApplication, tag.tagFormatConstructed, 0)) CBCINFOMSGREQRESULT.componentType = namedtype.NamedTypes( namedtype.NamedType('cbccberequesthandle', univ.Integer().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))), namedtype.NamedType('cbccbestatuscode', univ.Integer().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2))), namedtype.NamedType('messageclass', univ.Integer().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 3))), namedtype.OptionalNamedType('messagetext', char.VisibleString().subtype(subtypeSpec=constraint.ValueSizeConstraint(0, 255)).subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 4))), namedtype.OptionalNamedType('area', AREADATALIST().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 5))), namedtype.OptionalNamedType('areaidlist', AREAIDLIST().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 6))), namedtype.OptionalNamedType('repetitioninterval', univ.Integer().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 7))), namedtype.OptionalNamedType('messageid', univ.Integer().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 8))), namedtype.OptionalNamedType('datacodingscheme', univ.Integer().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 9))), namedtype.OptionalNamedType('warningtype', univ.BitString().subtype(subtypeSpec=constraint.ValueSizeConstraint(16, 16)).subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 10))), namedtype.OptionalNamedType('messageinfolist', MESSAGEINFOLIST().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 11))) Thanks, There was a bug fixed lately which may be relevant to this issue. Could you please try the development branch and report back if it helped. If not, can you please give me a simple reproducer which would work our-of-the-box so I could debug this? Thanks! thanks, I tried the branch and i am still getting the same problem. I will try to make a simple producer. One thing i noticed is that when the sub elements of it : starttime= endtime= are set to values, I get the output fully. but if they are left None as they are now, I dont get the whole element in the output! is it related to having empty sub elements inside that element? I figured it out . sorry for the inconvenience. that sub elements are not optional. apparently, if one sub element is not a value the whole element is not encoded! so i changed them to optional and it working now Glad that issue got resolved!
gharchive/issue
2017-10-19T13:07:38
2025-04-01T04:34:12.063586
{ "authors": [ "MMYusuf", "etingof" ], "repo": "etingof/pyasn1", "url": "https://github.com/etingof/pyasn1/issues/95", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
1842579081
Test PR Label Fixes # . Changes proposed in this Pull Request: Screenshots / Screen Recording (if applicable) To Test: Any specific feedback you are looking for? @JeffGreiner-eaton , able to see brightlayer-ui label. Closing Test PR
gharchive/pull-request
2023-08-09T06:31:13
2025-04-01T04:34:12.075606
{ "authors": [ "ektaghag-eaton" ], "repo": "etn-ccis/blui-react-themes", "url": "https://github.com/etn-ccis/blui-react-themes/pull/79", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1086450424
Composable annotation visualization With the success of Displayable image and such types, this PR proposes a composable visualization interface, to make visualize annotations in video, image, sensor data easier in notebook and other environment. In summary, this PR introduces three orthogonal components: Drawable, an interface to indicate that this components can be visualized. More concretely, it can be an image, an label, bounding box, segmentations and etc. Draw, a container that contains an array of Drawables. As a displayable in Jupyter notebook, Draw will render all drawbles in one single frame (i.e., one image or one lidar scan). Render, the logic to render the Drawable stack on each other, i.e., rendering bounding box and segmentation over each image. More concretely, a Render can be PIL render, SVG render or even render the Draw into json. The designed interface:s class Draw(Displayable, ToDict): def draw(self, drawable: Drawable) -> Draw: """Can chain multiple drawable together""" pass def __add__(self, other) -> Draw: return self.draw(other) def display(self): # Can be visualized in notebook directly pass def to_dict(self): # Can be used to integrate with other visualization libraries pass class Drawable(...): def render(self, render: Render, **kwargs): pass class Render(...): def text(...): pass def rectangle(...): pass def polygon(...): pass class PILRender(Render): pass class SVGRender(Render): pass class JSONRender(Render): pass Similar to Apache Beam / numpy , syntax sugar will be provided to make the rendering annotations much easier, for example, you can use (+) to chain images with all 2d annotations (i.e., box2d, mask, label): img = Image(uri="s3://....") box = Box2d(xmin=10, ymin=20, xmax=30, ymax=40) # Render image with 3 bounding boxes img + box1 + box2 + box3 # Or img.draw(box1).draw(box2).draw(box3) Moreover, a special Drawable -- Style is designed to make visualization customizable and composable: class Style(Drawable): def __call__(self, inner: Drawable): pass def render(self, render, **kwags): pass cat_style = rikai.viz.Style(color="yellow", width=4) # Render with style img + cat_style(cat_box) + human_style(human_box) ... We will also override @ to make style easy to use: img + cat_box@{color="yellow", width=4} We can put arbitrary logic in Style as well: class LabelStyleMap: def __init__(self, color_map): self.color_map = color_map def render(self, render, **kwargs): self.inner.render(render, color=self.color_map[self.inner.label_id]) Can you give an example of say how we'd draw boxes with their labels styled by a color map by label? So it requires additional implementation, some pseudo code along the line: from rikai.viz import Style class StyleMap(Style): def __init__(self, style_map: dict[str, Style]): super().__init__() self.style_map = style_map def __call__(self, inner: LabelledDrawable): super().__call__(inner) def render(self, render, **kwargs): style = self.style_map[self.inner.label_id](self.inner) return style.render(render, **kwargs) style_map = StyleMap({ label: Style(color=color) for label, color in zip(labels, color_plates) }) img | style_map(box1) | style_map(box2) Can you give an example of say how we'd draw boxes with their labels styled by a color map by label? So it requires additional implementation, some pseudo code along the line: from rikai.viz import Style class StyleMap(Style): def __init__(self, style_map: dict[str, Style]): super().__init__() self.style_map = style_map def __call__(self, inner: LabelledDrawable): super().__call__(inner) def render(self, render, **kwargs): cur_style = self.style_map[self.inner.label_id](self.inner) return cur_style.render(render, **kwargs) style_map = StyleMap({ label: Style(color=color) for label, color in zip(labels, color_palatte) }) img | style_map(box1) | style_map(box2) In the Coco example you don't have a definite number of boxes but instead you have a list of boxes. In this scenario, would it work like img | list_of_boxes ? If so how would you apply the style_map? img | style_map(list_of_boxes) or img | [style_map(x) for x in list_of_boxes] ? For A list of boxes rather than just individual ones applying stylemap to the list altogether. Yes, we can just make Draw.draw() interface to take a list of Drawable that could work. like class Draw: def draw(self, drawable: Union[Drawble, Iterator[Drawable]]) -> Draw: pass Similar to Style class Style: def __call__(self, inner: Union[Drawable, Iterator[Drawable]]) -> Drawable: pass Automating placing labels is more challenging tho. :) the main concern at the moment is , if we pack label with annotations (i.e., bbox / segmentation), what is the impact of accessing it in Spark SQL, as well as the structural information of the semantic. I think we could come up something in mid term tho.
gharchive/pull-request
2021-12-22T04:57:11
2025-04-01T04:34:12.084373
{ "authors": [ "changhiskhan", "eddyxu" ], "repo": "eto-ai/rikai", "url": "https://github.com/eto-ai/rikai/pull/400", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
988199473
Update cats-effect to 3.2.7 Updates org.typelevel:cats-effect from 2.5.3 to 3.2.7. GitHub Release Notes - Version Diff I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a .scala-steward.conf file. Have a fantastic day writing Scala! Applied Migrations github:typelevel/cats-effect/v3_0_0?sha=series/3.x Ignore future updates Add this to your .scala-steward.conf file to ignore future updates of this dependency: updates.ignore = [ { groupId = "org.typelevel", artifactId = "cats-effect" } ] labels: library-update, semver-major, scalafix-migrations Superseded by #99.
gharchive/pull-request
2021-09-04T03:33:16
2025-04-01T04:34:12.088832
{ "authors": [ "scala-steward" ], "repo": "etorres/train-station", "url": "https://github.com/etorres/train-station/pull/97", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
420786649
Removing/Replacing all unnecessary CMake variables This is my fourth pull request on this repository. Here is a summary of everything changed in this pull request. Main Goals [x] Remove WITH_NETWORKING and related variables [x] Remove WITH_JPEG and related variables [x] Remove WITH_PORTABLE_TOMCRYPT [x] Remove WITH_GPL_LIBS [x] Remove WITH_WAV and HAS_WAV [x] Remove WITH_MP3 and HAS_MP3 [x] Remove WITH_OGG and HAS_OGG [x] Remove WITH_TTY [x] Remove BSD [x] Remove CMAKE_POWERED [x] Replace WIN32, WINDOWS, _WINDOWS, UNIX, LINUX, and MACOSX with proper, non-cmake defined pre-processor directives. [x] Remove unreferenced variables like WITH_PROFILING, WITH_MINIMAID, WITH_PARALLEL_PORT, and WITH_IRC_POST_HOOK Requested [x] Remove ezsockets.h/cpp [x] Remove unnecessaryver.h in place of verstub.in.h Note: This will wait for the CMake rewrite. Note: Removing the options for these modules makes them required, though that's the intention due to the nature of the game. They were always required anyway. Ready for review in it's current state. There are some other variables which are unnecessary and will be removed, but require more CMake refactoring. Please wait until I can fix the Appveyor CI showing. I only tested this on linux and prematurely marked this PR ready for review. Will update soon, as I am currently working on this. Reverting commits outside the scope of this PR. Windows build issue to be resolved in overall cmake-remake. This is ready to be merged in its current state. LGTM
gharchive/pull-request
2019-03-14T01:06:48
2025-04-01T04:34:12.120466
{ "authors": [ "jameskr97", "nico-abram" ], "repo": "etternagame/etterna", "url": "https://github.com/etternagame/etterna/pull/468", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2465512348
[FEATURE] Rename agent_config to runtime_config Is your feature request related to a problem? Please describe. As time envolve, The agent config in https://github.com/eunomia-bpf/bpftime/blob/master/runtime/include/bpftime_config.hpp is no longer only for the agent. It should contain all the runtime config. And also, the two config in https://github.com/eunomia-bpf/bpftime/blob/87a8901d6eca582812ee84f8ab2ae3d10740adce/runtime/syscall-server/syscall_context.cpp#L35 should be merged into the runtime config data struct and init in https://github.com/eunomia-bpf/bpftime/blob/87a8901d6eca582812ee84f8ab2ae3d10740adce/runtime/src/bpftime_config.cpp#L41 Describe the solution you'd like Rename all agent_config to runtime_config. Move the config in syscall-server to bpftime_config Should we consider using configuration library like https://www.boost.org/doc/libs/1_85_0/libs/config/doc/html/index.html ? Since it will be more convenient to manage and parse configuration from multiple sources It seems what you mentioned is not a config library, but how to config the boost library for different compiler/usecases https://github.com/hyperrealm/libconfig maybe? It seems our configurations are simple and don't need such libraries for management Any recommendations for libraries? Sorry, my fault, too sleepy now. Try libconfig https://github.com/hyperrealm/libconfig maybe? It seems our configurations are simple and don't need such libraries for management Yes, this is what I would like to reocmmend. Though the configuration structure of bpftime is simple now, but it has a big chance to get more complicated in the future. it has a big chance to get more complicated in the future well...what kinds of new configuration would bpftime have in the future? I'm not quite sure about that. I would suggest that we focus on the small number of configurations we have now. it has a big chance to get more complicated in the future well...what kinds of new configuration would bpftime have in the future? I'm not quite sure about that. I would suggest that we focus on the small number of configurations we have now, and don't need a library to handle that Ok, let's focus on configurations now and don't adopt a config library
gharchive/issue
2024-08-14T10:52:45
2025-04-01T04:34:12.159665
{ "authors": [ "Officeyutong", "yunwei37" ], "repo": "eunomia-bpf/bpftime", "url": "https://github.com/eunomia-bpf/bpftime/issues/330", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1569322317
Icons Delete Good day, Is is possible to delete icons, there are random icons appearing in my list? You have an Icons panel on sidebar to set custom icons for each domain. Correct yes, but there are random icons being generated it does not look very pleasant, so is their a way of deleting those random onee. Get Outlook for iOShttps://aka.ms/o0ukef From: Lito @.> Sent: Friday, February 3, 2023 1:09:42 PM To: eusonlito/Password-Manager @.> Cc: tunavis @.>; Author @.> Subject: Re: [eusonlito/Password-Manager] Icons Delete (Issue #59) You have an Icons panel on sidebar to set custom icons for each domain. — Reply to this email directly, view it on GitHubhttps://github.com/eusonlito/Password-Manager/issues/59#issuecomment-1415721520, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AB5PBKDMOAJLPRMJOZZ63DTWVTRPNANCNFSM6AAAAAAUP4766M. You are receiving this because you authored the thread.Message ID: @.***> Done!
gharchive/issue
2023-02-03T06:56:06
2025-04-01T04:34:12.174550
{ "authors": [ "eusonlito", "tunavis" ], "repo": "eusonlito/Password-Manager", "url": "https://github.com/eusonlito/Password-Manager/issues/59", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
325340413
Question: Uploader - large(?) file sizes generate 502 errors @evanchiu just wondering if you've run into any issues loading large (ish) files with uploader? I get a Failed to load resource: the server responded with a status of 502 () when trying to upload a file of 5mb or greater. Any experiences to share on this matter? The issues seems to be caused by the gateway rather than lambda. Hello @i001962! No I haven't personally run into this yet. From the API Gateway docs it looks like the payload size limit is 10mb, with no way to increase it. For uploading larger files, you might look at something like resumable.js, which chunks the files in client-side javascript, with metadata, to enable re-assembling them on the server-side. For reassembly, each of the chunks could be stored in a separate S3 bucket, with another lambda watching for completion and reassembling into the main bucket. I also was hoping to upload larger files (the 10mb stated payload would be enough) but I get an alert that reads "Error uploading [image.jpg]. Max upload size is ~4MB." when trying to upload a 6mb file. I was hoping to find some insight as to where this 4mb restriction is coming from. While there is no way to self-change the limit, the doc page does say you can request an increase. Hello @pr3sidentspence, While the API Gateway payload size limit is 10mb, the Lambda invocation payload limit is 6mb. I added a section about the uploader limitations to the readme. I'd welcome a pull request to support the more complex multi-part upload.
gharchive/issue
2018-05-22T15:13:19
2025-04-01T04:34:12.188194
{ "authors": [ "evanchiu", "i001962", "pr3sidentspence" ], "repo": "evanchiu/serverless-galleria", "url": "https://github.com/evanchiu/serverless-galleria/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
117882121
"Error: Unable to find a set of packages that will work with your constraints." (Fresh install of elm-platform 0.16.0 on OSX 10.11.1 via the pkg installer.) Trying to navigate to the url served by elm-reactor or trying to elm package install fails with this error: danneu ~/Code/Elm/elm-architecture-tutorial/examples/1 master! $ elm package install Error: Unable to find a set of packages that will work with your constraints. I'll keep digging to make sure it's not an issue with my environment. Oops, need to update for 0.16, give me a few minutes! Okay, should be fixed now. Try git pull and tell me if things start working!
gharchive/issue
2015-11-19T18:55:57
2025-04-01T04:34:12.190220
{ "authors": [ "danneu", "evancz" ], "repo": "evancz/elm-architecture-tutorial", "url": "https://github.com/evancz/elm-architecture-tutorial/issues/42", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
311305049
updating project dependencies to the latest versions (and fixing DeprecationWarning: Ftp.rawuser: Use Ftp.raw('user args') instead) I'm bumping project dependencies. It should fix #40 and #41. Problem mentioned in these issues was fixed in https://github.com/sergi/jsftp/issues/226 (jsftp v. 2.0.0). I bumped jsftp to 2.1.3, which is the latest version of this library. Moreover, I've tested it after that update in my own project and I haven't noticed any warnings, so I can confirm it should solve this problem. Note : Today (08.04.2018) it stopped working for me so I needed to fall-back to latest released version. I don't know the real reason of that. Maybe something is broken in third-party dependencies. I pushed another commit https://github.com/evanplaice/node-ftpsync/pull/43/commits/7c13d426743f647bb6e3e8eeade9df309937e0e5, which updates deprecated API calls in the code. Now, it should work fine.
gharchive/pull-request
2018-04-04T16:36:20
2025-04-01T04:34:12.198441
{ "authors": [ "pwittchen" ], "repo": "evanplaice/node-ftpsync", "url": "https://github.com/evanplaice/node-ftpsync/pull/43", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1222174132
🛑 www.actionherojs.com is down In 39759e1, www.actionherojs.com (https://www.actionherojs.com) was down: HTTP code: 0 Response time: 0 ms Resolved: www.actionherojs.com is back up in db30d8f.
gharchive/issue
2022-05-01T14:23:07
2025-04-01T04:34:12.201483
{ "authors": [ "evantahler" ], "repo": "evantahler/upptime", "url": "https://github.com/evantahler/upptime/issues/1247", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
413228831
Fix resetRetrieveHandlers to reset retrieveSourceMap and retrieveFile functions The handlerExec function produces functions that are using original retrieveFileHandlers/retrieveMapHandlers references, so because the array variables are re-assigned in the resetRetrieveHandlers function, retrieveSourceMap and retrieveFile need to be re-created to point them to correct instances of retrieveFileHandlers/retrieveMapHandlers. This fixes: https://github.com/facebook/jest/issues/6424 https://github.com/facebook/jest/issues/7402 LGTM, thanks! Published as 0.5.11, please report back if it works or not ☺️
gharchive/pull-request
2019-02-22T03:40:04
2025-04-01T04:34:12.204277
{ "authors": [ "ArtemGovorov", "LinusU" ], "repo": "evanw/node-source-map-support", "url": "https://github.com/evanw/node-source-map-support/pull/235", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2002650201
Cannot install this plugin at all via Google Extensions (error 400) When I click "Install" it opens dialog window and I get: Bad Request Error 400 That 400 response is coming from Google's servers, not from the extension. The best advice I can give you is to try again later. @evbacher I'm sorry! It's on my side. No worries -- it may be an intermittent Google server issue as well. I did add a troubleshooting note.
gharchive/issue
2023-11-20T17:09:48
2025-04-01T04:34:12.206245
{ "authors": [ "costacoz", "evbacher" ], "repo": "evbacher/gd2md-html", "url": "https://github.com/evbacher/gd2md-html/issues/135", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1236139700
Update Intervall Modbus Describe the bug Kann es sein, dass das Update Intervall erhöht wurde auf Modbus? Auf dem Pi läuft nehmen evcc noch FHEM welches auch u.a. die Daten von dem S10 über Modbus und vom GO-Charger bezieht. Seit dem letzten update auf 91 laufen die FHEM Prozesse die eine Antwort über modbus erwarten in eine Warteschlange welche nach ein paar Stunden FHEM blockieren. Gleichzeitig trommelt der Go-eCharger wie verrückt mit Tele Nachrichten über MQTT. Im Event Monitor von FHEM sieht man jede Sekunde ein Request. Kann man das Intervall wieder reduzieren? Steps to reproduce es ist wohl nur die Kombination. also evcc in der V 0.91 und fhem auf einen Pi Configuration details All meters are channels from vzlogger (volkszaehler) meters: name: Battery type: custom power: source: modbus uri: 192.168.200.243:502 id: 1 # ModBus slave id register: # manual register configuration for E3/DC "Simple-Mode" address: 40069 # Batterie-Leistung in Watt type: holding decode: int32s scale: -1 # reverse direction soc: source: modbus uri: 192.168.200.243:502 id: 1 # ModBus slave id register: # manual register configuration for E3/DC "Simple-Mode" address: 40082 # Batterie-SOC in Prozent type: holding decode: uint16 name: pv type: custom power: source: modbus uri: 192.168.200.243:502 id: 1 # ModBus slave id register: # manual register configuration for E3/DC "Simple-Mode" address: 40067 # Photovoltaikleistung in Watt type: holding decode: int32s name: grid type: custom power: source: modbus uri: 192.168.200.243:502 id: 1 # ModBus slave id register: # manual register configuration for E3/DC "Simple-Mode" address: 40073 # Hausverbrauchs-Leistung in Watt type: holding decode: int32s chargers: name: charger type: go-e uri: http://192.168.200.249 Log details da sieht man ja nix, weil das Problem an einer andern stelle auftaucht. evcc --log debug [main ] INFO 2022/05/15 01:07:57 evcc 0.91 [main ] INFO 2022/05/15 01:07:57 using config file /etc/evcc.yaml [main ] ERROR 2022/05/15 01:07:57 uri is deprecated and will be ignored. Use network instead. [main ] INFO 2022/05/15 01:07:57 listening at :7070 [go-e ] WARN 2022/05/15 01:07:57 automatic 1p3p phase switching requires sponsor token [lp-1 ] WARN 2022/05/15 01:08:02 poll interval '10m0s' is lower than 1h0m0s and may deplete your battery or lead to API misuse. USE AT YOUR OWN RISK. [site ] INFO 2022/05/15 01:08:02 site config: [site ] INFO 2022/05/15 01:08:02 meters: grid ✓ pv ✓ battery ✓ [site ] INFO 2022/05/15 01:08:02 grid: power ✓ energy ✗ currents ✗ [site ] INFO 2022/05/15 01:08:02 pv 1: power ✓ energy ✗ currents ✗ [site ] INFO 2022/05/15 01:08:02 battery 1: power ✓ energy ✗ currents ✗ soc ✓ [lp-1 ] INFO 2022/05/15 01:08:02 loadpoint 1: [lp-1 ] INFO 2022/05/15 01:08:02 mode: pv [lp-1 ] INFO 2022/05/15 01:08:02 charger: power ✓ energy ✓ currents ✓ phases ✗ [lp-1 ] INFO 2022/05/15 01:08:02 meters: charge ✓ [lp-1 ] INFO 2022/05/15 01:08:02 charge: power ✓ energy ✓ currents ✓ [lp-1 ] INFO 2022/05/15 01:08:02 vehicles: ✓ [lp-1 ] INFO 2022/05/15 01:08:02 vehicle 1: range ✓ finish ✓ status ✓ climate ✓ [lp-1 ] INFO 2022/05/15 01:08:02 vehicle 2: range ✓ finish ✓ status ✓ climate ✓ [site ] DEBUG 2022/05/15 01:08:02 ---- [server] FATAL 2022/05/15 01:08:02 remove /tmp/evcc: operation not permitted What type of operating system are you running? Linux Version evcc version 0.91 Da gab es keine Änderungen. Das Abfrageintervall hängt direkt von interval: ab.
gharchive/issue
2022-05-14T23:09:43
2025-04-01T04:34:12.219130
{ "authors": [ "Basti77", "premultiply" ], "repo": "evcc-io/evcc", "url": "https://github.com/evcc-io/evcc/issues/3375", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1516673271
please remove apt installation support from documentation Describe the bug The removal of the support of go-echarger without sponsor-token is a breaking change. This was the second time I did break my evcc installation using the apt upgrade process this year. As long an automatic update of evcc by running apt update and apt upgrade is performed during regular operating system upgrades, we should never see breaking changes in automatically updated software. Upgrading the operating system components regulary (without a closer look into what have been changed) is a common and recommended techique to ensure latest security fixes being installed. If you don't want to have this restriction in your development and distribution process, please remove the support of apt functionality and switch to dpkg instead. Alternatively there should be the possibility to mark the evcc apt package not being updated automatically using apt-mark hold evcc This should be documented and recommended in the installation process itself. Thank you! Kind regards Peter Steps to reproduce upgrade evcc from version 0.105.2 to 0.109.2. Configuration details not relevant for the problem Log details [main ] INFO 2023/01/02 20:20:19 evcc 0.109.2 [main ] INFO 2023/01/02 20:20:19 using config file: /home/peter/evcc.yaml [main ] WARN 2023/01/02 20:20:19 `uri` is deprecated and will be ignored. Use `network` instead. [main ] INFO 2023/01/02 20:20:19 starting ui and api at :7070 [main ] FATAL 2023/01/02 20:20:19 cannot create charger 'wallbox rechts': cannot create charger 'go-e': sponsorship required, see https://github.com/evcc-io/evcc#sponsorship [main ] FATAL 2023/01/02 20:20:19 will attempt restart in: 5m0s [server] FATAL 2023/01/02 20:20:19 unlinkat /tmp/evcc: operation not permitted What type of operating system are you running? Linux Version evcc version 0.109.2 Evcc ist Version 0.x. Insofern sind breaking changes auch in Zukunft zu erwarten.
gharchive/issue
2023-01-02T19:46:27
2025-04-01T04:34:12.223590
{ "authors": [ "Ventusfahrer", "andig" ], "repo": "evcc-io/evcc", "url": "https://github.com/evcc-io/evcc/issues/5654", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2394171908
EEBUS Updates Tested with Elli Charger Pro Gen 1 Handle missing power and use current data in evcc instead of eebus library Check for use case scenario availability for power and current data @andig könntest du das bitte mergen? Dann könnten die anderen Anwender das im nächsten Nightly auch mal testen. Hier bei mir lief es wie es soll mit der Elli Box. Danke @andig Done- ich denk auch, dass die hässlichen Workarounds nicht unbedingt in die core Library gehören. Danke für den schnellen Fix!
gharchive/pull-request
2024-07-07T18:45:50
2025-04-01T04:34:12.225842
{ "authors": [ "DerAndereAndi", "andig" ], "repo": "evcc-io/evcc", "url": "https://github.com/evcc-io/evcc/pull/14760", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
202299432
replace deepcopy with copy because of strange error "can't pickle gen… Looks like I've used the wrong copy method in my original pull request, causing big problems now on reading valid ICS files: -> please apply this fix asap and rebase 0.9.4 if possible. Sorry for that, please also extend selftesting capabilities by using e.g. code from https://github.com/pbiering/Radicale/blob/pbiering-testing/radicale-storage-check.py and feed one VCARD and one ICS into. File "/path/to/radicale-storage-check.py", line 48, in <module> item_ser = item.serialize() File "/usr/lib/python3.4/site-packages/vobject/base.py", line 254, in serialize return behavior.serialize(self, buf, lineLength, validate) File "/usr/lib/python3.4/site-packages/vobject/behavior.py", line 166, in serialize out = base.defaultSerialize(transformed, buf, lineLength) File "/usr/lib/python3.4/site-packages/vobject/base.py", line 1002, in defaultSerialize child.serialize(outbuf, lineLength, validate=False) File "/usr/lib/python3.4/site-packages/vobject/base.py", line 254, in serialize return behavior.serialize(self, buf, lineLength, validate) File "/usr/lib/python3.4/site-packages/vobject/behavior.py", line 168, in serialize obj.transformToNative() File "/usr/lib/python3.4/site-packages/vobject/base.py", line 183, in transformToNative self_orig = copy.deepcopy(self) File "/usr/lib64/python3.4/copy.py", line 182, in deepcopy y = _reconstruct(x, rv, 1, memo) File "/usr/lib64/python3.4/copy.py", line 300, in _reconstruct state = deepcopy(state, memo) File "/usr/lib64/python3.4/copy.py", line 155, in deepcopy y = copier(x, memo) File "/usr/lib64/python3.4/copy.py", line 246, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "/usr/lib64/python3.4/copy.py", line 155, in deepcopy y = copier(x, memo) File "/usr/lib64/python3.4/copy.py", line 246, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "/usr/lib64/python3.4/copy.py", line 155, in deepcopy y = copier(x, memo) File "/usr/lib64/python3.4/copy.py", line 219, in _deepcopy_list y.append(deepcopy(a, memo)) File "/usr/lib64/python3.4/copy.py", line 182, in deepcopy y = _reconstruct(x, rv, 1, memo) File "/usr/lib64/python3.4/copy.py", line 300, in _reconstruct state = deepcopy(state, memo) File "/usr/lib64/python3.4/copy.py", line 155, in deepcopy y = copier(x, memo) File "/usr/lib64/python3.4/copy.py", line 246, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "/usr/lib64/python3.4/copy.py", line 182, in deepcopy y = _reconstruct(x, rv, 1, memo) File "/usr/lib64/python3.4/copy.py", line 294, in _reconstruct args = deepcopy(args, memo) File "/usr/lib64/python3.4/copy.py", line 155, in deepcopy y = copier(x, memo) File "/usr/lib64/python3.4/copy.py", line 226, in _deepcopy_tuple y.append(deepcopy(a, memo)) File "/usr/lib64/python3.4/copy.py", line 182, in deepcopy y = _reconstruct(x, rv, 1, memo) File "/usr/lib64/python3.4/copy.py", line 300, in _reconstruct state = deepcopy(state, memo) File "/usr/lib64/python3.4/copy.py", line 155, in deepcopy y = copier(x, memo) File "/usr/lib64/python3.4/copy.py", line 246, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "/usr/lib64/python3.4/copy.py", line 155, in deepcopy y = copier(x, memo) File "/usr/lib64/python3.4/copy.py", line 219, in _deepcopy_list y.append(deepcopy(a, memo)) File "/usr/lib64/python3.4/copy.py", line 182, in deepcopy y = _reconstruct(x, rv, 1, memo) File "/usr/lib64/python3.4/copy.py", line 300, in _reconstruct state = deepcopy(state, memo) File "/usr/lib64/python3.4/copy.py", line 155, in deepcopy y = copier(x, memo) File "/usr/lib64/python3.4/copy.py", line 246, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "/usr/lib64/python3.4/copy.py", line 182, in deepcopy y = _reconstruct(x, rv, 1, memo) File "/usr/lib64/python3.4/copy.py", line 300, in _reconstruct state = deepcopy(state, memo) File "/usr/lib64/python3.4/copy.py", line 155, in deepcopy y = copier(x, memo) File "/usr/lib64/python3.4/copy.py", line 246, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "/usr/lib64/python3.4/copy.py", line 174, in deepcopy rv = reductor(2) TypeError: can't pickle generator objects btw: an error test using the code extension is having an ICS with an invalid date, e.g. DTSTART;TZID=Europe/Budapest:2016-03-01 resulting then in vobject.base.ParseError: At line 12: In transformToNative, unhandled exception on line 12: <class 'ValueError'>: invalid literal for int() with base 10: '3-' (<DTSTART{'TZID': ['Europe/Budapest']}2016-03-01>) (..) is appended Once the original pull request was created, no good-case test was done afterwards with that particular code :-( fix on top of https://github.com/eventable/vobject/pull/50/files @pbiering would you be willing to write a test for this? I can write a test if one point me which test code must be extended, is it test.py?
gharchive/pull-request
2017-01-21T07:25:27
2025-04-01T04:34:12.257866
{ "authors": [ "pbiering", "wpercy" ], "repo": "eventable/vobject", "url": "https://github.com/eventable/vobject/pull/60", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
682410028
Added Hazelcast liveness and readiness probe. Cleaned up Hazelcast health indicator. Closes lhotse#31 I thought the idea was to allow consumer of the health indicator to have special handling about unhealthy cluster in k8s in that it can somehow ignore or delay any action since k8s will self recover? Or maybe I didn’t understand its purpose in the first place. On Mon, 24 Aug 2020 at 8:24 am, Sebastian Luehr notifications@github.com wrote: @sluehr commented on this pull request. In src/main/java/engineering/everest/starterkit/axon/HazelcastHealthIndicator.java https://github.com/everest-engineering/axon-command-distribution-extension/pull/4#discussion_r475274551 : .build(); } private boolean determineIfRunningInKubernetes() { // TODO: replace with @ConditionalOnCloudPlatform() No, it seemed pointless to me when you look at what it does. Setting a Boolean to indicate whether you're running in k8s.... why on earth did we ever do that? — You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/everest-engineering/axon-command-distribution-extension/pull/4#discussion_r475274551, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR4K5EXPIPLBSSBKDZJI33SCGJJNANCNFSM4QFUPZ2Q . -- Life is elsewhere Nah, custom logic for handling the health state conditional on whether in k8s or not would quickly spiral out of control. The new liveness and readiness health endpoints were introduced in Spring Boot 2.3 explicitly to support k8s which is a much better outcome all round.
gharchive/pull-request
2020-08-20T04:55:44
2025-04-01T04:34:12.310170
{ "authors": [ "sluehr", "ywangd" ], "repo": "everest-engineering/axon-command-distribution-extension", "url": "https://github.com/everest-engineering/axon-command-distribution-extension/pull/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
128537854
bug with handling preflight requests in Internet Explorer 11 In case with non-simple CORS, when request has Content-Type='application/json' or request contains headers, that will be added to "Access-Control-Request-Headers", IE11 is failed to handle response with status 204 of "OPTIONS" request. I couldn't reproduce your scenario on IE11, 204 is not an error status code I would be surprised that IE is handling it as an error, isn't that your application code? Closing for now because I don't think it's a bug with this module.
gharchive/pull-request
2016-01-25T13:33:41
2025-04-01T04:34:12.316111
{ "authors": [ "Romsters", "evert0n" ], "repo": "evert0n/koa-cors", "url": "https://github.com/evert0n/koa-cors/pull/33", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
672315960
error 500, use self-signed certs if letsencrypt verification does not work Error description: When connecting with HTTPS nginx gives 500 Internal Server Error Steps to reproduce: connect with HTTPS Expected result: in my case Portainer should be shown (this properly works for HTTP on port 80) Error result not sure what you are asking... Comments I know that the letsencrypt verification does not work because ports 80 and 443 are not reachable from the internet. However, while this is the case I have created certificates using mkcert and provided them with the portainer env for docker-portainer-letsencrypt: CONTAINER_NAME=portainer PORTAINER_DATA_PATH=/mnt/appdata/portainer ADMIN_PASSWORD=..... DOMAINS=domainA,domainB MAIN_DOMAIN=domainA LETSENCRYPT_EMAIL=.... PORTAINER_SSL_PATH=/mnt/appdata/nginx-data/certs PORTAINER_SSL_CERTIFICATE=$PORTAINER_SSL_PATH/$MAIN_DOMAIN.crt PORTAINER_SSL_KEY=$PORTAINER_SSL_PATH/$MAIN_DOMAIN.key NETWORK=webproxy the environment for docker-compose-letsencrypt-nginx-proxy-companion looks as follows: NGINX_WEB=nginx-web DOCKER_GEN=nginx-gen LETS_ENCRYPT=nginx-letsencrypt IP=172.25.10.10 # could I actually use 0.0.0.0 here so allow connection to any interface? there is only 1 interface. NETWORK=webproxy NGINX_FILES_PATH=/mnt/appdata/nginx-data Reading the nginx-proxy documentation I found this: A self-signed or generic cert named default.crt and default.key will allow a client browser to make a SSL connection (likely w/ a warning) and subsequently receive a 500. So possibly the experienced behavior is as specified. Would I be possible to configure nginx to not complain with a error 500 for self-signed certificates? Someone might be tempted to point me to use nginx-proxy directly, which is not really what I want: I would like to make a setup that works with letsencrypt in case ports 80/443 are exposed to the internet, and also works in a internal scenario, when the ports are not exposed to the internet. Is there a way this can be configured to work in both cases? (letsencrypt for internet exposed, and mkcert/manually provided certs if not exposed to the internet) Any update on this? I would need some more details, logs and how the cert was configured...
gharchive/issue
2020-08-03T20:12:51
2025-04-01T04:34:12.324384
{ "authors": [ "evertramos", "maichai", "nffdiogosilva" ], "repo": "evertramos/nginx-proxy-automation", "url": "https://github.com/evertramos/nginx-proxy-automation/issues/222", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1391005258
new-site.sh just a suggestion: it will may be more 'user friendly' to change line 601 in new-site.sh LOCAL_MYSQL_USER=${LOCAL_SITE_NAME:1:10}"_user" with LOCAL_MYSQL_USER=${LOCAL_SITE_NAME:0::10}"_user" Hello @nnachtegael you are definely right: But should be like this: LOCAL_MYSQL_USER=${LOCAL_SITE_NAME:0:10}"_user" Care for a PR? Thanks!
gharchive/issue
2022-09-29T14:47:48
2025-04-01T04:34:12.327352
{ "authors": [ "evertramos", "nnachtegael" ], "repo": "evertramos/server-automation", "url": "https://github.com/evertramos/server-automation/issues/5", "license": "BSD-3-Clause-Clear", "license_type": "permissive", "license_source": "github-api" }