Updates:
Cc: [email protected]
Comment #4 on issue 20958 by [email protected]: crash in chrome from
svn 09/02/09
http://code.google.com/p/chromium/issues/detail?id=20958
Hm, I'm not sure why dlsym would fail to resolve localtime_r. That's
peculiar. I feel
like it should be pretty fatal if you can't resolve localtime_r, so I don't
know if we
want to return NULL.
As an aside, I don't know that localtime is only used in one thread in the
browser
process, so the static probably needs to be locked. I'm also not sure why
we don't
just call __localtime_r instead of using dlsym. This would prevent the
dynamic loader
failing to resolve localtime_r issue.
agl, thoughts?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---