Thread Cache-Cache: make test hängt bei 4_test_shared_memory_cache.t (6 answers)
Opened by GwenDragon at 2010-11-17 19:34

GwenDragon
 2010-11-17 22:28
#142835 #142835
User since
2005-01-17
14748 Artikel
Admin1
[Homepage]
user image
mit tac das Log ausgegeben (relevanter Ausschnitt):
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x3d5140eb10}, NULL, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x3d5140eb10}, NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
wait4(1450, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGINT}], 0, NULL) = 1450
--- SIGINT (Interrupt) @ 0 (0) ---
wait4(1450, 0x7fbffff7ec, 0, NULL) = ? ERESTARTSYS (To be restarted)
rt_sigaction(SIGQUIT, {0x1, [], SA_RESTORER, 0x3d5140eb10}, {SIG_DFL, [], SA_RESTORER, 0x3d5140eb10}, 8) = 0
rt_sigaction(SIGINT, {0x1, [], SA_RESTORER, 0x3d5140eb10}, {SIG_DFL, [], SA_RESTORER, 0x3d5140eb10}, 8) = 0
close(5) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x2a955642e0) = 1450
pipe([3, 5]) = 0
chdir("/root/.cpan/build/Cache-Cache-1.06-6bHski") = 0
write(1, "Running make test\n", 18) = 18
Oberstes ist mein CTrl C als Abbruch des Endloshängers.

Da scheint wohl ein Child zu hängen oder?

View full thread Cache-Cache: make test hängt bei 4_test_shared_memory_cache.t