From 171f14faea24aa4948d2e25dd51561e6656c018b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 11 Jan 2015 18:44:32 -0800 Subject: 533 --- mu.arc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mu.arc b/mu.arc index 3487b10f..2b612941 100644 --- a/mu.arc +++ b/mu.arc @@ -313,6 +313,9 @@ (do (trace "schedule" "pushing " top.routine*!fn-name " to sleep queue") ; keep the clock ticking at rep.routine*!running-since (set sleeping-routines*.routine*)) + rep.routine*!error + (do (trace "schedule" "done with dead routine " top.routine*!fn-name) + (push routine* completed-routines*)) empty.routine* (do (trace "schedule" "done with routine") (push routine* completed-routines*)) @@ -374,7 +377,6 @@ (tr "die: " msg) (= rep.routine*!error msg) (= rep.routine*!stack-trace rep.routine*!call-stack) - (wipe rep.routine*!call-stack) (iflet abort-continuation (abort-routine*) (abort-continuation))) -- cgit 1.4.1-2-gfad0 rovementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/tests/unittests/test_contact.h
blob: c9d8c1fd5a0e071c3d4b86e4681f716e08c21b0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24