wiedehopf / readsb

ADS-B decoder swiss knife
Other
346 stars 78 forks source link

Use util instead of duplication in threadpool #39

Closed palhaland closed 1 year ago

palhaland commented 1 year ago

I created some temp variables in get_seed as a SIGTERM was generated without it when I compiled using zig.

wiedehopf commented 1 year ago

threadpool is its own library.

wiedehopf commented 1 year ago

How do the temp vars help, explain.

wiedehopf commented 1 year ago

Yeah the temp vars don't do anything i think but i can make sure the casting is better to int64_t Maybe that was the issue.

palhaland commented 1 year ago

I guess it could be the casting. I found it strange as well that it made a difference.

wiedehopf commented 1 year ago

Please report if you continue seeing the SIGTERM issue with the change i made. If you do, let's get some gdb involved or something. SIGTERM also seems like a weird signal, how would that even happen?