gramps.py crashed with SIGSEGV in delete_aspell_speller()"

Bug #125381 reported by Brett Alton
14
Affects Status Importance Assigned to Milestone
gtkspell (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: gramps

I simply opened the program. I have an up-to-date Gusty system (2007-07-11).

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Wed Jul 11 21:51:20 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/share/gramps/gramps.py
InterpreterPath: /usr/bin/python2.5
NonfreeKernelModules: nvidia
Package: gramps 2.2.8-1ubuntu1
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/share/gramps/gramps.py
ProcCwd: /home/brett
ProcEnviron:
 LANGUAGE=en_CA.UTF-8
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gramps
StacktraceTop:
 delete_aspell_speller () from /usr/lib/libaspell.so.15
 ?? () from /usr/lib/libgtkspell.so.0
 ?? ()
 ?? () from /usr/lib/libgtkspell.so.0
 ?? () from /usr/lib/libgtkspell.so.0
Title: gramps.py crashed with SIGSEGV in delete_aspell_speller()
Uname: Linux dapper-desktop 2.6.22-7-386 #1 Mon Jun 25 16:30:18 GMT 2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev scanner video

Tags: apport-crash
Revision history for this message
Brett Alton (brett-alton-deactivatedaccount) wrote :
Revision history for this message
Brett Alton (brett-alton-deactivatedaccount) wrote :

Using the terminal and launching 'gramps', I get the same terminal error as reported here: https://bugs.launchpad.net/ubuntu/+source/gramps/+bug/122422

Revision history for this message
Brett Alton (brett-alton-deactivatedaccount) wrote :

A fix, reported here: http://bugs.gramps-project.org/view.php?id=1091 seems to work.

shura (2007-03-07)
----------------------
Please bug Ubuntu people to fix gtkspell. This problem is not present in Debian. They should fix it in Gutsy. We cannot do it in gramps no matter how hard we try.

As a workaround, comment out these lines in /usr/share/gramps/Spell.py:
    else:
        gtkspell.Spell(gtk.TextView()).set_language(lang)
        success = True

This should disable spellchecker and stop the crashes.
----------------------

Revision history for this message
Scott Kitterman (kitterman) wrote :

That is a reasonable work around to Bug #120569, but the actual problem isn't with gramps.

Revision history for this message
Brett Alton (brett-alton-deactivatedaccount) wrote :

So would it not make sense then, to make a Ubuntu-specific package that makes those simple changes that's stated above?

I thought that was the point of <package name>0ubuntu1-1 releases (as an example).

Revision history for this message
Scott Kitterman (kitterman) wrote :

I agree that if we get towards the end of Gutsy development and the gtk problem isn't resolved, we should do that.

Revision history for this message
Duncan Lithgow (duncan-lithgow) wrote :

Reassigned to gtkspell

Changed in gtkspell:
importance: Undecided → Medium
Revision history for this message
Sebastien Bacher (seb128) wrote :

Could you try if that's still an issue in hardy or intrepid?

Changed in gtkspell:
status: New → Incomplete
Revision history for this message
Andreas Oberritter (mtdcr) wrote :

I am using Intrepid amd64 now. Trying to start gramps now shows the following output and then hangs without opening the GUI. It can not get killed by Ctrl-C, but by SIGTERM.

Upgrading INI file
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
*** glibc detected *** /usr/bin/python: double free or corruption (out): 0x0000000001c2e230 ***

Strace output varies between

17:15:28.593681 open("/usr/share/enchant/myspell", O_RDONLY|O_NONBLOCK|O_DIRECTORY|0x80000) = -1 ENOENT (No such file or directory)
17:15:28.593735 open("/usr/share/myspell/dicts", O_RDONLY|O_NONBLOCK|O_DIRECTORY|0x80000) = 23
17:15:28.593782 fstat(23, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
17:15:28.593842 getdents(23, /* 43 entries */, 4096) = 1424
17:15:28.594069 close(23) = 0
17:15:28.594120 access("/usr/share/myspell/dicts/hyph_de_DE.aff", F_OK) = -1 ENOENT (No such file or directory)
17:15:28.594168 futex(0x34e6674, 0x80 /* FUTEX_??? */, 2

and

17:16:43.712656 open("/usr/share/enchant/myspell", O_RDONLY|O_NONBLOCK|O_DIRECTORY|0x80000) = -1 ENOENT (No such file or directory)
17:16:43.712734 open("/usr/share/myspell/dicts", O_RDONLY|O_NONBLOCK|O_DIRECTORY|0x80000) = 23
17:16:43.712780 fstat(23, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
17:16:43.712840 getdents(23, /* 43 entries */, 4096) = 1424
17:16:43.713128 close(23) = 0
17:16:43.713171 access("/usr/share/myspell/dicts/hyph_de_DE.aff", F_OK) = -1 ENOENT (No such file or directory)
17:16:43.713217 getdents(0, 0x1c80328, 33) = -1 ENOTDIR (Not a directory)
17:16:43.713258 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
17:16:43.809102 +++ killed by SIGSEGV (core dumped) +++

I could not catch a SIGSEGV without strace, though. This might well be a different bug, as I believe that gramps worked in hardy on amd64.

Revision history for this message
Duncan Lithgow (duncan-lithgow) wrote :

Is anyone still seeing this bug? I suspect it's another variation of bug #261596

Revision history for this message
Chad Waters (chad) wrote :

I had this issue back in the gutsy days. I'm going through open bugs I contributed to in the past

intrepid i386 works fine.

X:~$ gramps
Upgrading INI file
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.

Changed in gtkspell:
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.