|
From: Massimo N. <mo...@di...> - 2003-11-17 14:23:41
|
Dear all, I have runned valgrind on my code and I have obtained a couple of error before a segmentation fault. Everything works fine except the fact that valgrind shows me that there are some errors in my code but not which line they are. It may be the case that the error line is too long and it is not shown entirely. Does exist an option that say how to increment the lenght of the error lines? You can also find in attach an example of how the lines are cutted. Thank you in advance Massimo __________________________________________________ =6336== Conditional jump or move depends on uninitialised value(s) ==6336== at 0x805616B: ConstraintPropagation<ComposeData<Typelist<AtomsData, Typelist<ConstraintsData<WatchThreeLiteralsSupport>, Typelist<LookAheadData, Typelist<AssignmentsData, Typelist<ConflictsData, Typelist<SolutionsData, Typelist<ConstraintsToBeLearnedData, Typelist<ComposeData<Typelist<BacktrackingStatisticsData, Typelist<LearningStatisticsData, NullType> > >, Typelist<ElementsData<StdAllocator>, NullType> > > > > > > > > >, QbfSolver::Dispatcher_, WatchThreeLiteralsSupport>::outOfLevelExistSimplificatio (the line is cutted as shown) |