On Mon, Mar 17, 2014 at 10:31:06PM +0100, Donovan Watteau wrote: > Hi, > > rev 1.76 of gnome.port.mk made it possible to build a full Xfce desktop > on loongson (yay!). Unfortunately, Thunar crashes at startup with a > SIGBUS. > > I do have the latest glib2-2.38.2p6 update. thunar-1.6.3 and > gvfs-1.18.3p5 were rebuilt with DEBUG=-g. > > Please let me know if I should report this to upstream instead. > > (gdb) run > Starting program: /usr/local/bin/thunar > > Program received signal SIGBUS, Bus error. > meta_journal_iterate (journal=0x4d80b100, path=Variable "path" is not > available. > ) at metatree.c:1233 > 1233 mtime = GUINT64_FROM_BE (entry->mtime); > (gdb) bt > #0 meta_journal_iterate (journal=0x4d80b100, path=Variable "path" is not > available. > ) at metatree.c:1233 > #1 0x00000000479177bc in meta_tree_enumerate_keys (tree=0x4134c480, > path=0x494d20c0 "/", callback=0x478f95e8 <enumerate_keys_callback>, > user_data=0x4df8dd20) at metatree.c:2058 > #2 0x00000000478f9560 in g_daemon_vfs_local_file_add_info (vfs=Variable > "vfs" is not available.
That looks more than a bug in gvfs rather than thunar - and the GUINT64_FROM_BE() macro looks suspicious on mips64LE :) Landry
