Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2003 14:41:40 -0400
From:      "David S. Jackson" <deepbsd@earthlink.net>
To:        Joshua Oreman <oremanj@www.get-linux.org>
Cc:        questions@freebsd.org
Subject:   Re: bus error
Message-ID:  <20030626184139.GA3677@sylvester.dsj.net>
In-Reply-To: <20030625224919.GA27041@webserver.get-linux.org>
References:  <20030625214930.GA28991@sylvester.dsj.net> <20030625224919.GA27041@webserver.get-linux.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 25, 2003 at 03:49:19PM -0700 Joshua Oreman <oremanj@www.get-linux.org> wrote:
> > for xinit.core:
> > #0  0x2805826b in memset () from /usr/libexec/ld-elf.so.1
> > Cannot access memory at address 0xbfbfe6bc.
> 
> As I feared. If you've got the developer mentality, forge ahead.
> If not, forget about it :-)
> 
> You have to recompile those programs with debugging flags.
> make configure the port, take a look at the software Makefile
> (the one in work/<portname>-<portversion>/), and look for a
> line that starts with CFLAGS=. Add ` -g' (without the quotes, of
> course), to the end. Run make inside the software directory
> (/usr/ports/<category>/<port>/work/<port>-<portversion>/).
> Take the newly produced executable (it should be either in the
> directory you ran 'make' in, or one of the subdirectories) and
> run it under gdb (gdb myexecutable). Type `run' at the gdb prompt.
> When it crashes, type `bt'. Send us the output :-)

Turns out make doesn't finish operating.  pkg -r'ed another vim
package,

This time when I execute it:

/usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXi.so.6: invalid file
format.

Strangely, this happened while in a tty, not an x window.  (X
won't start, still.)



-- 
David S. Jackson                        dsj@dsj.net
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thank goodness modern convenience is a thing of the
remote future.
		-- Pogo, by Walt Kelly



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030626184139.GA3677>