Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 1997 11:01:44 -0800 (PST)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Jonathan Fosburgh <jef53313@Bayou.UH.EDU>
Cc:        questions@FreeBSD.ORG
Subject:   Re: libc.so.3.0 receives SIGBUS
Message-ID:  <Pine.BSF.3.96.971215110116.292Q-100000@gdi.uoregon.edu>
In-Reply-To: <Pine.OSF.3.95q.971210233149.11014A-100000@Bayou.UH.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 10 Dec 1997, Jonathan Fosburgh wrote:

> While running a program I am writing through gdb, I receive the following
> error:
> 
> Program received signal SIGBUS, Bus error.
> 0x2006d82b in ?? () from /usr/lib/libc.so.3.0
> 
> Does this mean anything, or is it saying that something within libc.so is
> accessing a bad memory address?  0x2006d82b is constant, and the error
> always crops up at the same point in the program.

Your program does a Bad Thing.  Make sure you aren't doing anything silly
like passing null pointers around.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971215110116.292Q-100000>