kdash icon indicating copy to clipboard operation
kdash copied to clipboard

Error after starting kdash: malloc_error_break to debug

Open 99 opened this issue 1 year ago • 3 comments

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

99 avatar Jul 04 '23 22:07 99