Re: Gnome2::VFS segfaults



On Tue, 2005-08-30 at 17:05 +0100, Gavin Brown wrote:

The attached script will always segfault when provided with certain
kinds of files - it's OK with something like /etc/motd, but not with PDF
or text files.

I can reproduce this.  It almost definitely looks like a bug in
gnome-vfs itself, though.  You should file it on bugzilla.gnome.org.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1209010496 (LWP 4451)]
0x06ba99b9 in gnome_vfs_mime_application_launch_with_env (app=0x978bc20, uris=0x970d1f8, envp=0x0) at 
gnome-vfs-mime-handlers.c:1317
1317            g_return_val_if_fail (uris != NULL, GNOME_VFS_ERROR_BAD_PARAMETERS);

This looks a bit strange.  I see the segfault on line 1389:

  result = expand_application_parameters (app->priv->exec, &uris
                                          &argc, &argv);

app->priv is NULL.

-- 
Bye,
-Torsten




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]