From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mateusz B Newsgroups: gmane.emacs.help Subject: Strange error after M-x package-list-packages Date: Thu, 30 Aug 2012 21:57:07 +0200 Message-ID: <503FC593.8060402@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1346356688 31589 80.91.229.3 (30 Aug 2012 19:58:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Aug 2012 19:58:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 30 21:58:09 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T7Arp-0004WJ-1R for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Aug 2012 21:57:29 +0200 Original-Received: from localhost ([::1]:54241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7Arm-0005sk-GR for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Aug 2012 15:57:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7Are-0005sb-7x for help-gnu-emacs@gnu.org; Thu, 30 Aug 2012 15:57:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7ArY-00032M-No for help-gnu-emacs@gnu.org; Thu, 30 Aug 2012 15:57:18 -0400 Original-Received: from mail-bk0-f41.google.com ([209.85.214.41]:55078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7ArY-000320-Fn for help-gnu-emacs@gnu.org; Thu, 30 Aug 2012 15:57:12 -0400 Original-Received: by bkcjc3 with SMTP id jc3so993634bkc.0 for ; Thu, 30 Aug 2012 12:57:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=rApo3YvUGS+7gSef2Y4HUf2DaFKT/G7eopX5sdA+7Vc=; b=dVVj2z8ypn8VyqO1IqV8561BXsHZwosPD7qaOHZHK42PUnGoS9I5g6xKlFzYvqO3Qe W70rSaxFVJd5E49SCgnWAIYK4pmgCp825cMo9Rv4c4terTKpyPQ0hRpHXlQrMmkMF0vL 3jiN+dLPps50bwuQedToOzxQ9YoazjpQTfFAJXsFWYD03g1NQtioPPxFCMZr49JFvTiJ IVk9Rus6JlJ0GooRfIg0LuvHtutS4YOP5v2fBpNEUHfYj3dyaCYkvlm1VkaHND9XHuF5 ERbpMaAFUS7klOwHyGutiVINCAMGmPd0gZjtErx+/v3yujqmV3Ma0UC10TZQOFKSZCwE As/w== Original-Received: by 10.204.128.196 with SMTP id l4mr3458333bks.21.1346356630637; Thu, 30 Aug 2012 12:57:10 -0700 (PDT) Original-Received: from [192.168.1.100] (89-75-48-164.dynamic.chello.pl. [89.75.48.164]) by mx.google.com with ESMTPS id hs2sm2189786bkc.1.2012.08.30.12.57.09 (version=SSLv3 cipher=OTHER); Thu, 30 Aug 2012 12:57:10 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86596 Archived-At: Hi, my Emacs 24.1 installation was running fine until the following error started showing every time I did M-x package-list-packages: Debugger entered--Lisp error: (error "Invalid hash table rehash size" 1.0) eval-buffer(# nil "/home/mateusz/emacs/emacs-24.2/lisp/finder-inf.el" nil t) ; Reading at buffer position 38650 load-with-code-conversion("/home/mateusz/emacs/emacs-24.2/lisp/finder-inf.el" "/home/mateusz/emacs/emacs-24.2/lisp/finder-inf.el" t t) require(finder-inf nil t) package-list-packages(nil) call-interactively(package-list-packages t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) I downloaded and compiled 24.2 version to check if it occurs there and it was there, right after compilation (and /src/emacs -Q). The bottom of traces are a bit different actually, my normal installation runs smex, but above everything is the same. What could it be? What to do now? Thanks in advance, Earendil