All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clint Dovholuk <clint@openziti.org>
To: WireGuard mailing list <wireguard@lists.zx2c4.com>
Subject: wintun.dll + go CreateTun crash
Date: Wed, 13 Oct 2021 20:40:43 -0400	[thread overview]
Message-ID: <5656bb014ee2161f6c8ea5f35d354563@mail.gmail.com> (raw)

Our project calls
	tun.CreateTUN(interfaceName, mtu).

I upgraded to windows 11 tonight and this call now crashes at:
	
golang.zx2c4.com/wireguard@v0.0.20201119-0.20201209004655-310ae107c346/tun
/wintun/wintun_windows.go:89

which is this system call:
	r0, _, e1 := syscall.Syscall(procWintunOpenAdapter.Addr(), 2,
uintptr(unsafe.Pointer(pool)), uintptr(unsafe.Pointer(ifname16)), 0)

I'm going to try to debug why myself but figured I'd reach out to the
mailing list in case this was a known issue that's already solved or being
worked on?

Thanks (I can supply the full stack if you like but I wouldn't think it'd
help and decided to keep this mail shorter)
-Clint

             reply	other threads:[~2021-10-14  0:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14  0:40 Clint Dovholuk [this message]
2021-10-14  1:30 ` wintun.dll + go CreateTun crash Jason A. Donenfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5656bb014ee2161f6c8ea5f35d354563@mail.gmail.com \
    --to=clint@openziti.org \
    --cc=wireguard@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.