Status: Untriaged
Owner: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED],  [EMAIL PROTECTED]
Labels: Type-Bug Pri-1 OS-All Area-Misc

New issue 4828 by [EMAIL PROTECTED]: duplicate kjs_pcre symbols cause  
link failures
http://code.google.com/p/chromium/issues/detail?id=4828

V8 has its own local copy of kjs_pcre with duplicate symbol names to what's
used in WebKit.  Somehow, we've been getting lucky through some combination
of link order, linker optimizations, or something and the duplicate symbols
have been optimized away before conflicting.  However, with the latest
webkit merge landing (last night), the Purify builds started failing
repeatedly.  This could be because they disable many of these linker
optimizations.  I don't know exactly why.  However, it seems like the v8
copy of these symbols should all be in a local (non-exported) namespace
anyway, which would avoid this conflict rather than relying on luck.  Since
this is affecting the builds, this is at least high priority.

-- 
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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to