[Bug 391362] Re: mountmanager won't open in GUI

2009-06-24 Thread David Oxland
da...@david-laptop:~$ gdb
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
(gdb) run mountmanager
Starting program:  mountmanager
No executable file specified.
Use the file or exec-file command.
(gdb) file
No executable file now.
No symbol file now.
(gdb) exec-file
No executable file now.
(gdb) 

That better?

-- 
mountmanager won't open in GUI
https://bugs.launchpad.net/bugs/391362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 391362] Re: mountmanager won't open in GUI

2009-06-24 Thread fabrice_sp
no :-)

The first command you should run is gdb mountmanager, then, run. Here is my log:
(karmic)fabr...@fabrice-desktop:~/data/build/temp$ gdb mountmanager
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu...
(no debugging symbols found)
(gdb) run
Starting program: /usr/bin/mountmanager 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
...

This is in this log where the error should appear.

thanks,
Fabrice

-- 
mountmanager won't open in GUI
https://bugs.launchpad.net/bugs/391362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 391362] Re: mountmanager won't open in GUI

2009-06-24 Thread David Oxland
da...@david-laptop:~$ gdb mountmanager
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
(no debugging symbols found)
(gdb) run
Starting program: /usr/bin/mountmanager 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type return to continue, or q return to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0xb6c29920 (LWP 4127)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type return to continue, or q return to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type return to continue, or q return to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
6 records in /etc/fstab were detected. 
[G] DBus interface was created
[G] All devices were recieved
[I] Storage device was detected: /dev/sda7 
[I] Storage device was detected: /dev/sda6 
[I] Storage device was detected: /dev/sda5 
[I] Storage device was detected: /dev/sda2 
[I] Storage device was detected: /dev/sr0 
[I] Storage device was detected: /dev/sda1 
[I] Storage device was detected: /dev/sdb1 
[I] Storage device was detected: /dev/sda 
[I] Storage device was detected: /dev/sdb 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[G] Parsing of  /usr/share/mountmanager/options/common.xml  was successful 
[G] Parsing of  /usr/share/mountmanager/options/vfat.xml  was successful 
[G] Parsing of  /usr/share/mountmanager/options/ntfs-3g.xml  was successful 

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6c29920 (LWP 4127)]
0xb7674ca7 in QGridLayout::rowCount () from /usr/lib/libQtGui.so.4
(gdb) 


Thanks

David

-- 
mountmanager won't open in GUI
https://bugs.launchpad.net/bugs/391362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 391362] Re: mountmanager won't open in GUI

2009-06-24 Thread fabrice_sp
*** This bug is a duplicate of bug 337337 ***
https://bugs.launchpad.net/bugs/337337

** This bug has been marked a duplicate of bug 337337
   mountmanager crashed with SIGSEGV in QGridLayout::rowCount()

-- 
mountmanager won't open in GUI
https://bugs.launchpad.net/bugs/391362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 391362] Re: mountmanager won't open in GUI

2009-06-23 Thread fabrice_sp
Hi,

Can you run mountmanager from within gdb and send the output? 
That is, run the following commands:
gdb mountmanager
run

Thanks.

** Changed in: mountmanager (Ubuntu)
   Status: New = Incomplete

-- 
mountmanager won't open in GUI
https://bugs.launchpad.net/bugs/391362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 391362] Re: mountmanager won't open in GUI

2009-06-23 Thread David Oxland
da...@david-laptop:~$ gdb mountmanager
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
(no debugging symbols found)
(gdb) gdb mountmanager

Hope this is what you wanted?

-- 
mountmanager won't open in GUI
https://bugs.launchpad.net/bugs/391362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 391362] Re: mountmanager won't open in GUI

2009-06-23 Thread fabrice_sp
Hi,

It's almost that: you have to run the command 'run' from within gdb, to
see where the problem is.

thanks,
Fabrice

-- 
mountmanager won't open in GUI
https://bugs.launchpad.net/bugs/391362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs