On Fri, 2013-02-08 at 23:09 +0100, Frédéric Bron wrote:
> >     strace -o trace.lst  gimp
> 
> Below is the end of the trace (full log attached). Does it help?
> 
> inotify_add_watch(8,
> "/usr/share/kde-settings/kde-profile/default/share/config",
> IN_MODIFY|IN_ATTRIB|IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_CREATE|IN_DELETE|IN_DELETE_SELF|IN_MOVE_SELF|IN_UNMOUNT|IN_ONLYDIR)
> = 2
> open("/etc/kde/kdeglobals", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/etc/kde/kdeglobals", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/home/jean/.kde/share/config/kdeglobals", O_RDONLY) = 9
> read(9, "[$Version]\nupdate_info=mouse_cur"..., 8191) = 704
> read(9, "", 8191)                       = 0
> close(9)                                = 0
> open("/home/jean/.kde/share/config/kdeglobals", O_RDONLY) = 9
> close(9)                                = 0
> lstat("/home/jean/.kde/share/config/kdeglobals",
> {st_mode=S_IFREG|0600, st_size=704, ...}) = 0
> inotify_add_watch(8, "/home/jean/.kde/share/config",
> IN_MODIFY|IN_ATTRIB|IN_CLOSE_WRITE|IN_MOVED_FROM|IN_MOVED_TO|IN_CREATE|IN_DELETE|IN_DELETE_SELF|IN_MOVE_SELF|IN_UNMOUNT|IN_ONLYDIR)
> = 3
> open("/usr/share/themes/oxygen-gtk/gtk-2.0/oxygenrc", O_RDONLY) = 9
> read(9, "[ActiveShadow]\nInnerColor=112,23"..., 8191) = 1584
> read(9, "", 8191)                       = 0
> close(9)                                = 0
> open("/usr/share/themes/oxygen-gtk/gtk-2.0/oxygenrc", O_RDONLY) = 9
> close(9)                                = 0
> lstat("/usr/share/themes/oxygen-gtk/gtk-2.0/oxygenrc",
> {st_mode=S_IFREG|0644, st_size=1584, ...}) = 0
> open("/usr/share/config/oxygenrc", O_RDONLY) = -1 ENOENT (No such file
> or directory)
> open("/usr/share/config/oxygenrc", O_RDONLY) = -1 ENOENT (No such file
> or directory)
> open("/usr/share/kde-settings/kde-profile/default/share/config/oxygenrc",
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/share/kde-settings/kde-profile/default/share/config/oxygenrc",
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/etc/kde/oxygenrc", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> open("/etc/kde/oxygenrc", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> open("/home/jean/.kde/share/config/oxygenrc", O_RDONLY) = -1 ENOENT
> (No such file or directory)
> open("/home/jean/.kde/share/config/oxygenrc", O_RDONLY) = -1 ENOENT
> (No such file or directory)
> --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x50} ---
> +++ killed by SIGSEGV (core dumped) +++

I'd next try to move off any ~/.gimp* directories.  It looks like gimp
is croaking while reading/processing resource and config files.  

If that doesn't do anything then try to rename resource files that gimp
seems to find, e.g., ~/.kde/share/config/kdeglobals so gimp can't find
those either.  I'm betting it's something that gimp is reading from some
config file that's causing it to try to do something that's resulting in
the seg fault.
  
-- 
Mark C. Allman, PMP, CSM
Founder, See How You Ski
Allman Professional Consulting, Inc., www.allmanpc.com
617-947-4263, Twitter:  @allmanpc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to