si pourtant, j'avais fait un make clean. J'ai relancé la compilation pour vérifier quand même, et cela fait la même chose. Voici tout le détail, encore une fois :
Program received signal SIGABRT, Aborted.
0xb7fe1424 in __kernel_vsyscall ()
(gdb) bt
#0 0xb7fe1424 in __kernel_vsyscall ()
#1 0xb6ab0571 in raise () from /lib/libc.so.6
#2 0xb6ab1d72 in abort () from /lib/libc.so.6
#3 0xb6af1e34 in __malloc_assert () from /lib/libc.so.6
#4 0xb6af4ade in _int_malloc () from /lib/libc.so.6
#5 0xb6af70fc in _int_realloc () from /lib/libc.so.6
#6 0xbfffc1d4 in ?? ()
ensuite si je tape "continue", la fenêtre disparaît et cela me dit que le programme s'est terminé (il n'y a plus rien dans le stack).
J'ai essayé d'extraire ton archive Ubuntu pour voir si c'était lié à ma compilation, et ton binaire plante de la même manière sur mon système. Est-ce qu'on a la même version de qt et du noyau ?
Pour info sur mon système j'ai glibc 2.11.1
Only wimps use tape backup: real men just upload their important stuff on megaupload, and let the rest of the world ~~mirror~~ link to it
[^] # Re: ne fonctionne pas chez moi
Posté par B16F4RV4RD1N . En réponse à la dépêche Rolisteam disponible en version 1.0.0. Évalué à 2.
(gdb) run
Starting program: /tmp/rolisteam-1.0.0/bin/rolisteam
[Thread debugging using libthread_db enabled]
rolisteam: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) == 0)' failed.
Program received signal SIGABRT, Aborted.
0xb7fe1424 in __kernel_vsyscall ()
(gdb) bt
#0 0xb7fe1424 in __kernel_vsyscall ()
#1 0xb6ab0571 in raise () from /lib/libc.so.6
#2 0xb6ab1d72 in abort () from /lib/libc.so.6
#3 0xb6af1e34 in __malloc_assert () from /lib/libc.so.6
#4 0xb6af4ade in _int_malloc () from /lib/libc.so.6
#5 0xb6af70fc in _int_realloc () from /lib/libc.so.6
#6 0xbfffc1d4 in ?? ()
ensuite si je tape "continue", la fenêtre disparaît et cela me dit que le programme s'est terminé (il n'y a plus rien dans le stack).
J'ai essayé d'extraire ton archive Ubuntu pour voir si c'était lié à ma compilation, et ton binaire plante de la même manière sur mon système. Est-ce qu'on a la même version de qt et du noyau ?
Pour info sur mon système j'ai glibc 2.11.1
Only wimps use tape backup: real men just upload their important stuff on megaupload, and let the rest of the world ~~mirror~~ link to it