-
Notifications
You must be signed in to change notification settings - Fork 57
Stops working after a couple of hours (v2.2) [probably not after wake from sleep] #22
Comments
It seems that this issue isn't restricted to wake-from-sleep. After a couple of hours Security Growler stopped working, even though I didn't put my Mac to sleep. So I guess the app needs some form of KeepAlive setting. |
Maybe it has to do with this error, which I received for the first time just now. |
Have not seen that error before, thanks for reporting! Would you mind posting the output of this command so I can see the full error message text.
|
|
Whoops sorry, forgot to include surrounding lines that actually have the error info, can you run this and paste again:
|
Note: the |
Hmm unfortunately that doesn't give any more valuable information. It's a little weird since a try:
watch_sources()
except BaseException as e:
notify(type(e).__name__, 'Stopped Watching Sources')
if isinstance(e, Exception):
traceback.print_exc() I'll change it to |
Addendum: Last night I tested the sleep/wake thing again, but this time Security Growler kept working. (It was just a short sleep phase, i.e. 5 minutes.) This, coupled with the fact that Security Growler also just stopped working on its own without any sleep/wake thing, probably tells us that sleep/wake has nothing to do with it, and that it would rather be some kind of error that occurs after a couple of hours. |
I receive the same error @JayBrown with his imgur link, exactly, sometimes I get two back to back, again after a couple of hours of use. I am on 10.10.5, so it's not the new sandbox problm.
My python version is
I'll grep the log when it happens again. It might be useful to put the build/git-id in the settings file. I am using Security Growler v2.2 light mode. Using your .app bundle, didn't build from source. |
you asked for it ;) |
Awesome work @diligiant , thats exactly the stack trace I need to fix it. Looks like for the sudo parser I was naiive in assuming that a line always contains a |
thanks @pirate! that kind of thing happens, ping me when you roll a release, and I'll repackage homebrew. |
This looks to still be an issue in
|
This seems to be a bug. After wake from sleep Security Growler doesn't work, doesn't respond to anything. On my system (10.11.4) I need to select "Stop the background agent & Quit" from the menulet's menu. Funny thing is that the Security Growler menulet then actually doesn't quit; it keeps running, which would itself be another bug (a bug within a bug), and instead I get the notification that it's now watching, and then it works fine.
The text was updated successfully, but these errors were encountered: