MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MM Crashing

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    errorcrashstacktracestacktraceallocationfailuresecurity
    3 Posts 3 Posters 1.5k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C Offline
      c502
      last edited by

      Ever since running an update on my Pi 3 Model B and MagicMirror, it has started crashing randomly after running fine for a while. Generally it’ll run okay for a day or so, however often I’ll find that it’s crashed out with a JS Stacktrace error. I’ve attached a screenshot of the error I was receiving. Since the error is mentioning an allocation failure and possibly space constraints, I have checked the SD card and found more than enough space (10+ GB) free. If anyone has any ideas, I’m more than open to hear them.0_1535023552820_Messages Image(2264526874).png

      1 Reply Last reply Reply Quote 0
      • J Offline
        Joern
        last edited by

        Any update? Mine MM is also crashing on a PI3 every few hours.

        Screen goes to black (not turn of Screen) and now more inputs are possible.

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil
          last edited by sdetweil

          This is not out of disk space ( memory card). This is runtime memory out of space.

          Typically when u see this kind of error, some code has allocated space for data, but didn’t free it ( over and over)
          when it was no longer needed.

          GC is garbage collection, which reclaims memory space no longer referenced.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy