-
Notifications
You must be signed in to change notification settings - Fork 701
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
Comments
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)? |
unfortunately, upgrading Ubuntu is not an option for me right now. Are the older releases available in some archive? |
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. |
In your situation, as you suggested, I would certainly try recompiling the
latest Pistache on Ubuntu Focal (20.04).
If you need them, you can try the convenience scripts:
bldscripts/mesbuild.sh
bldscripts/mestest.sh
bldscripts/mesinstall.sh
(in that order)
Best.
…On Thu, Aug 29, 2024 at 10:58 AM Gábor Sörös ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#1236 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFMA24Y3MPYDSHB2RQLKSDZT5ONJAVCNFSM6AAAAABNKWWPIOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJYGUYTAMRYGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
NOTICE: This email and its attachments may contain privileged and
confidential information, only for the viewing and use of the intended
recipient. If you are not the intended recipient, you are hereby notified
that any disclosure, copying, distribution, acting upon, or use of the
information contained in this email and its attachments is strictly
prohibited and that this email and its attachments must be immediately
returned to the sender and deleted from your system. If you received this
email erroneously, please notify the sender immediately. Xage Security,
Inc. and its affiliates will never request personal information (e.g.,
passwords, Social Security numbers) via email. Report suspicious emails to
***@***.*** ***@***.***>
|
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
The text was updated successfully, but these errors were encountered: