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.

    Core dump causing black screen

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    9 Posts 3 Posters 2.6k Views 2 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.
    • M Offline
      mlcampbe
      last edited by

      Does anyone have an idea how to debug a core dump caused by a module or MM itself?

      What I am seeing is that occasionally my mirror goes black and I originally thought it was the screensaver kicking in. However, I believe it is due to a core dump occurring.

      From the pm2 logs I see this:

      ATTENTION: default value of option force_s3tc_enable overridden by environment.
      [16831:0413/111826.964220:FATAL:memory.cc(22)] Out of memory. size=79556608
      ATTENTION: default value of option force_s3tc_enable overridden by environment.
      ATTENTION: default value of option force_s3tc_enable overridden by environment.
      [11331:0415/142933.736368:FATAL:memory.cc(22)] Out of memory. size=120422400
      ATTENTION: default value of option force_s3tc_enable overridden by environment.
      ATTENTION: default value of option force_s3tc_enable overridden by environment.
      getrandom indicates that the entropy pool has not been initialized. Rather than continue with poor entropy, this process will block until entropy is available.
      ATTENTION: default value of option force_s3tc_enable overridden by environment.
      ATTENTION: default value of option force_s3tc_enable overridden by environment.
      [1700:0415/233524.137869:FATAL:memory.cc(22)] Out of memory. size=96002048
      ATTENTION: default value of option force_s3tc_enable overridden by environment.
      ATTENTION: default value of option force_s3tc_enable overridden by environment.
      ATTENTION: default value of option force_s3tc_enable overridden by environment.
      [6522:0416/101829.273887:FATAL:memory.cc(22)] Out of memory. size=155766784
      ATTENTION: default value of option force_s3tc_enable overridden by environment.
      

      I am not concerned about the force_s3tc_enable but notice that there are several out of memory errors. Based on the timestamp of the generated core file I can correlate these out of memory errors to within a minute or 2 of core file.

      So, in the above I have a core dump from:
      4-13-2019 @ 11:18am
      5-15/2019 @ 14:28pm
      4-15-2019 @ 23:35pm
      4-16-2019 @ 10:18am

      There does not look to be a pattern here so not sure where to go other than disabled modules 1-by-1 and wait.

      Given I have the core file is there a way to read it and determine at least which module caused the error as that would help me try to narrow it down.

      S bheplerB 2 Replies Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @mlcampbe
        last edited by

        @mlcampbe said in Core dump causing black screen:

        6522:0416/101829.273887:FATAL:memory.cc(22)] Out of memory. size=155766784

        it is out of memory…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • M Offline
          mlcampbe
          last edited by

          Yeah I realize it is out of memory but what module is causing that? I have a core dump and I should be able to use gdb to see the stack trace to try to figure it out.

          S 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @mlcampbe
            last edited by

            @mlcampbe no idea… I just caused a core dump on mine by comparing a whole structure to a string variable… (not on purpose) it didn’t tell me which module caused it

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • bheplerB Offline
              bhepler Module Developer @mlcampbe
              last edited by

              @mlcampbe - It definitely sounds like there is a memory leak somewhere. Personally, I blame electron. Basically out of spite, not any technical reason.

              I would recommend that you add a cron job that will reboot your mirror at some absurd hour in the morning. It should reset the memory allocation and prevent OOM errors. It’s not a fix, but it should get you close enough.

              1 Reply Last reply Reply Quote 0
              • M Offline
                mlcampbe
                last edited by

                Yeah that is a good idea and I might go that way as a last resort if I can’t identify which module is the culprit.

                This morning I discovered the MMM-Logging module which prints date/time info into the logs and I am hoping that might help me match the coredump time to which module was doing something.

                I also discovered a potential issue with the MMM-DailyBibleVerse module. I see that it has a getScripts function that loads the jquery-3.1.1.min.js file from its module directory. I am not sure if that is getting loaded over and over and thus eventually running out of memory but for now have removed that module for testing.

                S 2 Replies Last reply Reply Quote 0
                • S Do not disturb
                  sdetweil @mlcampbe
                  last edited by

                  @mlcampbe getscripts is only called once per module

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • S Do not disturb
                    sdetweil @mlcampbe
                    last edited by sdetweil

                    @mlcampbe see this https://www.javascriptjanuary.com/blog/nodejs-postmortem-debugging-for-fun-and-production

                    u need ulimit -c set to some non-0 number (number of core dumps)

                    0 by default

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    M 1 Reply Last reply Reply Quote 0
                    • M Offline
                      mlcampbe @sdetweil
                      last edited by

                      @sdetweil I am already getting core dumps generated so I have the file. I had see the nodejs postmortem debugging and I can get a stack trace from the core file but so far I have not been able to identify which module was active at the time from it.

                      Doing more research shows that this may be related to MMM-WallPaper which I am using. I found https://github.com/kolbyjack/MMM-Wallpaper/issues/3 that seems to match my symptoms exactly. I’m removing that module and will test it a few days and see what happens.

                      1 Reply Last reply Reply Quote 0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      • 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