X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=action.cc;h=14ad71d54e5221c553a610a846f9a0a66dc98fa5;hp=e2557f0ad9fe3bac1083aca81fc67749dc6e8e82;hb=d590c23e98d4ad4da4df6eda33cbdb04c29c25ea;hpb=981465809f7f1fdf2693daf099be5e5f75967ed8;ds=sidebyside diff --git a/action.cc b/action.cc index e2557f0..14ad71d 100644 --- a/action.cc +++ b/action.cc @@ -478,7 +478,10 @@ void ModelAction::set_read_from(const ModelAction *act) reads_from = act; reads_from_promise = NULL; if (act->is_uninitialized()) - model->assert_bug("May read from uninitialized atomic\n"); + model->assert_bug("May read from uninitialized atomic:\n" + " action %d, thread %d, location %p (%s, %s)", + seq_number, id_to_int(tid), location, + get_type_str(), get_mo_str()); } /**