Jan Beich

Results 75 comments of Jan Beich

I forgot to read Known Problems in README.md. But still, that sentence is a bit vague whether the issue affects only Samsung or any phone past a specific Android version.

`aft-mtp-mount` doesn't print anything when mounting. I cannot reproduce on Ubuntu 16.10 amd64. And the device vendor is **not** Samsung. `aft-mtp-cli` writes fine which rules out the difference in libusb...

**EDIT**: replaced `-o debug` with `-d` output as it provides more details. With 973fe4d files can be successufully created but `aft-mtp-mount` just hangs then silently exits. Return code is 0,...

libfuse hangs if built with `-O0 -g` which seems like a rabbit hole given the FreeBSD port lacks a maintainer. > can you run it using gdb please? gdb itself...

`-d` output was provided several posts ago. Not sure how `-f` would help. The process exits on timeout without receiving a fatal signal to catch using a debugger. However, with...

@Hjdskes, I did test with Wayland backend via `MOZ_ENABLE_WAYLAND=1`. It was not important enough to mention because `GDK_BACKEND=wayland` is default on a Wayland compositor. Other Gtk3 apps don't require fiddling...

@myfreeweb, Cage exits fine after https://github.com/jiixyj/epoll-shim/commit/7ecf58c96d44. SIGINT and SIGTERM is still broken without #148: ```c $ cage -d gtk3-demo * thread #1, name = 'cage', stop reason = signal SIGSEGV:...

@Hjdskes, correct. Killing clients inside Cage works fine as Cage exists after a few seconds when all are gone but when Cage itself is killed it doesn't exit gracefully but...

Regarding epoll-shim **downstream** it should be updated soon, see https://reviews.freebsd.org/D25052

I confirm, Cage now respects Ctrl+C (SIGINT) and default kill signal (SIGTERM).