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 Version 2

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

Description (last modified by blb@…)

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@ftp.xemacs.org*" 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@ftp.xemacs.org*")
  # 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@ftp.xemacs.org:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil)
  apply(efs-expand-file-name ("/anonymous@ftp.xemacs.org:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil))
  # bind (handler args operation)
  efs-file-handler-function(expand-file-name "/anonymous@ftp.xemacs.org:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil)
  apply(efs-file-handler-function expand-file-name ("/anonymous@ftp.xemacs.org:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil))
  # bind (args operation)
  remote-path-file-handler-function(expand-file-name "/anonymous@ftp.xemacs.org:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil)
  file-exists-p("/anonymous@ftp.xemacs.org: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 (2)

comment:1 Changed 15 years ago by dib@…

Sorry for the bad formatting:

Lisp backtrace follows:

  # (unwind-protect ...)
  sit-for(0)
  # bind (threshold proc)
  efs-pty-check(#<process "*ftp anonymous@ftp.xemacs.org*" 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@ftp.xemacs.org*")
  # 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@ftp.xemacs.org:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil)
  apply(efs-expand-file-name ("/anonymous@ftp.xemacs.org:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil))
  # bind (handler args operation)
  efs-file-handler-function(expand-file-name "/anonymous@ftp.xemacs.org:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil)
  apply(efs-file-handler-function expand-file-name ("/anonymous@ftp.xemacs.org:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil))
  # bind (args operation)
  remote-path-file-handler-function(expand-file-name "/anonymous@ftp.xemacs.org:pub/xemacs/beta/experimental/packages/package-index.LATEST.gpg" nil)
  file-exists-p("/anonymous@ftp.xemacs.org: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 ...)

comment:2 Changed 15 years ago by blb@…

Description: modified (diff)
Keywords: xemacs removed
Owner: changed from macports-tickets@… to mww@…
Port: xemacs added
Note: See TracTickets for help on using tickets.