id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1232	Segmentation fault using System.GIO.File.File.File	guest	somebody	"I'm running into segfaults when I try to use File as defined in the module System.GIO.File.File. The following samples fail, regardless of what I use as URI.

-- Sample 1
{{{
import System.GIO.File.File
main =
 putStrLn $ fileParseName $ fileFromURI ""file:///home/me/test.jpg""
}}}

-- Sample 2
{{{
import System.GIO.File.AppInfo
import System.GIO.File.File
import qualified Data.ByteString.Char8 as B

main = do
 appInfo <- fileQueryDefaultHandler file Nothing
 appInfoLaunch appInfo [file] Nothing
 where file = fileFromPath $ B.pack ""file.jpg""
}}}

I tried this in two computers, both with Ubuntu. One is a x86, the
other an amd64. Same result. GDB gives me:

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()"	defect	closed	normal	0.12.0	general (Gtk+, Glib)		invalid		ivanperezdominguez@…
