Bug#1016630: guile-3.0: gdb guile results in SIGSEGV before guile even starts!

2022-08-17 Thread Rob Browning
Linas Vepstas writes: > Wow! Well, I feel kind of dumb to not actually have tried that; I have been > trained that SIGSEGV is a full stop, and it's pointless to try to > continue. Thank you! Of course, and I might well not have assumed otherwise either -- but yeah, I have the impression that

Bug#1016630: guile-3.0: gdb guile results in SIGSEGV before guile even starts!

2022-08-17 Thread Linas Vepstas
> ``` > > $ gdb guile > > GNU gdb (Debian 12.1-3) 12.1 > > ... etc ... > > Reading symbols from guile... > > (No debugging symbols found in guile) > > (gdb) r > > Starting program: /usr/bin/guile > > [Thread debugging using libthread_db enabled] > > Using host libthread_db library >

Bug#1016630: guile-3.0: gdb guile results in SIGSEGV before guile even starts!

2022-08-11 Thread Rob Browning
Linas Vepstas writes: > Package: guile-3.0 > Version: 3.0.8-2 > Severity: normal > X-Debbugs-Cc: linasveps...@gmail.com > > Dear Maintainer, > > To debug large complex programs that use guile extensions, I run `gdb > guile` regularly. This does not work w/ current version in testing. I > get

Bug#1016630: guile-3.0: gdb guile results in SIGSEGV before guile even starts!

2022-08-04 Thread Linas Vepstas
Package: guile-3.0 Version: 3.0.8-2 Severity: normal X-Debbugs-Cc: linasveps...@gmail.com Dear Maintainer, To debug large complex programs that use guile extensions, I run `gdb guile` regularly. This does not work w/ current version in testing. I get this: ``` $ gdb guile GNU gdb (Debian 12.1-3)