Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: Problem saving attachment with latest CVS HEAD Gnus
Date: Wed, 22 Nov 2006 16:25:24 +0900	[thread overview]
Message-ID: <b4m64d87xjv.fsf@jpl.org> (raw)
In-Reply-To: <m3lkm4ytm8.fsf.nfl._-nfl---656d6163732e676e75732e67656e6572616c_---.00@tuxie.homelinux.net>

>>>>> In <m3lkm4ytm8.fsf.nfl._-nfl---656d6163732e676e75732e67656e6572616c_---.00@tuxie.homelinux.net>
>>>>>	Nelson Ferreira wrote:

> Hi Katsumi,

> First of all, let me thank you for the prompt response you gave the
> issue, even to the point of getting and installing SXEmacs to attempt
> to reproduce it.

You're welcome.  SXEmacs which I've never explored satisfied my
curiosity. ;-)

[...]

> We (SXEmacs team) did manage to reproduce it with this little snippet,

> (let ((str (make-string 1600000 ?x)))
>   (mapconcat #'(lambda (el) el) str ""))

> The issue as we traced it, has to do with the available amount of stack
> available for the alloca calls that are made in mapconcat, which for a
> 1.6 MB string is strenous :)

It is platform-dependent, isn't it?  In the Fedora Core 6 system,
I didn't get a non-nil value using 22.1.6--patch-119 and this form:

(string-match
 "[^x]"
 (mapconcat #'char-to-string (make-string 3200000 ?x) ""))
 => nil

And I also got:

(length (mapconcat #'char-to-string (make-string 3200000 ?x) ""))
 => 3200000

Anyway I've removed such one which forces heavy labor to (S)XEmacs.

> We fixed this in SXEmacs in
> steve@sxemacs.org--2006/sxemacs--main--22.1.6--patch-120 and we will
> forward the patch to the XEmacs folks.

I'll install the new version.  Thanks.

> We tested the previous Gnus version with the fixed SXEmacs and all
> worked fine. It will of course, as you expected previously, take a
> little longer.

> Best regards,

>      Nelson

Regards,



      reply	other threads:[~2006-11-22  7:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-21  4:17 Nelson Ferreira
2006-11-21  7:50 ` Katsumi Yamaoka
2006-11-21 10:07   ` Katsumi Yamaoka
2006-11-21 12:04 ` Dave Goldberg
2006-11-21 12:42   ` Katsumi Yamaoka
2006-11-21 14:46     ` Dave Goldberg
2006-11-21 15:29       ` Katsumi Yamaoka
2006-11-22  4:48         ` Nelson Ferreira
2006-11-22  7:25           ` Katsumi Yamaoka [this message]

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=b4m64d87xjv.fsf@jpl.org \
    --to=yamaoka@jpl.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).