Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

m_count assertion on end_reading() recieve #2

Open
hippyau opened this issue Mar 28, 2020 · 2 comments
Open

m_count assertion on end_reading() recieve #2

hippyau opened this issue Mar 28, 2020 · 2 comments

Comments

@hippyau
Copy link

hippyau commented Mar 28, 2020

Hi Jean!

I am sending a lot data to the esp32 with a PC, and just started to get this assertion.

assertion "m_count > 0" failed: file "include/wlan_queues.h", line 191, function: void Queue<N>::end_reading() [with unsigned int N = 40000u]

maybe i'm running out of memory? I increased the incoming buffer size to 40000.

Cheers

@jeanlemotan
Copy link
Owner

Hi,

Not sure why you get that. It's been a while - but I remember that I increased to buffers on the esp32 almost to the limit of the ram.
Why did you increase the incoming buffer?

@hippyau
Copy link
Author

hippyau commented Mar 28, 2020

Hey thanks for the reply!

I thought it might help, as i'm pumping a lot of data into the esp32.

I commented the assertion line out, and I no longer crash out.... but paranoid about the what m_count is doing and the consequences of that assertion?

Cheers,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants