bunty wrote:
hello,
while running a C program i got big screen message of NULL pointer with all adresses of each register and at last aiee killing interrrupt handler what is that? how should i capture that error output to any file and how to solve that?
regards,
parag.
I've been reading bout this yesterday, it is explained in
LDD2 in chapter 3. section Debugging System Faults. It means
you've been trying to access location that is not been initialized
yet - it happens with uninitilized pointers quite alot.
ksymoops can be very informative when it comes to solving oops.
refer to LDD2 for more information on getting human readeable
representation from oops
LDD2 on the net: http://www.xml.com/ldd/chapter/book/index.html
regards,
h
--
hinko<dot>kocevar<at>
iskramedical<dot>si
Hinko Kocevar, developer "Aì rén"
Iskra Medical d.o.o. [Analects XII:22]
Stegne 23, 1k LJ, SLO-EU
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/