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

*** stack smashing detected ***: terminated when using Router #1236

Open
soeroesg opened this issue Aug 29, 2024 · 4 comments
Open

*** stack smashing detected ***: terminated when using Router #1236

soeroesg opened this issue Aug 29, 2024 · 4 comments

Comments

@soeroesg
Copy link

When using Rest::Router, the server crashes with the following message when receiving any REST call:
*** stack smashing detected ***: terminated

I can reproduce the error with the provided basic example:
https://github.com/pistacheio/pistache/blob/master/examples/rest_server.cc

I am using Ubuntu 20.04 and installed the latest libpistache-dev from ppa:pistache+team/unstable

@kiplingw
Copy link
Member

Hey @soeroesg. Thanks for sharing.

My guess is there may be an ABI mismatch. Ubuntu Focal (20.04) we stopped supporting last June. Usually we try to support releases for as long as the builder can. That is, until it starts to have issues with build or runtime dependencies.

Are you able to try 24.04 (Noble)?

@soeroesg
Copy link
Author

unfortunately, upgrading Ubuntu is not an option for me right now. Are the older releases available in some archive?
I can also try to compile it myself.

@kiplingw
Copy link
Member

The packages for Focal are still archived in the PPA, but old. The oldest release we still continually support, as in still build for, is 22.04.1. I do urge you though to try and consider upgrading if possible because there are many security fixes.

@dgreatwood
Copy link
Contributor

dgreatwood commented Aug 29, 2024 via email

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

3 participants