Subject: gdb --write /netbsd core
To: None <current-users@netbsd.org>
From: Andrew Gillham <gillham@vaultron.com>
List: current-users
Date: 06/09/2003 12:36:52
Hello,

If I use gdb --write /netbsd to change rtc_offset, gdb core dumps when I
quit.

#0  0x481d787d in _bfd_elf_strtab_emit () from /usr/lib/libbfd.so.5
#1  0x481dea05 in _bfd_elf_write_object_contents () from /usr/lib/libbfd.so.5
#2  0x4820299e in bfd_close () from /usr/lib/libbfd.so.5
#3  0x80abdf2 in dladdr ()

I have a -current system updated yesterday.

-Andrew