From: Felix Fietkau <nbd@openwrt.org>
To: cmsv@wirelesspt.net, Russell Senior <russell@personaltelco.net>
Cc: The list for a Better Approach To Mobile Ad-hoc Networking
<b.a.t.m.a.n@lists.open-mesh.org>
Subject: Re: [B.A.T.M.A.N.] batman-adv: memory leak?
Date: Sat, 08 Feb 2014 11:53:36 +0100 [thread overview]
Message-ID: <52F60CB0.8010101@openwrt.org> (raw)
In-Reply-To: <52F59F90.7000204@wirelesspt.net>
On 2014-02-08 04:08, cmsv wrote:
> [ 239.410000] CPU 0 Unable to handle kernel paging request at virtual
> address 0000000c, epc == 80ea7914, ra == 80ea7910
> [ 239.420000] Oops[#1]:
> [ 239.420000] Cpu 0
> [ 239.420000] $ 0 : 00000000 00000001 00000000 00000000
> [ 239.420000] $ 4 : 81b12380 80f7fb00 00000000 00000000
> [ 239.420000] $ 8 : 00000037 00000000 00000000 00000000
> [ 239.420000] $12 : 00000000 0000015f 80e82540 00000000
> [ 239.420000] $16 : 81adbc00 00000000 81b12380 80f3e802
> [ 239.420000] $20 : 80f7fb00 00000000 00000189 00000000
> [ 239.420000] $24 : 00000002 80e365f0
> [ 239.420000] $28 : 80fe6000 80fe7ae8 00000043 80ea7910
> [ 239.420000] Hi : 000001d5
> [ 239.420000] Lo : 0011e189
> [ 239.420000] epc : 80ea7914 0x80ea7914
> [ 239.420000] Tainted: G O
> [ 239.420000] ra : 80ea7910 0x80ea7910
> [ 239.420000] Status: 1000f403 KERNEL EXL IE
> [ 239.420000] Cause : 00800008
> [ 239.420000] BadVA : 0000000c
> [ 239.420000] PrId : 00019374 (MIPS 24Kc)
> [ 239.420000] Modules linked in: ath79_wdt batman_adv(O) nf_nat_irc
> nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp ipt_MASQUERADE iptable_nat
> nf_nat xt_conntrack xt_CT xt_NOTRACK iptable
>
>
> _raw xt_state nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack ipt_REJECT
> xt_TCPMSS ipt_LOG xt_comment xt_multiport xt_mac xt_limit iptable_mangle
> iptable_filter ip_tables xt_tcpudp x_tabl
>
>
> es ath9k(O) ath9k_common(O) ath9k_hw(O) ath(O) mac80211(O) libcrc32c
> crc16 cfg80211(O) compat(O) arc4 aes_generic crc32c crypto_hash
> crypto_algapi gpio_button_hotplug(O)
> [ 239.420000] Process udhcpc (pid: 1267, threadinfo=80fe6000,
> task=81af8850, tls=77929440)
> [ 239.420000] Stack : 00000000 00000000 00000000 00000000 0000002a
> 81adbc00 00000000 81adbc00
> [ 239.420000] 81b12000 80f3e802 81b12380 00000000 00000189
> 80eb1fbc 81b12000 00000000
> [ 239.420000] 80e8bd00 80eb86c0 00000000 00000000 00000000
> 801e98ac 81adbc00 00000000
> [ 239.420000] 81b12000 00000000 80e8bd00 80eb86c0 00000000
> 801ec874 00000000 80dae000
> [ 239.420000] 00000000 00000014 80fb7ca8 0200bc00 00000001
> 00000001 802e0000 81adbc00
> [ 239.420000] ...
> [ 239.420000] Call Trace:[<80eb1fbc>] 0x80eb1fbc
> [ 239.420000] [<801e98ac>] 0x801e98ac
> [ 239.420000] [<801ec874>] 0x801ec874
[...]
Just a quick note about logs like this: They're completely worthless
unless you enable CONFIG_KERNEL_KALLSYMS in your .config. Without that
option, the kernel does not resolve function names, and the addresses
shown with a custom build usually do not match the addresses of other
builds.
- Felix
next prev parent reply other threads:[~2014-02-08 10:53 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-21 10:22 [B.A.T.M.A.N.] [PATCH maint] batman-adv: fix soft-interface MTU computation Antonio Quartulli
2014-01-21 10:31 ` Antonio Quartulli
2014-01-27 7:57 ` Marek Lindner
2014-01-21 18:43 ` Russell Senior
2014-01-21 19:00 ` Antonio Quartulli
2014-01-22 6:04 ` Russell Senior
2014-01-22 7:03 ` Antonio Quartulli
2014-01-22 7:04 ` [B.A.T.M.A.N.] memleak (Was: [PATCH maint] batman-adv: fix soft-interface MTU computation) Antonio Quartulli
2014-01-22 7:37 ` [B.A.T.M.A.N.] [PATCH maint] batman-adv: fix soft-interface MTU computation Daniel
2014-01-22 17:45 ` [B.A.T.M.A.N.] batman-adv: memory leak? Russell Senior
2014-01-22 17:46 ` Antonio Quartulli
2014-01-22 19:18 ` Russell Senior
2014-01-22 20:49 ` cmsv
2014-01-22 23:57 ` Russell Senior
2014-01-23 0:10 ` cmsv
2014-01-23 3:35 ` Daniel
2014-01-26 12:57 ` Daniel
2014-01-26 14:21 ` Antonio Quartulli
2014-01-26 14:24 ` [B.A.T.M.A.N.] [PATCH maint] batman-adv: release vlan object after checking the CRC Antonio Quartulli
2014-01-27 18:43 ` Russell Senior
2014-01-26 16:05 ` [B.A.T.M.A.N.] batman-adv: memory leak? cmsv
2014-01-26 16:07 ` Antonio Quartulli
2014-01-26 16:13 ` Antonio Quartulli
2014-01-27 17:55 ` cmsv
2014-01-28 1:21 ` Russell Senior
2014-01-28 1:30 ` cmsv
2014-01-29 8:10 ` Russell Senior
2014-01-29 21:48 ` cmsv
2014-02-08 3:08 ` cmsv
2014-02-08 10:53 ` Felix Fietkau [this message]
2014-02-12 7:23 ` Antonio Quartulli
2014-02-12 10:40 ` cmsv
2014-02-12 11:41 ` Antonio Quartulli
2014-02-13 0:55 ` cmsv
2014-02-13 7:23 ` Antonio Quartulli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52F60CB0.8010101@openwrt.org \
--to=nbd@openwrt.org \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=cmsv@wirelesspt.net \
--cc=russell@personaltelco.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox