Code Monkey home page Code Monkey logo

Comments (7)

pjrobertson avatar pjrobertson commented on May 27, 2024

I can also confirm this isn't working for me with ß58 or (soon to be released ß59)

Crash logs:

Process: Quicksilver [62512]
Path: /Applications/Quicksilver.app/Contents/MacOS/Quicksilver
Identifier: com.blacktree.Quicksilver
Version: ß58 (3841)
Code Type: X86 (Native)
Parent Process: ??? [1]

Date/Time: 2011-04-14 09:01:54.334 +1000
OS Version: Mac OS X 10.6.7 (10J869)
Report Version: 6

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000001
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Application Specific Information:
objc_msgSend() selector name: window

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x942aced4 objc_msgSend + 20
1 ...cktree.Quicksilver.BezelHUD 0x129da09d -[BHCollectingSearchView showResultView:] + 125
2 com.blacktree.QSInterface 0x00125dd3 -[QSSearchObjectView performSearchFor:from:] + 1146
3 ??? 0x00232130 0 + 2302256

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x9040f922 kevent + 10
1 libSystem.B.dylib 0x9041003c _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x9040f4f9 _dispatch_queue_invoke + 163
3 libSystem.B.dylib 0x9040f29e _dispatch_worker_thread2 + 240
4 libSystem.B.dylib 0x9040ed21 _pthread_wqthread + 390
5 libSystem.B.dylib 0x9040eb66 start_wqthread + 30

Thread 2:
0 libSystem.B.dylib 0x9040e9b2 __workq_kernreturn + 10
1 libSystem.B.dylib 0x9040ef48 _pthread_wqthread + 941
2 libSystem.B.dylib 0x9040eb66 start_wqthread + 30

Thread 3:
0 libSystem.B.dylib 0x9040f922 kevent + 10
1 com.blacktree.QSCore 0x000ccc8d -[UKKQueue watcherThread:] + 284
2 com.apple.Foundation 0x943e1a80 NSThread__main + 1499
3 libSystem.B.dylib 0x904167fd _pthread_start + 345
4 libSystem.B.dylib 0x90416682 thread_start + 34

Thread 4:
0 libSystem.B.dylib 0x903e909a mach_msg_trap + 10
1 libSystem.B.dylib 0x903e9807 mach_msg + 68
2 com.apple.CoreFoundation 0x9768937f CFRunLoopRun + 2079
3 com.apple.CoreFoundation 0x97688464 CFRunLoopRunSpecific + 452
4 com.apple.CoreFoundation 0x97688291 CFRunLoopRunInMode + 97
5 com.apple.Foundation 0x9441a6f4 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
6 com.apple.Foundation 0x943e1ad0 -[NSThread main] + 45
7 com.apple.Foundation 0x943e1a80 __NSThread__main
+ 1499
8 libSystem.B.dylib 0x904167fd _pthread_start + 345
9 libSystem.B.dylib 0x90416682 thread_start + 34

Thread 5:
0 libSystem.B.dylib 0x9040e9b2 __workq_kernreturn + 10
1 libSystem.B.dylib 0x9040ef48 _pthread_wqthread + 941
2 libSystem.B.dylib 0x9040eb66 start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000001 ebx: 0x14293950 ecx: 0x94e8f7dc edx: 0x00000000
edi: 0x14255f70 esi: 0x129da031 ebp: 0xbfffe7d8 esp: 0xbfffe6ec
ss: 0x0000001f efl: 0x00010202 eip: 0x942aced4 cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x00000001

from bezelhud.

bencochran avatar bencochran commented on May 27, 2024

I believe I solved the issue you’re describing, Patrick. Pretty much just a recompile against updated QS and a few tweaks took care of it (as far as I can reproduce).

from bezelhud.

pjrobertson avatar pjrobertson commented on May 27, 2024

Have you got a pathced plugin available for download? The one I have at qsapp.com/plugins doesn't work, or the one at http://code.bencochran.com/bezelhud/

I'll add a new one to the plugins repo if all's good :)

from bezelhud.

pjrobertson avatar pjrobertson commented on May 27, 2024

... just seen and approved your qs---development post.

Will take it for a spin, even though I don't use it :)

On 14 April 2011 10:43, bencochran <
[email protected]>wrote:

I believe I solved the issue youre describing, Patrick. Pretty much just a
recompile against updated QS and a few tweaks took care of it (as far as I
can reproduce).

Reply to this email directly or view it on GitHub:
#7 (comment)

from bezelhud.

bencochran avatar bencochran commented on May 27, 2024

from bezelhud.

pjrobertson avatar pjrobertson commented on May 27, 2024

Fixed for me :)

I'll let the original tweeter who brought this up know, and he can test
since it's his primary interface

On 14 April 2011 10:58, bencochran <
[email protected]>wrote:

I just sent a test build to the Quicksilver Developers list. Or you can
check it out here:

http://bencochran.com/dropbox/BezelHUD-20110413.zip

Let me know if it solves the issue for you.
On Wednesday, April 13, 2011 at 7:56 PM, pjrobertson wrote:
Have you got a pathced plugin available for download? The one I have at
qsapp.com/plugins doesn't work, or the one at
http://code.bencochran.com/bezelhud/

I'll add a new one to the plugins repo if all's good :)

Reply to this email directly or view it on GitHub:
#7 (comment)

Reply to this email directly or view it on GitHub:
#7 (comment)

from bezelhud.

bencochran avatar bencochran commented on May 27, 2024

Awesome. Thank you!

On Apr 13, 2011, at 8:01 PM, [email protected] wrote:

Fixed for me :)

I'll let the original tweeter who brought this up know, and he can test
since it's his primary interface

On 14 April 2011 10:58, bencochran <
[email protected]>wrote:

I just sent a test build to the Quicksilver Developers list. Or you can
check it out here:

http://bencochran.com/dropbox/BezelHUD-20110413.zip

Let me know if it solves the issue for you.
On Wednesday, April 13, 2011 at 7:56 PM, pjrobertson wrote:
Have you got a pathced plugin available for download? The one I have at
qsapp.com/plugins doesn't work, or the one at
http://code.bencochran.com/bezelhud/

I'll add a new one to the plugins repo if all's good :)

Reply to this email directly or view it on GitHub:
#7 (comment)

Reply to this email directly or view it on GitHub:
#7 (comment)

Reply to this email directly or view it on GitHub:
#7 (comment)

from bezelhud.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.