tsunghanliu / adsb-box.snap

a snap to build a ADS-B receiver station
28 stars 4 forks source link

adsb-box.fr24feed crashing as soon as it sees adsb packets. started since today (latest update). #23

Closed ldti closed 4 years ago

ldti commented 4 years ago

using RTL-SDR.

other feeders working well.

here's the log:

adsb-box.fr24feed[10926]: /snap/adsb-box/217/bin/fr24feed: line 69: 10979 Bus error               (core dumped) $BIN "${ARGS[@]}"
Dec  3 23:41:20 ubuntu systemd[1]: snap.adsb-box.fr24feed.service: Main process exited, code=exited, status=135/n/a
Dec  3 23:41:20 ubuntu systemd[1]: snap.adsb-box.fr24feed.service: Failed with result 'exit-code'.
Dec  3 23:41:20 ubuntu systemd[1]: snap.adsb-box.fr24feed.service: Service RestartSec=100ms expired, scheduling restart.
Dec  3 23:41:20 ubuntu systemd[1]: snap.adsb-box.fr24feed.service: Scheduled restart job, restart counter is at 28.
tsunghanliu commented 4 years ago

Hi @ldti,

could you please provide the following information?

I have a node running Ubuntu Core 18 with the same revision with you, so far I don't see the same error. In case you want to keep using the previous revision, you can use snap revert adsb-box to switch back to the previous one temporarily.

ldti commented 4 years ago

uname -a = Linux ubuntu 5.3.0-1014-raspi2 #16-Ubuntu SMP Tue Nov 26 11:18:23 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux

snap list --all =

Name Version Rev Tracking Publisher Notes adsb-box v1.2.1 193 stable robertliu disabled adsb-box v1.3.2 217 stable robertliu - core 16-2.42.1 8042 latest canonical✓ core core 16-2.42.1+git1558.38bd8cd 8157 latest canonical✓ core,disabled core18 20191030 1268 stable canonical✓ base gtk-common-themes 0.1-25-gcc83164 1353 stable canonical✓ - lxd 3.18 12321 stable canonical✓ disabled lxd 3.18 12634 stable canonical✓ - speed-test 2.1.0 33 stable bartaz -

fr24feed log sample:

2019-12-04T08:01:28Z systemd[1]: Started Service for snap application adsb-box.fr24feed. 2019-12-04T08:01:28Z adsb-box.fr24feed[22174]: + sleep 3 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + BIN=/snap/adsb-box/217/usr/bin/fr24feed 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + WORKDIR=/var/snap/adsb-box/217/fr24feed 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + PIDFILE=/var/snap/adsb-box/217/fr24feed/fr24feed.pid 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + MONITORFILE=/tmp/fr24feed.txt 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + CONF=/etc/fr24feed.ini 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + '[' '!' -d /var/snap/adsb-box/217/fr24feed ']' 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + '[' -f /var/snap/adsb-box/217/fr24feed.ini ']' 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + '[' '!' -f /etc/fr24feed.ini ']' 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: ++ grep -c fr24key= /etc/fr24feed.ini 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + '[' 1 -ne 1 ']' 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + '[' arm64 = amd64 ']' 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + '[' arm64 = i386 ']' 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + ARGS=("--monitor-file=$MONITORFILE" "--write-pid=$PIDFILE") 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: ++ snapctl get fr24feed.enable-log 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + ENABLE_LOG= 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + case "$ENABLE_LOG" in 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + ARGS+=("--quiet") 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + export TZ=GMT 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + TZ=GMT 2019-12-04T08:01:31Z adsb-box.fr24feed[22174]: + /snap/adsb-box/217/usr/bin/fr24feed --monitor-file=/tmp/fr24feed.txt --write-pid=/var/snap/adsb-box/217/fr24feed/fr24feed.pid --quiet 2019-12-04T08:01:32Z adsb-box.fr24feed[22174]: /snap/adsb-box/217/bin/fr24feed: line 69: 22265 Bus error (core dumped) $BIN "${ARGS[@]}" 2019-12-04T08:01:32Z systemd[1]: snap.adsb-box.fr24feed.service: Main process exited, code=exited, status=135/n/a 2019-12-04T08:01:32Z systemd[1]: snap.adsb-box.fr24feed.service: Failed with result 'exit-code'. 2019-12-04T08:01:33Z systemd[1]: snap.adsb-box.fr24feed.service: Service RestartSec=100ms expired, scheduling restart. 2019-12-04T08:01:33Z systemd[1]: snap.adsb-box.fr24feed.service: Scheduled restart job, restart counter is at 12. 2019-12-04T08:01:33Z systemd[1]: Stopped Service for snap application adsb-box.fr24feed.

journalctl sample:

Dec 04 10:03:18 ubuntu systemd[1]: snap.adsb-box.fr24feed.service: Main process exited, code=exited, status=135/n/a Dec 04 10:03:18 ubuntu systemd[1]: snap.adsb-box.fr24feed.service: Failed with result 'exit-code'. Dec 04 10:03:18 ubuntu systemd[1]: snap.adsb-box.fr24feed.service: Service RestartSec=100ms expired, scheduling restart. Dec 04 10:03:18 ubuntu systemd[1]: snap.adsb-box.fr24feed.service: Scheduled restart job, restart counter is at 29. Dec 04 10:03:18 ubuntu systemd[1]: Stopped Service for snap application adsb-box.fr24feed. Dec 04 10:03:18 ubuntu systemd[1]: Started Service for snap application adsb-box.fr24feed. Dec 04 10:03:18 ubuntu adsb-box.fr24feed[23640]: + sleep 3 Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + BIN=/snap/adsb-box/217/usr/bin/fr24feed Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + WORKDIR=/var/snap/adsb-box/217/fr24feed Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + PIDFILE=/var/snap/adsb-box/217/fr24feed/fr24feed.pid Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + MONITORFILE=/tmp/fr24feed.txt Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + CONF=/etc/fr24feed.ini Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + '[' '!' -d /var/snap/adsb-box/217/fr24feed ']' Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + '[' -f /var/snap/adsb-box/217/fr24feed.ini ']' Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + '[' '!' -f /etc/fr24feed.ini ']' Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: ++ grep -c fr24key= /etc/fr24feed.ini Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + '[' 1 -ne 1 ']' Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + '[' arm64 = amd64 ']' Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + '[' arm64 = i386 ']' Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + ARGS=("--monitor-file=$MONITORFILE" "--write-pid=$PIDFILE") Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: ++ snapctl get fr24feed.enable-log Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + ENABLE_LOG= Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + case "$ENABLE_LOG" in Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + ARGS+=("--quiet") Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + export TZ=GMT Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + TZ=GMT Dec 04 10:03:21 ubuntu adsb-box.fr24feed[23640]: + /snap/adsb-box/217/usr/bin/fr24feed --monitor-file=/tmp/fr24feed.txt --write-pid=/var/snap/adsb-box/217/fr24feed/fr24feed.pid --quiet Dec 04 10:03:24 ubuntu adsb-box.fr24feed[23640]: /snap/adsb-box/217/bin/fr24feed: line 69: 23730 Bus error (core dumped) $BIN "${ARGS[@]}"

tsunghanliu commented 4 years ago

Ok, it seems you are using a classic arm64 image. I need to setup an environment to debug this issue. I'll update you as soon as I have any finding.

ldti commented 4 years ago

Thank you! This is Ubuntu server on a raspberry pi 4.

Sent from my Samsung Galaxy smartphone.

-------- Original message -------- From: "Tsunghan Liu (Robert Liu)" notifications@github.com Date: 12/4/19 11:56 (GMT+02:00) To: "tsunghanliu/adsb-box.snap" adsb-box.snap@noreply.github.com Cc: Leonid Tsitalovski leonid@leonid.org.il, Mention mention@noreply.github.com Subject: Re: [tsunghanliu/adsb-box.snap] adsb-box.fr24feed crashing as soon as it sees adsb packets. started since today (latest update). (#23)

Ok, it seems you are using a classic arm64 image. I need to setup an environment to debug this issue. I'll update you as soon as I have any finding.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/tsunghanliu/adsb-box.snap/issues/23?email_source=notifications&email_token=AC3HYRMCTBXBILPPBEEAC23QW55C3A5CNFSM4JU7CXQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF4MSSA#issuecomment-561563976, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC3HYRLR7IFWQ2VKOY3ZC5LQW55C3ANCNFSM4JU7CXQQ.

tsunghanliu commented 4 years ago

I tried the Ubuntu Server 19.10 arm64 image on Pi3, but didn't meet the issue. Please provide your fr24feed.ini cat /var/snap/adsb-box/current/fr24feed/fr24feed.ini and remember to remove your fr24key from it. If you are using localhost:30005 as the host, it would be worthy to give "127.0.0.1:30005" a try. Also, please enable the verbose log sudo snap set adsb-box fr24feed.enable-log=1 to get more clues.

ldti commented 4 years ago
receiver="beast-tcp"
fr24key="XXX"
host="localhost:30005"
bs="yes"
raw="yes"
logmode="0"
windowmode="0"
logpath="/var/log/"
mpx="no"
mlat="yes"
mlat-without-gps="yes"
ldti commented 4 years ago

here's the verbose log:

2019-12-05T18:30:16Z systemd[1]: Started Service for snap application adsb-box.fr24feed.
2019-12-05T18:30:17Z adsb-box.fr24feed[16478]: + sleep 3
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + BIN=/snap/adsb-box/217/usr/bin/fr24feed
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + WORKDIR=/var/snap/adsb-box/217/fr24feed
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + PIDFILE=/var/snap/adsb-box/217/fr24feed/fr24feed.pid
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + MONITORFILE=/tmp/fr24feed.txt
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + CONF=/etc/fr24feed.ini
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + '[' '!' -d /var/snap/adsb-box/217/fr24feed ']'
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + '[' -f /var/snap/adsb-box/217/fr24feed.ini ']'
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + '[' '!' -f /etc/fr24feed.ini ']'
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: ++ grep -c fr24key= /etc/fr24feed.ini
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + '[' 1 -ne 1 ']'
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + '[' arm64 = amd64 ']'
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + '[' arm64 = i386 ']'
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + ARGS=("--monitor-file=$MONITORFILE" "--write-pid=$PIDFILE")
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: ++ snapctl get fr24feed.enable-log
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + ENABLE_LOG=1
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + case "$ENABLE_LOG" in
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + export TZ=GMT
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + TZ=GMT
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: + /snap/adsb-box/217/usr/bin/fr24feed --monitor-file=/tmp/fr24feed.txt --write-pid=/var/snap/adsb-box/217/fr24feed/fr24feed.pid
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | ______  _  _         _      _                    _              _____    ___
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | |  ___|| |(_)       | |    | |                  | |            / __  \  /   |
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | | |_   | | _   __ _ | |__  | |_  _ __  __ _   __| |  __ _  _ __`' / /' / /| |
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | |  _|  | || | / _` || '_ \ | __|| '__|/ _` | / _` | / _` || '__| / /  / /_| |
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | | |    | || || (_| || | | || |_ | |  | (_| || (_| || (_| || |  ./ /___\___  |
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | \_|    |_||_| \__, ||_| |_| \__||_|   \__,_| \__,_| \__,_||_|  \_____/    |_/
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 |                __/ |
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 |               |___/
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [main][i]FR24 Feeder/Decoder
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [main][i]Version: 1.0.24-7/generic
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [main][i]Built on Nov  7 2019 11:23:04 (HEAD-be32703.git/Linux/static_armel)
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [main][i]Running on: ubuntu-core16
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [main][i]Local IP(s): 10.200.10.18
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [main][i]Copyright 2012-2019 Flightradar24 AB
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [main][i]https://www.flightradar24.com
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [main][i]DNS mode: PING
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [main][i]Automatic updates are DISABLED
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | info | [httpd]Server started, listening on 0.0.0.0:8754
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [e]PacketSenderConfiguration::fetch_config(): Unable to parse jsoned response
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [d]TLSConnection::ctor(): Enable verify_peer in production code!
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [main][i]Reader thread started
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [master][i]Starting processing thread
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [reader][i]Initializing reader
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [main][i]Socket server started
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [reader][i]Connecting to unknown receiver via (tcp://localhost:30005)
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [main][i]MLAT data feed started
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [bs][i]Initializing server
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [mlat][i]Waiting for MLAT configuration
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [bs][i]Starting server on 0.0.0.0:30003
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [reader][i]Connected to the receiver, configuring
2019-12-05T18:30:20Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:20 | [reader][i]Configured, processing messages
2019-12-05T18:30:21Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:21 | [reader][i]Timestamp source changed from UNKNOWN to SYSTEM-UNCERTAIN
2019-12-05T18:30:21Z adsb-box.fr24feed[16478]: 2019-12-05 18:30:21 | [time][i]Synchronizing time via NTP
2019-12-05T18:30:22Z adsb-box.fr24feed[16478]: /snap/adsb-box/217/bin/fr24feed: line 69: 16587 Bus error               (core dumped) $BIN "${ARGS[@]}"
2019-12-05T18:30:22Z systemd[1]: snap.adsb-box.fr24feed.service: Main process exited, code=exited, status=135/n/a
2019-12-05T18:30:22Z systemd[1]: snap.adsb-box.fr24feed.service: Failed with result 'exit-code'.
2019-12-05T18:30:22Z systemd[1]: snap.adsb-box.fr24feed.service: Service RestartSec=100ms expired, scheduling restart.
2019-12-05T18:30:22Z systemd[1]: snap.adsb-box.fr24feed.service: Scheduled restart job, restart counter is at 1.
2019-12-05T18:30:22Z systemd[1]: Stopped Service for snap application adsb-box.fr24feed.
2019-12-05T18:30:22Z systemd[1]: Started Service for snap application adsb-box.fr24feed.
2019-12-05T18:30:22Z adsb-box.fr24feed[16624]: + sleep 3
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + BIN=/snap/adsb-box/217/usr/bin/fr24feed
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + WORKDIR=/var/snap/adsb-box/217/fr24feed
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + PIDFILE=/var/snap/adsb-box/217/fr24feed/fr24feed.pid
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + MONITORFILE=/tmp/fr24feed.txt
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + CONF=/etc/fr24feed.ini
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + '[' '!' -d /var/snap/adsb-box/217/fr24feed ']'
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + '[' -f /var/snap/adsb-box/217/fr24feed.ini ']'
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + '[' '!' -f /etc/fr24feed.ini ']'
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: ++ grep -c fr24key= /etc/fr24feed.ini
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + '[' 1 -ne 1 ']'
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + '[' arm64 = amd64 ']'
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + '[' arm64 = i386 ']'
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + ARGS=("--monitor-file=$MONITORFILE" "--write-pid=$PIDFILE")
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: ++ snapctl get fr24feed.enable-log
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + ENABLE_LOG=1
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + case "$ENABLE_LOG" in
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + export TZ=GMT
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + TZ=GMT
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: + /snap/adsb-box/217/usr/bin/fr24feed --monitor-file=/tmp/fr24feed.txt --write-pid=/var/snap/adsb-box/217/fr24feed/fr24feed.pid
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | ______  _  _         _      _                    _              _____    ___
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | |  ___|| |(_)       | |    | |                  | |            / __  \  /   |
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | | |_   | | _   __ _ | |__  | |_  _ __  __ _   __| |  __ _  _ __`' / /' / /| |
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | |  _|  | || | / _` || '_ \ | __|| '__|/ _` | / _` | / _` || '__| / /  / /_| |
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | | |    | || || (_| || | | || |_ | |  | (_| || (_| || (_| || |  ./ /___\___  |
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | \_|    |_||_| \__, ||_| |_| \__||_|   \__,_| \__,_| \__,_||_|  \_____/    |_/
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 |                __/ |
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 |               |___/
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | [main][i]FR24 Feeder/Decoder
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | [main][i]Version: 1.0.24-7/generic
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | [main][i]Built on Nov  7 2019 11:23:04 (HEAD-be32703.git/Linux/static_armel)
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | [main][i]Running on: ubuntu-core16
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | [main][i]Local IP(s): 10.200.10.18
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | [main][i]Copyright 2012-2019 Flightradar24 AB
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | [main][i]https://www.flightradar24.com
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | [main][i]DNS mode: PING
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | [main][i]Automatic updates are DISABLED
2019-12-05T18:30:25Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:25 | info | [httpd]Server started, listening on 0.0.0.0:8754
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [e]PacketSenderConfiguration::fetch_config(): Unable to parse jsoned response
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [d]TLSConnection::ctor(): Enable verify_peer in production code!
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [main][i]Reader thread started
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [master][i]Starting processing thread
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [bs][i]Initializing server
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [main][i]Socket server started
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [bs][i]Starting server on 0.0.0.0:30003
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [main][i]MLAT data feed started
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [reader][i]Initializing reader
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [reader][i]Connecting to unknown receiver via (tcp://localhost:30005)
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [reader][i]Connected to the receiver, configuring
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [reader][i]Configured, processing messages
2019-12-05T18:30:26Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:26 | [mlat][i]Waiting for MLAT configuration
2019-12-05T18:30:27Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:27 | [time][i]Synchronizing time via NTP
2019-12-05T18:30:27Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:28 | [time][i]Time synchronized correctly, offset +0.414 seconds
2019-12-05T18:30:27Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:28 | [main][i]Feed Network client started
2019-12-05T18:30:27Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:28 | [feed][i]Downloading configuration
2019-12-05T18:30:27Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:28 | [main][i]RAW data server started
2019-12-05T18:30:27Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:28 | [raw][i]Initializing server
2019-12-05T18:30:27Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:28 | [raw][i]Starting server on 0.0.0.0:30334
2019-12-05T18:30:27Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:28 | [feed][d]fetching configuration
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | [feed][i]configuring decoder
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | [feed][c]Max range AIR: 350.0nm
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | [feed][c]Max range GND: 100.0nm
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | [feed][i]configuration changed
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | [feed][i]defined 3 servers
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | [feed][c]Timestamps: optional
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | info | Stopping ReceiverACSender threads for feed
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | info | [stats]Stats thread started
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | info | Configured ReceiverACSender: 185.218.24.22:8099,185.218.24.23:8099,185.218.24.24:8099, feed: LLBG119, send_interval: 5s, max age: 15s, send metadata: true, mode: 1, filtering: true
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | info | Network thread connecting to 185.218.24.22:8099 for feed LLBG119
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | [feed][n]LLBG119@185.218.24.22:8099/UDP
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | [feed][n]connecting
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | [feed][n]connected via UDP (fd 32)
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | [feed][i]Feed connected
2019-12-05T18:30:28Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:29 | [feed][n]working
2019-12-05T18:30:37Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:37 | [reader][i]Timestamp source changed from UNKNOWN to SYSTEM-VALIDATED
2019-12-05T18:30:38Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:38 | [mlat][i]MLAT configuration received, service ENABLED
2019-12-05T18:30:38Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:38 | [mlat][i]Starting MLAT with preconfigured position: 31.96,34.81,255.0
2019-12-05T18:30:38Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:38 | [mlat][i]MLAT bandwidth reduction active, level 1
2019-12-05T18:30:38Z adsb-box.fr24feed[16624]: 2019-12-05 18:30:38 | [mlat][i]Configuring UDP connection udp://mlat-1.fr24.com:19788
2019-12-05T18:30:38Z adsb-box.fr24feed[16624]: /snap/adsb-box/217/bin/fr24feed: line 69: 16750 Bus error               (core dumped) $BIN "${ARGS[@]}"
2019-12-05T18:30:38Z systemd[1]: snap.adsb-box.fr24feed.service: Main process exited, code=exited, status=135/n/a
2019-12-05T18:30:38Z systemd[1]: snap.adsb-box.fr24feed.service: Failed with result 'exit-code'.
2019-12-05T18:30:38Z systemd[1]: snap.adsb-box.fr24feed.service: Service RestartSec=100ms expired, scheduling restart.
2019-12-05T18:30:38Z systemd[1]: snap.adsb-box.fr24feed.service: Scheduled restart job, restart counter is at 2.
2019-12-05T18:30:38Z systemd[1]: Stopped Service for snap application adsb-box.fr24feed.
2019-12-05T18:30:38Z systemd[1]: Started Service for snap application adsb-box.fr24feed.
2019-12-05T18:30:38Z adsb-box.fr24feed[16941]: + sleep 3
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + BIN=/snap/adsb-box/217/usr/bin/fr24feed
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + WORKDIR=/var/snap/adsb-box/217/fr24feed
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + PIDFILE=/var/snap/adsb-box/217/fr24feed/fr24feed.pid
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + MONITORFILE=/tmp/fr24feed.txt
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + CONF=/etc/fr24feed.ini
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + '[' '!' -d /var/snap/adsb-box/217/fr24feed ']'
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + '[' -f /var/snap/adsb-box/217/fr24feed.ini ']'
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + '[' '!' -f /etc/fr24feed.ini ']'
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: ++ grep -c fr24key= /etc/fr24feed.ini
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + '[' 1 -ne 1 ']'
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + '[' arm64 = amd64 ']'
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + '[' arm64 = i386 ']'
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + ARGS=("--monitor-file=$MONITORFILE" "--write-pid=$PIDFILE")
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: ++ snapctl get fr24feed.enable-log
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + ENABLE_LOG=1
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + case "$ENABLE_LOG" in
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + export TZ=GMT
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + TZ=GMT
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: + /snap/adsb-box/217/usr/bin/fr24feed --monitor-file=/tmp/fr24feed.txt --write-pid=/var/snap/adsb-box/217/fr24feed/fr24feed.pid
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | ______  _  _         _      _                    _              _____    ___
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | |  ___|| |(_)       | |    | |                  | |            / __  \  /   |
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | | |_   | | _   __ _ | |__  | |_  _ __  __ _   __| |  __ _  _ __`' / /' / /| |
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | |  _|  | || | / _` || '_ \ | __|| '__|/ _` | / _` | / _` || '__| / /  / /_| |
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | | |    | || || (_| || | | || |_ | |  | (_| || (_| || (_| || |  ./ /___\___  |
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | \_|    |_||_| \__, ||_| |_| \__||_|   \__,_| \__,_| \__,_||_|  \_____/    |_/
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 |                __/ |
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 |               |___/
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | [main][i]FR24 Feeder/Decoder
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | [main][i]Version: 1.0.24-7/generic
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | [main][i]Built on Nov  7 2019 11:23:04 (HEAD-be32703.git/Linux/static_armel)
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | [main][i]Running on: ubuntu-core16
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | [main][i]Local IP(s): 10.200.10.18
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | [main][i]Copyright 2012-2019 Flightradar24 AB
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | [main][i]https://www.flightradar24.com
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | [main][i]DNS mode: PING
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | [main][i]Automatic updates are DISABLED
2019-12-05T18:30:41Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:41 | info | [httpd]Server started, listening on 0.0.0.0:8754
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [e]PacketSenderConfiguration::fetch_config(): Unable to parse jsoned response
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [d]TLSConnection::ctor(): Enable verify_peer in production code!
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [main][i]Reader thread started
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [master][i]Starting processing thread
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [reader][i]Initializing reader
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [main][i]Socket server started
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [bs][i]Initializing server
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [bs][i]Starting server on 0.0.0.0:30003
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [main][i]MLAT data feed started
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [mlat][i]Waiting for MLAT configuration
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [reader][i]Connecting to unknown receiver via (tcp://localhost:30005)
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [reader][i]Connected to the receiver, configuring
2019-12-05T18:30:42Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:42 | [reader][i]Configured, processing messages
2019-12-05T18:30:43Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:43 | [time][i]Synchronizing time via NTP
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:44 | [time][i]Time synchronized correctly, offset +0.421 seconds
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:44 | [main][i]Feed Network client started
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:44 | [feed][i]Downloading configuration
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:44 | [main][i]RAW data server started
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:44 | [raw][i]Initializing server
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:44 | [raw][i]Starting server on 0.0.0.0:30334
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:44 | [feed][d]fetching configuration
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | [feed][i]configuring decoder
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | [feed][c]Max range AIR: 350.0nm
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | [feed][c]Max range GND: 100.0nm
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | [feed][i]configuration changed
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | [feed][i]defined 3 servers
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | [feed][c]Timestamps: optional
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | info | [stats]Stats thread started
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | info | Stopping ReceiverACSender threads for feed
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | info | Configured ReceiverACSender: 185.218.24.22:8099,185.218.24.23:8099,185.218.24.24:8099, feed: LLBG119, send_interval: 5s, max age: 15s, send metadata: true, mode: 1, filtering: true
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | info | Network thread connecting to 185.218.24.22:8099 for feed LLBG119
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | [feed][n]LLBG119@185.218.24.22:8099/UDP
2019-12-05T18:30:44Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | [feed][n]connecting
2019-12-05T18:30:45Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | [feed][n]connected via UDP (fd 32)
2019-12-05T18:30:45Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | [feed][i]Feed connected
2019-12-05T18:30:45Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:45 | [feed][n]working
2019-12-05T18:30:49Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:49 | [reader][i]Timestamp source changed from UNKNOWN to SYSTEM-VALIDATED
2019-12-05T18:30:50Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:50 | [main][i]Terminating on user request
2019-12-05T18:30:50Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:50 | [main][i]Terminating worker threads
2019-12-05T18:30:50Z systemd[1]: Stopping Service for snap application adsb-box.fr24feed...
2019-12-05T18:30:50Z adsb-box.fr24feed[16941]: 2019-12-05 18:30:50 | [main][i]Forcing process termination
2019-12-05T18:30:50Z systemd[1]: snap.adsb-box.fr24feed.service: Main process exited, code=killed, status=15/TERM
2019-12-05T18:30:50Z systemd[1]: snap.adsb-box.fr24feed.service: Succeeded.
2019-12-05T18:30:50Z systemd[1]: Stopped Service for snap application adsb-box.fr24feed.
ldti commented 4 years ago

keeps happening with 127.0.0.1 instead of localhost, too.

tsunghanliu commented 4 years ago

Moved the micro SD from Pi3 to Pi4 then I met the issue. I'll investigate the issue.

ldti commented 4 years ago

Thank you very much!

tsunghanliu commented 4 years ago

There are several users affected by a similar BUS error issue[1]. It's very likely a multi-arch issue (i.e., running a armhf binary on a arm64 platform).

[1] https://forum.flightradar24.com/forum/radar-forums/flightradar24-feeding-data-to-flightradar24/12607-fr24-feeder-decoder-version-1-0-24-2-generic

ldti commented 4 years ago

Hm. Perhaps a revert to the previous version of fr24feed is in order?

tsunghanliu commented 4 years ago

I'm testing the previous version (1.0.23-8) of fr24feed on Ubuntu 19.10 arm64 server. If it works fine, I'll switch it back for arm64.

tsunghanliu commented 4 years ago

There is a new revision 218 on the edge channel. It's using fr24feed 1.0.23-8 instead. This is only for arm64 platform

ldti commented 4 years ago

OK, I will try.

Sent from my Samsung Galaxy smartphone.

-------- Original message -------- From: "Tsunghan Liu (Robert Liu)" notifications@github.com Date: 12/10/19 11:22 (GMT+02:00) To: "tsunghanliu/adsb-box.snap" adsb-box.snap@noreply.github.com Cc: Leonid Tsitalovski leonid@leonid.org.il, Mention mention@noreply.github.com Subject: Re: [tsunghanliu/adsb-box.snap] adsb-box.fr24feed crashing as soon as it sees adsb packets. started since today (latest update). (#23)

There is a new revision 218 on the edge channel. It's using fr24feed 1.0.23-8 instead. This is only for arm64 platform

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/tsunghanliu/adsb-box.snap/issues/23?email_source=notifications&email_token=AC3HYRM27QP2D2QF32IHFOLQX5NVRA5CNFSM4JU7CXQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGORKHI#issuecomment-563942685, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC3HYRLX6TWTVY4YAOLLOLDQX5NVRANCNFSM4JU7CXQQ.

ldti commented 4 years ago

looks much better now!

tsunghanliu commented 4 years ago

Thanks. I'll close this issue once I merge the change. Feel free to let me know if you have any additional questions.

ldti commented 4 years ago

Thank you for all the work!

Sent from my Samsung Galaxy smartphone.

ldti commented 4 years ago

Was this merged on the "stable" channel? It doesn't seem to work (still trying to run 1.0.24-7)..

tsunghanliu commented 4 years ago

No, it's not. I'll upload a new build soon.

On Wed, Dec 11, 2019, 18:33 ldti notifications@github.com wrote:

Was this merged on the "stable" channel? It doesn't seem to work (still trying to run 1.0.24-7)..

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/tsunghanliu/adsb-box.snap/issues/23?email_source=notifications&email_token=AEUHCFNX5GHS46NWPWXGET3QYC6W5A5CNFSM4JU7CXQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGSUTKQ#issuecomment-564480426, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEUHCFK5HHMNHL5CNUSFBYTQYC6W5ANCNFSM4JU7CXQQ .

ldti commented 4 years ago

Ah, OK.

Sent from my Samsung Galaxy smartphone.

tsunghanliu commented 4 years ago

I've released v1.3.2-2-g443aaff (r219) to all channels for arm64.

ldti commented 4 years ago

Thanks. Will check.

Sent from my Samsung Galaxy smartphone.

-------- Original message -------- From: "Tsunghan Liu (Robert Liu)" notifications@github.com Date: 12/11/19 14:55 (GMT+02:00) To: "tsunghanliu/adsb-box.snap" adsb-box.snap@noreply.github.com Cc: Leonid Tsitalovski leonid@leonid.org.il, Mention mention@noreply.github.com Subject: Re: [tsunghanliu/adsb-box.snap] adsb-box.fr24feed crashing as soon as it sees adsb packets. started since today (latest update). (#23)

I've released v1.3.2-2-g443aaff (r219) to all channels for arm64.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/tsunghanliu/adsb-box.snap/issues/23?email_source=notifications&email_token=AC3HYRJMUUGKIBQIGXNWIITQYDPL3A5CNFSM4JU7CXQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGS775A#issuecomment-564527092, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC3HYRKD6OWQPBOLDAVSZEDQYDPL3ANCNFSM4JU7CXQQ.

MarvinOl commented 4 years ago

fr24feed was updated to version 1.0.25-1 today ( http://repo.feed.flightradar24.com/ ). I have successfully ran it on an arm64 board for hours where all versions after 1.0.23-8 used to crash with Bus error. I think it's time to revert this change and move to the latest fr24feeder version.

ldti commented 4 years ago

If it's working, no problem.

Sent from my Samsung Galaxy smartphone.

-------- Original message -------- From: MarvinOl notifications@github.com Date: 3/9/20 16:25 (GMT+02:00) To: "tsunghanliu/adsb-box.snap" adsb-box.snap@noreply.github.com Cc: Leonid Tsitalovski leonid@leonid.org.il, Mention mention@noreply.github.com Subject: Re: [tsunghanliu/adsb-box.snap] adsb-box.fr24feed crashing as soon as it sees adsb packets. started since today (latest update). (#23)

fr24feed was updated to version 1.0.25-1 today ( http://repo.feed.flightradar24.com/ ). I have successfully ran it on an arm64 board for hours where all versions after 1.0.23-8 used to crash with Bus error. I think it's time to revert this change and move to the latest fr24feeder version.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/tsunghanliu/adsb-box.snap/issues/23?email_source=notifications&email_token=AC3HYROKEMGP5YFB3X7IZRDRGT35VA5CNFSM4JU7CXQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOHNQAI#issuecomment-596563969, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC3HYRK3IKVJ5BJCR26Z2Q3RGT35VANCNFSM4JU7CXQQ.

tsunghanliu commented 4 years ago

Hi, Thanks for the heads up, I just release v1.3.5 with fr24feed v1.0.25-1 to the edge channel. It would be great if someone can test it and let me know if this version works for you.

ldti commented 4 years ago

testing now. looks ok so far.