Bug 239588

Summary: segfault on startup
Product: [Fedora] Fedora Reporter: Zack Cerza <zcerza>
Component: nautilus-sendtoAssignee: Alexander Larsson <alexl>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-09 19:36:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Zack Cerza 2007-05-09 17:55:46 UTC
Description of problem:
No matter what filename is passed (or if it exists), nautilus-sendto crashes on
startup.

zack@tak ~ =) % gdb nautilus-sendto
[...]
(gdb) run lksdjf
Starting program: /usr/bin/nautilus-sendto lksdjf
[Thread debugging using libthread_db enabled]
[New Thread -1208641328 (LWP 30704)]

** (nautilus-sendto:30704): CRITICAL **: dbus_g_error_get_name: assertion
`error->code == DBUS_GERROR_REMOTE_EXCEPTION' failed

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208641328 (LWP 30704)]
0x424e6a48 in strcmp () from /lib/libc.so.6
(gdb) bt
#0  0x424e6a48 in strcmp () from /lib/libc.so.6
#1  0x4265e0d4 in IA__g_str_equal (v1=0x0, v2=0x4f0178) at gstring.c:77
#2  0x004efdc7 in init (plugin=0x9c03470) at bluetooth.c:78
#3  0x0804b487 in main (argc=163601408, argv=0x4f18c0)
    at nautilus-sendto-command.c:590



Version-Release number of selected component (if applicable):
nautilus-sendto-0.10-2.fc7.i386
nautilus-2.18.1-2.fc7.i386
gnome-bluetooth-0.8.0-4.fc7.i386


How reproducible:
Always

Comment 1 Matthias Clasen 2007-05-09 19:06:24 UTC
I'm building nautilus-sendto-0.10-3.fc7. Can you test that when it falls out of
the build system ?

Comment 2 Zack Cerza 2007-05-09 19:36:57 UTC
Fixed. Thanks Matthias.