-
Notifications
You must be signed in to change notification settings - Fork 852
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
Segmentation fault when calling "rpm --initdb --dbpath" on Ubuntu for Windows #2871
Comments
@therealkenc I'm still hitting this issue with @sealor See #1812 for a similar issue (although with yum) and #1812 (comment) for a work around. |
No segfault here with the simple three line repro in the OP. Same result as previously. This is on 17623. Most unfortunate that no one replied to confirm or deny whether #1812 was fixed or not for nearly a year. Per mmap's problem, note that #902 was de-duped; don't know if it matters to |
@therealkenc apologies for the delay in confirmation/refutation. I've been running with the aforementioned workaround for that time, and it's only when initializing a new system where I've hit it again. |
Your Windows build number: (Type
ver
at a Windows Command Prompt)Microsoft Windows [Version 10.0.15063]
What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots)
I'm trying to run
rpm --initdb --dbpath
. But it segfaults.What's wrong / what should be happening instead:
It should create a local RPM database.
Strace of the failing command, if applicable: (If
some_command
is failing, then runstrace -o some_command.strace -f some_command some_args
, and link the contents ofsome_command.strace
in a gist here)-> rpm.strace gist
The text was updated successfully, but these errors were encountered: