[Developers] SSHKeychain crashes upon adding keys

Michael S. Fischer michael at dynamine.net
Thu Nov 29 23:21:23 CET 2007


Hi,

SSHKeychain keeps crashing when I try to add my keys to the agent.  The keys
are valid and ordinarily ssh-agent works fine, e.g.:

$ eval `ssh-agent` && ssh-add
Agent pid 6223
Enter passphrase for /Users/mfischer/.ssh/id_rsa:
Identity added: /Users/mfischer/.ssh/id_rsa (/Users/mfischer/.ssh/id_rsa)
Identity added: /Users/mfischer/.ssh/id_dsa (/Users/mfischer/.ssh/id_dsa)
Identity added: /Users/mfischer/.ssh/identity
(mfischer at thenthose-lm.corp.yahoo.com
)

Here is the crash log:

**********

Host Name:      [redacted]
Date/Time:      2007-11-26 15:20:24.179 -0800
OS Version:     10.4.11 (Build 8S2167)
Report Version: 4

Command: SSHKeychain
Path:    /Applications/SSHKeychain.app/Contents/MacOS/SSHKeychain
Parent:  WindowServer [59]

Version: 0.8.2 (0.8.2)

PID:    407
Thread: 7

Exception:  EXC_BREAKPOINT (0x0006)
Code[0]:    0x00000002
Code[1]:    0x00000000


Thread 0:
0   libSystem.B.dylib                  0x90009cd7 mach_msg_trap + 7
1   com.apple.CoreFoundation           0x9082d253 CFRunLoopRunSpecific +
2014
2   com.apple.CoreFoundation           0x9082ca6e CFRunLoopRunInMode + 61
3   com.apple.HIToolbox                0x92df4878 RunCurrentEventLoopInMode
+ 285
4   com.apple.HIToolbox                0x92df3f82 ReceiveNextEventCommon +
385
5   com.apple.HIToolbox                0x92df3dd9
BlockUntilNextEventMatchingListInMode + 81
6   com.apple.AppKit                   0x9329b485 _DPSNextEvent + 572
7   com.apple.AppKit                   0x9329b076 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
8   com.apple.AppKit                   0x93294dfb -[NSApplication run] + 512
9   com.apple.AppKit                   0x93288d4f NSApplicationMain + 573
10  SSHKeychain                        0x00003045 main + 290
11  SSHKeychain                        0x00002d5a _start + 228 (crt.c:272)
12  SSHKeychain                        0x00002c75 start + 41

Thread 1:
0   libSystem.B.dylib                  0x90009cd7 mach_msg_trap + 7
1   com.apple.CoreFoundation           0x9082d253 CFRunLoopRunSpecific +
2014
2   com.apple.CoreFoundation           0x9082ca6e CFRunLoopRunInMode + 61
3   com.apple.Foundation               0x928b7d94 -[NSConnection run] + 214
4   com.apple.Foundation               0x927f72c0 forkThreadForFunction +
123
5   libSystem.B.dylib                  0x90024227 _pthread_body + 84

Thread 2:
0   libSystem.B.dylib                  0x9001a1cc select + 12
1   com.apple.Foundation               0x927f72c0 forkThreadForFunction +
123
2   libSystem.B.dylib                  0x90024227 _pthread_body + 84

Thread 3:
0   libSystem.B.dylib                  0x90037b57 mach_wait_until + 7
1   libSystem.B.dylib                  0x900377d9 sleep + 121
2   SSHKeychain                        0x0000ae18 -[SSHAgent checkAgent] +
99
3   com.apple.Foundation               0x927f72c0 forkThreadForFunction +
123
4   libSystem.B.dylib                  0x90024227 _pthread_body + 84

Thread 4:
0   libSystem.B.dylib                  0x90026d5c kevent + 12
1   ...ple.CoreServices.CarbonCore     0x90cb8c68 PrivateMPEntryPoint + 51
2   libSystem.B.dylib                  0x90024227 _pthread_body + 84

Thread 5:
0   libSystem.B.dylib                  0x900248c7 semaphore_wait_signal_trap
+ 7
1   ...ple.CoreServices.CarbonCore     0x90cb8e0d MPWaitOnQueue + 198
2   com.apple.DesktopServices          0x9271e953
TNodeSyncTask::SyncTaskProc(void*) + 143
3   ...ple.CoreServices.CarbonCore     0x90cb8c68 PrivateMPEntryPoint + 51
4   libSystem.B.dylib                  0x90024227 _pthread_body + 84

Thread 6:
0   libSystem.B.dylib                  0x900248c7 semaphore_wait_signal_trap
+ 7
1   com.apple.Foundation               0x9284d250 -[NSConditionLock
lockWhenCondition:] + 39
2   com.apple.AppKit                    0x933722a4 -[NSUIHeartBeat
_heartBeatThread:] + 377
3   com.apple.Foundation               0x927f72c0 forkThreadForFunction +
123
4   libSystem.B.dylib                  0x90024227 _pthread_body + 84

Thread 7 Crashed:
0   com.apple.Foundation               0x9282a45f _NSRaiseError + 227
1   com.apple.Foundation               0x92846b50 -[NSConnection
sendInvocation:] + 3125
2   com.apple.Foundation               0x927fd448
-[NSObject(NSForwardInvocation) forward::] + 469
3   libobjc.A.dylib                    0x90a5ccc1 _objc_msgForward + 49
4   SSHKeychain                        0x00004bf6 -[AgentController
addKeysToAgentInNewThread] + 169
5   com.apple.Foundation               0x927f72c0 forkThreadForFunction +
123
6   libSystem.B.dylib                  0x90024227 _pthread_body + 84

Thread 7 crashed with X86 Thread State (32-bit):
  eax: 0x15e27000  ebx: 0x9282a38a  ecx: 0x90a66b30  edx: 0x00393930
  edi: 0x15c0b920  esi: 0x003f3fd0  ebp: 0xb03a3c58  esp: 0xb03a3bf0
   ss: 0x0000001f  efl: 0x00000246  eip: 0x9282a45f   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.sshkeychain.org/pipermail/developers/attachments/20071129/b66d5d76/attachment.htm 


More information about the developers mailing list