Bug#835439: gdb --write segfaults on quit in _bfd_elf_strtab_finalize

2022-06-14 Thread Ben Harris
Control: fixed 835439 10.1-2 Looking through my old Debian bug reports, I found this one that I'm still in a position to test, and I can confirm that the problem is fixed (and probably has been for several years): wraith:/tmp/hello$ cat > hello.c #include int main(int argc, char **argv) {

Bug#835439: gdb --write segfaults on quit in _bfd_elf_strtab_finalize

2016-12-14 Thread Hector Oron
Hello, 2016-12-13 23:38 GMT+01:00 Ben Harris : > It looks like it's already been reported upstream: > > https://sourceware.org/bugzilla/show_bug.cgi?id=20948 Excellent! Thanks very much! Regards -- Héctor Orón -.. . -... .. .- -. -.. . ...- . .-.. --- .--. . .-.

Bug#835439: gdb --write segfaults on quit in _bfd_elf_strtab_finalize

2016-12-13 Thread Ben Harris
Control: forwarded -1 https://sourceware.org/bugzilla/show_bug.cgi?id=20948 On Tue, 13 Dec 2016, Hector Oron wrote: Thanks for the report, I am able to reproduce it with the upcoming 7.12 package. Could you please forward this one upstream to the GNU GDB community and keep this one up to

Bug#835439: gdb --write segfaults on quit in _bfd_elf_strtab_finalize

2016-12-12 Thread Hector Oron
On Thu, Aug 25, 2016 at 06:40:47PM +0100, Ben Harris wrote: > Package: gdb > Version: 7.11.1-2 > Severity: normal > > Dear Maintainer, > > When I use "gdb --write" on a trivial executable and immediately type > "quit", GDB segfaults: > > wraith:/tmp/hello$ cat > hello.c > #include > > int

Bug#835439: gdb --write segfaults on quit in _bfd_elf_strtab_finalize

2016-08-25 Thread Ben Harris
Package: gdb Version: 7.11.1-2 Severity: normal Dear Maintainer, When I use "gdb --write" on a trivial executable and immediately type "quit", GDB segfaults: wraith:/tmp/hello$ cat > hello.c #include int main(int argc, char **argv) { printf("hello, world\n"); return 0; }