guile-devel
[Top][All Lists]
Advanced

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

Re: Thread 1 "guile" received signal SIGPWR, Power fail/restart.


From: Eli Zaretskii
Subject: Re: Thread 1 "guile" received signal SIGPWR, Power fail/restart.
Date: Sun, 21 Jan 2018 17:43:19 +0200

> From: Mark H Weaver <address@hidden>
> Date: Sat, 20 Jan 2018 23:45:54 -0500
> Cc: Guile Devel <address@hidden>
> 
> SIGPWR is used internally by libgc.  If I recall correctly, it's done to
> suspend all threads within their signal handlers before performing a
> garbage collection.  I can't seem to reproduce this on my system at the
> moment, but as I recall, when this happened in GDB I would simply type
> "c" to continue.  Does that work for you?

An alternative would be to type the following command at the beginning
of a GDB session, or add it to a suitable .gdbinit file that is read
when a session is started:

  handle SIGPWR noprint pass



reply via email to

[Prev in Thread] Current Thread [Next in Thread]