A FreeBSD developer is asking me for backtraces, but they don't seem to be that informative.
Aren't there separate binaries with debugging symbols that you are supposed to use when doing this?
GNU gdb 6.6 [GDB v6.6 for FreeBSD]
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-portbld-freebsd8.1"...
(no debugging symbols found)
(no debugging symbols found)
Core was generated by `racoon'.
Program terminated with signal 11, Segmentation fault.
#0 0x080672a9 in ?? () from /libexec/ld-elf.so.1
(gdb) bt
#0 0x080672a9 in ?? () from /libexec/ld-elf.so.1
#1 0x2854de48 in ?? ()
#2 0x00000000 in ?? ()
(gdb) quit