Gnus development mailing list
 help / color / mirror / Atom feed
* BUG in 5.8.4 (trace)
@ 2000-04-21 17:16 Arcady Genkin
  2000-04-21 17:33 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Arcady Genkin @ 2000-04-21 17:16 UTC (permalink / raw)


This bug appeared in 5.8.4. When sending a message with text in KOI-8
(Cyrillic), I saw the following in the minibuffer:

Wrong type argument: integer-or-marker-p, nil

Here's backtrace:
Signaling: (wrong-type-argument integer-or-marker-p nil)
  rfc2047-fold-region(42 163)
  mail-encode-encoded-word-buffer()
  message-send-mail(nil)
  message-send-via-mail(nil)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit)

I reverted to 5.8.3, and the same message (previously saved in drafs)
sent OK. If that would be helpful, I can send a copy of that message.
-- 
Arcady Genkin                                 http://www.thpoon.com
Nostalgia isn't what it used to be.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: BUG in 5.8.4 (trace)
  2000-04-21 17:16 BUG in 5.8.4 (trace) Arcady Genkin
@ 2000-04-21 17:33 ` Lars Magne Ingebrigtsen
  2000-04-21 17:41   ` Arcady Genkin
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-04-21 17:33 UTC (permalink / raw)


Arcady Genkin <a.genkin@utoronto.ca> writes:

> Here's backtrace:
> Signaling: (wrong-type-argument integer-or-marker-p nil)
>   rfc2047-fold-region(42 163)

Could you `(load "rfc2047.el")' to load an uncompiled Gnus?  That will
give me a much more detailed backtrace.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: BUG in 5.8.4 (trace)
  2000-04-21 17:33 ` Lars Magne Ingebrigtsen
@ 2000-04-21 17:41   ` Arcady Genkin
  2000-04-21 18:08     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Arcady Genkin @ 2000-04-21 17:41 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 2008 bytes --]

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Could you `(load "rfc2047.el")' to load an uncompiled Gnus?  That will
> give me a much more detailed backtrace.

Sure thing. Reproducing it was not that easy. I don't know what
exactly causes the bug, because several messages with cyrillic in
subject and body went out Ok. There must be something with *this*
particular one. Just in case it would be helpful, I'm attatching it to
this file.

Signaling: (wrong-type-argument integer-or-marker-p nil)
  goto-char(nil)
  (cond ((memq ... ...) (setq break ...)) ((and ... ...) (setq break ...)) ((and ... ...) (goto-char break) (setq break nil) (insert "\n ")))
)
  (while (not (eobp)) (cond (... ...) (... ...) (... ... ... ...)) (unless (eobp) (forward-char 1)))
)
  (let ((break nil)) (while (not ...) (cond ... ... ...) (unless ... ...)))
)
  (save-restriction (narrow-to-region b e) (goto-char (point-min)) (let (...) (while ... ... ...)))
)
  rfc2047-fold-region(25 146)
  (cond ((eq method ...) (rfc2047-encode-region ... ...) (rfc2047-fold-region ... ...)) (t))
)
  (progn (while (setq elem ...) (when ... ...)) (cond (... ... ...) (t)))
)
  (if (rfc2047-encodable-p) (progn (while ... ...) (cond ... ...)))
)
  (when (rfc2047-encodable-p) (while (setq elem ...) (when ... ...)) (cond (... ... ...) (t)))
)
  (save-restriction (rfc2047-narrow-to-field) (when (rfc2047-encodable-p) (while ... ...) (cond ... ...)) (goto-char (point-max)))
)
  (while (not (eobp)) (save-restriction (rfc2047-narrow-to-field) (when ... ... ...) (goto-char ...)))
)
  (let ((alist rfc2047-header-encoding-alist) elem method) (while (not ...) (save-restriction ... ... ...)))
)
  (save-excursion (goto-char (point-min)) (let (... elem method) (while ... ...)) (when mail-parse-charset (encode-coding-region ... ... mail-parse-charset)))
)
  mail-encode-encoded-word-buffer()
  message-send-mail(nil)
  message-send-via-mail(nil)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit)


[-- Attachment #2: The bad message --]
[-- Type: text/plain, Size: 621 bytes --]

To: Andrew Misyura <slon123@hotmail.com>
Subject: csc364 и вспомогательные бмажки
Gcc: nnimap+soup:mail/archive/mail/2000-2
From: Arcady Genkin <a.genkin@utoronto.ca>
Date: 21 Apr 2000 13:04:36 -0400
Message-ID: <87vh1b8jx7.fsf@tea.thpoon.com>
User-Agent: Gnus/5.0804 (Gnus v5.8.4) XEmacs/21.1 (Bryce Canyon)
Lines: 12

Привет!

Ты не слышал, допускаются ли какие-либо бумажки на экзамен по 364? Я
так и не собрался спросить профессора.

Как идет подготовка? 8,)

У меня два экзамена в понедельник -- 364 и 384!

-- 
Arcady Genkin                                 http://www.thpoon.com
Nostalgia isn't what it used to be.

[-- Attachment #3: Type: text/plain, Size: 109 bytes --]


-- 
Arcady Genkin                                 http://www.thpoon.com
Nostalgia isn't what it used to be.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: BUG in 5.8.4 (trace)
  2000-04-21 17:41   ` Arcady Genkin
@ 2000-04-21 18:08     ` Lars Magne Ingebrigtsen
  2000-04-21 18:52       ` Arcady Genkin
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-04-21 18:08 UTC (permalink / raw)


Arcady Genkin <a.genkin@utoronto.ca> writes:

> Sure thing. Reproducing it was not that easy. I don't know what
> exactly causes the bug, because several messages with cyrillic in
> subject and body went out Ok. There must be something with *this*
> particular one. Just in case it would be helpful, I'm attatching it to
> this file.

I just now applied a patch from Per (posted in December) which should
fix this.  Check out the CVS in a few minutes...

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: BUG in 5.8.4 (trace)
  2000-04-21 18:08     ` Lars Magne Ingebrigtsen
@ 2000-04-21 18:52       ` Arcady Genkin
  0 siblings, 0 replies; 5+ messages in thread
From: Arcady Genkin @ 2000-04-21 18:52 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> I just now applied a patch from Per (posted in December) which should
> fix this.  Check out the CVS in a few minutes...

Seems to work! Thanks!
-- 
Arcady Genkin                                 http://www.thpoon.com
Nostalgia isn't what it used to be.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-04-21 18:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-21 17:16 BUG in 5.8.4 (trace) Arcady Genkin
2000-04-21 17:33 ` Lars Magne Ingebrigtsen
2000-04-21 17:41   ` Arcady Genkin
2000-04-21 18:08     ` Lars Magne Ingebrigtsen
2000-04-21 18:52       ` Arcady Genkin

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).