Bernd Schubert wrote: > Hi, > > I'm trying to debug an infiniband problem and so I add several printk's to > the code to trace it. Now I have the problem that those printk's cause a > general protection fault. [...] > > printk ("%s():%d: addr = %p\n", __func__, __LINE__, (u32 *) > qp->s_cur_sge->sge.vaddr); I think I found it myself, qp->s_cur_sge doesn't seem to be initialized yet. Bernd -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