lacasanova / shortcutrecorder

Automatically exported from code.google.com/p/shortcutrecorder
0 stars 0 forks source link

Crashed when recording a key combination #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Copied from the Adium Crash Reporter, which is running shortcutrecorder 
revision [5].

Description: I wanted to reset the key combination to bring Adium forward, so I 
clicked the little 
"x" thinking it would clear the key combination, but instead it was recording a 
new one, I clicked 
outside of the field to lose focus and a few seconds later I got a spinning 
beachball of death and 
then Adium crashed.

Reported by: ruben.de.visscher@skynet.be

Crash Log:
Host Name:      iMac-Boven.local
Date/Time:      2006-09-23 11:12:01  0200
OS Version:     10.3.9 (Build 7W98)
Report Version: 2

Command: Adium
Path:    /Applications/Adium.app/Contents/MacOS/Adium
Version: 1.0b13 (1.0b13)
PID:     1164
Thread:  0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000

Thread 0 Crashed:
0   com.adiumX.adiumX           0x000906a8 -[CTGradient fillRect:angle:]   0x1dc
1   com.adiumX.adiumX           0x0008dd64 -[SRRecorderCell 
drawWithFrame:inView:]   0xfc
2   com.apple.AppKit            0x92ea7658 -[NSControl drawRect:]   0x114
3   com.apple.AppKit            0x92e77004 -[NSView _drawRect:clip:]   0x770
4   com.apple.AppKit            0x92e87a74 -[NSView 
_recursiveDisplayAllDirtyWithLockFocus:visRect:]   0xe8
5   com.apple.AppKit            0x92e73354 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:]   
0x9c
6   com.apple.AppKit            0x92e73770 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:]   
0x4b8
7   com.apple.AppKit            0x92e73770 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:]   
0x4b8
8   com.apple.AppKit            0x92e73770 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:]   
0x4b8
9   com.apple.AppKit            0x92e73770 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:]   
0x4b8
10  com.apple.AppKit            0x92e73770 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:]   
0x4b8
11  com.apple.AppKit            0x92e73770 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:]   
0x4b8
12  com.apple.AppKit            0x92ec0308 -[NSFrameView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:]   
0x124
13  com.apple.AppKit            0x92ea748c -[NSThemeFrame 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForV
iew:topView:]   
0xc0
14  com.apple.AppKit            0x92e84648 -[NSView 
_displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]   0x180
15  com.apple.AppKit            0x92e9d674 -[NSView displayIfNeeded]   0xa8
16  com.apple.AppKit            0x92f3e330 -[NSControl mouseDown:]   0xb8
17  com.apple.AppKit            0x92eb2590 -[NSWindow sendEvent:]   0x10e4
18  com.apple.AppKit            0x92ea4c3c -[NSApplication sendEvent:]   0xebc
19  com.apple.AppKit            0x92ead06c -[NSApplication run]   0x240
20  com.apple.AppKit            0x92f69764 NSApplicationMain   0x1d0
21  com.adiumX.adiumX           0x0000272c _start   0x2f8
22  com.adiumX.adiumX           0x00002430 start   0x30

Original issue reported on code.google.com by e...@adiumx.com on 23 Sep 2006 at 9:12

GoogleCodeExporter commented 8 years ago
CTGradient is no longer used in trunk for 10.5+ usage.

Original comment by rarich...@gmail.com on 26 Aug 2009 at 4:34