core dump with trie #28

Closed
opened 2026-01-29 15:01:06 +00:00 by claunia · 1 comment
Owner

Originally created by @pytianxxiao on GitHub (May 22, 2019).

i got core dump with c/data_structures/trie.c, as stack is not enough for the big array words[NUMBER_OF_WORDS]. Maybe malloc is better ?

Originally created by @pytianxxiao on GitHub (May 22, 2019). i got core dump with [c/data_structures/trie.c](https://github.com/TheAlgorithms/C/blob/master/data_structures/trie/trie.c), as stack is not enough for the big array `words[NUMBER_OF_WORDS]`. Maybe `malloc` is better ?
Author
Owner

@shashikedissanayake commented on GitHub (Sep 21, 2019):

It's working without any issue in linux environment

@shashikedissanayake commented on GitHub (Sep 21, 2019): It's working without any issue in linux environment
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#28