[Bug 269583] audio/festival: Segmentation fault
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269583] festival is not working"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Feb 2023 11:02:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269583 Graham Perrin <grahamperrin@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Some People Keywords| |crash CC| |grahamperrin@freebsd.org --- Comment #2 from Graham Perrin <grahamperrin@freebsd.org> --- (In reply to Li-Wen Hsu from comment #1) Does this help? Core was generated by `festival.naked --libdir /usr/local/share/festival/lib'. Program terminated with signal SIGSEGV, Segmentation fault. Address not mapped to object. #0 0x00000000003da271 in ?? () (gdb) bt #0 0x00000000003da271 in ?? () #1 0x0000000820f72e70 in ?? () #2 0x0000000000468071 in ?? () #3 0x18ce0b98985c37b6 in ?? () #4 0x000000082bdcd9f0 in ?? () #5 0x0000000820f72e70 in ?? () #6 0x000000000046ad69 in ?? () #7 0x0000000820f72ed0 in ?? () #8 0x00000000004033d3 in ?? () #9 0x000000082bdcdc40 in ?? () #10 0x000000082bdcdc60 in ?? () #11 0x18ce0b98985c37b6 in ?? () #12 0x000000082bdcb2f0 in ?? () #13 0x000000082bdcb2c0 in ?? () #14 0x0000000820f72f58 in ?? () #15 0x0000000820f72ed0 in ?? () #16 0x00000000003e7549 in ?? () #17 0x0000000820f72f58 in ?? () #18 0x000000082e87d840 in ?? () #19 0x0000000820f72f30 in ?? () #20 0x000000000031faf2 in ?? () #21 0x0000000820f73088 in ?? () #22 0x0000000820f72ff0 in ?? () #23 0x0000000820f72fb8 in ?? () #24 0x0000000820f72f88 in ?? () #25 0x0000000820f72f30 in ?? () #26 0x00000000003b35ac in ?? () #27 0x18ce0b98985c37b6 in ?? () #28 0x0000000820f72f58 in ?? () #29 0x000000082e87d840 in ?? () #30 0x000000082bdcd9e0 in ?? () #31 0x0000000820f73210 in ?? () #32 0x00000000003200cc in ?? () #33 0x00000bba69ea0ae0 in ?? () #34 0x0000000000000000 in ?? () (gdb) q % uname -aKU FreeBSD mowa219-gjp4-8570p-freebsd 14.0-CURRENT FreeBSD 14.0-CURRENT #32 main-n260999-9e0d41c8f063: Fri Feb 17 21:25:16 GMT 2023 grahamperrin@mowa219-gjp4-8570p-freebsd:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 1400080 1400080 % (I imagine not.) Steps to the crash (based on <http://www.festvox.org/docs/manual-2.4.0/festival_7.html#Sample-command-driven-session>): % festival Festival Speech Synthesis System 2.4:release December 2014 Copyright (C) University of Edinburgh, 1996-2010. All rights reserved. clunits: Copyright (C) University of Edinburgh and CMU 1997-2010 clustergen_engine: Copyright (C) Carnegie Mellon University 2005-2014 hts_engine: The HMM-Based Speech Synthesis Engine "hts_engine API" hts_engine API version 1.07 (http://hts-engine.sourceforge.net/) Copyright (C) The HMM-Based Speech Synthesis Engine "hts_engine API" Version 1.07 (http://hts-engine.sourceforge.net/) Copyright (C) 2001-2012 Nagoya Institute of Technology 2001-2008 Tokyo Institute of Technology All rights reserved. All rights reserved. For details type `(festival_warranty)' festival> (set! utt1 (Utterance Text "Hello world")) #<Utterance 0x82e87d840> festival> (utt.synth utt1) Segmentation fault (core dumped) -- You are receiving this mail because: You are the assignee for the bug.