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

[Alibaba:MyImage] Panic Bug #1384

Open
powerkimhub opened this issue Nov 15, 2024 · 0 comments
Open

[Alibaba:MyImage] Panic Bug #1384

powerkimhub opened this issue Nov 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working CloudDriver

Comments

@powerkimhub
Copy link
Member

  • MyImageHandler:DeleteMyImage() 수행 중에 다음 오류가 발생합니다.

    panic: reflect: call of reflect.Value.IsNil on struct Value
    
    goroutine 13219 [running]:
    reflect.Value.IsNil(...)
            /snap/go/10743/src/reflect/value.go:1558
    github.com/cloud-barista/cb-spider/cloud-control-manager/cloud-driver/drivers/alibaba/resources.AlibabaMyImageHandler.DeleteMyImage({{{0xc0014d29b0, 0xa}, {0xc0014d29c0, 0xc}, {0x0, 0x0}}, 0xc000220600}, {{0xc000cd22d0, 0x32}, {0xc001434f18, ...}})
            /home/powerkim/cb-spider/cloud-control-manager/cloud-driver/drivers/alibaba/resources/MyImageHandler.go:243 +0xd92
    github.com/cloud-barista/cb-spider/api-runtime/common-runtime.DeleteMyImage({0xc0014a37e8, 0x16}, {0xc001b18f98?, 0xc000516f60?}, {0xc00191ce00, 0x1d}, {0x63719f0, 0x5})
            /home/powerkim/cb-spider/api-runtime/common-runtime/MyImageManager.go:441 +0x603
    github.com/cloud-barista/cb-spider/api-runtime/common-runtime.deleteAllResourcesInResType.func1({0xc00191ce00, 0x1d})
            /home/powerkim/cb-spider/api-runtime/common-runtime/CommonManager.go:1426 +0x30c
    created by github.com/cloud-barista/cb-spider/api-runtime/common-runtime.deleteAllResourcesInResType in goroutine 13207
            /home/powerkim/cb-spider/api-runtime/common-runtime/CommonManager.go:1408 +0x15c
    
  • 현재는 임시 방편으로 다음 commit으로 Patch해둔 상태입니다.

  • patch 버전으로 여러번 시험 해보지 않아서 다시 오류가 발생할 수도 있겠습니다.

  • 삭제 로직에 문제는 없는지 등 점검 및 개선 부탁 드립니다.

@powerkimhub powerkimhub added bug Something isn't working CloudDriver labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CloudDriver
Projects
None yet
Development

No branches or pull requests

2 participants