public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
From: bugzilla-daemon@ecoscentric.com
To: ecos-bugs@ecos.sourceware.org
Subject: [Bug 1000738] New: Redboot networking problem
Date: Mon, 06 Apr 2009 17:35:00 -0000	[thread overview]
Message-ID: <bug-1000738-13@http.bugs.ecos.sourceware.org/> (raw)

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000738

           Summary: Redboot networking problem
           Product: eCos
           Version: CVS
          Platform: snds (Samsung SNDS)
        OS/Version: HostOS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: RedBoot
        AssignedTo: gary@mlbassoc.com
        ReportedBy: iliev@ronetix.at
         QAContact: ecos-bugs@ecos.sourceware.org
             Class: ---


There is a problem when performing two http loads one after other - the second
load put the RedBoot in an endless loop.

If there is a small delay between the both loads, then sometimes it works.
If the the first load is a http and the second load a tftp, then the problem
doesn't exist.

The endless loop is in tcp.c, __tcp_handler():
   for (prev = NULL, s = tcp_list; s; prev = s, s = s->next) {
       if (s->our_port == ntohs(tcp->dest_port)) {
       if (s->his_port == 0)

It loops forever because *s == s->next* and *s->our_port* and
*ntohs(tcp->dest_port)* differs with one.


-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


             reply	other threads:[~2009-04-06 17:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-06 17:35 bugzilla-daemon [this message]
2009-04-16 15:12 ` [Bug 1000738] " bugzilla-daemon
2009-04-17  8:09 ` bugzilla-daemon
2009-04-17  8:11 ` bugzilla-daemon
2009-04-17 16:46 ` bugzilla-daemon
2009-04-17 16:57 ` bugzilla-daemon
2009-04-19 20:41 ` bugzilla-daemon
2009-04-20 11:02 ` bugzilla-daemon
2009-04-20 11:06 ` bugzilla-daemon
2009-04-20 11:19 ` bugzilla-daemon

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=bug-1000738-13@http.bugs.ecos.sourceware.org/ \
    --to=bugzilla-daemon@ecoscentric.com \
    --cc=ecos-bugs@ecos.sourceware.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 read-only IMAP folder(s) and NNTP newsgroup(s).