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

Error after starting kdash: malloc_error_break to debug #329

Open
99 opened this issue Jul 4, 2023 · 3 comments
Open

Error after starting kdash: malloc_error_break to debug #329

99 opened this issue Jul 4, 2023 · 3 comments
Labels
bug Something isn't working need-reproduction

Comments

@99
Copy link

99 commented Jul 4, 2023

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior or a screencast

  1. Installed kdash with brew
kdash --version
kdash 0.4.0
  1. in my terminal executed kdash command , i can see the dashboard starting and immediately stopped.
  2. Error:
"dash(4645,0x306318000) malloc: *** error for object 0x600000d9ca20: pointer being freed was not allocated
                 kdash(4645,0x306318000) malloc: *** set a breakpoint in malloc_error_break to debug
Abort trap: 6

Expected behavior
Ability to view the dashboard

Screenshots
Screen Shot 2023-07-04 at 2 58 01 PM

Desktop (please complete the following information):

  • OS and OS version: MacOs Monterey 12.5.1

  • Terminal name and version iterm

  • Shell name and version : bash : GNU bash, version 3.2.57(1)-release (arm64-apple-darwin21))

  • Kubectl Client Version [e.g. 1.19]

  • Kubectl Server Version [e.g. 1.19]

  • KDash version [e.g. 0.0.8]

k version  --output=yaml
clientVersion:
  buildDate: "2023-06-14T09:47:38Z"
  compiler: gc
  gitCommit: 25b4e43193bcda6c7328a6d147b1fb73a33f1598
  gitTreeState: clean
  gitVersion: v1.27.3
  goVersion: go1.20.5
  major: "1"
  minor: "27"
  platform: darwin/arm64
kustomizeVersion: v5.0.1
serverVersion:
  buildDate: "2023-05-22T20:32:28Z"
  compiler: gc
  gitCommit: d5ce2cee85d99653d6f8c278043213db21b1cd72
  gitTreeState: clean
  gitVersion: v1.23.17-eks-c12679a
  goVersion: go1.19.6
  major: "1"
  minor: 23+
  platform: linux/amd64

Additional context
n/a

@deepu105
Copy link
Contributor

deepu105 commented Jul 5, 2023

Thats weird. Was there any stack trace? without that its quite hard to debug or look into

@deepu105 deepu105 added need-reproduction bug Something isn't working labels Jul 5, 2023
@99
Copy link
Author

99 commented Jul 5, 2023

I provided everything I was getting while starting the kdash from my terminal. The crash happens immediately after the Loading of the cluster-info. (the cluster is not local to my laptop)
After displaying/ listing all the Pods(Pods (ns: all) [454]).

Also: running kdash is working without any cluster. Of course, there is nothing to show but to give you an idea that it's at least starting and working ( as a tool), but failing after loading the cluster info.

@deepu105
Copy link
Contributor

deepu105 commented Oct 6, 2023

is it still happening with latest version?

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

No branches or pull requests

2 participants