Is there a URL where I can pick up a snapshot of the latest rxvt 2.7.5?
The default 2.7.5 bus errors when configured on Solaris 8 with Sun's compiler
and the following config options:

#! /bin/ksh
$PWD/configure  sparc-sun-solaris8 \
--target=sparc-sun-solaris8 \
--program-prefix=g \
--prefix=/projects/gnu/sparc-sun-solaris8 \
--exec-prefix=/projects/gnu/sparc-sun-solaris8 \
--with-shared \
--with-profile \
--with-gnu-gettext \
--enable-nls \
--with-rx \
--with-curses=/projects/gnu/sparc-sun-solaris2.8/lib \
--with-x \
--with-x-toolkit=motif \
--x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib \
--with-term=rxvt \
--enable-xpm-background  \
--with-xpm \
--with-xpm-includes=/vobs/common/include/X11 \
--with-xpm-library=/cas/X11/sun4/lib \
--enable-everything \
--enable-frills \
--enable-languages \
--enable-strings \
--enable-xgetdefault \
--enable-graphics \
--enable-menubar  \
--enable-keepscrolling \
--enable-new-selection \
--enable-transparency \
--disable-mousewheel  \
--disable-lastlog \
--disable-utmp \
--disable-wtmp \

Here's what little I get from the stack trace:

dbx src/rxvt core
Reading rxvt
core file header read successfully
Reading ld.so.1
Reading libXpm.so
Reading libX11.so.4
Reading libsocket.so.1
Reading libnsl.so.1
Reading libc.so.1
Reading libXext.so.0
Reading libdl.so.1
Reading libmp.so.2
Reading libc_psr.so.1
program terminated by signal BUS (invalid address alignment)
(dbx 1) where                                                  
=>[1] memmove(0x0, 0xff139543, 0x3, 0x4, 0xff2297cf, 0xff2297b8), at 0x29634
  [2] memcpy(0xff2297b8, 0xff139530, 0x18, 0xff136000, 0x0, 0x0), at 0x294c4
  [3] _libc_mutex_init(0xff2297b8, 0x0, 0x0, 0x0, 0x217c0, 0xff1a6a7c), at 0xff0d33c4
  [4] _libnsl_lock_init(0x1, 0xff21ae30, 0x0, 0xff21ea38, 0x0, 0x0), at 0xff1a6a7c
  [5] _init(0x0, 0xff3e260c, 0x1, 0xff3e260c, 0x0, 0x0), at 0xff1fd220
  [6] call_init(0xff1fd1d8, 0x0, 0xff3e21e0, 0xff3e260c, 0x20000000, 0x400000), at 
0xff3ba730
  [7] setup(0xff3e2000, 0x1000, 0xff3e20bc, 0xff3e3ae4, 0xff3e2030, 0xff3e260c), at 
0xff3ba4a8
  [8] _setup(0xd4, 0xff3e260c, 0xff3e3ae4, 0x5, 0x100d4, 0x0), at 0xff3c38a8
  [9] _rt_boot(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xff3b2794



Is there a flag at config time I can give to get the symbols left in
the binary?



-- 
Never apply a Star Trek solution to a Babylon 5 problem.
Larry W. Virden <mailto:[EMAIL PROTECTED]> <URL: http://www.purl.org/NET/lvirden/>
Even if explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
-><-

Reply via email to