Activity log for bug #856072

Date Who What changed Old value New value Message
2011-09-22 03:38:31 Zach Pfeffer bug added bug
2011-09-22 03:39:00 Zach Pfeffer bug task added linaro-android
2011-09-22 03:39:26 Zach Pfeffer visibility private public
2011-09-22 03:40:52 Zach Pfeffer affects linaro-landing-team-ti lucidspice
2011-09-22 05:36:47 Fathi Boudra description See: https://bugzilla.mozilla.org/show_bug.cgi?id=687367 In bionic (ugh), domain name functions (getaddrinfo, gethostbyname_r, et al) are not thread-safe because stdio is not thread-safe... These functions rely on stdio for reading from the /etc/hosts file. AFAIK in Gecko, we launch worker threads which call these domain functions, and we crash inside bionic when we run into such a race condition in stdio. This is the #2 top crasher in 7.0 Beta and #1 in 6.0. I haven't seen single-core devices running into these crashes, but on dual-core devices they are a lot more severe. The ugly fix would be using locks around getaddrinfo calls. Another workaround would be setting the CPU affinity on worker threads; doesn't fix the issue, but should make it a lot less common. Also, might be possible to not use getaddrinfo, but that seems to have implications in IPv6 support (Bug 626866); Complete thread on: https://bugzilla.mozilla.org/show_bug.cgi?id=687367
2011-09-22 05:41:03 Fathi Boudra bug added subscriber Michael K. Edwards
2011-09-22 05:44:36 Fathi Boudra bug watch added https://bugzilla.mozilla.org/show_bug.cgi?id=687367
2011-09-22 05:44:36 Fathi Boudra affects lucidspice firefox
2011-09-22 05:44:36 Fathi Boudra firefox: importance Undecided Unknown
2011-09-22 05:44:36 Fathi Boudra firefox: status New Unknown
2011-09-22 05:44:36 Fathi Boudra firefox: remote watch Mozilla Bugzilla #687367
2011-09-22 06:43:28 Bug Watch Updater firefox: status Unknown In Progress
2011-09-22 06:43:28 Bug Watch Updater firefox: importance Unknown High
2011-09-22 07:01:32 Fathi Boudra linaro-android: importance Undecided High
2011-09-22 13:11:31 warmcat removed subscriber Linaro Landing Team: TI
2011-09-28 07:54:43 Bug Watch Updater bug watch added http://code.google.com/p/android/issues/detail?id=15722
2011-10-05 17:59:23 Fathi Boudra linaro-android: status New Triaged
2011-10-11 09:48:21 Bug Watch Updater firefox: status In Progress Confirmed
2011-10-14 11:02:09 Bug Watch Updater firefox: status Confirmed Fix Released
2011-10-14 18:47:05 Bernhard Rosenkraenzer bug added subscriber Bernhard Rosenkraenzer
2011-12-29 13:41:35 Amit Pundir linaro-android: status Triaged Won't Fix