[Bug 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-03 Thread kamahat

** Attachment added: ".xsession-errors"
   http://launchpadlibrarian.net/31298664/.xsession-errors

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-04 Thread Noel J. Bergman

** Attachment added: ".xsession-errors"
   http://launchpadlibrarian.net/31320608/.xsession-errors

** Changed in: gnome-disk-utility (Ubuntu)
   Status: New => Confirmed

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-07 Thread Martin Pitt
** Description changed:

+ Most likely duplicates: bug 403192
+ 
  Binary package hint: gnome-disk-utility
  
  Was restarting gnome-do, as it was using too much cpu on startup.
  
  ProblemType: Crash
  Architecture: amd64
  CrashCounter: 1
  Date: Mon Aug 24 13:11:02 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/lib/gnome-disk-utility/gdu-notification-daemon
  NonfreeKernelModules: nvidia
  Package: gnome-disk-utility 0.5-0ubuntu1
  ProcCmdline: /usr/lib/gnome-disk-utility/gdu-notification-daemon
  ProcEnviron:
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-6.26-generic
  SegvAnalysis:
   Segfault happened at: 0x7f8ed1f7766d :  mov
0x18(%rdi),%rax
   PC (0x7f8ed1f7766d) ok
   source "0x18(%rdi)" (0x0018) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-disk-utility
  StacktraceTop:
   gdu_pool_get_devices () from /usr/lib/libgdu.so.0
   ?? ()
   ?? ()
   __libc_start_main () from /lib/libc.so.6
   ?? ()
  Title: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
  Uname: Linux 2.6.31-6-generic x86_64
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-10-18 Thread Allen Frank
Getting this crash regularly on a Dell Mini9 (910) when resuming from
suspend - all updates installed as of 10/17/09

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-10 Thread dtaylor84
This problem appears to be caused by /dev/shm having the wrong
permissions (which is also causing me a number of other problems).
Running

$ sudo chmod 1777 /dev/shm

and logging out and back in fixes the problem (until the next reboot).

I am not sure why /dev/shm has the wrong permissions -
/etc/init.d/mountdevsub.sh calls

domount tmpfs shmfs /dev/shm tmpfs -onosuid,nodev$SHM_OPT

This doesn't specify mode=1777, so I am not sure where this mode should
be getting set (although other users confirm they do see the correct
1777 mode).

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-14 Thread AGStumps8807

** Attachment added: ".xsession-errors"
   http://launchpadlibrarian.net/31800995/.xsession-errors

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-15 Thread Gareth Jones

** Attachment added: ".xsession-errors"
   http://launchpadlibrarian.net/31887285/.xsession-errors

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-16 Thread Martin Pitt
I believe the vast majority of these instances are fixed by

devicekit-disks (006-0ubuntu4) karmic; urgency=low

  * Add devicekit-disks.postinst: Kill the old devkit-disks-daemon, to ensure
that the new version will be used at the next occasion. (LP: #403192)

 -- Martin Pitt  Wed, 16 Sep 2009 18:46:10 +0200

dtaylor84, this indeed looks like a different problem, my /dev/shm is
correct here. Can you please file this as a bug against sysvinit?

** Changed in: gnome-disk-utility (Ubuntu)
   Status: Confirmed => Fix Released

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-17 Thread zatoichi0
I have:
  devicekit-disks 006-0ubuntu4

and the all the patches until *now* and I still have the problem after a
restart.

The crash file also contains ' devicekit-disks 006-0ubuntu4', just to be
sure. (I was sent to this page by apport).

As a result (I think) I keep on getting respawning nautilus icons in the
task bar - unsure if it is related, so I'm not yet putting up my
.xsession-errors file.

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-17 Thread Daniel Hermansson
I still get these crashes and apport sent me right to this report

** Changed in: gnome-disk-utility (Ubuntu)
   Status: Fix Released => Confirmed

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-17 Thread Alex Mauer
I’m also getting these crashes, with the “fixed” version of devicekit-
disks.

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-19 Thread Bill Muller
Resulted after applying update when system rebooted.

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-30 Thread IKT
happened after rebooting for latest round of updates.

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-10-02 Thread James Westby
Hi,

I'm pretty sure I just fixed this with the upload of dbus
1.2.16-0ubuntu8.

If you install the fixed version and get the error after a reboot then please
re-open, but then I'll be *really* stumped.

Thanks,

James


** Changed in: gnome-disk-utility (Ubuntu)
   Status: Confirmed => Fix Released

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-10-06 Thread luanqh
** Changed in: gnome-disk-utility (Ubuntu)
 Assignee: (unassigned) => luanqh (luanqh)

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-10-11 Thread Gyorgyi Toth
I just did the latest update (I think it was only two things), and get
this error message now.

** Attachment added: ".xsession-errors"
   http://launchpadlibrarian.net/33437703/.xsession-errors

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-11-17 Thread Ubuntu QA Website
** Tags added: iso-testing

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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


Re: [Bug 418300] Re: gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()

2009-09-03 Thread forscher

** Attachment added: ".xsession-errors"
   http://launchpadlibrarian.net/31290291/.xsession-errors

-- 
gdu-notification-daemon crashed with SIGSEGV in gdu_pool_get_devices()
https://bugs.launchpad.net/bugs/418300
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