Opened 15 years ago

Last modified 15 years ago

#22513 closed defect

xemacs hangs when performing a package-get-update-base on Snow Leopard — at Initial Version

Reported by: dib@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: xemacs

Description

Actually, starting any process from xemacs hangs, requiring a SIGTERM, including gnuserv-start. This is with a fresh install of ports, and no other packages added.

I get the following backtrace on sigterm:

Lisp backtrace follows:

# (unwind-protect ...) sit-for(0) # bind (threshold proc) efs-pty-check(#<process "*ftp anonymous@…*" pid 25970 state:run> 1000) # bind (proc opaque-p process-environment process-connection-type buffer use-gateway name user host) efs-start-process("ftp.xemacs.org" "anonymous" "*ftp anonymous@…*") # bind (name proc user host) efs-get-process("ftp.xemacs.org" "anonymous") # bind (host type user host) efs-host-type("ftp.xemacs.org" "anonymous") # bind (start string backskip regexp lbackskip lregexp parsed host-type host user) # (unwind-protect ...) # bind (match-data buff cfs s-c-res path host user host-type default name) efs-expand-file-name("/anonymous@…:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil) apply(efs-expand-file-name ("/anonymous@…:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil)) # bind (handler args operation) efs-file-handler-function(expand-file-name "/anonymous@…:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil) apply(efs-file-handler-function expand-file-name ("/anonymous@…:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil)) # bind (args operation) remote-path-file-handler-function(expand-file-name "/anonymous@…:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil) file-exists-p("/anonymous@…:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg") # bind (expn site expanded no-remote nil-if-not-found file) package-get-locate-file("package-index.LATEST.gpg" t nil) # bind (no-remote) package-get-locate-index-file(nil) (let ((dflt ...)) (list (read-file-name "Load package-get database: " ... dflt t ...))) call-interactively(package-get-update-base) # (condition-case ... . error) # (catch top-level ...)

Change History (0)

Note: See TracTickets for help on using tickets.