All of lore.kernel.org
 help / color / mirror / Atom feed
From: cmsv <cmsv@wirelesspt.net>
To: Antonio Quartulli <antonio@meshcoding.com>,
	b.a.t.m.a.n@lists.open-mesh.org
Subject: Re: [B.A.T.M.A.N.] batman-adv: memory leak?
Date: Wed, 12 Feb 2014 05:40:12 -0500	[thread overview]
Message-ID: <52FB4F8C.908@wirelesspt.net> (raw)
In-Reply-To: <52FB2186.2060701@meshcoding.com>


[-- Attachment #1.1: Type: text/plain, Size: 1733 bytes --]

inline

On 02/12/2014 02:23 AM, Antonio Quartulli wrote:
> On 08/02/14 04:08, cmsv wrote:
>> [  239.420000] [<8020ff04>] 0x8020ff04
>> [  239.420000] [<801d8154>] 0x801d8154
>> [  239.420000] [<80211184>] 0x80211184
>> [  239.420000] [<800d8890>] 0x800d8890
>> [  239.420000] [<800ec6f0>] 0x800ec6f0
>> [  239.420000] [<801d9f58>] 0x801d9f58
>> [  239.420000] [<801d93dc>] 0x801d93dc
>> [  239.420000] [<800d9114>] 0x800d9114
>> [  239.420000] [<800d93dc>] 0x800d93dc
>> [  239.420000] [<801d9a70>] 0x801d9a70
>> [  239.420000] [<8006a284>] 0x8006a284
>> [  239.420000]
>> [  239.420000]
>> [  239.420000] Code: 0c3a9ac3  00402821  0040a821 <8c42000c> 54400052
>> 00008021  8e050054  10a00005  8fb10010
>> [  239.730000] ---[ end trace 7d873dc004108502 ]---
>> [  239.740000] Kernel panic - not syncing: Fatal exception in interrupt
>> [  239.740000] Rebooting in 3 seconds..
>>
> 
> 
> Hi!
> 
> Have you been able to run a test with kernel symbols enabled??
> That would be a great help ;)

I have tried to compile images with with kernel symbols enabled; but no
matter how much i trim/strip down the build to non essencial features; i
am unable to create images that fit in 4 mb flash for the routers i have
which are mostly dlink routers.
Along with shortage of time that i have at the moment i will have to
postpone this testing for later and stick with batman-adv 2013.4.0 for
now since 2014 is not providing me the same stability.

Last night i tried 2014 again and changed the router that was going to
be the gateway and noticed that the reboot was only happening in 1
router instead of 2.
Replicating is easy as long as i make the gateway disappear in some way.

> 
> Cheers,
> 

[-- Attachment #1.2: 0x15C4B382.asc --]
[-- Type: application/pgp-keys, Size: 36799 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

  reply	other threads:[~2014-02-12 10:40 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
2014-02-12  7:23                                         ` Antonio Quartulli
2014-02-12 10:40                                           ` cmsv [this message]
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=52FB4F8C.908@wirelesspt.net \
    --to=cmsv@wirelesspt.net \
    --cc=antonio@meshcoding.com \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.