[Bug 149026] ksplash SIGSEGV Abort on login to gutsy ubuntu
Public bug reported: Binary package hint: ksplash-engine-moodin ksplash (0.4.2-1ubuntu4) always crashes on login, backtrace below: Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1233320256 (LWP 5739)] [KCrash handler] #6 0xe410 in __kernel_vsyscall () #7 0xb6878875 in raise () from /lib/tls/i686/cmov/libc.so.6 #8 0xb687a201 in abort () from /lib/tls/i686/cmov/libc.so.6 #9 0xb6871b6e in __assert_fail () from /lib/tls/i686/cmov/libc.so.6 #10 0xb6e9903c in process_responses (dpy=0x8067e80, wait_for_first_event=0, current_error=0x0, current_request=0) at ../../src/xcb_io.c:182 #11 0xb6e996af in _XEventsQueued (dpy=0x8067e80, mode=2) at ../../src/xcb_io.c:197 #12 0xb6e82b52 in XPending (dpy=0x8067e80) at ../../src/Pending.c:56 #13 0xb73461e4 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #14 0xb73ba1ce in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #15 0xb73b9fde in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #16 0xb73a1699 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #17 0x0805205b in main (argc=) at /build/buildd/kdebase-3.5.7/./ksplashml/main.cpp:86 #18 0xb6864050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #19 0x0804f681 in _start () ** Affects: ksplash-engine-moodin (Ubuntu) Importance: Undecided Status: New -- ksplash SIGSEGV Abort on login to gutsy ubuntu https://bugs.launchpad.net/bugs/149026 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 149026] Re: ksplash SIGSEGV Abort on login to gutsy ubuntu
If I run 'ksplash --test' I get the initial display appear for a split second, and then it crashes with the following backtrace: Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1233398080 (LWP 6361)] [KCrash handler] #6 0xe410 in __kernel_vsyscall () #7 0xb6865875 in raise () from /lib/tls/i686/cmov/libc.so.6 #8 0xb6867201 in abort () from /lib/tls/i686/cmov/libc.so.6 #9 0xb685eb6e in __assert_fail () from /lib/tls/i686/cmov/libc.so.6 #10 0xb6e8603c in process_responses (dpy=0x8069180, wait_for_first_event=0, current_error=0x0, current_request=0) at ../../src/xcb_io.c:182 #11 0xb6e866af in _XEventsQueued (dpy=0x8069180, mode=1) at ../../src/xcb_io.c:197 #12 0xb6e5a1ce in XCheckIfEvent (dpy=0x8069180, event=0xbff3681c, predicate=0xb730b7c4 <_fini+2965504>, arg=0xbff36804 "\233") at ../../src/ChkIfEv.c:73 #13 0xb730daeb in QETWidget::translatePaintEvent () from /usr/lib/libqt-mt.so.3 #14 0xb731c06c in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3 #15 0xb73331a4 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #16 0xb73a71ce in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #17 0xb73a6fde in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #18 0xb738e699 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #19 0x0805205b in main (argc=) at /build/buildd/kdebase-3.5.7/./ksplashml/main.cpp:86 #20 0xb6851050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #21 0x0804f681 in _start () This is the output at the command line: [EMAIL PROTECTED]:~$ X Error: BadIDChoice (invalid resource ID chosen for this connection) 14 Major opcode: 55 Minor opcode: 0 Resource id: 0x1200109 X Error: BadIDChoice (invalid resource ID chosen for this connection) 14 Major opcode: 55 Minor opcode: 0 Resource id: 0x120010a X Error: BadIDChoice (invalid resource ID chosen for this connection) 14 Major opcode: 157 Minor opcode: 4 Resource id: 0x120010b X Error: BadIDChoice (invalid resource ID chosen for this connection) 14 Major opcode: 157 Minor opcode: 4 Resource id: 0x120010d ksplash: ../../src/xcb_io.c:182: process_responses: Assertion `((int) (((dpy->last_request_read)) - ((dpy->request))) <= 0)' failed. KCrash: Application 'ksplash' crashing... -- ksplash SIGSEGV Abort on login to gutsy ubuntu https://bugs.launchpad.net/bugs/149026 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 149026] Re: ksplash SIGSEGV Abort on login to gutsy ubuntu
If I run 'ksplash --nofork --test' it runs through from start to finish without crashing. -- ksplash SIGSEGV Abort on login to gutsy ubuntu https://bugs.launchpad.net/bugs/149026 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 149026] Re: ksplash SIGSEGV Abort on login to gutsy ubuntu
Just upgraded to 0.4.2-1ubuntu5, still get the same problem when running 'ksplash --test' and when logging in: Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1232996672 (LWP 14935)] [KCrash handler] #6 0xe410 in __kernel_vsyscall () #7 0xb68c7875 in raise () from /lib/tls/i686/cmov/libc.so.6 #8 0xb68c9201 in abort () from /lib/tls/i686/cmov/libc.so.6 #9 0xb68c0b6e in __assert_fail () from /lib/tls/i686/cmov/libc.so.6 #10 0xb6ee803c in process_responses (dpy=0x8067e90, wait_for_first_event=0, current_error=0x0, current_request=0) at ../../src/xcb_io.c:182 #11 0xb6ee86af in _XEventsQueued (dpy=0x8067e90, mode=2) at ../../src/xcb_io.c:197 #12 0xb6ed1b52 in XPending (dpy=0x8067e90) at ../../src/Pending.c:56 #13 0xb73951e4 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #14 0xb74091ce in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #15 0xb7408fde in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #16 0xb73f0699 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #17 0x0805205b in main (argc=) at /build/buildd/kdebase-3.5.7/./ksplashml/main.cpp:86 #18 0xb68b3050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #19 0x0804f681 in _start () ** Summary changed: - ksplash SIGSEGV Abort on login to gutsy ubuntu + ksplash SIGABRT on login to gutsy ubuntu -- ksplash SIGABRT on login to gutsy ubuntu https://bugs.launchpad.net/bugs/149026 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 146688] package knotes 4:3.5.7enterprise20070907-0ubuntu3 failed to install/upgrade: trying to overwrite `/usr/share/services/kontact/knotesplugin.desktop', which is also in package kontact
Public bug reported: Binary package hint: kdepim Reporting via the automated 'something crashed' dialog after login. ProblemType: Package Architecture: i386 Date: Fri Sep 28 22:31:26 2007 DistroRelease: Ubuntu 7.10 ErrorMessage: trying to overwrite `/usr/share/services/kontact/knotesplugin.desktop', which is also in package kontact NonfreeKernelModules: nvidia Package: knotes 4:3.5.7enterprise20070907-0ubuntu3 PackageArchitecture: i386 SourcePackage: kdepim Title: package knotes 4:3.5.7enterprise20070907-0ubuntu3 failed to install/upgrade: trying to overwrite `/usr/share/services/kontact/knotesplugin.desktop', which is also in package kontact Uname: Linux pete-laptop 2.6.22-12-386 #1 Sun Sep 23 17:37:35 GMT 2007 i686 GNU/Linux ** Affects: kdepim (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package -- package knotes 4:3.5.7enterprise20070907-0ubuntu3 failed to install/upgrade: trying to overwrite `/usr/share/services/kontact/knotesplugin.desktop', which is also in package kontact https://bugs.launchpad.net/bugs/146688 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 146688] Re: package knotes 4:3.5.7enterprise20070907-0ubuntu3 failed to install/upgrade: trying to overwrite `/usr/share/services/kontact/knotesplugin.desktop', which is also in package kontact
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/9582278/Dependencies.txt ** Attachment added: "DpkgTerminalLog.gz" http://launchpadlibrarian.net/9582279/DpkgTerminalLog.gz -- package knotes 4:3.5.7enterprise20070907-0ubuntu3 failed to install/upgrade: trying to overwrite `/usr/share/services/kontact/knotesplugin.desktop', which is also in package kontact https://bugs.launchpad.net/bugs/146688 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 147205] Choppy sound during playback from nfs4 mounted files
Public bug reported: Binary package hint: amarok Ubuntu 7.10 beta, Amarok 1.4.7 (using KDE 3.5.7). Playing of music files that are located on an nfs4 mounted filesystem has become choppy. By this I mean that every 20 seconds or so the playback appears to pause for a split second - enough for it to be noticeable. This only started after upgrading from feisty, which was fully up to date, and didn't exhibit these problems. The network topology I have here comprises of 3 systems (1 feisty server, 1 winXP, 1 gutsy laptop) connected to a 10/100 hub, to which the adsl router is also connected. The nfs4 mount is via the following fstab line: squidwad:/music /media/squidwad-ogg nfs4 proto=tcp,port=2049,rw,noauto,users,sync,rsize=16384,wsize=16384 0 0 The same server that holds the music files also hosts the mysql database backend for Amarok, along with an occasionally used apache2 web server. If there is any further information that would prove useful in diagnosing this problem, please let me know. ** Affects: amarok (Ubuntu) Importance: Undecided Status: New -- Choppy sound during playback from nfs4 mounted files https://bugs.launchpad.net/bugs/147205 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for amarok in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 147205] Re: Choppy sound during playback from nfs4 mounted files
I forgot to mention that the music files being played are a mixture of flac, ogg and mp3 - all appear to be equally affected. -- Choppy sound during playback from nfs4 mounted files https://bugs.launchpad.net/bugs/147205 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for amarok in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 147205] Re: Choppy sound during playback from nfs4 mounted files
** Attachment added: "Processes running during amarok playback" http://launchpadlibrarian.net/9605403/running_processes.txt -- Choppy sound during playback from nfs4 mounted files https://bugs.launchpad.net/bugs/147205 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 147205] Re: Choppy sound during playback from nfs4 mounted files
My apologies. I have tracked down the source of the choppy playback, and it is not Amarok which is causing it. It turns out that the KDE Battery Monitor applet/daemon are the cause of the problem (kcmshell laptop). Please close this bug :) -- Choppy sound during playback from nfs4 mounted files https://bugs.launchpad.net/bugs/147205 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for amarok in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 147356] kde laptop monitor applet/daemon causes system choppiness
Public bug reported: Binary package hint: klaptopdaemon System: Dell Latitude C840 (Mobile Intel(R) Pentium(R) 4 - M CPU 1.80GHz, 512mb RAM, 20gb HD, nVidia GeForce4 440 Go) klaptopdaemon: 4:3.5.7-1ubuntu4 Prior to updating to Gutsy from Feisty I was able to run the kde laptop monitor applet & daemon without any problems. However, after updating to Gutsy I have discovered that the daemon is causing my systems response to become choppy. It's most noticeable when using Amarok to play either files or streams, where there will be a break in the music that lasts a split second, enough to notice, but it happens intermittently. However, you can guarantee that it will have happened at least ten times during a single track. It's also noticeable when using other programs, especially affecting the movement of the mouse. I'll include the output of dmesg as an attachment. Please let me know what other information I can provide which would be helpful. ** Affects: kdeutils (Ubuntu) Importance: Undecided Status: New -- kde laptop monitor applet/daemon causes system choppiness https://bugs.launchpad.net/bugs/147356 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kdeutils in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 147356] Re: kde laptop monitor applet/daemon causes system choppiness
** Attachment added: "Output of dmesg" http://launchpadlibrarian.net/9609605/dmesg.txt -- kde laptop monitor applet/daemon causes system choppiness https://bugs.launchpad.net/bugs/147356 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kdeutils in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 95267] Re: [apport] sbackupd crashed with NotFoundError in upgrade_v13()
Currently running fine here, with ssh://username:password:host/path, on Feisty. Many thanks. Pete -- [apport] sbackupd crashed with NotFoundError in upgrade_v13() https://bugs.launchpad.net/bugs/95267 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 93613] Re: gnome-session: malloc() memory corruption
I've recently upgraded to fiesty from edgy, and I'm experiencing the same problem (on initial upgrade I wasn't experiencing this problem - about 3/4 days ago). I've tried the method of renaming gnome-session with a .real extension, and having a shell script running the following command as gnome-session in /usr/bin: #!/bin/bash G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind -v --tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log /usr/bin/gnome-session.real $* I also found that running like this did not produce the crash. So I logged out and renamed the files back (leaving gnome-session and gnome- session.valgrind), then logged back in again via gdm. I'm getting the crash again! I'll try changing it back and logging in and out a few times, to see if I can reproduce it. In the meantime, here's the valgrind.log produced. ** Attachment added: "valgrind.log" http://librarian.launchpad.net/7098559/valgrind.log.12743 -- gnome-session: malloc() memory corruption https://launchpad.net/bugs/93613 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 102573] [apport] sylpheed-claws-gtk2 crashed with SIGSEGV in g_type_check_instance_is_a()"
Public bug reported: Binary package hint: sylpheed-claws-gtk2 Has happened twice so far. First time I'd just added a nntp account, selected Subscribe to bring up the newsgroup list, selected one, and then clicked on it's folder. Got a header count, and then a few moments later it crashed. Second time I'd just started the client. Allowed it to d/l messages from main email account (gmail), then selected the newsgroup folder in the left hand pane (comp.databases.pick). Crashed a few moments later. ProblemType: Crash Architecture: i386 CrashCounter: 1 Date: Tue Apr 3 22:06:05 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/bin/sylpheed-claws-gtk2 Package: sylpheed-claws-gtk2 2.6.0-1.1ubuntu1 PackageArchitecture: i386 ProcCmdline: sylpheed-claws-gtk2 ProcCwd: /home/pete/GoogleMail/inbox ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games LANG=en_GB.UTF-8 SHELL=/bin/bash Signal: 11 SourcePackage: sylpheed-claws-gtk2 StacktraceTop: g_type_check_instance_is_a () gtk_widget_destroy () from /usr/lib/libgtk-x11-2.0.so.0 notification_popup_msg () notification_new_unnotified_msgs () ?? () Uname: Linux pete-laptop 2.6.20-13-386 #2 Sun Mar 25 00:18:53 UTC 2007 i686 GNU/Linux UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev scanner video ** Affects: sylpheed-claws-gtk2 (Ubuntu) Importance: Undecided Status: Unconfirmed -- [apport] sylpheed-claws-gtk2 crashed with SIGSEGV in g_type_check_instance_is_a()" https://bugs.launchpad.net/bugs/102573 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 102573] Re: [apport] sylpheed-claws-gtk2 crashed with SIGSEGV in g_type_check_instance_is_a()"
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/7132423/CoreDump.gz ** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/7132424/Dependencies.txt ** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/7132425/Disassembly.txt ** Attachment added: "ProcMaps.txt" http://librarian.launchpad.net/7132426/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://librarian.launchpad.net/7132427/ProcStatus.txt ** Attachment added: "Registers.txt" http://librarian.launchpad.net/7132428/Registers.txt ** Attachment added: "Stacktrace.txt" http://librarian.launchpad.net/7132429/Stacktrace.txt ** Attachment added: "ThreadStacktrace.txt" http://librarian.launchpad.net/7132430/ThreadStacktrace.txt -- [apport] sylpheed-claws-gtk2 crashed with SIGSEGV in g_type_check_instance_is_a()" https://bugs.launchpad.net/bugs/102573 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 102573] Re: [apport] sylpheed-claws-gtk2 crashed with SIGSEGV in g_type_check_instance_is_a()"
Here's a Valgrind log of running it and accessing the comp.databases.pick group. Running under valgrind there is no crash. ** Attachment added: "valgrind_sylpheed-claws-gtk2.log.10246" http://librarian.launchpad.net/7132557/valgrind_sylpheed-claws-gtk2.log.10246 -- [apport] sylpheed-claws-gtk2 crashed with SIGSEGV in g_type_check_instance_is_a() https://bugs.launchpad.net/bugs/102573 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 102573] Re: [apport] sylpheed-claws-gtk2 crashed with SIGSEGV in g_type_check_instance_is_a()"
Just tried it with strace. Managed to access comp.databases.pick without a crash, so tried adding rec.autos.sport.f1.moderated, and got the crash on accessing the folder of the newly subscribed group. Strace log attached. ** Attachment added: "strace-sylpheed-claws-gtk2.log" http://librarian.launchpad.net/7132651/strace-sylpheed-claws-gtk2.log -- [apport] sylpheed-claws-gtk2 crashed with SIGSEGV in g_type_check_instance_is_a() https://bugs.launchpad.net/bugs/102573 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 93613] Re: gnome-session: malloc() memory corruption
One .gnome2/session attached. ** Attachment added: "session" http://librarian.launchpad.net/7146052/session -- gnome-session: malloc() memory corruption https://bugs.launchpad.net/bugs/93613 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 102573] Re: [apport] sylpheed-claws-gtk2 crashed with SIGSEGV in g_type_check_instance_is_a()
I think this problem is being caused by the multi-notifier plugin, as removing it has cured the problem. [EMAIL PROTECTED]:~$ apt-cache showpkg sylpheed-claws-gtk2-multi-notifier Package: sylpheed-claws-gtk2-multi-notifier Versions: 2.6.0-1 (/var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_feisty_universe_binary-i386_Packages) (/var/lib/dpkg/status) Description Language: File: /var/lib/apt/lists/gb.archive.ubuntu.com_ubuntu_dists_feisty_universe_binary-i386_Packages MD5: f09aaed9346a3785bb1e01dc68952b27 Reverse Depends: sylpheed-claws-gtk2-multi-notifier-dbgsym,sylpheed-claws-gtk2-multi-notifier 2.6.0-1 sylpheed-claws-gtk2-extra-plugins,sylpheed-claws-gtk2-multi-notifier 2.6.0-1 Dependencies: 2.6.0-1 - libc6 (2 2.5-0ubuntu1) sylpheed-claws-gtk2 (2 2.6.0) Provides: 2.6.0-1 - Reverse Provides: -- [apport] sylpheed-claws-gtk2 crashed with SIGSEGV in g_type_check_instance_is_a() https://bugs.launchpad.net/bugs/102573 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs