Subject: Bus error in /usr/sbin/sa alt. btree
To: None <current-users@NetBSD.ORG>
From: Peter Svensson <petersv@df.lth.se>
List: current-users
Date: 01/23/1995 18:49:43
I'm unable to get /usr/sbin/sa to execute properly. I'm running 
NetBSD-current on a sparc station 1, whith everything rebuilt after 
sup:ing on Jan 17. The error seems to be in either the sa itself or in 
btree, according to the following debug run:
(gdb) run
Starting program: /usr/src/usr.sbin/sa/sa 

Program received signal SIGBUS (10), Bus error
0x398c in cmp_usrsys (d1=0xf7fff720, d2=0xf7fff458) at main.c:406
406             t1 = c1->ci_utime + c1->ci_stime;
(gdb) bt
#0  0x398c in cmp_usrsys (d1=0xf7fff720, d2=0xf7fff458) at main.c:406
#1  0x407c140 in __bt_cmp ()
#2  0x4072dc8 in __bt_put ()
#3  0x4072a60 in __bt_put ()
#4  0x5240 in pacct_print () at pdb.c:258
#5  0x3240 in main (argc=0, argv=0xa238) at main.c:274

Is this a known problem, and is there a workaround?

Peter
<petersv@df.lth.se>