From d51abbf123f2411624b8c849f72624f1c70c4224 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 5 Dec 2017 01:15:10 -0800 Subject: 4139 --- 036refcount.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '036refcount.cc') diff --git a/036refcount.cc b/036refcount.cc index 69c00d05..075060ba 100644 --- a/036refcount.cc +++ b/036refcount.cc @@ -75,12 +75,7 @@ void decrement_refcount(int old_address, const type_tree* payload_type, int payl put(Memory, old_address, old_refcount); if (old_refcount < 0) { cerr << "Negative refcount!!! " << old_address << ' ' << old_refcount << '\n'; - if (Trace_stream) { - cerr << "Saving trace to last_run.\n"; - ofstream fout("last_run"); - fout << Trace_stream->readable_contents(""); - fout.close(); - } + if (Trace_stream) Trace_stream->dump(); exit(1); } // End Decrement Refcount(old_address, payload_type, payload_size) -- cgit 1.4.1-2-gfad0 Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/tests/unittests/test_roster_list.h
blob: 81983d461d8ce99521471942ae459fa82aad28ff (plain) (tree)