in reply to Segfault when using Festival library from XS

Maybe add
CODE: warn("Cheese file(%s) size(%s)", load_init_file, heap_size); festival_initialize(load_init_file,heap_size);

Replies are listed 'Best First'.
Re^2: Segfault when using Festival library from XS
by raf (Novice) on Jul 22, 2008 at 08:03 UTC
    nothing to do with the add, but thanks or the suggestion.
    I've done another test too, with a simple c++ class that wrap the festival API, same behavior, it give up with a segmentation fault. I'm starting to think that the problem is not my xs code, i got segmentation fault even with the Speech::eSpeak module.
    I'll investigate that.