On Sat, Aug 20, 2005 at 07:11:19PM -0400, Rick Friedman wrote:
> Package: cron
> Version: 3.0pl1-88
> Followup-For: Bug #324017
> 
> 
> Below is the output of strace when a cronjob should've started (I should
> add that the job that was supposed to run was in root's crontab):

Not very useful. Although it does look like a look like a problem when
it tries to go through root's crontab. Could you try to attach
the process with gdb and provide a stack trace after it segfaults?
(using 'bt'). Do this:

# gdb cron PID
[ ... ]
(gdb) cont
[ . wait for the segfault . ]
(gdb) bt

You could also try editing root's crontab and try editing all the entries
and see if you can still reproduce the SIGSEGV.

Thanks

Javier

Attachment: signature.asc
Description: Digital signature

Reply via email to