[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Gnome2::VFS segfaults
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: Gnome2::VFS segfaults
- Date: Wed, 31 Aug 2005 19:49:41 +0200
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]