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

Maximum call stack size exceeded error #438

Closed
aiquiti opened this issue Mar 17, 2022 · 3 comments
Closed

Maximum call stack size exceeded error #438

aiquiti opened this issue Mar 17, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@aiquiti
Copy link

aiquiti commented Mar 17, 2022

Which actions did you perform before the error occurred?
When trying to access some of my tags, it would give a Maximum call stack size exceeded error and I would need to refresh/restart program to get it working again. I was able to isolate it to a few certain tags causing it to crash.

After clearing database data and restoring a backup from earlier today the issue seems to have resolved itself.

I cannot say for sure what was the cause, as I tried to reproduce it after restoring by going through what I had done before but failed to get the same error. The only thing I was not able to reproduce is that I had accidentally dragged one of my tags under another it had disappeared. With that said, I was able to confirm that the tags causing it to crash also had the tag of the one that had disappeared.

One last note would be that this had happened after I had finished updating from rc7.1 to rc7.2.

I don't know if that's enough information (especially since I'm unable to repro it now) to be really useful, but I hope that perhaps if someone comes across a similar issue it could add some more perspective! 😊

Stacktrace

Maximum call stack size exceeded
    at e.next (<anonymous>)
    at e.next (<anonymous>)
    at e.next (<anonymous>)
    at e.next (<anonymous>)

Runtime info

  • Allusion version: v1.0.0-rc7.2
  • Operating system: Windows_NT 10.0.22000, win32 x64
  • Node version: v16.5.0
@RvanderLaan
Copy link
Collaborator

thanks for reporting! There seem to be some issues with reordering/nesting tags, e.g. you can drag a tag into one of its sub-tags at the moment, which will make them both disappear 😱

I'll try to write some automated tests to get this all smoothened out

I'm glad the back-up feature was of use!

@hummingly
Copy link
Collaborator

I must have broken it on the last refactor 🙈

@hummingly hummingly added the bug Something isn't working label May 1, 2022
@hummingly
Copy link
Collaborator

Fixed by this commit.

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

No branches or pull requests

3 participants