quicksilver / GoogleChrome-qsplugin

Quicksilver Google Chrome plugin
17 stars 3 forks source link

Crash copying current web page to clipboard #23

Closed pjrobertson closed 10 years ago

pjrobertson commented 10 years ago

Running this in Chrome gives me a crash/exception:

Current Web Page (Chrome)Copy to Clipboard

It's a problem with the data being stored for the type com.google.Chrome.tab in the QSObject. Maybe it's being released somewhere to soon?

Putting a breakpoint on QSObject_Pasteboard.m:L33 (the line that reads [pasteboard setPropertyList:data forType:type]) is a good place to start.

I can confirm the bug in v1.1.0 and v1.2.0

pjrobertson commented 10 years ago

So I came across this whilst debugging quicksilver/quicksilver#1716

I thought this was unrelated but maybe it's the same bug. If you can't reproduce feel free to close :)

ndreas commented 10 years ago

I can't reproduce it, so I'll close the issue. We can reopen it if it turns out to be something wrong with the Chrome plugin.

pjrobertson commented 10 years ago

Thought as much. Cheers Andreas :)

On 8 Chwef 2014, at 18:18, Andreas Johansson notifications@github.com wrote:

Closed #23.

— Reply to this email directly or view it on GitHub.