| Issue 8606: | 64 bit chrome on Windows | |
| 1578 people starred this issue and may be notified of changes. | Back to list |
Blocked on: issue 166496 issue 168036 issue 168039 issue 173911 issue 175301 issue 175753 issue 177779 issue 179716 issue 180861 issue 244605 issue 255228 issue 262193 issue 268525 issue 335192 issue 338706 issue 338710 issue 361720 issue 364653 issue 375119
Restricted
Sign in to add a comment
|
I think the team should begin develop an official x86-64 version of Chrome for Windows x64 (XP/Vista/7). IE (official) and Firefox (unofficial) have it. Java plugin has 64 bit version. Flash x64 is coming (already available for Linux).
Jul 7, 2009
Issue 16077 has been merged into this issue.
Jul 8, 2009
So, grabbing the Chromium source and compiling it as 64 bit will not work? A 64 bit build would be cool to have.
Aug 3, 2009
This applies to Linux, too.
Aug 3, 2009
It applies to Mac OS X as well. Indeed it would apply to any OS that supports 64-bit and Chromium; though I bet the Chromium team will focus primarily on Windows, Linux, and OS X.
Aug 4, 2009
Issue 18398 has been merged into this issue.
Aug 13, 2009
On 64 bit Ubuntu 9.04 the 'amd64' .deb package is unable to load many libraries. A native 64 bit build would be great. /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so /usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgiogconf.so /usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64 Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so [31872:31877:173302809314:ERROR:/b/slave/chrome-official-linux/build/src/base/native_library_linux.cc(19)] dlopen failed when trying to open /home/gregc/.mozilla/plugins/libflashplayer.so: /home/gregc/.mozilla/plugins/libflashplayer.so: wrong ELF class: ELFCLASS64 [31872:31877:173302809398:ERROR:/b/slave/chrome-official-linux/build/src/base/native_library_linux.cc(19)] dlopen failed when trying to open /home/gregc/.mozilla/plugins/libflashplayer.so.old: /home/gregc/.mozilla/plugins/libflashplayer.so.old: wrong ELF class: ELFCLASS64 [31872:31877:173302809442:ERROR:/b/slave/chrome-official-linux/build/src/base/native_library_linux.cc(19)] dlopen failed when trying to open /home/gregc/.mozilla/plugins/libnpjp2.so: /home/gregc/.mozilla/plugins/libnpjp2.so: wrong ELF class: ELFCLASS64 [31872:31877:173302809540:ERROR:/b/slave/chrome-official-linux/build/src/base/native_library_linux.cc(19)] dlopen failed when trying to open /opt/google/chrome/plugins/libflashplayer.so: /opt/google/chrome/plugins/libflashplayer.so: wrong ELF class: ELFCLASS64 [31872:31877:173302809617:ERROR:/b/slave/chrome-official-linux/build/src/base/native_library_linux.cc(19)] dlopen failed when trying to open /usr/lib/mozilla/plugins/libskypebuttons.so: /usr/lib/mozilla/plugins/libskypebuttons.so: wrong ELF class: ELFCLASS64
Aug 13, 2009
@gergnz This is because currently there is no native 64-bit chromium. It is 32-bit version, thus the ELFCLASS64 trying to auto load plugins from mozilla which are 64-bit.
Aug 14, 2009
Issue 18608 has been merged into this issue.
Aug 18, 2009
Hi Guys, if someone is interested, I'm just uploaded on my site (http://ansani.it/chrome) a fresh build of Linux Chrome 64bit (you can use all mozilla 64 bit plugins - flash too!!). My project is to create an automated build system and a .deb package (I mostly use a 64bit experimental debian). You can download it and unpack on /opt/google dir (it's a tar.bz2 package - tar jxvf chrome64_....._.bz2). I currently use it and all is OK. Hope this is usefule for someone. Regards, Salvatore
Aug 18, 2009
ansani's build is working fine on my Ubuntu 9.04 amd64 box. And yes, Flash is working fine. Thank you!
Aug 18, 2009
(No comment was entered for this change.)
Labels:
Mstone-4 JavaScript
Aug 19, 2009
@ansani What distro you used to compile? Have dependencies from mozilla with .1d or .0d extension on NSS libs.
Aug 19, 2009
@reinaldo I used an experimental debian distro. NSS libs depends on .1d.
Aug 19, 2009
(No comment was entered for this change.)
Cc:
w...@chromium.org de...@chromium.org
Aug 19, 2009
Just to note, Chrome Linux is building / running / passing tests on 64-bit. https://code.google.com/p/chromium/wiki/LinuxChromium64 There will be more work involved to have it running on Windows or Mac.
Cc:
maruelatchromium
Aug 20, 2009
If you're on Ubuntu, the best bet is to use the Chromium Daily build PPA: https://launchpad.net/~chromium-daily/+archive/ppa The description says: "The amd64 package is no longer using ia32-libs. It contains *native* 64bit debs." I tried it, and it works as advertised (Flash, etc.). A nice touch in the package is the using of system-wide configuration in /etc/chromium-browser/default, where you can configure the "--enable-plugins" flag.
Aug 20, 2009
fyi this also works on Debian. I used the jaunty repo for Debian Sid and that worked like a charm.
Aug 31, 2009
Google Chrome is native 64-bit on Linux as of 4.0.203.2 (http://googlechromereleases.blogspot.com/2009/08/dev-channel-update-linux-true-64- bit.html)
Sep 2, 2009
FYI version 4.0.203.2 is running fine on Slackware64 13. Need only creation of symbolic links for NSS libs with .1d or .0d extensions and install GConf.
Sep 3, 2009
Issue 20468 has been merged into this issue.
Oct 7, 2009
I added chromium ppa and use latest snapshot. Javatester screen withing chromium says using jre 12. Not sure if 64 or 32. However, using jre 18 64 bit version on opera and ff on same ubuntu jaunty 64 machine. java version "1.6.0_18-ea" Java(TM) SE Runtime Environment (build 1.6.0_18-ea-b02) Java HotSpot(TM) 64-Bit Server VM (build 16.0-b09, mixed mode) How can I get chromium to use this instead? Am being impatient but curious. Thanks.
Oct 7, 2009
Well, given Linux has native x64 builds now, what component is holding back Windows x64 builds?
Oct 8, 2009
GYP work needs to be done first. MSVS supports the concept of "platforms" (in its strictest MS-only sense) so you can have a platform(x86/x64/arm/ia64) x target(release/debug) matrix. We just need to make the generator output the necessary .vcproj glue to generate the x64 build platform. That'd be nice but I don't have cycles to work on that.
Blockedon:
gyp:87
Oct 13, 2009
This is not a requirement for mstone-4.
Labels:
-Area-Misc -Mstone-4 Area-BrowserBackend Mstone-5
Oct 26, 2009
(No comment was entered for this change.)
Summary:
64 bit chrome on Windows
Labels: -OS-All OS-Windows
Dec 17, 2009
Replacing labels: Area-BrowserBackend by Area-Internals
Labels:
-Area-BrowserBackend Area-Internals
Jan 16, 2010
This is indeed a serious problem. Chrome on Win7 64bit does not run smoothly. I have what most would consider a monster machine in terms of specs and people with dinosaurs are running Chrome faster than me simply because their OS's are 32bit.
Jan 16, 2010
@meoknet There is likely some other issue with your computer. I have never heard anyone else complain about performance in a 64-bit OS, nor have I personally had any problems (Win 7 64-bit).
Jan 22, 2010
(No comment was entered for this change.)
Labels:
-Mstone-5 Mstone-X
Sep 21, 2010
Now, since there are the first beta of Flash 64bit, the time should have come nevertheless for chrome 64bit. When can one count finally on one build?
Sep 21, 2010
"Comment 33 by heinrichwitt1961, Today (3 minutes ago) Now, since there are the first beta of Flash 64bit, the time should have come nevertheless for chrome 64bit. When can one count finally on one build? " +1 for this. Also, would it use more ram then 32bit version?
Sep 21, 2010
This is not the place for such discussions. 173 people are getting each and every reply to this topic. This place is for chromium developers.
Sep 21, 2010
You are right. I'm sorry.
Sep 22, 2010
I thought it might be worth mentioning the sandbox instability on Win 7 Enterprise 64-bit which I reported here in case it's related to this. https://code.google.com/p/chromium/issues/detail?id=50491
Mar 9, 2011
Anything new for this issue?
Apr 7, 2011
(No comment was entered for this change.)
Labels:
Restrict-AddIssueComment-Commit
Apr 7, 2011
laforge: what's the story for 64-bit Chrome for Windows?
Cc:
-j...@chromium.org -wtc@chromium.org -deanm%chromium.org@gtempaccount.com -maruel@chromium.org laforge%chromium.org@gtempaccount.com
Labels: -JavaScript
Apr 7, 2011
The list from maruel@ - fix sandbox - 64 bit flash - most of the hard work as been done; especially porting v8 - build support
Cc:
maruel@chromium.org
Jun 29, 2011
Issue 87532 has been merged into this issue.
Sep 27, 2011
Robert Shield also pointed out that there would be requirements on the installer and way we serve payloads.
Sep 28, 2011
(No comment was entered for this change.)
Cc:
-maruel@chromium.org
Aug 2, 2012
Issue 140203 has been merged into this issue.
Oct 2, 2012
I may regret this.
Status:
Assigned
Owner: jschuh@chromium.org Blockedon: -gyp:87 gyp:87
Oct 10, 2012
(No comment was entered for this change.)
Cc:
apps-tse...@chromium.org
Labels: Hotlist-Enterprise
Nov 4, 2012
Issue 159308 has been merged into this issue.
Nov 12, 2012
Issue 160438 has been merged into this issue.
Nov 13, 2012
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=167578
------------------------------------------------------------------------
r167578 | scottmg@chromium.org | 2012-11-14T02:48:04.306535Z
Changed paths:
M http://src.chromium.org/viewvc/chrome/trunk/src/DEPS?r1=167578&r2=167577&pathrev=167578
roll gyp 1533:1534
r1534: ninja windows: Support x64 configuration platform
TBR=bradnelson@chromium.org
BUG=8606
Review URL: https://chromiumcodereview.appspot.com/11293262
------------------------------------------------------------------------
Nov 14, 2012
You can try to build chrome 64 with ninja with the change above now: python build\gyp_chromium -Dtarget_arch=x64 ninja -C out\Debug_x64 chrome With "-Dtarget_arch=x64", ffmpeg errors out because it lacks a config header. Without "-Dtarget_arch=x64" some subprojects (v8, codecs) will build in x86 (so the end result is probably going to be quite wrong). However, much of the rest standard chrome code (try to) build normally, so that would be a way to work through some of the random other compile errors that need to be fixed.
Dec 17, 2012
(No comment was entered for this change.)
Blockedon:
chromium:166496
Dec 21, 2012
(No comment was entered for this change.)
Blocking:
chromium:159629
Dec 21, 2012
(No comment was entered for this change.)
Blockedon:
-gyp:87
Dec 27, 2012
(No comment was entered for this change.)
Blockedon:
chromium:167707
Jan 1, 2013
(No comment was entered for this change.)
Blockedon:
chromium:167951
Jan 2, 2013
(No comment was entered for this change.)
Blockedon:
chromium:168036 chromium:168039
Jan 16, 2013
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=177264
------------------------------------------------------------------------
r177264 | scottmg@chromium.org | 2013-01-16T23:34:04.434059Z
Changed paths:
A http://src.chromium.org/viewvc/chrome/trunk/src/base/safe_numerics_unittest.cc?r1=177264&r2=177263&pathrev=177264
M http://src.chromium.org/viewvc/chrome/trunk/src/base/base.gyp?r1=177264&r2=177263&pathrev=177264
A http://src.chromium.org/viewvc/chrome/trunk/src/base/safe_numerics.h?r1=177264&r2=177263&pathrev=177264
M http://src.chromium.org/viewvc/chrome/trunk/src/base/base.gypi?r1=177264&r2=177263&pathrev=177264
A http://src.chromium.org/viewvc/chrome/trunk/src/base/safe_numerics_unittest.nc?r1=177264&r2=177263&pathrev=177264
Add numeric_cast for checked integral narrowing casts
In work on bringing up Windows x64, there are many places that need
to be safely narrowed to the types used for interacting with other
APIs (particularly when using containers). Rather than scatter these
CHECKs all over, numeric_cast<> CHECKs that the runtime value can be
safely converted to the target type.
BUG=8606, 167187, 166496
Review URL: https://codereview.chromium.org/11886037
------------------------------------------------------------------------
Feb 3, 2013
(No comment was entered for this change.)
Blockedon:
chromium:173911
Feb 9, 2013
(No comment was entered for this change.)
Blockedon:
chromium:175301
Feb 12, 2013
(No comment was entered for this change.)
Blockedon:
chromium:175753
Feb 22, 2013
(No comment was entered for this change.)
Blockedon:
chromium:177779
Mar 2, 2013
(No comment was entered for this change.)
Labels:
Arch-x86_64
Blockedon: chromium:179688
Mar 3, 2013
(No comment was entered for this change.)
Blockedon:
chromium:179716
Mar 3, 2013
(No comment was entered for this change.)
Blockedon:
chromium:179717
Mar 7, 2013
(No comment was entered for this change.)
Blockedon:
chromium:180861
Mar 10, 2013
(No comment was entered for this change.)
Labels:
-Area-Internals Cr-Internals
Mar 13, 2013
(No comment was entered for this change.)
Labels:
-Restrict-AddIssueComment-Commit Restrict-AddIssueComment-EditIssue
Mar 27, 2013
Issue 224468 has been merged into this issue.
Apr 19, 2013
Issue 233740 has been merged into this issue.
May 9, 2013
Issue 239582 has been merged into this issue.
May 28, 2013
(No comment was entered for this change.)
Blockedon:
chromium:244605
Jun 28, 2013
(No comment was entered for this change.)
Blockedon:
chromium:255228
Jul 19, 2013
(No comment was entered for this change.)
Blockedon:
chromium:262193
Aug 5, 2013
(No comment was entered for this change.)
Blockedon:
chromium:268525
Jan 28, 2014
(No comment was entered for this change.)
Labels:
Proj-Win64
Mar 12, 2014
(No comment was entered for this change.)
Blockedon:
chromium:351920
Mar 12, 2014
Wrong one.
Blockedon:
-chromium:351920
Apr 14, 2014
(No comment was entered for this change.)
Blockedon:
chromium:338706 chromium:338710
Apr 14, 2014
Thinning out some issues that have progressed far enough to not be blockers.
Blockedon:
-chromium:167707 -chromium:167951 -chromium:179688
Apr 14, 2014
(No comment was entered for this change.)
Blockedon:
-chromium:179717
Apr 15, 2014
(No comment was entered for this change.)
Blockedon:
chromium:335192
Apr 15, 2014
(No comment was entered for this change.)
Blockedon:
chromium:360263
Apr 15, 2014
(No comment was entered for this change.)
Blockedon:
chromium:361720
Apr 18, 2014
(No comment was entered for this change.)
Cc:
wfh@chromium.org d...@chromium.org
Blockedon: chromium:364653
May 19, 2014
(No comment was entered for this change.)
Blockedon:
chromium:375119
Aug 28, 2014
I'm going to call this fixed since we shipped to stable. @wfh - do you want to look close out the three remaining blockers? Because you owned those and I'm pretty sure they're all fixed.
Status:
Fixed
|
||||||||||
| ► Sign in to add a comment | |||||||||||
Status: Available
Cc: j...@chromium.org
Labels: -Type-Bug -Pri-2 Type-Feature Pri-3