unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* latest cvs build hanging on smtpmail-send-queued-mail (OS X 10.3.2)
@ 2004-02-11 18:31 John Owens
  2004-02-11 20:18 ` Simon Josefsson
  0 siblings, 1 reply; 3+ messages in thread
From: John Owens @ 2004-02-11 18:31 UTC (permalink / raw)


I built the latest emacs from cvs this morning (OS X
10.3.2), sent a message via smtpmail (with
smtpmail-queue-mail t), and then called
smtpmail-send-queued-mail. Emacs completely hung. I
had to force-quit it.

Admittedly, I've never got smtpmail to work properly
with authentication. But it least used to not work
gracefully and told me there were authentication
errors. Here, I see the message in the mode line:

Loading [file from my queued mail folder]
(source)...done

and then it totally hangs.

This happens when I have the smtpmail debug and
verbose settings set and also when I do not.

I do not know what to do to continue to debug when it
hangs like this. Even when I set debug-on-error it
hangs.

I append my setup.

JDO

--
(setq user-full-name "John Owens"
      user-mail-address "jowens@ece.ucdavis.edu"
      smtpmail-default-smtp-server
"strat.ece.ucdavis.edu"
      smtpmail-smtp-server "strat.ece.ucdavis.edu"
      smtpmail-smtp-service 587
      mail-host-address "ece.ucdavis.edu"
      smtpmail-local-domain nil
      smtpmail-sendto-domain nil
      smtpmail-smtp-service "smtp"
      smtpmail-code-conv-from nil
      smtpmail-queue-mail t
      send-mail-function 'smtpmail-send-it
      message-send-mail-function 'smtpmail-send-it
      smtpmail-starttls-credentials
      '(("strat.ece.ucdavis.edu" 587 "" ""))
      starttls-program "/usr/local/bin/starttls"
      )

(load-library "smtpmail")
(load-library "ssl")
(global-set-key "\C-x\m"     'vm-mail)               ;
not compose-mail

;; From: Kevin Rodgers <ihs_4664@yahoo.com> 
;; Subject: Re: How do I set up vm to send email with
a dial-up account? 
;; Newsgroups: gnu.emacs.vm.info                      
   
;; Date: Mon, 02 Feb 2004 13:11:03 -0700 
(defadvice smtpmail-send-it (around
display-trace-buffer activate) 
   "If an error is signalled, display the process
buffer." 
   (condition-case signals-data 
       ad-do-it 
     (error (shrink-window-if-larger-than-buffer 
            (display-buffer (get-buffer (format "trace
of SMTP session to %s" 
                                               
smtpmail-smtp-server)))) 
           (signal (car signals-data) (cdr
signals-data)))))


__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

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

* Re: latest cvs build hanging on smtpmail-send-queued-mail (OS X 10.3.2)
  2004-02-11 18:31 latest cvs build hanging on smtpmail-send-queued-mail (OS X 10.3.2) John Owens
@ 2004-02-11 20:18 ` Simon Josefsson
  2004-02-11 23:25   ` John Owens
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Josefsson @ 2004-02-11 20:18 UTC (permalink / raw)


John Owens <john_owens@yahoo.com> writes:

> I built the latest emacs from cvs this morning (OS X
> 10.3.2), sent a message via smtpmail (with
> smtpmail-queue-mail t), and then called
> smtpmail-send-queued-mail. Emacs completely hung. I
> had to force-quit it.
>
> Admittedly, I've never got smtpmail to work properly
> with authentication. But it least used to not work
> gracefully and told me there were authentication
> errors. Here, I see the message in the mode line:
>
> Loading [file from my queued mail folder]
> (source)...done
>
> and then it totally hangs.
>
> This happens when I have the smtpmail debug and
> verbose settings set and also when I do not.
>
> I do not know what to do to continue to debug when it
> hangs like this. Even when I set debug-on-error it
> hangs.
>
> I append my setup.

Can you run emacs under gdb, perhaps?  A gdb backtrace might help find
the first problem, i.e., why C-g doesn't work.  My guess would be that
something in the network I/O code doesn't work well with Mac OS X.
Once that problem is fixed, the smtpmail problem can be debugged more
easily.

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

* Re: latest cvs build hanging on smtpmail-send-queued-mail (OS X 10.3.2)
  2004-02-11 20:18 ` Simon Josefsson
@ 2004-02-11 23:25   ` John Owens
  0 siblings, 0 replies; 3+ messages in thread
From: John Owens @ 2004-02-11 23:25 UTC (permalink / raw)


Simon Josefsson <jas <at> extundo.com> writes:

> John Owens <john_owens <at> yahoo.com> writes:
> 
> > I built the latest emacs from cvs this morning (OS X
> > 10.3.2), sent a message via smtpmail (with
> > smtpmail-queue-mail t), and then called
> > smtpmail-send-queued-mail. Emacs completely hung. I
> > had to force-quit it.

I wasn't able to reproduce my problem from this morning
(either within gdb or without). I'll report back if I can 
reproduce it.

Thanks, Simon, for the reply.

JDO

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

end of thread, other threads:[~2004-02-11 23:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-11 18:31 latest cvs build hanging on smtpmail-send-queued-mail (OS X 10.3.2) John Owens
2004-02-11 20:18 ` Simon Josefsson
2004-02-11 23:25   ` John Owens

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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