Public bug reported:

Binary package hint: aspell

I observe a 100% reproducible segmentation fault in aspell when doing:

  $ export LC_ALL=eo_XX.UTF-8 ; echo -n | aspell list
  Segmentation fault (core dumped)

eo_XX.UTF-8 is the Unicode Esperanto locale.
The seg fault does not happen if I use "C" locale:

  $ export LC_ALL=C ; echo -n | aspell list
  (good, no core dump)
  

I am using Dapper 'Ubuntu 6.06.1 LTS'.

Here is a stack trace (without symbols) with gdb:

  $ gdb aspell core
  ...
  $ backtrace
  (gdb) backtrace
  #0  0xb7f5751f in acommon::DecodeUtf8::decode () from /usr/lib/libaspell.so.15
  #1  0xb7f5d388 in acommon::DocumentChecker::process ()
     from /usr/lib/libaspell.so.15
  #2  0x0806cc4d in acommon::StringEnumeration::~StringEnumeration ()
  #3  0x08052755 in ?? ()
  #4  0x080b7a58 in ?? ()
  #5  0x0808de88 in ?? ()
  #6  0xb7dbd240 in _IO_2_1_stdout_ () from /lib/tls/i686/cmov/libc.so.6
  #7  0x00000000 in ?? ()

** Affects: aspell (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
reproducible seg fault in 'apell' when using 'eo_XX.UTF-8' locale
https://launchpad.net/bugs/71322

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to