unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27329: Emacs 25.2.1 M-x list-packages crashes on https://melpa (SSL problem ?)
@ 2017-06-11  8:27 Pierre Albarède
  2017-06-18  0:50 ` Paul Eggert
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pierre Albarède @ 2017-06-11  8:27 UTC (permalink / raw)
  To: 27329

Hello,

with
GNU Emacs 25.2.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5
(Build 13F1911))
 of 2017-04-21
downloaded from from https://emacsformacosx.com/about

launch Emacs, for example, in shell :

% /Applications/Emacs-25.2.app/Contents/MacOS/Emacs -Q

In Emacs, evaluate this :

(require 'package)

(add-to-list 'package-archives
	     '("melpa" . "https://melpa.org/packages/"))


M-x list-packages

Emacs crashes.

The problem did not exist in Emacs 25.1 and disappears when https is replaced by
http.

See also https://github.com/melpa/melpa/issues/4791



Best regards.









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

* bug#27329: Emacs 25.2.1 M-x list-packages crashes on https://melpa (SSL problem ?)
  2017-06-11  8:27 bug#27329: Emacs 25.2.1 M-x list-packages crashes on https://melpa (SSL problem ?) Pierre Albarède
@ 2017-06-18  0:50 ` Paul Eggert
  2017-06-18  9:31 ` Alan Third
  2017-06-21 19:25 ` Paul Eggert
  2 siblings, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2017-06-18  0:50 UTC (permalink / raw)
  To: Pierre Albarède; +Cc: 27329

I cannot reproduce the problem on my somewhat-different platform (Ubuntu 16.04.2 
LTS, x86-64, configured --with-ns so that Emacs reports "NS gnustep-gnu-0.24.0" 
as the UI). Assuming you still have the problem, can you please build Emacs with 
CFLAGS='-g3 -O0', run Emacs under GDB, and send a backtrace of the crash?





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

* bug#27329: Emacs 25.2.1 M-x list-packages crashes on https://melpa (SSL problem ?)
  2017-06-11  8:27 bug#27329: Emacs 25.2.1 M-x list-packages crashes on https://melpa (SSL problem ?) Pierre Albarède
  2017-06-18  0:50 ` Paul Eggert
@ 2017-06-18  9:31 ` Alan Third
  2017-06-21 19:25 ` Paul Eggert
  2 siblings, 0 replies; 5+ messages in thread
From: Alan Third @ 2017-06-18  9:31 UTC (permalink / raw)
  To: Pierre Albarède; +Cc: 27329

On Sun, Jun 11, 2017 at 10:27:10AM +0200, Pierre Albarède wrote:
> with
> GNU Emacs 25.2.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21
> Version 10.9.5 (Build 13F1911)) of 2017-04-21
> downloaded from from https://emacsformacosx.com/about
> 
> launch Emacs, for example, in shell :
> 
> % /Applications/Emacs-25.2.app/Contents/MacOS/Emacs -Q
> 
> In Emacs, evaluate this :
> 
> (require 'package)
> 
> (add-to-list 'package-archives
> 	     '("melpa" . "https://melpa.org/packages/"))
> 
> 
> M-x list-packages
> 
> Emacs crashes.

I can’t replicate this using

    GNU Emacs 25.2.1 (x86_64-apple-darwin16.5.0, NS appkit-1504.82
    Version 10.12.4 (Build 16E195)) of 2017-04-29

built myself.

This looks like it’s probably relevant

    https://github.com/caldwell/build-emacs/issues/60

but has no clear resolution.

-- 
Alan Third





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

* bug#27329: Emacs 25.2.1 M-x list-packages crashes on https://melpa (SSL problem ?)
  2017-06-11  8:27 bug#27329: Emacs 25.2.1 M-x list-packages crashes on https://melpa (SSL problem ?) Pierre Albarède
  2017-06-18  0:50 ` Paul Eggert
  2017-06-18  9:31 ` Alan Third
@ 2017-06-21 19:25 ` Paul Eggert
  2017-09-02 14:10   ` Eli Zaretskii
  2 siblings, 1 reply; 5+ messages in thread
From: Paul Eggert @ 2017-06-21 19:25 UTC (permalink / raw)
  To: Pierre Albarède; +Cc: 27329

As this appears to be a GnuTLS packaging problem on emacsformacos.com, 
and not an Emacs bug per se, I suggest that we close the Emacs bug report.






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

* bug#27329: Emacs 25.2.1 M-x list-packages crashes on https://melpa (SSL problem ?)
  2017-06-21 19:25 ` Paul Eggert
@ 2017-09-02 14:10   ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2017-09-02 14:10 UTC (permalink / raw)
  To: Paul Eggert; +Cc: 27329-done, pa.news

> From: Paul Eggert <eggert@cs.ucla.edu>
> Date: Wed, 21 Jun 2017 12:25:12 -0700
> Cc: 27329@debbugs.gnu.org
> 
> As this appears to be a GnuTLS packaging problem on emacsformacos.com, 
> and not an Emacs bug per se, I suggest that we close the Emacs bug report.

Agreed; closing.





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

end of thread, other threads:[~2017-09-02 14:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-11  8:27 bug#27329: Emacs 25.2.1 M-x list-packages crashes on https://melpa (SSL problem ?) Pierre Albarède
2017-06-18  0:50 ` Paul Eggert
2017-06-18  9:31 ` Alan Third
2017-06-21 19:25 ` Paul Eggert
2017-09-02 14:10   ` Eli Zaretskii

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