Issue 58634 in chromium: Google Chrome crashes when zooming out in Google Maps

144 views
Skip to first unread message

chro...@googlecode.com

unread,
Oct 9, 2010, 11:31:34 AM10/9/10
to chromi...@chromium.org
Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 Area-Undefined

New issue 58634 by patrick.kalmeijer: Google Chrome crashes when zooming
out in Google Maps
http://code.google.com/p/chromium/issues/detail?id=58634

Chrome Version :
Google Chrome 7.0.544.0 (Officiƫle build 61416) dev
WebKit 534.10
V8 2.4.8
User-agent Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10
(KHTML, like Gecko) Chrome/7.0.544.0 Safari/534.10
Opdrachtregel /opt/google/chrome/google-chrome --enable-remoting
--enable-tabbed-options

URLs (if applicable) : http://maps.google.com
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 4: n/a
Firefox 3.x: n/a (in FF it redirects to the mobile google)
IE 7: n/a
IE 8: n/a

What steps will reproduce the problem?
1. Open maps.google.com
2. try to zoom out

What is the expected result?
That google maps just zooms out

What happens instead?
Whole google Chrome crashes, not only the maps tab, and my laptop becomes
veeeeery slow.

chro...@googlecode.com

unread,
Oct 12, 2010, 1:18:36 AM10/12/10
to chromi...@chromium.org
Updates:
Status: Available
Cc: vange...@chromium.org nd...@chromium.org maste...@chromium.org
Labels: -Pri-2 Pri-1 Mstone-8

Comment #2 on issue 58634 by hbr...@google.com: Google Chrome crashes when

+compositing folks

This sounds pretty bad, can one of you take a look?

chro...@googlecode.com

unread,
Oct 12, 2010, 12:40:54 PM10/12/10
to chromi...@chromium.org
Updates:
Status: Assigned
Owner: vange...@chromium.org

Comment #3 on issue 58634 by vange...@chromium.org: Google Chrome crashes

Taking this one over. We had an issue with ImageLayer textures not being
freed in the past but I thought it was fixed.


chro...@googlecode.com

unread,
Oct 13, 2010, 12:08:51 PM10/13/10
to chromi...@chromium.org

Comment #4 on issue 58634 by je...@jessejoe.com: Google Chrome crashes when

I have been also seeing this bug for about a week on chromium 8 on Linux.
No compositing enabled, but with or without the GPU acceleration google
maps still crashes every time when zooming in or out. Its happening in
chrome beta 7 and chromium 8 for me.

chro...@googlecode.com

unread,
Oct 13, 2010, 2:11:59 PM10/13/10
to chromi...@chromium.org

Comment #5 on issue 58634 by vange...@chromium.org: Google Chrome crashes

Compositing is currently enabled by default. You could give it a try with
--disable-accelerated-compositing to see how it behaves without it.

I tracked down the issue. The maps site seems to be creating several
fairly large layers (4K x 4K or larger) which ends up sucking up way too
much memory. I'm looking into possible solutions.


chro...@googlecode.com

unread,
Oct 13, 2010, 6:12:25 PM10/13/10
to chromi...@chromium.org

Comment #9 on issue 58634 by est...@chromium.org: Google Chrome crashes

Issue 58211 has been merged into this issue.

chro...@googlecode.com

unread,
Oct 15, 2010, 1:58:59 AM10/15/10
to chromi...@chromium.org

Comment #11 on issue 58634 by jkeister: Google Chrome crashes when zooming

64-bit Linux Chrome beta 8.0.552.0 becomes unresponsive if google maps with
satellite imagery is zoomed with mouse-wheel or double-click (slider is
OK). Memory usage seems similar to responsive maps pages.

Also, zoom is noticeably faster/smoother on FF 3.6.10.

chro...@googlecode.com

unread,
Oct 15, 2010, 10:40:42 AM10/15/10
to chromi...@chromium.org

Comment #12 on issue 58634 by jaiwithani: Google Chrome crashes when

--disable-accelerated-compositing fixes the problem for me; running
8.0.552.0 dev on Ubuntu 10.10

chro...@googlecode.com

unread,
Oct 16, 2010, 4:39:22 PM10/16/10
to chromi...@chromium.org

Comment #14 on issue 58634 by bobrweber: Google Chrome crashes when zooming

Maps page is completely locked for me. Using
--disable-accelerated-compositing fixes the problem ... running 8.0.552.0
dev on Debian testing.

chro...@googlecode.com

unread,
Oct 17, 2010, 9:39:30 PM10/17/10
to chromi...@chromium.org

Comment #15 on issue 58634 by mmikucionis: Google Chrome crashes when

8.0.552.0 dev on Debian:

Zooming in and out on maps.google.com locks up the computer (with 4GB RAM)
completely by overutilizing the memory (thrashing to swap) and the system
does not recover after 20min, even though the syslog says that oom-killer
was invoked:

