Everything is working as advertised .......... but ...............
I was customizing smsnotify.sh script for my preference and while running ps -ax I noticed the following process right after vibrate exits:
352 ?? 0:01.07 /System/Library/CoreServices/ReportCrash
It appears vibrate is causing a crash (if I read this correctly), although I am unable to locate a log entry anyplace.
I used this simple test to verify the crash:
From WinSCP (/usr/local/smsnotify directory) / Commands / Open Terminal
Enter the following command:
./vibrate & ps -ax;sleep 1;ps -ax
Notice the RemoteCrash (pid 352)



:
/usr/local/smsnotify$ ./vibrate & ps -ax;sleep 1;ps -ax
PID TTY TIME CMD
1 ?? 0:01.59 /sbin/launchd
12 ?? 0:00.64 /usr/sbin/mDNSResponder -launchd
13 ?? 0:01.21 /usr/sbin/notifyd
14 ?? 0:01.22 /usr/sbin/syslogd
15 ?? 0:05.91 /usr/sbin/configd
19 ?? 0:00.27 /usr/sbin/update
20 ?? 0:02.77 /usr/libexec/lockdownd
23 ?? 0:01.65 /System/Library/PrivateFrameworks/IAP.framework/Support/iapd
24 ?? 0:00.42 /usr/sbin/fairplayd
25 ?? 0:27.66 /System/Library/CoreServices/SpringBoard.app/SpringBoard
29 ?? 0:01.27 /usr/sbin/BTServer
41 ?? 0:02.49 /System/Library/PrivateFrameworks/CoreTelephony.framework/Support/CommCenter
50 ?? 0:01.00 /var/stash/Applications/MobilePhone.app/MobilePhone
131 ?? 0:01.49 /usr/sbin/sshd -i
132 ?? 0:00.78 -sh
339 ?? 0:00.21 /usr/libexec/amfid
344 ?? 0:00.89 /usr/sbin/mediaserverd
350 ?? 0:00.05 (vibrate)
351 ?? 0:00.01 ps -ax
PID TTY TIME CMD
1 ?? 0:01.60 /sbin/launchd
12 ?? 0:00.64 /usr/sbin/mDNSResponder -launchd
13 ?? 0:01.21 /usr/sbin/notifyd
14 ?? 0:01.22 /usr/sbin/syslogd
15 ?? 0:05.91 /usr/sbin/configd
19 ?? 0:00.27 /usr/sbin/update
20 ?? 0:02.77 /usr/libexec/lockdownd
23 ?? 0:01.65 /System/Library/PrivateFrameworks/IAP.framework/Support/iapd
24 ?? 0:00.42 /usr/sbin/fairplayd
25 ?? 0:27.66 /System/Library/CoreServices/SpringBoard.app/SpringBoard
29 ?? 0:01.27 /usr/sbin/BTServer
41 ?? 0:02.49 /System/Library/PrivateFrameworks/CoreTelephony.framework/Support/CommCenter
50 ?? 0:01.00 /var/stash/Applications/MobilePhone.app/MobilePhone
131 ?? 0:01.49 /usr/sbin/sshd -i
132 ?? 0:00.78 -sh
339 ?? 0:00.24 /usr/libexec/amfid
344 ?? 0:00.89 /usr/sbin/mediaserverd
352 ?? 0:01.07 /System/Library/CoreServices/ReportCrash
354 ?? 0:00.01 ps -ax
I think we have a problem (apparently with vibrate)
Ideas? Solutions?
(Note: Just in case was I wasn't clear --- it does vibrate!!

)
Mes