unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#63445: guix-build-coordinator guile-gnutls segfault
@ 2023-05-11 12:52 Christopher Baines
  2023-05-18 17:59 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Baines @ 2023-05-11 12:52 UTC (permalink / raw)
  To: 63445

[-- Attachment #1: Type: text/plain, Size: 996 bytes --]

I've seen the build coordinator on bayfront crash a couple of times, and
it seems to be segfaulting, maybe in gnutls?

May 11 14:31:39 localhost vmunix: [15795370.287670] build-submitted[6013]: segfault at 0 ip 00007f1e2e796415 sp 00007f1b86ffd640 error 4 in guile-gnutls-v-2.so.0.0.0[7f1e2e790000+17000]
May 11 14:31:39 localhost vmunix: [15795370.287692] Code: 01 00 41 0f b7 14 24 48 3b 10 0f 85 85 00 00 00 49 8b 6c 24 08 48 89 f3 48 89 ef e8 d5 9d ff ff 4c 8b 68 08 41 f6 c5 06 75 0d <49> 8b 45 00 83 e0 7f 48 83 f8 7d 74 3a 31 f6 bf 10 00 00 00 e8 c2


May 11 14:47:31 localhost vmunix: [15796321.750945] build-submitted[697]: segfault at 0 ip 00007f2194716415 sp 00007f1ee3ffe5f0 error 4 in guile-gnutls-v-2.so.0.0.0[7f2194710000+17000]
May 11 14:47:31 localhost vmunix: [15796321.750968] Code: 01 00 41 0f b7 14 24 48 3b 10 0f 85 85 00 00 00 49 8b 6c 24 08 48 89 f3 48 89 ef e8 d5 9d ff ff 4c 8b 68 08 41 f6 c5 06 75 0d <49> 8b 45 00 83 e0 7f 48 83 f8 7d 74 3a 31 f6 bf 10 00 00 00 e8 c2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#63445: guix-build-coordinator guile-gnutls segfault
  2023-05-11 12:52 bug#63445: guix-build-coordinator guile-gnutls segfault Christopher Baines
@ 2023-05-18 17:59 ` Ludovic Courtès
  2023-05-19  9:01   ` Christopher Baines
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2023-05-18 17:59 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 63445

Hi,

Christopher Baines <mail@cbaines.net> skribis:

> I've seen the build coordinator on bayfront crash a couple of times, and
> it seems to be segfaulting, maybe in gnutls?
>
> May 11 14:31:39 localhost vmunix: [15795370.287670] build-submitted[6013]: segfault at 0 ip 00007f1e2e796415 sp 00007f1b86ffd640 error 4 in guile-gnutls-v-2.so.0.0.0[7f1e2e790000+17000]
> May 11 14:31:39 localhost vmunix: [15795370.287692] Code: 01 00 41 0f b7 14 24 48 3b 10 0f 85 85 00 00 00 49 8b 6c 24 08 48 89 f3 48 89 ef e8 d5 9d ff ff 4c 8b 68 08 41 f6 c5 06 75 0d <49> 8b 45 00 83 e0 7f 48 83 f8 7d 74 3a 31 f6 bf 10 00 00 00 e8 c2

Did you manage to get a backtrace?

We didn’t experience segfaults in Guile-GnuTLS in recent years but it’s
never too late…

Ludo’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#63445: guix-build-coordinator guile-gnutls segfault
  2023-05-18 17:59 ` Ludovic Courtès
@ 2023-05-19  9:01   ` Christopher Baines
  2023-09-02 10:33     ` Christopher Baines
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Baines @ 2023-05-19  9:01 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 63445

[-- Attachment #1: Type: text/plain, Size: 927 bytes --]


Ludovic Courtès <ludo@gnu.org> writes:

> Hi,
>
> Christopher Baines <mail@cbaines.net> skribis:
>
>> I've seen the build coordinator on bayfront crash a couple of times, and
>> it seems to be segfaulting, maybe in gnutls?
>>
>> May 11 14:31:39 localhost vmunix: [15795370.287670]
>> build-submitted[6013]: segfault at 0 ip 00007f1e2e796415 sp
>> 00007f1b86ffd640 error 4 in
>> guile-gnutls-v-2.so.0.0.0[7f1e2e790000+17000]
>> May 11 14:31:39 localhost vmunix: [15795370.287692] Code: 01 00 41
>> 0f b7 14 24 48 3b 10 0f 85 85 00 00 00 49 8b 6c 24 08 48 89 f3 48 89
>> ef e8 d5 9d ff ff 4c 8b 68 08 41 f6 c5 06 75 0d <49> 8b 45 00 83 e0
>> 7f 48 83 f8 7d 74 3a 31 f6 bf 10 00 00 00 e8 c2
>
> Did you manage to get a backtrace?

Not yet, I've been trying to change the core file size limit with the
prlimit command, but I haven't seen any core dump files yet, so I'm not
sure if I've missed something.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#63445: guix-build-coordinator guile-gnutls segfault
  2023-05-19  9:01   ` Christopher Baines
@ 2023-09-02 10:33     ` Christopher Baines
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2023-09-02 10:33 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 63445, Ludovic Courtès

[-- Attachment #1: Type: text/plain, Size: 1108 bytes --]


Christopher Baines <mail@cbaines.net> writes:

> Ludovic Courtès <ludo@gnu.org> writes:
>
>> Hi,
>>
>> Christopher Baines <mail@cbaines.net> skribis:
>>
>>> I've seen the build coordinator on bayfront crash a couple of times, and
>>> it seems to be segfaulting, maybe in gnutls?
>>>
>>> May 11 14:31:39 localhost vmunix: [15795370.287670]
>>> build-submitted[6013]: segfault at 0 ip 00007f1e2e796415 sp
>>> 00007f1b86ffd640 error 4 in
>>> guile-gnutls-v-2.so.0.0.0[7f1e2e790000+17000]
>>> May 11 14:31:39 localhost vmunix: [15795370.287692] Code: 01 00 41
>>> 0f b7 14 24 48 3b 10 0f 85 85 00 00 00 49 8b 6c 24 08 48 89 f3 48 89
>>> ef e8 d5 9d ff ff 4c 8b 68 08 41 f6 c5 06 75 0d <49> 8b 45 00 83 e0
>>> 7f 48 83 f8 7d 74 3a 31 f6 bf 10 00 00 00 e8 c2
>>
>> Did you manage to get a backtrace?
>
> Not yet, I've been trying to change the core file size limit with the
> prlimit command, but I haven't seen any core dump files yet, so I'm not
> sure if I've missed something.

I've finally managed to get core dumps working for this now, and I've
reported the problem upstream.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-02 10:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-11 12:52 bug#63445: guix-build-coordinator guile-gnutls segfault Christopher Baines
2023-05-18 17:59 ` Ludovic Courtès
2023-05-19  9:01   ` Christopher Baines
2023-09-02 10:33     ` Christopher Baines

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).