On Wed, 9 Jul 2003, [iso-8859-2] Martin MOKREJŠ wrote: > Hi, ;) > here's the core file generated by bosserver(1.2.9a) when the machine runs > IBM AFS kernel: > > bash-2.05b# dbx /usr/afs/bin/bosserver ./core > dbx version 7.3.1 68542_Oct26 MR Oct 26 2000 17:50:34 > Core from signal SIGBUS: Bus error > (dbx) where > > 0 rxi_CleanupConnection(0x10153c50, 0x70, 0xfb37600, 0x1c, 0x100b9048, 0xb, 0x1, > > 0x1) ["/var/tmp/openafs-1.2.9/src/rx/rx.c":799, 0x10020d04] > 1 rxi_DestroyConnection(0x10153c50, 0x70, 0xfb37600, 0x1c, 0x100b9048, 0xb, 0x1, > 0x1) ["/var/tmp/openafs-1.2.9/src/rx/rx.c":847, 0x10020efc]
The peer is going away prematurely, it appears. If you're able to spend any effort on this, the thing which would help is getting backtraces each time a peer is destroyed in rxi_DestroyConnection and then observing why rxi_CleanupConnection gets called with a connection whose peer was destroyed. _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
