We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
a memory access error is generated when reading the file /etc/sysconfig/ipset
$ wc -l /etc/sysconfig/ipset 168146 /etc/sysconfig/ipset
$ strace ./augtool close(3) = 0 stat("/etc/sysconfig/ipset", {st_mode=S_IFREG|0644, st_size=4673066, ...}) = 0 openat(AT_FDCWD, "/etc/sysconfig/ipset", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=4673066, ...}) = 0 ... ... --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x7ffe7469aff8} --- +++ killed by SIGSEGV (core dumped) +++ Segmentation fault (core dumped)
best regards
The text was updated successfully, but these errors were encountered:
augtool> info version = 1.14.1
Sorry, something went wrong.
No branches or pull requests
Hi,
a memory access error is generated when reading the file /etc/sysconfig/ipset
best regards
The text was updated successfully, but these errors were encountered: