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

Segfault when host changes IP #67

Open
vandemjh opened this issue Dec 10, 2024 · 0 comments · May be fixed by #68
Open

Segfault when host changes IP #67

vandemjh opened this issue Dec 10, 2024 · 0 comments · May be fixed by #68

Comments

@vandemjh
Copy link

Noticing that when the host changes IP airconnect will segfault but the container will not restart no matter what the restart policy is set to.

[15:36:23.431] Start:1094 Binding to iface 192.168.0.196:0 [enp2s0]
[15:36:23.434] Start:1133 Starting pico HTTP server on port 60045
[custom-init] No custom files found, skipping...
[15:36:23.459] AddCastDevice:659 [0x2374860]: creating MAC
[15:36:23.459] AddCastDevice:673 [0x2374860]: adding renderer (<REDACTED> - 192.168.0.125:8009) with mac CCCCE8A70FF9
[15:38:53.384] MainThread:612 IP change detected 192.168.0.196
[15:38:53.435] DeleteCastDevice:379 [0x2374860]: Cast device stopped
[15:38:53.436] MainThread:896 IP change detected 192.168.0.196
[15:38:53.436] Stop:1164 terminate update thread ...
[15:38:53.436] Stop:1169 flush renderers ...
[15:38:53.436] Stop:1172 terminate libupnp
[15:38:53.936] Start:709 Binding to 172.20.0.1 [br-1afddf470fc3] with mask 0xffff0000
[15:38:53.936] Start:735 Starting pico HTTP server on port 49703
[15:38:53.990] Start:1094 Binding to iface 172.20.0.1:49152 [br-1afddf470fc3]
[15:38:53.990] Start:1133 Starting pico HTTP server on port 46407
[15:39:18.579] AddCastDevice:659 [0x2374860]: creating MAC
[15:39:18.580] AddCastDevice:673 [0x2374860]: adding renderer (<REDACTED> - 192.168.0.125:8009) with mac CCCCE8A70FF9
s6-rc: warning: unable to start service svc-airupnp: command exited 139
[15:39:23.937] MainThread:612 IP change detected 172.20.0.1
[15:39:23.993] DeleteCastDevice:379 [0x2374860]: Cast device stopped
double free or corruption (top)
s6-rc: warning: unable to start service svc-aircast: command exited 134

Thinking this is due to the supervisor config (noticing it was deleted in #63) to but not too sure.

@vandemjh vandemjh linked a pull request Dec 11, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant