Sorry for the late answer, and thanks for diving into this issue
I've only skimmed through that article, from what i can tell, we desperately need the invalid pointer use test. So if you have to choose among options, choose that one. Try running the server for some time, log into it and move around a bit, just do stuff
Try to redirect the output to a file, so that you're not limited by the console size:
The makefile might be missing whatever params are necessary, not many people use it and no-one takes care of it actively. But the -g option is there, in the pedantic and debug build sections, it actually says "-ggdb", which should stand for "generate debugging info, gdb-style".
I'll crunch through those logs you've posted so far, seems like an interesting find.
I think I've fixed all but the fourth one (rev 1010). For the life of me I cannot figure out what can be uninitialized there.
I've only skimmed through that article, from what i can tell, we desperately need the invalid pointer use test. So if you have to choose among options, choose that one. Try running the server for some time, log into it and move around a bit, just do stuff
Try to redirect the output to a file, so that you're not limited by the console size:
Code:
CommandToExecute --args > output.log 2> error.log
The makefile might be missing whatever params are necessary, not many people use it and no-one takes care of it actively. But the -g option is there, in the pedantic and debug build sections, it actually says "-ggdb", which should stand for "generate debugging info, gdb-style".
I'll crunch through those logs you've posted so far, seems like an interesting find.
I think I've fixed all but the fourth one (rev 1010). For the life of me I cannot figure out what can be uninitialized there.