** Description changed:

- espeak works perfectly but when i start espeak-gui i only get
- "segmentation fault"
+ [Impact]
+ Calling espeak.list_voices() causes a segmentation fault since Oneiric. This 
makes espeak-gui crash at startup.
  
- ProblemType: Bug
- DistroRelease: Ubuntu 11.10
- Package: espeak-gui 0.3-0ubuntu1
- ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
- Uname: Linux 3.0.0-12-generic x86_64
- ApportVersion: 1.23-0ubuntu4
- Architecture: amd64
- Date: Sun Nov 13 18:45:27 2011
- InstallationMedia: Ubuntu-Studio 11.10 "Oneiric Ocelot" - Release amd64 
(20111011)
- PackageArchitecture: all
- ProcEnviron:
-  PATH=(custom, user)
-  LANG=it_IT.UTF-8
-  SHELL=/bin/bash
- SourcePackage: espeak-gui
- UpgradeStatus: No upgrade log present (probably fresh install)
+ [Development Fix]
+ This has been fixed upstream with a new 0.4 release, which has been uploaded 
to Precise.
+ 
+ [Stable Fix]
+ The fix is just changing the following line in espeak/espeakmodulecore.cpp:
+  - "variant", item->variant
+  + "variant", NULL // only used in espeak_setVoiceByProperties
+ 
+ [Test Case]
+ Running the following command on Oneiric currently results in a segmentation 
fault:
+ $ python -c "from espeak import espeak; espeak.list_voices()"
+ 
+ [Regression Potential]
+ Should have any. In any case, the only user of python-espeak in the 
repositories is espeak-gui, which is completely unusable because of this bug.
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889901

Title:
  espeak-gui doesn't start (segmentation fault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-espeak/+bug/889901/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to