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

Stack in DemoCellDown[11] #2

Open
MaxCan-Code opened this issue Mar 1, 2024 · 0 comments
Open

Stack in DemoCellDown[11] #2

MaxCan-Code opened this issue Mar 1, 2024 · 0 comments

Comments

@MaxCan-Code
Copy link

Hi, the Demo works great! I can even launch RIDE and see its resource usage!
I got this after launching the demo process, closing the "Close me to Crash" window, exiting the stack of the crash, and dragging around cells in the Health Monitor window:

      ⎕clear
      ]Create # HMon\AplSource
      RIDE_PATH←'AppData/Local/Programs/Dyalog/Ride-vim/Ride-4.6.exe'
      Demo
      LaunchDemoProcess 1
SYNTAX ERROR
DemoCellDown[11] hmonstack.Text←2 0↓⍕'TID' '' 'Stack'⍪(⊂'')⍪{⍵[⍋⍵[;1];]}↑threads.Values.(('&',⍕Tid)(' *'[1+Suspended])(⍪Stack.Description,⊂''))
                                                                                                                        ∧
      Stack
VALUE ERROR: Undefined name: Stack
      Stack
      ∧
      Suspended
VALUE ERROR: Undefined name: Suspended
      Suspended
      ∧

Looks like Stack isn't implemented

hmonstack.Text←2 0↓⍕'TID' '' 'Stack'⍪(⊂'')⍪{⍵[⍋⍵[;1];]}↑threads.Values.(('&',⍕Tid) (' *'[1+Suspended]) (⍪Stack.Description,⊂''))

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

1 participant