Is it possible that setenv() is being called from another thread? This could end up being a huge can of worms -- all of our libraries do things like calling into gettext() from random arbitrary worker threads and gettext() calls (thread-unsafe) getenv().
In effect, it's not safe to call setenv() from any program that uses GLib, which is a bit.... scary. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/730183 Title: evince crashed with SIGSEGV in getenv() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evince/+bug/730183/+subscriptions -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
