Description of problem: Run xchat. Have a meeting. Attempt to save the text from that meeting. Window -> Save Text. Program crashes. Version-Release number of selected component (if applicable): xchat-2.6.0-6 2.6.6 seems to be the latest upstream.
This is the dbus vs threads problem. xchat tries to open a file chooser there, which uses gnome-vfs, which uses dbus and threads, but dbus has already been initialized without threads by a module earlier. Fix will hopefully appear in dbus soon.
fix is in dbus-0.92-1