[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start() due to broken libnstbluetooth.so plugin_info structure

2010-09-14 Thread Robbie Williamson
** Also affects: gnome-bluetooth (Ubuntu Maverick)
   Importance: High
   Status: Triaged

** Also affects: nautilus-sendto (Ubuntu Maverick)
   Importance: Undecided
   Status: Invalid

** Changed in: gnome-bluetooth (Ubuntu Maverick)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start() due to broken libnstbluetooth.so plugin_info structure

2010-09-14 Thread Sebastien Bacher
the bug is fixed since yesterday

** Changed in: gnome-bluetooth (Ubuntu Maverick)
   Status: Triaged = Fix Released

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start() due to broken libnstbluetooth.so plugin_info structure

2010-09-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~rye/ubuntu/maverick/gnome-bluetooth/fix-632358

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start() due to broken libnstbluetooth.so plugin_info structure

2010-09-13 Thread Pedro Villavicencio
** Changed in: gnome-bluetooth (Ubuntu)
   Status: Confirmed = Triaged

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start() due to broken libnstbluetooth.so plugin_info structure

2010-09-13 Thread Artur Rona
Roman, your tags in patch are obsolete. I've proposed update to your
branch. Please take a look and merge. Then sponsors can upload policy-
correct package.

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start() due to broken libnstbluetooth.so plugin_info structure

2010-09-13 Thread Bug Watch Updater
** Changed in: gnome-bluetooth
   Status: New = Fix Released

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()

2010-09-12 Thread Roman Yepishev
It looks like the crash is happening in /usr/lib/nautilus-
sendto/plugins/libnstbluetooth.so since standalone nautilus-sendto does
not crash on startup.

** Also affects: gnome-bluetooth
   Importance: Undecided
   Status: New

-- 
nautilus-sendto crashed with SIGSEGV in _start()
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()

2010-09-12 Thread Roman Yepishev
After adding some debug statements:

** (nautilus-sendto:12599): DEBUG: Trying libnstbluetooth.so...
** (nautilus-sendto:12599): DEBUG: checking for module symbol...
** (nautilus-sendto:12599): DEBUG: running nst_init_plugin
** (nautilus-sendto:12599): DEBUG: finished nst_init_plugin
** (nautilus-sendto:12599): DEBUG: p = 0x1beafa0
** (nautilus-sendto:12599): DEBUG: p-info = 0x7ffdd50570e0
** (nautilus-sendto:12599): DEBUG: p-info-init = (nil)

So p-info-init() routine is NULL in libnstbluetooth.so.

-- 
nautilus-sendto crashed with SIGSEGV in _start()
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()

2010-09-12 Thread Roman Yepishev
Here's brasero plugin info:

static 
NstPluginInfo plugin_info = {
// icon;
brasero,
// id
nautilus-burn,
// description
N_(CD/DVD Creator),
// gettext_package
NULL,
// capabilities
NAUTILUS_CAPS_SEND_DIRECTORIES,
// init
init,
// get_contacts_widget
get_contacts_widget,
// validate_destination
NULL,
// send_files
send_files,
// destroy
destroy
}; 

And here's what libnstbluetooth has:

static
NstPluginInfo plugin_info = {
// icon;
bluetooth,
// id
bluetooth,
// description
N_(Bluetooth (OBEX Push)),
// gettext_package
GETTEXT_PACKAGE,
// capabilities
FALSE,  
// init
NAUTILUS_CAPS_NONE,
// get_contacts_widget
init,   
// validate_destination
get_contacts_widget,
// send_files
validate_destination,
// destroy
send_files,
// 
destroy 
};

So it looks like libnstbluetooth has an extra FALSE item now.

-- 
nautilus-sendto crashed with SIGSEGV in _start()
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()

2010-09-12 Thread Roman Yepishev
** Bug watch added: GNOME Bug Tracker #629453
   https://bugzilla.gnome.org/show_bug.cgi?id=629453

** Changed in: gnome-bluetooth
   Importance: Undecided = Unknown

** Changed in: gnome-bluetooth
   Status: New = Unknown

** Changed in: gnome-bluetooth
 Remote watch: None = GNOME Bug Tracker #629453

** Summary changed:

- nautilus-sendto crashed with SIGSEGV in _start()
+ nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure

** Changed in: nautilus-sendto (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: nautilus-sendto (Ubuntu)
   Status: Triaged = Invalid

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start() due to broken libnstbluetooth.so plugin_info structure

2010-09-12 Thread Bug Watch Updater
** Changed in: gnome-bluetooth
   Status: Unknown = New

** Changed in: gnome-bluetooth
   Importance: Unknown = High

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start() due to broken libnstbluetooth.so plugin_info structure

2010-09-12 Thread Roman Yepishev
Changing ubuntu project to be gnome-bluetooth

** Package changed: nautilus-sendto (Ubuntu) = gnome-bluetooth (Ubuntu)

** Changed in: gnome-bluetooth (Ubuntu)
   Importance: Undecided = High

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Invalid = Confirmed

** Also affects: nautilus-sendto (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nautilus-sendto (Ubuntu)
   Status: New = Invalid

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start() due to broken libnstbluetooth.so plugin_info structure

2010-09-12 Thread Roman Yepishev
Please see https://launchpad.net/~rye/+archive/ppa on the info how to
get the updated gnome-bluetooth package that fixes this bug. If that
works well, then maverick archives will need to be updated, will try to
find a person responsible for gnome-bluetooth in ubuntu tomorrow.

Unfortunately this does not fix the bug in gnome-bluetooth that prevents
it from being used in nautilus-sendto (device list is not loading at
all) but that's a separate issue.

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start() due to broken libnstbluetooth.so plugin_info structure

2010-09-12 Thread igi
@Roman: I got updated packages from your PPA: then I was be able to right-click 
a file and send it to my mobile phone. I did it without rebooting the PC after 
updates.
I think these updates can be put in maverick archives.

-- 
nautilus-sendto crashed with SIGSEGV in _start() due to broken 
libnstbluetooth.so plugin_info structure
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()

2010-09-11 Thread Axel
Occurs here also in a amd64 system when right-clicking a file and
clicking the SendTo command.

-- 
nautilus-sendto crashed with SIGSEGV in _start()
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()

2010-09-10 Thread igi
It always occour in my 32bit Maverick beta system after right-clicking a
file and clicking the SendTo command.

** Tags added: i386

-- 
nautilus-sendto crashed with SIGSEGV in _start()
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()

2010-09-07 Thread stefina
** Visibility changed to: Public

-- 
nautilus-sendto crashed with SIGSEGV in _start()
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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


[Bug 632358] Re: nautilus-sendto crashed with SIGSEGV in _start()

2010-09-07 Thread Steve Holmes
Also fails in UNE

** Changed in: nautilus-sendto (Ubuntu)
   Status: New = Confirmed

-- 
nautilus-sendto crashed with SIGSEGV in _start()
https://bugs.launchpad.net/bugs/632358
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

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