* bug#48972: Early guile repl is giving me some GC Warnings
@ 2021-06-12 13:15 Joshua Branson via Bug reports for GNU Guix
2021-06-18 9:54 ` Ludovic Courtès
2021-06-18 18:35 ` jbranso--- via Bug reports for GNU Guix
0 siblings, 2 replies; 3+ messages in thread
From: Joshua Branson via Bug reports for GNU Guix @ 2021-06-12 13:15 UTC (permalink / raw)
To: 48972
Hello!
My librebooted Thinkpad T400 has been giving me the same GC warning
for about 2 years now:
GC: Warning: pthread_getattr_np or pthread_attr_getstack failed for
main thread
GC Warning: Couldn't read /proc/stat
Welcome, this is GNU's early boot guile
Use --repl for an initrd REPL.
Loading kernel modules...
I system boots just fine, but I figured that I should mention this!
Thanks,
Joshua
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#48972: Early guile repl is giving me some GC Warnings
2021-06-12 13:15 bug#48972: Early guile repl is giving me some GC Warnings Joshua Branson via Bug reports for GNU Guix
@ 2021-06-18 9:54 ` Ludovic Courtès
2021-06-18 18:35 ` jbranso--- via Bug reports for GNU Guix
1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2021-06-18 9:54 UTC (permalink / raw)
To: 48972; +Cc: jbranso
Hi,
Joshua Branson via Bug reports for GNU Guix <bug-guix@gnu.org> skribis:
> My librebooted Thinkpad T400 has been giving me the same GC warning
> for about 2 years now:
>
> GC: Warning: pthread_getattr_np or pthread_attr_getstack failed for
> main thread
> GC Warning: Couldn't read /proc/stat
> Welcome, this is GNU's early boot guile
Those warnings are annoying but harmless. The second one is because
/proc is not mounted yet at this stage—it’s mounted later by this very
Guile process. The first one I’m unsure.
We should probably just patch out these two warnings for the static
Guile packages used by the initrd.
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#48972: Early guile repl is giving me some GC Warnings
2021-06-12 13:15 bug#48972: Early guile repl is giving me some GC Warnings Joshua Branson via Bug reports for GNU Guix
2021-06-18 9:54 ` Ludovic Courtès
@ 2021-06-18 18:35 ` jbranso--- via Bug reports for GNU Guix
1 sibling, 0 replies; 3+ messages in thread
From: jbranso--- via Bug reports for GNU Guix @ 2021-06-18 18:35 UTC (permalink / raw)
Cc: 48972-done
June 18, 2021 5:54 AM, "Ludovic Courtès" <ludo@gnu.org> wrote:
> Hi,
>
> Joshua Branson via Bug reports for GNU Guix <bug-guix@gnu.org> skribis:
>
>> My librebooted Thinkpad T400 has been giving me the same GC warning
>> for about 2 years now:
>>
>> GC: Warning: pthread_getattr_np or pthread_attr_getstack failed for
>> main thread
>> GC Warning: Couldn't read /proc/stat
>> Welcome, this is GNU's early boot guile
>
> Those warnings are annoying but harmless. The second one is because
> /proc is not mounted yet at this stage—it’s mounted later by this very
> Guile process. The first one I’m unsure.
>
> We should probably just patch out these two warnings for the static
> Guile packages used by the initrd.
>
> Thanks,
> Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-06-18 18:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-12 13:15 bug#48972: Early guile repl is giving me some GC Warnings Joshua Branson via Bug reports for GNU Guix
2021-06-18 9:54 ` Ludovic Courtès
2021-06-18 18:35 ` jbranso--- via Bug reports for GNU Guix
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).