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
When starting lazyjournal the following error is thrown:
lazyjournal panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x5600ed] goroutine 1 [running]: main.runGoCui(0x0) github.com/Lifailon/lazyjournal/main.go:303 +0x80d main.main() github.com/Lifailon/lazyjournal/main.go:410 +0x15
linux
amd64
Rocky Linux 8.9 (Green Obsidian) x86_64
The text was updated successfully, but these errors were encountered:
It might be a problem with the OS are using, I can check that after preparing the virtual environment.
@CrixuAMG will you be able to check the launch from source code?
Sorry, something went wrong.
@CrixuAMG you can also provide output from ldd
ldd
example:
ldd /home/lifailon/.local/bin/lazyjournal linux-vdso.so.1 (0x00007ffcac1df000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x000077620d800000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x000077620dae9000) /lib64/ld-linux-x86-64.so.2 (0x000077620daf8000)
No branches or pull requests
Description
When starting lazyjournal the following error is thrown:
Your system
linux
Architecture
amd64
OS version
Rocky Linux 8.9 (Green Obsidian) x86_64
Installation method
The text was updated successfully, but these errors were encountered: