Skip to content
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

[Bug]: invalid memory address or nil pointer dereference #19

Open
2 tasks
CrixuAMG opened this issue Mar 6, 2025 · 2 comments
Open
2 tasks

[Bug]: invalid memory address or nil pointer dereference #19

CrixuAMG opened this issue Mar 6, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@CrixuAMG
Copy link

CrixuAMG commented Mar 6, 2025

Description

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

Your system

linux

Architecture

amd64

OS version

Rocky Linux 8.9 (Green Obsidian) x86_64

Installation method

  • Binary
  • Source code
@CrixuAMG CrixuAMG added the bug Something isn't working label Mar 6, 2025
@Lifailon
Copy link
Owner

Lifailon commented Mar 6, 2025

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?

@Lifailon
Copy link
Owner

Lifailon commented Mar 6, 2025

@CrixuAMG you can also provide output from 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants