Comment 29 for bug 199934

Revision history for this message
Colin Ian King (colin-king) wrote :

MartinK,

Teasing out which ioctl() is causing the driver to crash is not so straight forward as I first imagined.

Is it possible to attach strace onto icpcon and do a shutdown so that I can see what ioctl() is causing the driver to crash? Something like:

sudo strace -p `ps -e | grep icpcon | awk '{print $1}'` > strace_icpcon.log

And attaching the strace log would be most helpful.

Thanks, Colin