> On Jan. 4, 2014, 7:44 p.m., Ali Saidi wrote: > > This looks fine, but out of curiosity where are you seeing the error > > manifest itself?
I have only seen this when playing with the unit tests. In the call to curTick() in __exit_message() src/base/misc.cc:75 - Ola ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2134/#review4855 ----------------------------------------------------------- On Dec. 28, 2013, 7:32 p.m., Ola Jeppsson wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/2134/ > ----------------------------------------------------------- > > (Updated Dec. 28, 2013, 7:32 p.m.) > > > Review request for Default. > > > Repository: gem5 > > > Description > ------- > > Changeset 10003:c0686acbf0d4 > --------------------------- > sim: eventq: Initialize _curEventQueue to dummy queue > Initialize _curEventQueue to dummy event queue instead of NULL. > This avoids NULL dereferences when no simulation has been started. > --- > src/sim/eventq.cc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > > Diffs > ----- > > src/sim/eventq.cc 4b872fdba3af > > Diff: http://reviews.gem5.org/r/2134/diff/ > > > Testing > ------- > > > Thanks, > > Ola Jeppsson > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
