enih
enih
I have a similar situation here: I'm using custom buildCommand with `buildah` plus a remote private insecure image registry. I always get error `Build Failed. Cannot connect to the Docker...
> What if you list all java process via `jps` and then kill the processes named like ` org.eclipse.equinox.launcher_XXX` and try again? same issue [here](https://github.com/redhat-developer/vscode-java/issues/3305). killed all java processes, and...
Or maybe we can add a function-level attribute? For example: ``` [ConfigureAwait(false)] public async Task FooBar() {...} ```
> @enihcam it is difficult to know which argument of the recvmsg()/recvfrom() call is a bad address :( > > https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/minissdp.c#L902 I'm using archlinux, so the compile flags can be...
the issue can be reproduced without using mimalloc or any memory allocators, so i guess it's probably not a memory management issue.
looks like it was my newly installed DLNA server listening on the same UDP port as miniupnpd. ```c ~ $ sudo ss -alnp | grep 1900 udp UNCONN 1855488 0...
> my suggestion is using [minissdpd](https://miniupnp.tuxfamily.org/minissdpd.html). can i just use minissdpd without patching dms?
> @enihcam can you test it ? > > If it is working, I will finish it (add configuration option for minissdpd socket path) and submit a Pull Request upstream....
> @enihcam can you test it ? > > If it is working, I will finish it (add configuration option for minissdpd socket path) and submit a Pull Request upstream....
> @enihcam have you launched minissdpd BEFORE dms and miniupnpd ? minissdpd should be the only process listening on port 1900 ok, I'll start minissdpd at very beginning, take an...