[egenix-users]  SIGBUS from mx/BeeBase/mxBeeBase/btr.c on HP-UX,
	Alpha, IRIX, Solaris
    Albert Chin 
    egenix-users at mlists.thewrittenword.com
       
    Wed Jan 11 16:09:32 CET 2006
    
    
  
On Wed, Jan 11, 2006 at 10:35:24PM +0100, M.-A. Lemburg wrote:
> Thanks, but I meant the line in test.py.
for i in xrange(count):
    try:
        idx[str(i)] = i+1
    except:
        print ' Problem for key %i: %s' % (i, sys.exc_info()[1])
when i == 0.
> Still, could you check what the value of mkey is at the
> time of the bus error ?
1BF9AF
> The btr.* code was not written by myself and there's a lot
> of pointer voodoo going on in there, so this will be hard
> to fix if it's indeed an alignment problem.
Yeah, it's way icky.
-- 
albert chin (china at thewrittenword.com)
    
    
More information about the egenix-users
mailing list