Out of memory: kill process 13279 (chrome) score 7172096 or a child
Killed process 13279 (chrome) vsz:252164kB, anon-rss:58864kB,
file-rss:10924kB

Strangely, it does not look like much, perhaps there were more such hungry
processes.

The bug is not a simple memory leak, it's an aggressive memory hog: on a
second try I can see a few gigabytes of memory being swallowed
incrementally in a few seconds, while top is not able to show a particular
offending process -- this happens too quickly.

In addition I tried limitting the virtual memory to 1G by "ulimit -v
1048576", then the system is not bogged down, but the tab crashes in a few
seconds and the terminal says:
[24117:24117:7983126455:FATAL:base/process_util_linux.cc(572)] Out of
memory.

--disable-accelerated-compositing seems to help, but the page is not so
responsive (the map emerges slowly with big latency).


chro...@googlecode.com

unread,
Oct 17, 2010, 10:52:02 PM10/17/10
to chromi...@chromium.org

Comment #16 on issue 58634 by max.thrax: Google Chrome crashes when zooming

I can confirm that this is happening for me both on Google Maps and sites
using the Maps API (such as http://www.christchurchquakemap.co.nz/). I'm
running the latest dev-channel release on 64-bit Ubuntu 10.10, and a friend
running it on 32-bit 10.10 has confirmed that he experiences it also.

chro...@googlecode.com

unread,
Oct 18, 2010, 12:20:45 AM10/18/10
to chromi...@chromium.org

Comment #17 on issue 58634 by MSBurson: Google Chrome crashes when zooming

I'm sure by now the developers are well aware of this bug and are fixing
it. It says it's assigned. Now the only helpful comments would be a .patch
file with a fix.

chro...@googlecode.com

unread,
Oct 18, 2010, 4:55:32 AM10/18/10
to chromi...@chromium.org

Comment #18 on issue 58634 by halfbrainj: Google Chrome crashes when

I have the same problem either with --disable-accelerated-compositing or
without it.
I am running Chromiun 8 and Linux Ming 9. And I have 2g of ram. Can someone
fix it please?

chro...@googlecode.com

unread,
Oct 18, 2010, 10:23:42 AM10/18/10
to chromi...@chromium.org
Updates:
Cc: k...@chromium.org

Comment #19 on issue 58634 by nkos...@chromium.org: Google Chrome crashes

Issue 59413 has been merged into this issue.

chro...@googlecode.com

unread,
Oct 18, 2010, 8:58:31 PM10/18/10
to chromi...@chromium.org

Comment #25 on issue 58634 by temp01...@gmail.com: Google Chrome crashes

Issue 59483 has been merged into this issue.

chro...@googlecode.com

unread,
Oct 20, 2010, 1:30:01 AM10/20/10
to chromi...@chromium.org
Updates:
Labels: -Mstone-9 Mstone-8 ReleaseBlock-Beta

Comment #28 on issue 58634 by ke...@google.com: Google Chrome crashes when

(No comment was entered for this change.)

chro...@googlecode.com

unread,
Oct 20, 2010, 11:00:19 AM10/20/10
to chromi...@chromium.org

Comment #29 on issue 58634 by vraicovi: Google Chrome crashes when zooming

Still broken in 8.0.552.0 dev on Ubuntu 10.10

chro...@googlecode.com

unread,
Oct 23, 2010, 3:31:21 AM10/23/10
to chromi...@chromium.org

Comment #35 on issue 58634 by aclin...@gmail.com: Google Chrome crashes

I am on the latest nightly (8.0.561.0 (63476) Ubuntu 10.04) and although I
am no longer seeing my memory use spiral out of control, Google maps
behaves quite sluggishly when zooming in or out - sometimes completely
failing to load the imagery at the new zoom level. Panning, on the other
hand, behaves fine. Could this be a result of the changes you committed?

chro...@googlecode.com

unread,
Oct 25, 2010, 7:20:57 AM10/25/10
to chromi...@chromium.org

Comment #36 on issue 58634 by borf...@gmail.com: Google Chrome crashes when

I also have this problem, both in 7 unstable with Ubuntu Linux 10.04 and in
8 unstable, with Ubuntu 10.10.

chro...@googlecode.com

unread,
Oct 25, 2010, 9:22:39 AM10/25/10
to chromi...@chromium.org

Comment #37 on issue 58634 by antonio.galea: Google Chrome crashes when

Same problem: I'm using version 9.0.563.0 (63673) on Debian 5.0 (Lenny).

chro...@googlecode.com

unread,
Oct 26, 2010, 2:16:17 PM10/26/10
to chromi...@chromium.org
Updates:
Status: Assigned
Labels: -resolveByM8 -Mstone-8 Mstone-9

Comment #46 on issue 58634 by vange...@chromium.org: Google Chrome crashes

There's a "fix" that's available in the latest DevChannel build (8.0.552.11
(Official Build 63324)) which improves the situation but unfortunately I
don't think it completely solves the problem. The next DevChannel release
will have accelerated compositing off by default so this problem will go
away (although the underlying issue with the compositor remains and we're
working on it).

I'm re-opening the bug to make sure it doesn't get lost. Marking as M9.

chro...@googlecode.com

unread,
Nov 3, 2010, 8:21:36 PM11/3/10
to chromi...@chromium.org
Updates:
Owner: jam...@chromium.org

Comment #51 on issue 58634 by da...@chromium.org: Google Chrome crashes

(No comment was entered for this change.)

chro...@googlecode.com

unread,
Nov 10, 2010, 2:36:59 AM11/10/10
to chromi...@chromium.org

Comment #52 on issue 58634 by catinsnow: Google Chrome crashes when zooming

Still exist in 9.0.576.0 dev.

chro...@googlecode.com

unread,
Nov 12, 2010, 4:46:24 AM11/12/10
to chromi...@chromium.org

Comment #53 on issue 58634 by brendon.robey: Google Chrome crashes when

Windows 7 32-bit, reporting in. Seems to be fixed in 8.0.552.200 beta. CPU
(old Pentium D) stays the same, the process doesn't suddenly jump in memory
usage and my machine isn't slowed down much.

chro...@googlecode.com

unread,
Nov 12, 2010, 11:38:17 AM11/12/10
to chromi...@chromium.org

Comment #54 on issue 58634 by mario.vo...@gmail.com: Google Chrome crashes

You have to turn off the accelerated gpu rendering.Its causing the problem.
I think I read it in some other issue related to this one.

chro...@googlecode.com

unread,
Nov 15, 2010, 4:37:23 PM11/15/10
to chromi...@chromium.org

Comment #55 on issue 58634 by webolutionary: Google Chrome crashes when

Re: #54, where do you do that? Is there an option in Chrome for that?
Should be noted it works smoothly in all other browsers.

chro...@googlecode.com

unread,
Nov 20, 2010, 7:13:56 AM11/20/10
to chromi...@chromium.org

Comment #57 on issue 58634 by antoine.philippe: Google Chrome crashes when

Same problem with 9.0.587.0 dev
I can search in google maps when I move the maps of i zoom in the map.
Google maps freeze and crash. No problem with IE, FF and Chrome 8

chro...@googlecode.com

unread,
Dec 1, 2010, 6:57:47 AM12/1/10
to chromi...@chromium.org

Comment #60 on issue 58634 by mmikucionis: Google Chrome crashes when

Antonio, where can I get the 9.0.592.0 (66920) release?
I am using "deb http://dl.google.com/linux/deb/" in sources.list, and the
latest is 9.0.587.0-r66374 with this issue :(

chro...@googlecode.com

unread,
Dec 1, 2010, 10:05:58 AM12/1/10
to chromi...@chromium.org

Comment #61 on issue 58634 by antonio.galea: Google Chrome crashes when

I've compiled it myself on my machine - it's not that hard, it only takes
some space and RAM. Here is my setup, in case you find it useful.

Antonio

Attachments:
chromium_build.tgz 1.4 KB

chro...@googlecode.com

unread,
Dec 26, 2010, 6:14:22 AM12/26/10
to chromi...@chromium.org

Comment #64 on issue 58634 by d...@chromium.org: Google Chrome crashes when

Issue 67099 has been merged into this issue.

chro...@googlecode.com

unread,
Dec 26, 2010, 6:30:27 AM12/26/10
to chromi...@chromium.org

Comment #65 on issue 58634 by d...@chromium.org: Google Chrome crashes when

Issue 64730 has been merged into this issue.

chro...@googlecode.com

unread,
Feb 25, 2011, 5:40:33 AM2/25/11
to chromi...@chromium.org

Comment #66 on issue 58634 by aeiou11...@gmail.com: Google Chrome crashes

It's really weird, no? I switched from Firefox to Google Chrome but Google
Chrome seems to crash all the time, most often on Google's own websites x_0

My maps.google.com crashes as soon as the website is loaded. Have 4GB of
Ram on a double-processor MacBook Pro. Ridiculous.

chro...@googlecode.com

unread,
May 31, 2011, 9:37:19 PM5/31/11
to chromi...@chromium.org
Updates:
Cc: -hbr...@google.com -m...@chromium.org
Labels: Restrict-AddIssueComment-Commit

Comment #71 on issue 58634 by the...@chromium.org: Google Chrome crashes

@victor: please file a new bug with details on how to reproduce your crash,
rather than comment on a fixed bug with similar symptoms, which may or may
not be related to your crash.

Reply all
Reply to author
Forward
0 new messages