We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
std::bad_alloc()
There is a bug when the AMQP header table has a nested table that is empty (0 entries). The exception std::bad_alloc() is thrown.
This is the line:
SimpleAmqpClient/src/TableImpl.cpp
Lines 353 to 354 in 6369b99
Lines 306 to 314 in 6369b99
I experience this by trying to consume the celery v5.3.1 event. The stamps is a table that has no entries.
v5.3.1
stamps
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a bug when the AMQP header table has a nested table that is empty (0 entries). The exception
std::bad_alloc()
is thrown.This is the line:
SimpleAmqpClient/src/TableImpl.cpp
Lines 353 to 354 in 6369b99
Then this is called and it throws the exception:
SimpleAmqpClient/src/TableImpl.cpp
Lines 306 to 314 in 6369b99
I experience this by trying to consume the celery
v5.3.1
event.The
stamps
is a table that has no entries.The text was updated successfully, but these errors were encountered: