Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

seg fault



Hi ther,

for some reason everytime I try to inmsod the saa4175_core module I get
an segmentation fault with the 0.04 driver. No matter what kernel I try
it with (2.3.99-pre3 or 2.3.99-pre5).
I traced it to the "configure_saa7146" method in saa7146_core.c. And to
be more specific


      /* get grabbing memory */
             saa7146_adap[i].grabbing =
     (u32*)rvmalloc(buffers,&saa7146_adap[i].page_table[0]);
             if ( 0 == saa7146_adap[i].grabbing ) {
                     printk(KERN_ERR "saa7146_core.o: not enough
     kernel-memory for grabbing mem!\n");
                     kfree(saa7146_adap[i].i2c);
                     kfree(saa7146_adap[i].clipping);
                     return -1;
             }


Is there anybody who can help me out with this problem. I just can't
seem to get any further from this point.

regards Jeroen van der Laan



Home | Main Index | Thread Index