orcaslicer/lib
Mike Sheldrake 599d76b70b avoid DBus related crash on Ubuntu #954
An undocumented feature of Net::DBus->session() is that it returns
the same connection object it creates the first time it's called for
all subsequent calls. Somehow this exposes us to a bug where unref()
is called on that object too many times, causing a segfault.
Undefining the cached object after we've used it once avoids this.
2013-01-25 12:29:44 -08:00
..
Slic3r avoid DBus related crash on Ubuntu #954 2013-01-25 12:29:44 -08:00
Slic3r.pm Bump version number 2013-01-17 17:44:56 +01:00