[Bug 1173650] [NEW] gedit crash when modify currently "browsed" file
Public bug reported: Steps to reproduce: $ cd /tmp $ touch foo.txt $ gedit & Bring up the File Open dialog. Select /tmp/foo.txt (but do not open it). Copy its location (with right click menu) Switch back to shell and delete /tmp/foo.txt $ rm foo.txt Observe core in shell $ (gedit:4624): Gtk-CRITICAL **: gtk_tree_model_filter_convert_iter_to_child_iter: assertion `valid == TRUE' failed (gedit:4624): Gtk-CRITICAL **: gtk_file_system_model_get_value: assertion `ITER_IS_VALID (model, iter)' failed (gedit:4624): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.34.1/./gobject/gtype.c:4204: type id `0' is invalid (gedit:4624): GLib-GObject-WARNING **: can't peek value table for type `' which is not currently referenced I generated a code which I'm attaching. Thanks ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: gedit 3.6.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2 Uname: Linux 3.5.0-22-generic x86_64 ApportVersion: 2.6.1-0ubuntu10 Architecture: amd64 Date: Sat Apr 27 10:56:24 2013 MarkForUpload: True SourcePackage: gedit UpgradeStatus: Upgraded to quantal on 2012-10-21 (187 days ago) ** Affects: gedit (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug quantal running-unity ** Attachment added: "core" https://bugs.launchpad.net/bugs/1173650/+attachment/3656302/+files/core -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gedit in Ubuntu. https://bugs.launchpad.net/bugs/1173650 Title: gedit crash when modify currently "browsed" file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1173650/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 499516] Re: gimp quiteinsanegimpplugin crashes on scan
Here is a slight update to the stack trace: $ gimp --stack-trace-mode=always WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, path=/, member=Introspect WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, path=/, member=Introspect /usr/lib/gimp/2.0/plug-ins/quiteinsanegimpplugin: fatal error: Segmentation fault #0 0x00888422 in __kernel_vsyscall () #1 0x00869b3b in waitpid () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x02189bf3 in g_on_error_stack_trace () from /lib/libglib-2.0.so.0 #3 0x00898fc0 in ?? () from /usr/lib/libgimp-2.0.so.0 #4 #5 0x0138da80 in strcpy () from /lib/tls/i686/cmov/libc.so.6 #6 0x0228f90b in sane_epson2_control_option () #7 0x0090234d in sane_dll_control_option () from /usr/lib/libsane.so.1 #8 0x00900929 in sane_control_option () from /usr/lib/libsane.so.1 #9 0x0806fde3 in ?? () #10 0x0807b324 in ?? () #11 0x0807d412 in ?? () #12 0x0807d5ff in ?? () #13 0x0807ef86 in ?? () #14 0x0807f970 in ?? () #15 0x0809f862 in ?? () #16 0x0809fc06 in ?? () #17 0x00898bfc in gimp_main () from /usr/lib/libgimp-2.0.so.0 #18 0x0809eccd in ?? () #19 0x01331b56 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #20 0x0805b211 in ?? () -- gimp quiteinsanegimpplugin crashes on scan https://bugs.launchpad.net/bugs/499516 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gimp in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 499516] Re: gimp quiteinsanegimpplugin crashes on scan
Ted, I'm at a loss here what is missing from this bug report. At a minimum, we need: 1. the specific steps or actions you took that caused you to encounter the problem, gimp crashes when trying to scan with File/Scan/QuiteInsane/Scan 2. the behavior you expected, and Behavior expected is that Gimp to be able to scan using the QuiteInsane 3. the behavior you actually encountered (in as much detail as possible). $ scanimage > /tmp/foo.pnm WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, path=/, member=Introspect (although it does throw the same warning ...) Here is the gimp stacktrace: $ gimp --stack-trace-mode=always WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, path=/, member=Introspect /usr/lib/gimp/2.0/plug-ins/quiteinsanegimpplugin: fatal error: Segmentation fault #0 0x00c6a422 in __kernel_vsyscall () #1 0x009d5b3b in waitpid () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x08e3dbf3 in g_on_error_stack_trace () from /lib/libglib-2.0.so.0 #3 0x00b37fe0 in ?? () from /usr/lib/libgimp-2.0.so.0 #4 #5 0x0686ca30 in strcpy () from /lib/tls/i686/cmov/libc.so.6 #6 0x04ce090b in sane_epson2_control_option () #7 0x00c8c34d in sane_dll_control_option () from /usr/lib/libsane.so.1 #8 0x00c8a929 in sane_control_option () from /usr/lib/libsane.so.1 #9 0x0806fde3 in ?? () #10 0x0807b324 in ?? () #11 0x0807d412 in ?? () #12 0x0807d5ff in ?? () #13 0x0807ef86 in ?? () #14 0x0807f970 in ?? () #15 0x0809f862 in ?? () #16 0x0809fc06 in ?? () #17 0x00b37c1c in gimp_main () from /usr/lib/libgimp-2.0.so.0 #18 0x0809eccd in ?? () #19 0x06810b56 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #20 0x0805b211 in ?? () ^C/usr/lib/gimp/2.0/plug-ins/script-fu terminated: Interrupt gimp: terminated: Interrupt ProblemType: Bug Architecture: i386 Date: Tue Dec 22 11:48:07 2009 DistroRelease: Ubuntu 9.10 Package: gimp 2.6.7-1ubuntu1 ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-16.53-generic SourcePackage: gimp Uname: Linux 2.6.31-16-generic i686 I went out and found the Gimp switch to obtain the stacktrace above. What else are you expecting from a user bug report? Thanks! -- gimp quiteinsanegimpplugin crashes on scan https://bugs.launchpad.net/bugs/499516 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gimp in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 518087] Re: palimpsest cannot delete partition/MSDOS_MAGIC found
There are also unknown partition table messages in the logs: Feb 6 10:03:48 ubuntuhome kernel: [47229.112092] usb 1-1: reset high speed USB device using ehci_hcd and address 15 Feb 6 10:11:12 ubuntuhome kernel: [47672.467141] sdb: unknown partition table Feb 6 10:11:12 ubuntuhome kernel: [47673.156506] sdb: Feb 6 10:19:17 ubuntuhome kernel: [48157.255175] sdb: unknown partition table Feb 6 10:19:17 ubuntuhome kernel: [48157.601778] sdb: Feb 6 10:21:23 ubuntuhome kernel: [48283.240070] usb 1-5: new high speed USB device using ehci_hcd and address 16 Feb 6 10:21:23 ubuntuhome kernel: [48283.373121] usb 1-5: configuration #1 chosen from 1 choice Feb 6 10:21:23 ubuntuhome kernel: [48283.380076] scsi15 : SCSI emulation for USB Mass Storage devices Feb 6 10:21:28 ubuntuhome kernel: [48288.380865] scsi 15:0:0:0: Direct-Access CBM Flash Disk 5.00 PQ: 0 ANSI: 2 Feb 6 10:21:28 ubuntuhome kernel: [48288.381880] sd 15:0:0:0: Attached scsi generic sg4 type 0 Feb 6 10:21:28 ubuntuhome kernel: [48288.390529] sd 15:0:0:0: [sdd] 513280 512-byte logical blocks: (262 MB/250 MiB) Feb 6 10:21:28 ubuntuhome kernel: [48288.394673] sd 15:0:0:0: [sdd] Write Protect is off Feb 6 10:21:28 ubuntuhome kernel: [48288.396437] sdd: sdd1 Feb 6 10:21:28 ubuntuhome kernel: [48288.397557] sdd: p1 size 514272 exceeds device capacity, limited to end of disk Feb 6 10:21:28 ubuntuhome kernel: [48288.400174] sd 15:0:0:0: [sdd] Attached SCSI removable disk Feb 6 10:33:48 ubuntuhome kernel: [49029.112085] usb 1-1: reset high speed USB device using ehci_hcd and address 15 Feb 6 10:53:38 ubuntuhome kernel: [50219.169932] sdd: unknown partition table Feb 6 10:58:05 ubuntuhome kernel: [50486.001625] usb 1-5: USB disconnect, address 16 -- palimpsest cannot delete partition/MSDOS_MAGIC found https://bugs.launchpad.net/bugs/518087 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 518087] Re: palimpsest cannot delete partition/MSDOS_MAGIC found
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/38832477/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/38832478/XsessionErrors.txt -- palimpsest cannot delete partition/MSDOS_MAGIC found https://bugs.launchpad.net/bugs/518087 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 518087] [NEW] palimpsest cannot delete partition/MSDOS_MAGIC found
Public bug reported: Binary package hint: gnome-disk-utility Error erasing: helper exited with exit code 1: In part_del_partition: device_file=/dev/sdd, offset=16384 Entering MS-DOS parser (offset=0, size=262799360) MSDOS_MAGIC found looking at part 0 (offset 16384, size 263307264, type 0x06) new part entry looking at part 1 (offset 0, size 0, type 0x00) new part entry looking at part 2 (offset 0, size 0, type 0x00) new part entry looking at part 3 (offset 0, size 0, type 0x00) new part entry Exiting MS-DOS parser MSDOS partition table detected got it Error: Can't have a partition outside the disk! ped_disk_new() failed Here is how fdisk sees the partition: $ sudo fdisk -l /dev/sdd Disk /dev/sdd: 262 MB, 262799360 bytes 2 heads, 63 sectors/track, 4073 cylinders Units = cylinders of 126 * 512 = 64512 bytes Disk identifier: 0x2c945164 Device Boot Start End Blocks Id System /dev/sdd1 * 14082 2571366 FAT16 Erasing device /dev/sdd worked ... Thanks ProblemType: Bug Architecture: i386 Date: Sat Feb 6 10:48:01 2010 DistroRelease: Ubuntu 9.10 Package: gnome-disk-utility 2.28.0+git20091012-0ubuntu1 ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-17.54-generic SourcePackage: gnome-disk-utility Uname: Linux 2.6.31-17-generic i686 ** Affects: gnome-disk-utility (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- palimpsest cannot delete partition/MSDOS_MAGIC found https://bugs.launchpad.net/bugs/518087 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 499516] Re: gimp quiteinsanegimpplugin crashes on scan
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/37093765/Dependencies.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/37093766/XsessionErrors.txt -- gimp quiteinsanegimpplugin crashes on scan https://bugs.launchpad.net/bugs/499516 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gimp in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 499516] [NEW] gimp quiteinsanegimpplugin crashes on scan
Public bug reported: Binary package hint: gimp gimp crashes when trying to scan with File/Scan/QuiteInsane/Scan scanimage works against the same scanner: $ scanimage > /tmp/foo.pnm WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, path=/, member=Introspect (although it does throw the same warning ...) Here is the gimp stacktrace: $ gimp --stack-trace-mode=always WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, path=/, member=Introspect /usr/lib/gimp/2.0/plug-ins/quiteinsanegimpplugin: fatal error: Segmentation fault #0 0x00c6a422 in __kernel_vsyscall () #1 0x009d5b3b in waitpid () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x08e3dbf3 in g_on_error_stack_trace () from /lib/libglib-2.0.so.0 #3 0x00b37fe0 in ?? () from /usr/lib/libgimp-2.0.so.0 #4 #5 0x0686ca30 in strcpy () from /lib/tls/i686/cmov/libc.so.6 #6 0x04ce090b in sane_epson2_control_option () #7 0x00c8c34d in sane_dll_control_option () from /usr/lib/libsane.so.1 #8 0x00c8a929 in sane_control_option () from /usr/lib/libsane.so.1 #9 0x0806fde3 in ?? () #10 0x0807b324 in ?? () #11 0x0807d412 in ?? () #12 0x0807d5ff in ?? () #13 0x0807ef86 in ?? () #14 0x0807f970 in ?? () #15 0x0809f862 in ?? () #16 0x0809fc06 in ?? () #17 0x00b37c1c in gimp_main () from /usr/lib/libgimp-2.0.so.0 #18 0x0809eccd in ?? () #19 0x06810b56 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #20 0x0805b211 in ?? () ^C/usr/lib/gimp/2.0/plug-ins/script-fu terminated: Interrupt gimp: terminated: Interrupt ProblemType: Bug Architecture: i386 Date: Tue Dec 22 11:48:07 2009 DistroRelease: Ubuntu 9.10 Package: gimp 2.6.7-1ubuntu1 ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-16.53-generic SourcePackage: gimp Uname: Linux 2.6.31-16-generic i686 ** Affects: gimp (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- gimp quiteinsanegimpplugin crashes on scan https://bugs.launchpad.net/bugs/499516 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gimp in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 336346] [NEW] uninstalling evolution-data-server-common to remove fast-user-switch-applet gnome-applets gnome-panel?
Public bug reported: Binary package hint: gnome-panel Here is the dpkg output: $ sudo apt-get remove evolution-data-server-common Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: evolution-data-server-common fast-user-switch-applet gnome-applets gnome-panel libedataserverui1.2-8 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. After this operation, 14.2MB disk space will be freed. Do you want to continue [Y/n]? n Abort. evolution-data-server-common does not remove cleanly ... Thanks ** Affects: gnome-panel (Ubuntu) Importance: Undecided Status: New -- uninstalling evolution-data-server-common to remove fast-user-switch-applet gnome-applets gnome-panel? https://bugs.launchpad.net/bugs/336346 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-panel in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 292651] Re: evolution fails to Authenticate in Microsoft Exchange Assistant dialog
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/19234342/Dependencies.txt -- evolution fails to Authenticate in Microsoft Exchange Assistant dialog https://bugs.launchpad.net/bugs/292651 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 292651] [NEW] evolution fails to Authenticate in Microsoft Exchange Assistant dialog
Public bug reported: Binary package hint: evolution I'm using the Account Assistant dialog to setup a Microsoft Exchange account. Using: Username: Domain\Domainuser OWA URL: http://owa.company.com/exchange Mailbox: [EMAIL PROTECTED] (which is the same as the email I set for the account, except capitalization, I tried with and without filling out this field) Getting message, "Could not connect to server. Make sure the URL is correct and try again" Here is the console debug message (starting as E2K_DEBUG=5 evolution): e-data-server-ui-Message: Unable to find password(s) in keyring (Keyring reports: No matching results) e-data-server-ui-Message: Key file does not have group 'Passwords-Exchange' > GET /exchange HTTP/1.1 > Soup-Debug-Timestamp: 1225638406 > Soup-Debug: SoupSessionSync 1 (0xad14360), SoupMessage 1 (0xb0d95670), > SoupSocket 1 (0xa1abb48) > Host: owa.company.com > Accept-Language: en-US, en > Authorization: NTLM TlRMTUAABAAZZZA > User-Agent: Evolution/2.24.1 There are some similar bugs reported, but in those cases the users were able to authenticate, then manually change configuration as a workaround. Thanks ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: evolution 2.24.1-0ubuntu2 ProcEnviron: PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/username/apache-maven-2.0.8/bin LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: evolution Uname: Linux 2.6.27-7-generic i686 ** Affects: evolution (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- evolution fails to Authenticate in Microsoft Exchange Assistant dialog https://bugs.launchpad.net/bugs/292651 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 292618] Re: evolution-data-server high CPU usage
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/19231759/Dependencies.txt -- evolution-data-server high CPU usage https://bugs.launchpad.net/bugs/292618 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution-data-server in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 292618] [NEW] evolution-data-server high CPU usage
Public bug reported: Binary package hint: evolution-data-server evolution-data-server consumes lots of CPU. I'm running up-to-date intrepid distribution. Thanks ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: evolution-data-server 2.24.1-0ubuntu1 ProcEnviron: PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/username/apache-maven-2.0.8/bin LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: evolution-data-server Uname: Linux 2.6.27-7-generic i686 ** Affects: evolution-data-server (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- evolution-data-server high CPU usage https://bugs.launchpad.net/bugs/292618 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution-data-server in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs