unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: 19780@debbugs.gnu.org
Subject: bug#19780: 13 failing tests
Date: Tue, 10 Feb 2015 16:49:56 +0100	[thread overview]
Message-ID: <87d25h6a1n.fsf@gnu.org> (raw)
In-Reply-To: <idjvbj96cei.fsf@bimsb-sys02.mdc-berlin.net> (Ricardo Wurmus's message of "Tue, 10 Feb 2015 15:59:01 +0100")

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

Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> skribis:

> Oddly, I cannot seem to get a core dump, even after setting ulimit -c
> unlimited.  Is there a way to run the failing builder manually?

No.

Could you try something like this:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 403 bytes --]

diff --git a/test-env.in b/test-env.in
index f66a0db..9cdd479 100644
--- a/test-env.in
+++ b/test-env.in
@@ -90,7 +90,8 @@ then
 	--substitute-urls="$GUIX_BINARY_SUBSTITUTE_URL" &
 
     daemon_pid=$!
-    trap "kill $daemon_pid ; rm -rf $NIX_STATE_DIR" EXIT
+    echo "please attach gdb to $daemon_pid and hit enter"
+    read
 fi
 
 # Avoid issues that could stem from l10n, such as language/encoding

[-- Attachment #3: Type: text/plain, Size: 340 bytes --]


When you see the message, run this from another terminal:

  $ gdb
  (gdb) attach 1234
  (gdb) set detach-on-fork off
  (gdb) continue

Normally GDB will stop when the child process receives SIGSEGV.  At that
point, you should be able to type “bt” to get the backtrace.

Could you try that?

Thanks in advance,
Ludo’.

  reply	other threads:[~2015-02-10 15:51 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <idj4mhv15e4.fsf@bimsb-sys02.mdc-berlin.net>
2015-02-05 13:55 ` bug#19781: 13 failing tests Ricardo Wurmus
2015-02-07 15:45   ` bug#19781: Close Andreas Enge
2015-02-07 17:19   ` bug#19780: 13 failing tests Ludovic Courtès
2015-02-10 12:03     ` Ricardo Wurmus
2015-02-10 12:42       ` Ludovic Courtès
2015-02-10 14:15         ` Ricardo Wurmus
2015-02-10 14:30           ` Ludovic Courtès
2015-02-10 14:59             ` Ricardo Wurmus
2015-02-10 15:49               ` Ludovic Courtès [this message]
2015-02-10 16:45                 ` Ricardo Wurmus
2015-02-10 17:08                   ` Ludovic Courtès
2015-02-11 11:25                     ` Ricardo Wurmus
2015-02-11 11:47                     ` Ricardo Wurmus
2015-02-11 12:40                     ` Ricardo Wurmus
2015-02-13  9:14                       ` Ludovic Courtès
2015-02-13 10:33                         ` Ricardo Wurmus
2015-02-13 13:20                           ` Ludovic Courtès
2015-02-26 16:49                             ` Ludovic Courtès
2015-02-28 21:58                               ` Ricardo Wurmus
2015-03-02 15:57                             ` Ricardo Wurmus
2015-03-03  8:04                               ` Ludovic Courtès
2015-03-31 21:18                                 ` Ludovic Courtès
2015-02-13 13:23                           ` Ludovic Courtès
2015-02-13 15:14                             ` Ricardo Wurmus
2015-02-13 22:38                               ` Ludovic Courtès
2015-10-13  9:59   ` bug#19780: “User has no home directory” (was: bug#19780: 13 failing tests) Ricardo Wurmus
2015-10-13 12:29 ` bug#19780: “User has no home directory” Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d25h6a1n.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=19780@debbugs.gnu.org \
    --cc=ricardo.wurmus@mdc-berlin.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).