GNOME Bugzilla – Bug 387074
Crashes when gtk_file_chooser_set_uri() with a remote URI before calling gtk_file_chooser_set_local_only
Last modified: 2007-01-26 07:00:28 UTC
Steps to reproduce: This was originally observed with the PyGTK bindings, but I'm pretty sure it's not PyGTK specific. The code that caused the seg fault looked like: dialog.set_uri(last_uri) dialog.set_local_only(False) Reversing the order of the two lines fixed the problem. This ordering requirement should either be documented, or the crash fixed. Stack trace:
+ Trace 95062
(the later frames look to be largely irrelevant) Other information:
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. Marking as a duplicate of a newer bug with a patch. *** This bug has been marked as a duplicate of 397754 ***