otzbergnet/wbmExtension

Recent crash reports

Opened this issue · 2 comments

Not sure if these are helpful!?

Wayback Extension_2021-08-crashes.zip

Hi Matt,

Sorry for the late reply, I was away on vacation and didn't have a Mac with me. The crash seems to happen in this function:

func openTabWithUrl(url: String){ SFSafariApplication.getActiveWindow { (window) in if let myUrl = URL(string: url) { window?.openTab(with: myUrl, makeActiveIfPossible: true, completionHandler: nil) } } }

Do you remember anything about these crashes that would allow me to try and replicate the crash? Something like the URL you were on when this happens?

Would you remember which option of the extension you tried? Did you try from the popover or did you use a context menu?

I have basically no experience with the crash reports and find them hard to navigate. Thanks for sending this, it is annoying, but I would appreciate if you could allow me some more information that might help replicate it.

These crashes don't have any visible effect. What I mean is that I did not notice anything bad was happening. I found these crashes when I was looking for crashes from another app.

So, I can't attribute any behaviour to these logs as I don't know what I did for them to be collected. Sorry