-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proot: ./path/path.c:546: compare_paths2: Assertion `length1 > 0' failed. #182
Comments
if
|
Interesting.. I'll look into it. Thanks for providing such detailed debugging information! |
I had a similar issue. The problem is, that the Also There's probably a better way to fix it, but this works for me: 0pq76r/proot@7d7479c |
Still not fixed as of latest version. |
This is a bit tricky. At least one cause of this crash is when
proot doesn't handle this case, and I'm not sure if simply making |
Hi, I'm also experiencing this issue: proot: ./path/path.c:547: compare_paths2: Assertion `length2 > 0' failed. This makes pacman fail in arch. It also makes wine GUI fail when running inside the new root. Edit: The changes provided by @0pq76r fix both issues. |
I am having the same problem. Here is a Dockerfile that reproduces it:
Is there a workaround? |
Steps to Reproduce the Problem
do not
mkdir tmp
fakechroot fakeroot chroot . ./proot/src/proot -R alpine-minirootfs-3.10.1-x86_64
Specifications
The text was updated successfully, but these errors were encountered: