On Thu, January 7, 2021 10:32, Dimitri Karamazov wrote:
> Update adb to 29.0.1
> A gzipped diff attached since this is a huge diff.
>
> A huge chunk of the patches are from freebsd and
> archlinux. The program builds and works fine and tests
> pass except some which fail in freebsd too and are
> di
On Sat, Mar 06, 2021 at 04:05:20PM +, Wind R wrote:
> Running adbd as root seems to cause a kernel panic.
> I have attached a picture of the ddb log.
>
> I am unable to use my keyboard after the kernel panic,
> devices connected to the USB ports after the panic won't be powered
> either.
>
>
It appears that the mailing list is not correctly showing
whom I'm replying to. This is the one that I'm replying to.
https://marc.info/?l=openbsd-ports&m=161000490809726&w=2
Sent with ProtonMail Secure Email.
‐‐‐ Original Message ‐‐‐
On Sunday, March 7, 2021 12:05 AM, Wind R wrote:
>
Update adb to 29.0.1
A gzipped diff attached since this is a huge diff.
A huge chunk of the patches are from freebsd and
archlinux. The program builds and works fine and tests
pass except some which fail in freebsd too and are
disabled hence.
I couldn't connect with usb, but it works over network
Hi Andrew, and cc'ing ports@ in case anyone else is interested.
I'm trying to run adb over tcp/ip ("adb tcpip " followed by "adb
connect "). However it crashes (accesses already-freed memory in
usb_close when trying to dereference h->next). Since upstream now
has their own maintained libusb-ba