quicksilver / Quicksilver

Quicksilver Project Source
http://qsapp.com
Apache License 2.0
2.72k stars 283 forks source link

[Bug]: QS stops running #2929

Closed jwombat closed 1 year ago

jwombat commented 1 year ago

Before submitting your bug report, please confirm you have completed the following steps

Bug description

QS stops running multiple times every day. I'm not sure that it's crashing, there's nothing in the system console log. After restarting it runs for a few hours and then silently quits.

Steps to reproduce

  1. Start QS
  2. Wait a few hours

Expected behavior

QS keeps running.

MacOS Version

macOS 12

Quicksilver Version

2.4.0

Relevant Plugins

No response

Crash Logs or Spindump

No response

Screenshots

No response

Additional info

M1 Mac mini, Monterey 12.6

n8henrie commented 1 year ago

Does QS report that it crashed whenever you restart it? (In which case it will usually offer to mail in a crash log.)

If not, I wonder if this might not be a Quicksilver issue, since there are no other indicators that it's crashing. Could something else be closing it?

jwombat commented 1 year ago

Nope, there’s nothing in the system logs. I checked before filing the bug report.

So that’s a good question. The weird thing is that with no crash reports, it feels like Quicksilver is exiting normally. It’s been working fine for such a long time, now it goes for less than an hour. I’ve had numerous problems since the last macOS upgrade. Could there be something in there which doesn’t like Quicksilver running?

On Oct 19, 2022, at 07:16, Nathan Henrie @.***> wrote:

Does QS report that it crashed whenever you restart it? (In which case it will usually offer to mail in a crash log.)

If not, I wonder if this might not be a Quicksilver issue, since there are no other indicators that it's crashing. Could something else be closing it?

— Reply to this email directly, view it on GitHub https://github.com/quicksilver/Quicksilver/issues/2929#issuecomment-1284090161, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFWUDHTJ4PNX4O3TXG6ILTWD77CPANCNFSM6AAAAAARHYB5NI. You are receiving this because you authored the thread.

n8henrie commented 1 year ago

Could there be something in there which doesn’t like Quicksilver running?

It's hard to say.

Have you tried temporarily disabling your plugins to see if the behavior is any different?

Can you try running the binary directly from Terminal.app (and leave it running until this happens) to see what kind of output you get?

Should be able to

  1. Quit Quicksilver
  2. open Terminal.app
  3. paste in /Applications/Quicksilver.app/Contents/MacOS/Quicksilver and hit return
  4. It should launch, might give you the request for permissions

Whenever you notice that QS has died, go back to that Terminal window and:

n8henrie commented 1 year ago

I haven't gotten a reply, so I'm closing this as dead. Please feel free to let me know if I should re-open.