-- Bir hata mı bulundu ? --
//bulduğun hataları ve hatanın merkezine inene kadar birbirinize yardım edin// Put your stuff on found bugs here and help each other with tracking down the origin of bugs...
İlk olarak, herhangi bir şey yapmadan önce, Linux kernel kaynak tarball'ın içindeki REPORTING-BUGS belgesini okuyun. Daha sonra hatayı tekrardan deneyin, yapabilirseniz Oops çıkışını kaydedin. Eğer hatayı tekrar oluşturamıyorsanız, hata ortaya çıkmadan önceki yaptıklarınızı gözden geçirin. Hatanın tercihen yamasız, ikili kernel modülleri olmadan ve kernelin en son sürümünde ortaya çıktığından emin olun. Oops'un bir kopyasını aldıktan sonra, KernelDotOrg adresinden şu an ki sürümü 2.4.11 olan ksymoops yazılımının son sürümünü kurun. Ksymoops yönergelerini izleyerek Oops çıkışının kodunu çözün. Not: 2.6.x kernelinde CONFIG_KALLSYMS değeri enable olduğundan, kodu çözülmüş(decoded) Oops çıkışı elde edilebilinir.
Eğer yeteri kadar cesaretli isen Denis Vlasenko problemin hata ayıklamasını If you are brave enough, try debugging the problem, as Denis Vlasenko described in HOWTO find oops location. If you manage to fix the problem send Oops, description of problem and patch to LKML and/or relevant mailing list (hint: look at MAINTAINERS),there is also a book avaliable online about "Linux devices drivers" that is also edited at oreilly that explain kenrel debuging,you can also try to locate in wich kernel version the bug apears and make a diff between the version with and the version without the bug
If not, post the Oops message, the relevant portion of your Linux kernel source .config file, and an explanation of what you were doing to the LinuxKernelMailingList. Post the message to other relevant mailing lists as well, to maximize a chance of a response. For example, if the Oops occurred while you were sending IPv4/IPv6 packets, send your data to the NetDevMailingList
Son olarak arkana yaslan ve yanıt gelene kadar bekle.
Ayrıca hatanın nereden kaynaklandığını araştırabilirsin.
NOT: Sorunuza hemen cevap beklemeyin. Bir veya üç gün içerisinde cevap alabilirsiniz. Bir kere gönderilen mesajı tekrardan göndermeyin. Üç defadan fazla e-posta iletim girişiminde bulunmayın.
İyi bir hata nasıl raporlanır? kullanışlı görünüyor.