Bug#749131: briquolo: Somtimes crashes with a segfault

Markus Koschany apo at gambaru.de
Sun Jul 13 11:56:16 UTC 2014


Control: tags -1 help

The issue seems to be uninitialized values when the instance of Balle is
created in TableauJeu.cpp:115

Balle * balle=new Balle;

I don't understand why the default constructor does not initialize the
object automatically. If someone with better C++ knowledge knows the
answer I gladly accept some help here.

For debugging compile briquolo with noopt nostrip and run valgrind with
--track-origins=yes like

valgrind --leak-check=full --track-origins=yes --log-file=valgrind.log
briquolo

I reported this bug upstream but I received no reply.

Markus

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-games-devel/attachments/20140713/952c916d/attachment.sig>


More information about the Pkg-games-devel mailing list