lacasanova / shortcutrecorder

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

ShortcutRecorder.ibplugin makes interface builder crashed #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I build the plugin with "ShortcutRecorder.ibplugin - standalone" target, 
10.5|Release|x86_64,
with Xcode v3.2.1, then I installed the plugin by double-clicking the archive 
file 
ShortcutRecorder.ibplugin in finder.

Then I opened the MainMenu.xib from Demo folder, and click the shortcut 
recorder widget on 
the dialog, and click it again to view its value binding, then interface 
builder (v3.2.1) crashed.

Here are the crash log report:

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib                 0x00007fff878cf886 __kill + 10
1   libSystem.B.dylib                 0x00007fff8796feae abort + 83
2   libSystem.B.dylib                 0x00007fff87887a75 free + 128
3   libobjc.A.dylib                   0x00007fff8151071b 
_internal_object_dispose + 60
4   com.apple.CoreFoundation          0x00007fff81a1144a -[NSObject(NSObject) 
dealloc] + 58
5   ...tRecorder.framework.Leopard    0x000000011d28ecfa -[SRRecorderCell 
dealloc] + 41 
(SRRecorderCell.m:63)
6   com.apple.CoreFoundation          0x00007fff819f1d56 _CFAutoreleasePoolPop 
+ 230
7   com.apple.AppKit                  0x00007fff87f2462a 
_handleWindowNeedsDisplay + 686
8   com.apple.CoreFoundation          0x00007fff81a2d0d7 __CFRunLoopDoObservers 
+ 519
9   com.apple.CoreFoundation          0x00007fff81a08f84 __CFRunLoopRun + 468

Even I removed all statements in dealloc function, it still crashes, 

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib                 0x00007fff878cf886 __kill + 10
1   libSystem.B.dylib                 0x00007fff8796feae abort + 83
2   libSystem.B.dylib                 0x00007fff87887a75 free + 128
3   libobjc.A.dylib                   0x00007fff8151071b 
_internal_object_dispose + 60
4   com.apple.CoreFoundation          0x00007fff81a1144a -[NSObject(NSObject) 
dealloc] + 58
5   com.apple.CoreFoundation          0x00007fff819f1d56 _CFAutoreleasePoolPop 
+ 230
6   com.apple.AppKit                  0x00007fff87f2462a 
_handleWindowNeedsDisplay + 686

Original issue reported on code.google.com by find...@gmail.com on 29 Apr 2010 at 3:37

GoogleCodeExporter commented 8 years ago
ibplugins are deprecated as of Xcode 4, closing.

Original comment by rarich...@gmail.com on 2 Sep 2011 at 1:03