From xemacs-m  Fri Feb 14 12:02:39 1997
Received: from firewall.ptechinc.com ([199.232.99.153])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA22668
	for <xemacs-beta@xemacs.org>; Fri, 14 Feb 1997 12:02:35 -0600 (CST)
Received: from thunder (thunder [192.9.200.112]) by firewall.ptechinc.com (8.7.6/8.7.3) with SMTP id NAA03859 for <xemacs-beta@xemacs.org>; Fri, 14 Feb 1997 13:04:08 -0500
Sender: hayden@firewall.ptechinc.com
Message-ID: <3304A6DE.73C7@tiac.net>
Date: Fri, 14 Feb 1997 12:54:38 -0500
From: Hayden Schultz <haydens@tiac.net>
X-Mailer: Mozilla 3.01Gold (X11; I; SunOS 5.5 sun4m)
MIME-Version: 1.0
To: xemacs-beta@xemacs.org
Subject: crash 19.15b93 solaris with gcc
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Apparently, b93 doesn't work under solaris when compiled with
gcc 2.7.2. Typing C-x twice crashes it.

Compiling with sparcoworks cc works just fine.

Configured for `sparc-sun-solaris2.5'.

  Where should the build process find the source code?   
/usr2/development/hayden/xemacs/xemacs-19.15-b93
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/sol2-5.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc  -g -O 
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?               
/usr/openwin/include
  Where do we find X Windows libraries?                  
/usr/openwin/lib
  Additional header files:                               
/usr/dt/include
  Additional libraries:                                   /usr/dt/lib
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for GIF image conversion.
  Compiling in support for GNU DBM.
  Compiling in support for ToolTalk.
  Compiling in support for SparcWorks.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.
  Compiling in extra code for debugging.


Fatal error: assertion failed, file events.c, line 749, abort()
signal ABRT (Abort) in kill at 0xef273e30
kill+0x8:       bgeu    kill+0x30
(dbx) where
=>[1] kill(0x0, 0x6, 0x0, 0xef291018, 0x18, 0x0), at 0xef273e30
  [2] abort(0x40, 0x1ec760, 0x2ed, 0x1ec770, 0x0, 0x0), at 0xef2395b4
  [3] assert_failed(0x1ec760, 0x2ed, 0x1ec770, 0x37e80c, 0x37e9c8, 0x0),
at 0x7e1b8
  [4] event_to_character(0xffffffff, 0x0, 0x0, 0x0, 0x0, 0x11), at
0x8ae0c
  [5] event_matches_key_specifier_p(0x7, 0x7, 0x10419980, 0x1, 0x0,
0x4e9f45), at 0xf3ca0
  [6] next_event_internal(0x4e9ed0, 0x1, 0x1, 0x320000, 0x0,
0xf5c05cf8), at 0x95998
  [7] Fnext_event(0x1034b004, 0x1034b004, 0x1034b004, 0x0, 0x0,
0xfc09dc90), at 0x96178
  [8] Fcommand_loop_1(0x0, 0x1034b004, 0x10419980, 0x807a0, 0x0,
0xfc09dc90), at 0x5c92c
  [9] command_loop_1(0x1034b004, 0x316c00, 0x1038ccc0, 0x5c4f4,
0x34bca8, 0xeffff070), at 0x5c590
  [10] condition_case_1(0x1034b064, 0x5c4f4, 0x1034b004, 0x5b690,
0x1034b004, 0xfc09dc90), at 0x80810
  [11] command_loop_3(0x0, 0xeffff478, 0x80304, 0x8030c, 0x1034b004,
0x0), at 0x5b788
  [12] command_loop_2(0x1034b004, 0x0, 0x5b7ac, 0x0, 0x2f, 0xeffff258),
at 0x5b7b0
  [13] internal_catch(0x1035dda4, 0x5b7ac, 0x1034b004, 0x0, 0xfffffff,
0x10000), at 0x80330
  [14] initial_command_loop(0x7fffffff, 0x344400, 0x31e000, 0x0,
0xeffffa90, 0xeffffa90), at 0x5bc44
  [15] main_1(0x1, 0xeffff744, 0xeffff74c, 0xf025cd40, 0x0, 0x10000), at
0x7d284
  [16] main(0x1, 0xeffff744, 0xeffff74c, 0x31ab64, 0x1, 0x0), at 0x7da30

