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
when using the images both v4 / v5 I got a buffer overflow detected and a core dump running on a pi 4 did I overlooked something?
Mar 20 16:18:20 node08 FLIGHTAWARE[317]: [dump1090] 2021/03/20 16:18:20 Net-only mode, no SDR device or file open. Mar 20 16:18:20 node08 FLIGHTAWARE[317]: [services.d] done. Mar 20 16:18:20 node08 FLIGHTAWARE[317]: [piaware] 2021/03/20 16:18:20 **************************************************** Mar 20 16:18:20 node08 FLIGHTAWARE[317]: [piaware] 2021/03/20 16:18:20 piaware version 5.0 is running, process ID 339 Mar 20 16:18:20 node08 FLIGHTAWARE[317]: [piaware] 2021/03/20 16:18:20 your system info is: Linux 954d8927f124 5.10.14-2-ARCH #1 SMP Fri Feb 12 13:51:38 UTC 2021 armv7l GNU/Linux Mar 20 16:18:20 node08 FLIGHTAWARE[317]: [piaware] 2021/03/20 16:18:20 *** buffer overflow detected ***: /usr/bin/piaware terminated Mar 20 16:18:21 node08 FLIGHTAWARE[317]: ./run: line 19: 339 Aborted (core dumped) "${PIAWARE_BIN}" "${PIAWARE_CMD[@]}" 2>&1 Mar 20 16:18:21 node08 FLIGHTAWARE[317]: 341 Done | stdbuf -o0 awk '{print "[piaware] " strftime("%Y/%m/%d %H:%M:%S", systime()) " " $0}'
The text was updated successfully, but these errors were encountered:
Hi Jan,
Looking into this, I can see that if IPv6 is disabled by inserting ipv6.disable=1 into /boot/cmdline.txt, then piaware will undergo a buffer overflow:
ipv6.disable=1
/boot/cmdline.txt
Have you disabled IPv6?
Sorry, something went wrong.
ah damn, yes on that node I have it disabled in the past for some tests. 🤦
thanks!
Glad it was an easy fix! :-)
mikenye
No branches or pull requests
when using the images both v4 / v5 I got a buffer overflow detected and a core dump running on a pi 4 did I overlooked something?
The text was updated successfully, but these errors were encountered: