Re: guile under gdb crashing on Unbuntu 22.04

2022-05-06 Thread Andrew Burgess
Matt Wette writes: > Hi All, > > I have no clue what is going on here but wondering if others are seeing it. > I recently installed Ubuntu 22.04, then recompiled guile-3.0.8. > It crashes running withing gdb, runs fine otherwise: > > $ meta/gdb-uninstalled-guile > GNU gdb (Ubuntu 12.0.90-0ubuntu1

Re: guile under gdb crashing on Unbuntu 22.04

2022-05-06 Thread Matt Wette
On 5/6/22 1:47 AM, Andrew Burgess wrote: Matt Wette writes: Hi All, I have no clue what is going on here but wondering if others are seeing it. I recently installed Ubuntu 22.04, then recompiled guile-3.0.8. It crashes running withing gdb, runs fine otherwise:    from /lib/x86_64-linux-g

Re: guile under gdb crashing on Unbuntu 22.04

2022-05-05 Thread Matt Wette
I suspect this is not related to whether guile support is compiled into gdb. The next step is to get the libgc debug info, to track within that package. I may do it.  If someone wants to take a stab here is info on getting the debug packages:     https://wiki.ubuntu.com/Debug%20Symbol%20Packages

Re: guile under gdb crashing on Unbuntu 22.04

2022-05-05 Thread Daniel Tornabene
so, I don't know off the top of my head how Ubuntu does their GDB packaging, but Debian does not package GDB with guile support enabled, you have to recompile GDB with the configuration option --with-guile and have either 2.2.x or 3 installed, along with the appropriate dev packages. I'd be willin

Re: guile under gdb crashing on Unbuntu 22.04

2022-05-05 Thread Aleix Conchillo Flaqué
I'm also on UBuntu 22.04 and happens the same with guile 3.0.7 that comes with it: (gdb) run Starting program: /usr/bin/guile [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Program received signal SIGSEGV, Segmentation faul

guile under gdb crashing on Unbuntu 22.04

2022-05-05 Thread Matt Wette
Hi All, I have no clue what is going on here but wondering if others are seeing it. I recently installed Ubuntu 22.04, then recompiled guile-3.0.8. It crashes running withing gdb, runs fine otherwise: $ meta/gdb-uninstalled-guile GNU gdb (Ubuntu 12.0.90-0ubuntu1) 12.0.90 Copyright (C) 2022 Free