https://bugzilla.novell.com/show_bug.cgi?id=217045 ------- Comment #5 from mt@novell.com 2006-11-06 07:48 MST ------- Yes, the dbus_connection_close() calls are fixed (removed) in zypp SVN head; see also Bug #216035. But I don't know where the SEGV is from - can't see it in the log (AFAIK they're logged by genericfrontend.cc signal handler) or reproduce it. Can you try to reproduce it and create a core file? Start YaST2 using this commands: $ ulimit -c unlimited $ /sbin/yast2 After a SEGV there should be a 'core' (or 'core.*') file. Please use gdb to read out the core file: $ gdb --core=./core /sbin/yast2 Type the commands "where" and "quit" in gdb and provide the output. See also: http://en.opensuse.org/Bugs:An_application_crashed -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.