netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Burak Gorkemli <burakgmail-dccp@yahoo.com>
To: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Cc: dccp@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: yet another panic on 2.6.30-rc6
Date: Wed, 10 Jun 2009 10:19:01 -0700 (PDT)	[thread overview]
Message-ID: <403836.92879.qm@web30008.mail.mud.yahoo.com> (raw)
In-Reply-To: <20090606180153.GA10697@gerrit.erg.abdn.ac.uk>


Hi Gerrit,

Sorry for the late reply, I have just found the time today to pull the latest
tree from your site and test it. It still crashes unfortunately, giving similar
console output, as given below. As for the transient problems, I had the
same issue with an older kernel, 2.6.26-rc5, again pulled from your site.

BTW, how to print EIP after the panic?

The console output of the latest panic is as follows:

[<>] ? ccid3_hc_tx_no_feedback_timer
[<>] ? default_spin_lock_flags
[<>] ? elv_queue_empty
[<>] ? blk_run_queue
[<>] ? kobject_put
[<>] ? trace_hardirqs_off_thunk
[<>] error_code
[<>] ? __mode_timer
[<>] ? do_invalid_op
[<>] ? ccid3_hc_tx_no_feedback_timer
[<>] run_timer_softirq
[<>] ? ccid3_hc_tx_no_feedback_timer
[<>] ? ccid3_hc_tx_no_feedback_timer
[<>] __do_softirq
[<>] ? __do_softirq
<IRQ> [<>] ? irq_exit
[<>] ? smp_apic_timer_interrupt
[<>] ? apic_timer_interrupt
[<>] ? native_safe_halt
[<>] ? default_idle
[<>] ? cpu_idle
[<>] ? rest_init
[<>] ? start_kernel
[<>] ? i386_start_kernel

Thanks

 --
Burak



----- Original Message ----
> From: Gerrit Renker <gerrit@erg.abdn.ac.uk>
> To: Burak Gorkemli <burakgmail-dccp@yahoo.com>
> Cc: dccp@vger.kernel.org
> Sent: Saturday, June 6, 2009 9:01:53 PM
> Subject: Re: yet another panic on 2.6.30-rc6
> 
> Hi Burak,
> 
> thank you for raising this. We need to isolate the cause of the problem.
> 
> The dccp test tree is based on the netdev-2.6 tree maintained by Dave
> Miller, which itself contains other trees (I think the total number of
> kernel trees is ~130).
> 
> I am testing this tree myself, though mostly with audio streaming over
> WiFi links, using the paraslash streamer.
> 
> From looking through the trace it looks as though this is a timer
> problem. Any chance of getting the EIP value to see where it 
> 
> Regarding reproducability -- unfortunately I had just put in a new
> revision onto eden-feed. Can you please consider pulling again from
> 
>     git://eden-feed.erg.abdn.ac.uk/dccp_exp [subtrees dccp/ccid4]
> 
> If this problem persists, it would be good to CC: netdev@vger as well.
> 
> It is quite possible that the problem may have cleared itself as a
> result of using more recent sources. The dccp test tree gets a fresh
> base at least every week, to avoid transient problems.
> 
> Thanks in advance
> Gerrit
> 
> 
> Quoting Burak Gorkemli:
> |
> | The console output for this one is as follows:
> |
> | [<>] do_trap
> | [<>] ? do_invalid_op
> | [<>] do_invalid_op
> | [<>] ? ccid3_hc_tx_no_feedback_timer
> | [<>] ? e1000_clean_rx_irq
> | [<>] ? trace_hardirqs_off_thunk
> | [<>] error_code
> | [<>] ? __mod_timer
> | [<>] ? do_invalid_op
> | [<>] ? ccid3_hc_tx_no_feedback_timer
> | [<>] run_timer_softirq
> | [<>] ? ccid3_hc_tx_no_feedback_timer
> | [<>] ? ccid3_hc_tx_no_feedback_timer
> | [<>] __do_softirq
> | [<>] ? __do_softirq
> | [<>] ? irq_exit
> | [<>] ? smp_apic_timer_interrupt
> | [<>] ? apic_timer_interrupt
> | [<>] ? native_safe_halt
> | [<>] ? default_idle
> | [<>] ? cpu_idle
> | [<>] ? rest_init
> | [<>] ? start_kernel
> | [<>] ? i386_start_kernel
> |
> |  --
> | Burak
> |
> |
> |
> | ----- Original Message ----
> | > From: Burak Gorkemli 
> | > To: dccp@vger.kernel.org
> | > Sent: Saturday, June 6, 2009 1:58:59 AM
> | > Subject: panic on 2.6.30-rc6
> | >
> | >
> | > Hi,
> | >
> | > I am having kernel panic while doing video streaming tests with ccid3, using
> | > kernel version 2.6.30-rc6, pulled from Gerrit's
> | > tree. The crash happens on the receiver node (there is a sender node and a
> | > receiver node, both Linux boxes running 2.6.30-rc6) and it is quite
> | > reproducible. The console output is as follows:
> | >
> | > [<>] ? do_invalid_op
> | > [<>] do_invalid_op
> | > [<>] ? ccid3_hc_tx_no_feedback_timer
> | > [<>] ? __wake_up
> | > [<>] ? __kfree_skb
> | > [<>] ? trace_hardirqs_off_thunk
> | > [<>] error_code
> | > [<>] ? __mod_timer
> | > [<>] ? do_invalid_op
> | > [<>] ? ccid3_hc_tx_no_feedback_timer
> | > [<>] run_timer_softirq
> | > [<>] ? ccid3_hc_tx_no_feedback_timer
> | > [<>] ? ccid3_hc_tx_no_feedback_timer
> | > [<>] __do_softirq
> | > [<>] ? __do_softirq
> | > [<>] ? irq_exit
> | > [<>] ? smp_apic_timer_interrupt
> | > [<>] ? apic_timer_interrupt
> | > [<>] ? native_safe_halt
> | > [<>] ? default_idle
> | > [<>] ? cpu_idle
> | > [<>] ? rest_init
> | > [<>] ? start_kernel
> | > [<>] ? i386_start_kernel
> | >
> | > Any comments?
> --
> To unsubscribe from this list: send the line "unsubscribe dccp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


       reply	other threads:[~2009-06-10 17:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <295033.28246.qm@web30002.mail.mud.yahoo.com>
     [not found] ` <230029.26412.qm@web30005.mail.mud.yahoo.com>
     [not found]   ` <20090606180153.GA10697@gerrit.erg.abdn.ac.uk>
2009-06-10 17:19     ` Burak Gorkemli [this message]
2009-06-11 19:52       ` yet another panic on 2.6.30-rc6 Gerrit Renker

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=403836.92879.qm@web30008.mail.mud.yahoo.com \
    --to=burakgmail-dccp@yahoo.com \
    --cc=dccp@vger.kernel.org \
    --cc=gerrit@erg.abdn.ac.uk \
    --cc=netdev@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).