Advertisement
Guest User

Untitled

a guest
Jun 21st, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 2.38 KB | None | 0 0
  1. .
  2. .
  3. .
  4. .
  5. seems to print everything as its supposed to do for a random number between 3 and 25 times
  6. and then the following happens
  7.  
  8. Constructing new tlv 1
  9. BUG: unable to handle kernel paging request at 7972745f
  10. IP: [<c106ab15>] kmem_cache_alloc+0x55/0xb0
  11. *pde = 00000000
  12. Oops: 0000 [#1]
  13. last sysfs file: /sys/devices/virtual/net/bat0/mesh/gw_mode
  14. Modules linked in: via_velocity via_rhine tg3 sis900 r8169 pcnet32 ne2k_pci 8390 e1000 e100 8139too 3c59x nf_nat_tftp nf_conntrack_tftp nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp ipt_MASQUERADE iptable_nat nf_nat xt_NOTRACK iptable_raw xt_state nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack pppoe pppox libphy ipt_REJECT xt_TCPMSS ipt_LOG xt_comment xt_multiport xt_mac xt_limit iptable_mangle iptable_filter ip_tables xt_tcpudp x_tables ppp_async ppp_generic slhc natsemi crc7 crc_ccitt batman_adv crc16
  15.  
  16. Pid: 586, comm: bat_events Tainted: G        W  (2.6.32.27 #146) Bochs
  17. EIP: 0060:[<c106ab15>] EFLAGS: 00000006 CPU: 0
  18. EIP is at kmem_cache_alloc+0x55/0xb0
  19. EAX: 00000000 EBX: 00000202 ECX: c8b427ac EDX: 7972745f
  20. ESI: 000000d0 EDI: c12cb33c EBP: 00000008 ESP: c443defc
  21.  DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068
  22. Process bat_events (pid: 586, ti=c443d000 task=c78c2d80 task.ti=c443d000)
  23. Stack:
  24.  00000001 c457a8d4 c457a804 00000000 00000001 c457a8d4 c8b427ac c8b4d649
  25. <0> 00000001 00000001 00000001 c457a8c0 c45ee2c0 010186c0 c79186c0 00000005
  26. <0> c457a8c0 c79186c0 c79186c0 c8b3b915 c457a8d4 c45ee2c0 c457a8c0 c457a8d4
  27. Call Trace:
  28.  [<c8b427ac>] ? registerTvlv+0xdc/0x1f0 [batman_adv]
  29.  [<c8b3b915>] ? batadv_iv_ogm_schedule+0x125/0x1f0 [batman_adv]
  30.  [<c8b45ab9>] ? batadv_schedule_bat_ogm+0x29/0x30 [batman_adv]
  31.  [<c8b45cee>] ? batadv_send_outstanding_bat_ogm_packet+0x6e/0xa0 [batman_adv]
  32.  [<c8b45c80>] ? batadv_send_outstanding_bat_ogm_packet+0x0/0xa0 [batman_adv]
  33.  [<c103035a>] ? worker_thread+0xca/0x150
  34.  [<c1032d40>] ? autoremove_wake_function+0x0/0x50
  35.  [<c1030290>] ? worker_thread+0x0/0x150
  36.  [<c1032b88>] ? kthread+0x68/0x80
  37.  [<c1032b20>] ? kthread+0x0/0x80
  38.  [<c1003327>] ? kernel_thread_helper+0x7/0x30
  39. Code: 00 00 8d 80 80 00 00 00 8b 68 10 85 d2 75 19 89 44 24 04 89 f2 89 f8 89 0c 24 b9 ff ff ff ff e8 b2 fb ff ff 89 c2 eb 0c 8b 40 0c <8b> 04 82 89 87 80 00 00 00 53 9d 89 f0 25 00 80 00 00 66 85 c0
  40. EIP: [<c106ab15>] kmem_cache_alloc+0x55/0xb0 SS:ESP 0068:c443defc
  41. CR2: 000000007972745f
  42. ---[ end trace a7919e7f17c0a727 ]---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement