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

SIGSEGV nil pointer when using alias for package with version #123

Closed
alnpokrovsky opened this issue Oct 29, 2024 · 1 comment
Closed

SIGSEGV nil pointer when using alias for package with version #123

alnpokrovsky opened this issue Oct 29, 2024 · 1 comment

Comments

@alnpokrovsky
Copy link

example code

package tests

import "github.com/gofrs/uuid/v5"

type gen = uuid.Gen

falls with such runtime exception while I try to call minimock on it:

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x20 pc=0x104615d8c]

goroutine 1 [running]:
github.com/gojuno/minimock/v3/internal/types.isInterfaceType(...)
        /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/internal/types/interface.go:174
github.com/gojuno/minimock/v3/internal/types.isInterface(0x0?, {0x0?, 0x9?, 0x10474c6c0?})
        /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/internal/types/interface.go:63 +0x1c
github.com/gojuno/minimock/v3/internal/types.isExportedInterfaceAlias(0x20?, {0x140007e9b00?, 0x5?, 0x1400097d000?})
        /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/internal/types/interface.go:110 +0x84
github.com/gojuno/minimock/v3/internal/types.isInterface(0x140007e9b80, {0x140007e9b00, 0x8, 0x8})
        /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/internal/types/interface.go:65 +0x6c
github.com/gojuno/minimock/v3/internal/types.FindAllInterfaces(0x140007e96c0?, {0x16ba835e0, 0x8})
        /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/internal/types/interface.go:33 +0x3e8
main.run(0x140002120e0)
        /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/cmd/minimock/minimock.go:150 +0x168
main.main()
        /Users/apokrovskiyn/go/pkg/mod/github.com/gojuno/minimock/[email protected]/cmd/minimock/minimock.go:126 +0x118
@alnpokrovsky
Copy link
Author

Opened PR #124 to fix it

@zcolleen zcolleen closed this as completed Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants