pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/55651: avoid autogen by all means



On Thu, Sep 10, 2020 at 07:50:01AM +0000, Kamil Rytarowski wrote:
>  It's not looping in autogen, but in guile build.

Yes, but autogen needs guile (at least there is no option to avoid it,
it seems). FWIW - the guile process is still running.

Attaching gdb shows:

Thread 1 "" received signal SIGINT, Interrupt.
0x00008207 in ?? ()

which is an invalid address.
(gdb) info thread
  Id   Target Id                     Frame 
* 1    LWP 4828 of process 29744 ""  0x00008207 in ?? ()
  2    LWP 13146 of process 29744 "" 0x00008207 in ?? ()
  3    LWP 18109 of process 29744 "" 0x00008202 in ?? ()
  4    LWP 29744 of process 29744 "" 0x00008203 in ?? ()

so gdb is not very helpfull here.

Martin


Home | Main Index | Thread Index | Old Index