/sbin/init:7:do_lookup_x:_dl_lookup_symbol_x:do_dlsym:_dl_catch_error:dlerror_run
Bug #1078468 reported by
Evan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
upstart (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
To post a comment you must log in.
this and a few other related crash reports on errors..c reveal that glibc's grantpt() implementation is calling NSS modules. That's a huge can of worms; NSS modules can pull in all sorts of extra libraries, some of which are buggier than others. We don't want upstart exposed to these bugs - we'll want to bypass grantpt() and set the pty ownership by hand.