Hi David, You seem to be correct - a program that I am developing under ocaml also fails when opening a GTK filechooser dialog. I'm glad you noticed this, as I was naturally thinking that my program was incorrect. The ocaml program fails with a very similar stack trace.
I changed the mount options for a NFS server from crackle:/crackle /mnt/crackle nfs4 _netdev,auto 0 0 to crackle:/crackle /mnt/crackle nfs4 rw,hard,intr,user 0 0 and this seems to have fixed the problem. Audacity now works properly, as do other gtk programs. I do not understand why, though. Anyway, your pointer was very much appreciated! Tim On Fri, Nov 6, 2009 at 8:09 PM, David Henningsson <[email protected]> wrote: > Tim Hanson wrote: >> >> Hi, on my system audacity segfaults while trying to write *any* file, >> either export or save normally. Seems to be a dbus-related issue? > > Hi Tim, > > given the backtrace, I notice libgioremote-volume-monitor.so, which is a > part of gvfs. Which makes me suspect there could might be a problem with be > some hardware/drives/storage you have. Does this make sense to you? Does it > matter whether different devices are unmounted, auto-mounted or manually > mounted when you try to export? > > Does this error occur in other Gnome or wxWidgets programs as well, when > opening a File save dialog? > > // David > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

