LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-26-2008, 02:01 AM   #1
lokesh_n_2000
LQ Newbie
 
Registered: Mar 2008
Posts: 1

Rep: Reputation: 0
Crash in linux kernel


Hi All,
I'm using Linux 2.6.20 Ubuntu distribution.
I have a program that opens up couple of tcp connections and I have a script that on execution, delivers killall -9 signal to my program. my program gets killed but I get this kernel crash in inet_csk_destroy_sock() few seconds afterwards. I think that all sockets of process are closed when process terminates. so this crash should not happen if any data comes to it after process terminates. can anyone tell me why I'm getting this? and whats the solution? Thanks !!

[166247.813472] BUG: unable to handle kernel paging request at virtual address 83018903
[166247.821231] printing eip:
[166247.824029] *pde = 00000000
[166247.826910] Oops: 0002 [#1]
[166247.829791] SMP
[166247.831755] Modules linked in: iptable_filter ip_tables x_tables binfmt_misc rfcomm l2cap bluetooth ipv6 i915 drm ppdev capability commoncap acpi_cpufreq cpufreq_ondemand pufreq_conservative cpufreq_stats cpufreq_p owersave cpufreq_userspace freq_table sony_acpi dev_acpi tc1100_wmi pcc_acpi acbutton battery dock sbs video i2c_ec i2c_core asus_acpi backlight container af_packet nls_iso8859_1 nls_cp437 vfat fat lp fuse snd_hda_intel snd_hda_codec snd_p
cm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidisnd_seq_midi_event snd_seq snd_timer snd_seq_device snd soundcore snd_page_alloc intel_agp iTCO_wdt iTCO_vendor_support parport_pc parport psmouse pcspkr agpgart serio_raw shpchp pci_hotplug tsdev evdev generic ata_piix ext3 jbd mbcache e100 mii e1000 ata_generic libata scsi_mod uhci_hcd ehci_hcd usbcore thermal processor fan
[166247.917772] CPU: 0
[166247.917773] EIP: 0060:[<c02bf1c8>] Tainted: PF VLI
[166247.917775] EFLAGS: 00010246 (2.6.20.3-ubuntu1-kdbpatch #1)
[166247.931690] EIP is at tcp_v4_destroy_sock+0x28/0x230
[166247.936734] eax: 830188ff ebx: cffc8b00 ecx: c192cb40 edx: 00000000
[166247.943599] esi: e30fb6c0 edi: e30fb730 ebp: e30fb6c0 esp: f0d05f04
[166247.950461] ds: 007b es: 007b ss: 0068
[166247.954642] Process igwIdle (pid: 23481, ti=f0d04000 task=ea6cb560 task.ti=f
0d04000)
[166247.962284] Stack: e30fb6c0 00000000 f0d05f88 c02abde3 dd4c41b0 c02aaa66 e30
fb6c0 c02ac52d
[166247.970929] e30fb6c0 c02bbbe8 00000001 00000008 c02bc5ca f7782be0 000
00000 c03d6100
[166247.979548] 00000000 ea6cb560 00000000 c013e06c c17f7c18 c17f7bc0 ea6
cb560 e30fb730
[166247.988169] Call Trace:
[166247.990907] [<c02abde3>] inet_csk_destroy_sock+0x43/0x150
[166247.996498] [<c02aaa66>] inet_put_port+0x76/0x90
[166248.001309] [<c02ac52d>] inet_csk_clear_xmit_timers+0x3d/0x40
[166248.007246] [<c02bbbe8>] tcp_write_err+0x118/0x160
[166248.012233] [<c02bc5ca>] tcp_write_timer+0x28a/0x6d0
[166248.017395] [<c013e06c>] hrtimer_run_queues+0xbc/0x150
[166248.022725] [<c02bc340>] tcp_write_timer+0x0/0x6d0
[166248.027705] [<c012f98f>] run_timer_softirq+0x12f/0x1a0
[166248.033041] [<c01154f5>] smp_apic_timer_interrupt+0x75/0x80
[166248.038803] [<c01042f8>] apic_timer_interrupt+0x28/0x30
[166248.044225] [<c012b662>] __do_softirq+0x82/0x100
[166248.049037] [<c012b735>] do_softirq+0x55/0x60
[166248.053587] [<c012b9a2>] local_bh_enable_ip+0x42/0x50
[166248.058832] [<c02f092f>] _write_unlock_bh+0xf/0x20
[166248.079892] [<c0104537>] kernel_thread_helper+0x7/0x10
[166248.085225] =======================
[166248.088880] Code: 74 26 00 57 56 89 c6 53 e8 46 d3 fe ff 89 f0 8d 7e 70 e8 cc 30 00 00 8b 5e 70 39 fb 74 65 90 8d 74 26 00 8b 03 83 6f 08 01 89 07 <89> 78 04 8b 43 60 c7 43 04 00 00 00 00 c7 03 00 00 00 00 05 b0
[166248.109056] EIP: [<c02bf1c8>] tcp_v4_destroy_sock+0x28/0x230 SS:ESP 0068:f0d05f04
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: A quick overview of Linux kernel crash dump analysis LXer Syndicated Linux News 0 08-16-2007 04:11 AM
handling linux kernel crash using a shell script indu.a Linux - Kernel 1 03-22-2007 01:29 PM
handling linux kernel crash using a shell script indu.a Programming 1 03-22-2007 06:43 AM
Need some help with a kernel crash TruckStuff Linux - General 3 03-31-2005 02:59 PM
xmms crash xine crash mplayer crash paledread Linux - Software 9 03-09-2004 07:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration