[Bug 418979] Re: nautilus crashed with SIGSEGV in g_shell_quote()

2018-03-17 Thread Sebastien Bacher
the bug has been get duplicates/comments for 7 years, assuming it's
obsolete and closing, you should open a new report if you still get that
issue with a current version

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/418979

Title:
  nautilus crashed with SIGSEGV in g_shell_quote()

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/418979/+subscriptions

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

[Bug 418979] Re: nautilus crashed with SIGSEGV in g_shell_quote()

2010-09-15 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Invalid => Unknown

** Changed in: nautilus
   Importance: Unknown => Critical

-- 
nautilus crashed with SIGSEGV in g_shell_quote()
https://bugs.launchpad.net/bugs/418979
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 418979] Re: nautilus crashed with SIGSEGV in g_shell_quote()

2010-04-19 Thread Sebastien Bacher
do you have an easy example to trigger the bug?

-- 
nautilus crashed with SIGSEGV in g_shell_quote()
https://bugs.launchpad.net/bugs/418979
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 418979] Re: nautilus crashed with SIGSEGV in g_shell_quote()

2010-04-17 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown => Invalid

-- 
nautilus crashed with SIGSEGV in g_shell_quote()
https://bugs.launchpad.net/bugs/418979
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 418979] Re: nautilus crashed with SIGSEGV in g_shell_quote()

2010-04-17 Thread Marcus Carlson
This is not an upstream issue but a problem in a patch from ubuntu 
(82_gnome-app-install.patch):
+void launch_gnome_app_install_mimetype(GdkScreen  *screen,
+  NautilusFile *file,
+  char *uri) {
+   char *qmimetype, *quri, *qduri, *command;
+   if (!screen)
+   screen = gdk_display_get_default_screen(gdk_display_get_default 
());
+
+   qmimetype = g_shell_quote (nautilus_file_info_get_mime_type (file));
+   quri = g_shell_quote (uri);
+   command = g_strconcat("gnome-app-install --mime-type=",
+qmimetype, " ", quri, 
+(char*)0 /* NB NULL is wrong */);
+   g_free (qmimetype);
+   g_free (quri);
+   g_free (qduri);
+
+   //eel_gnome_shell_execute_on_screen (command, screen);
+   gdk_spawn_command_line_on_screen (screen, command, NULL);
+   g_free (command);
+}


Probably best to check NULL for nautilus_file_info_get_mime_type () as it 
could, but very very rarely return NULL:
char *
nautilus_file_get_mime_type (NautilusFile *file)
{
if (file != NULL) {
g_return_val_if_fail (NAUTILUS_IS_FILE (file), NULL);
if (file->details->mime_type != NULL) {
return g_strdup (eel_ref_str_peek 
(file->details->mime_type));
}
}
return g_strdup ("application/octet-stream");
}

(Note, nautilus_file_info_get_mime_type() just calls the interface
function)

-- 
nautilus crashed with SIGSEGV in g_shell_quote()
https://bugs.launchpad.net/bugs/418979
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 418979] Re: nautilus crashed with SIGSEGV in g_shell_quote()

2009-12-21 Thread Sense Hofstede
I've reported this bug upstream and am marking it as Triaged since the work of 
Bug Control here is done so far. We'll now wait until someone with more 
understanding of the traces responds.
Thank you for reporting this bug!

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

** Bug watch added: GNOME Bug Tracker #605133
   https://bugzilla.gnome.org/show_bug.cgi?id=605133

** Also affects: nautilus via
   https://bugzilla.gnome.org/show_bug.cgi?id=605133
   Importance: Unknown
   Status: Unknown

-- 
nautilus crashed with SIGSEGV in g_shell_quote()
https://bugs.launchpad.net/bugs/418979
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 418979] Re: nautilus crashed with SIGSEGV in g_shell_quote()

2009-09-16 Thread Kees Cook
** Description changed:

  Binary package hint: nautilus
  
  Crashed while trying to open a file that is associated with a compiled
  application (not installed via Synaptics)
  
  ProblemType: Crash
  Architecture: amd64
  DistroRelease: Ubuntu 9.04
  ExecutablePath: /usr/bin/nautilus
  NonfreeKernelModules: fglrx wl
  Package: nautilus 1:2.26.2-0ubuntu2
  ProcCmdline: nautilus
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: nautilus
  StacktraceTop:
   g_shell_quote () from /usr/lib/libglib-2.0.so.0
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: nautilus crashed with SIGSEGV in g_shell_quote()
  Uname: Linux 2.6.28-15-generic x86_64
  UserGroups: adm admin audio cdrom dialout dip lpadmin netdev plugdev pulse 
pulse-access pulse-rt sambashare vboxusers video
+ SegvAnalysis:
+  Segfault happened at: 0x7ff0276c51be : movzbl 
0x0(%rbp),%edx
+  PC (0x7ff0276c51be) ok
+  source "0x0(%rbp)" (0x0c47f060) not located in a known VMA region (needed 
readable region)!
+  destination "%edx" ok
+ SegvReason: reading unknown VMA

-- 
nautilus crashed with SIGSEGV in g_shell_quote()
https://bugs.launchpad.net/bugs/418979
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 418979] Re: nautilus crashed with SIGSEGV in g_shell_quote()

2009-08-27 Thread Pedro Villavicencio
crash could be at the gnome-app-install patch, marking it as confirmed
since the backtrace is completed.

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

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)

** Visibility changed to: Public

-- 
nautilus crashed with SIGSEGV in g_shell_quote()
https://bugs.launchpad.net/bugs/418979
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