From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: igc: trying to chase a crash Date: Tue, 26 Nov 2024 05:33:16 +0200 Message-ID: <86ttbuhdoj.fsf@gnu.org> References: <874j3v2lq3.fsf@telefonica.net> <864j3vi0d0.fsf@gnu.org> <87zfln1468.fsf@telefonica.net> <86zflngk0j.fsf@gnu.org> <87v7wb11hk.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6090"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 26 04:34:17 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tFmL9-0001SE-3s for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Nov 2024 04:34:15 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tFmKL-0006Pi-Tt; Mon, 25 Nov 2024 22:33:25 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tFmKJ-0006PQ-1A for emacs-devel@gnu.org; Mon, 25 Nov 2024 22:33:23 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tFmKH-0003rK-M8; Mon, 25 Nov 2024 22:33:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=y+9ZtRY2LcYhFlN1ET76wI9OI5OYrpyWd6bPnyxUn8o=; b=DlIvruzOHfcIUpICWx55 8MmU//+L1vfiWeGU82Mi6C155F+XRBreyWceK/7gCLSzNysawlawvHe9XWxAA60DnbHcsE4kFp4Xw 2ZmMoOWlDT3O9oWwllP9Y5man7usR4PO8iJJ2PYKc4VxD6sgqE0au2Fd6VI9KNWBYAzudOPu1/0mL 9/n1wl2pzJn8MxdwXHa7bm1s1T+18ak6ZAQQwKocxh69REihNqKGEKaZgwWa0iHvLV8Sm62XMnyPM rp8mjYv64wtxeB8EiiJUIq9sgcfmE1qGKS4lgi1Rreo7VJLrwrSse1G/bdEPMgsbmIs19sYk4SpiR VUtNZhbOPn5Q7w==; In-Reply-To: <87v7wb11hk.fsf@telefonica.net> (message from =?iso-8859-1?Q?=D3scar?= Fuentes on Mon, 25 Nov 2024 21:51:03 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:325705 Archived-At: > From: Óscar Fuentes > Date: Mon, 25 Nov 2024 21:51:03 +0100 > > > How about if you say "make -k", so that we see all the problems at > > once, not one by one? > > :-) > > Loading mwheel... > Pure Lisp storage overflowed > > Error: error ("Cannot continue, pure space overflowed") > defalias(mouse-wheel--get-scroll-window #[257 "\30127\0\10\203\16\0\302\1!\202\20\0\303 \304\1!\205\34\0\305\306\2!\307\"\310\1!\2054\0\311 \211@\1A\312\313\314\3\5#\5\315\316$\266\203\266\2020\206=\0\302\1!\207" [mouse-wheel-follow-mouse found mwheel-event-window selected-window window-live-p frame-parameter window-frame mouse-wheel-frame frame-live-p mouse-absolute-pixel-position walk-window-tree make-closure #[257 "\302\1\303\304\211$\211@\301X\205)\0\301\305\28X\205)\0\211A@\300X\205)\0\300\306\28X\205)\0\307\310\3\"\207" [V0 V1 window-edges nil t 2 3 throw found] 6 "\n\n(fn WINDOW-1)"] nil t] 11 "Return window for mouse wheel event EVENT.\nIf `mouse-wheel-follow-mouse' is non-nil, return the window that\nthe mouse pointer is over. Otherwise, return the currently\nactive window.\n \n(fn EVENT)"]) > load("mwheel") > (if (fboundp 'x-create-frame) (load "mwheel")) > load("loadup.el") > Cannot continue, pure space overflowed > > ok, ok... setting SYSTEM_PURESIZE_EXTRA fixes that and the build > completes. Please tell by how much you needed to enlarge the pure space (the minimum increment that fixes the build). > But I'm surprised to be the first to report these problems. > Is the igc project dormant? No. I guess there's not a lot of people who build it with enable-checking and enable-check-lisp-object-type, that's all. > Are there people interested on bug reports about igc? Yes, of course.