Hi all. I get this:
[ 2188.776086] notify[9582]: segfault at 00000000203a656f rip 00000000f7cd4013 rsp 00000000ffac5de4 error 4
In my kernel log every day at shortly after 4:30 am. I'm using the standard gentoo cronbase with only one user crontab job that runs at 7 am.
Otherwise, this is my /etc/crontab:
# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
1 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily
15 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
30 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
*/10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons
I have logrotate.cron, makewhatis and slocate in my cron.daily and all the other cron directories are empty. cron.daily usually starts at 3:10: first */10 minute break after 3:01 which is when teh cron.daily last run file gets deleted. The three tasks don't take over an hour to run.
So I can't figure out what else would cause the notify segfault at the same approximate time every day. I can't find a binary with the name notify. Any idea what this might be that's segfaulting?

