From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: There are bugs in frame init and creation code Date: Wed, 6 May 2009 02:35:11 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1241570147 28885 80.91.229.12 (6 May 2009 00:35:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 May 2009 00:35:47 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 06 02:35:38 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M1V6d-0002Hd-9p for ged-emacs-devel@m.gmane.org; Wed, 06 May 2009 02:35:36 +0200 Original-Received: from localhost ([127.0.0.1]:45827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1V6b-0005Fr-SN for ged-emacs-devel@m.gmane.org; Tue, 05 May 2009 20:35:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1V6U-0005CM-Uk for emacs-devel@gnu.org; Tue, 05 May 2009 20:35:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1V6P-000574-OY for emacs-devel@gnu.org; Tue, 05 May 2009 20:35:18 -0400 Original-Received: from [199.232.76.173] (port=48214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1V6P-00056i-Kz for emacs-devel@gnu.org; Tue, 05 May 2009 20:35:13 -0400 Original-Received: from mail-bw0-f161.google.com ([209.85.218.161]:43320) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1V6P-0005D9-0r for emacs-devel@gnu.org; Tue, 05 May 2009 20:35:13 -0400 Original-Received: by bwz5 with SMTP id 5so5394686bwz.42 for ; Tue, 05 May 2009 17:35:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=I5qCo+0O/k+EtTVfDCmBVYqiYXX2XDGbkb8yRyIGgEk=; b=ZRUpXERTbczfu2k4JOBqbiAJIbF3e0BftQW490PkaUvOhkdlxFHgfQeWS2zLxVGmYl 94nQ9zlCKRihCfkBHlDakkA/S8dZJ/iwKRJVoJ/yyo9MIWDVIt4m/2rAo2tKQNEm3LD6 vV98Z1Yer4UKSifEjuIUtpMxkU8OCPrsKPZUE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=tY+pyZohV4MaBNtDFa0z1CZgkQOixNy4i1I35ZQQLAD5VrlmbYOU/CGasADx6xfPqB hpliWMEEkv7lusyIiXBxQxZ89lMCQPM/ktR2QN+GoDO4ehv/vhsX0M6ot6YatMk6SzXN o7vcFmuGcIH9oYTbIfOQZh+qadx4KVfP66M4k= Original-Received: by 10.223.112.202 with SMTP id x10mr646186fap.68.1241570111716; Tue, 05 May 2009 17:35:11 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110694 Archived-At: I see strange errors when creating and checking for frames on w32. Some leads to Emacs crashes, some looks like corrupted memory. The latest one I have seen is quite disturbing. In this case I use Emacs client to open a file and then in then the after-init hook checks for (frame-list). This leads to (message ...) messages that disappears. However messages from (load ...) do appear. It also leads to strange states like (featurep 'winsav)=t but functions in there are not defined - even though the code in after-init that is defined in winsav.el is run. winsav.el was loaded by autoload. I will try to make some bug reports later, but maybe someone want to have a look at this now.