[grisbi-bugs] [Grisbi 0002097]: erreur de segmentation lors de la modification des propriétés d'un état
Grisbi Bug Tracker
bugtracker at grisbi.org
Ven 5 Fév 17:46:55 CET 2021
A NOTE has been added to this issue.
----------------------------------------------------------------------
(0005983) LudovicRousseau (administrator) - 2021-02-05 17:46
https://www.grisbi.org/bugsreports/view.php?id=2097#c5983
----------------------------------------------------------------------
Sur mon macOS Mojave j'ai :
$ ulimit -s
8192
Il y a une option au linker ld :
-stack_size size
Specifies the maximum stack size for the main thread in a
program. Without this option a program has a 8MB stack. The
argument size is a hexadecimal number with an optional lead-
ing 0x. The size should be a multiple of the architecture's
page size (4KB or 16KB).
Sinon il faut trouvez pourquoi cette action demande plus de 8 Mo de mémoire sur
la pile. Ça sent la récursion mal gérée.
----------------------------------------------------------------------
Plus d'informations sur la liste de diffusion bugsreports