public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Trenton D. Adams" <tadams@extremeeng.com>
To: "'Gary Thomas'" <gthomas@redhat.com>
Cc: "'eCos mailing list'" <ecos-discuss@sources.redhat.com>
Subject: RE: [ECOS] Thread error with large buffer
Date: Fri, 20 Jul 2001 07:28:00 -0000	[thread overview]
Message-ID: <000201c11128$3cc37110$090110ac@TRENT> (raw)
In-Reply-To: <XFMail.20010719170028.gthomas@redhat.com>

  > 
  > On 19-Jul-2001 Trenton D. Adams wrote:
  > > Below is the thread.  It doesn't give the error above if the
buffer
  > > variable is 400.  Anyone have any ideas why this might be?  Surely
a
  > > static buffer of 4K is not un-reasonable?
  > 
  > It's not static - it's on the thread's stack.  You can make it
  > static (include the keyword) or make the thread stack larger.

When I said static I meant not dynamically allocated by me with malloc
or something.  Obviously it's not static since I didn't specify the
static keyword.

  reply	other threads:[~2001-07-20  7:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-19 15:18 Trenton D. Adams
2001-07-19 16:00 ` Gary Thomas
2001-07-20  7:28   ` Trenton D. Adams [this message]
2001-07-19 15:59 Dan Conti
2001-07-20  7:43 ` Trenton D. Adams
2001-07-20  8:16   ` Gary Thomas
2001-07-20  8:18     ` Trenton D. Adams
2001-07-20  8:31       ` Gary Thomas
2001-07-20  8:40         ` Trenton D. Adams
2001-07-20  8:51           ` Gary Thomas
2001-07-20  8:58             ` Trenton D. Adams
2001-07-20  9:05               ` Gary Thomas

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='000201c11128$3cc37110$090110ac@TRENT' \
    --to=tadams@extremeeng.com \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=gthomas@redhat.com \
    /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).