Hello, Rishikesh K. Rajak wrote: > Hi Peter, > > today i tried to compile > http://ltp.cvs.sourceforge.net/*checkout*/ltp/utils/analysis/gcov-kernel/linux-2.6.23-gcov.patch?revision=1.1 > patch with linux-2.6.23.tar.bz2 kernel, but it's getting panic'd when i > am enabling CONFIG_GCOV_* . can you guide me what could be the problem, > or can you provide your .config so that i can compile on my x86_64 machine.
It sounds like the reason for this panic may either be a setup problem or an architecture specific conflict of the gcov-kernel patch on x86_64. As I have neither access to nor any experience with that platform, debugging such problems will be difficult for me. I suggest the following approach: 1. please post the complete log of kernel message leading to the kernel panic 2. try to compile and run the kernel with CONFIG_GCOV_ALL=n (this will prevent all kernel code from being instrumented but may uncover problems with the base functionality of the patch) Regards, Peter ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
