Issue 348354 in chromium: Page freezes after changing value of select/dropdown form element

61 views
Skip to first unread message

chro...@googlecode.com

unread,
Mar 1, 2014, 11:23:33 PM3/1/14
to chromi...@chromium.org
Status: Unconfirmed
Owner: ----
Labels: Cr-UI Pri-2 Via-Wizard Type-Bug OS-Linux

New issue 348354 by khym.cha...@gmail.com: Page freezes after changing
value of select/dropdown form element
http://code.google.com/p/chromium/issues/detail?id=348354

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/34.0.1847.14 Safari/537.36

Steps to reproduce the problem:
1. Go to chrome://flags or http://forums.randi.org/search.php
2. Change the value of one of the dropdown menus.
3. Try to use the page.

What is the expected behavior?
Page keeps working.

What went wrong?
Page freezes.

Did this work before? Yes Unkown

Chrome version: 34.0.1847.14 Channel: beta
OS Version: Fedora 20
Flash Version: Shockwave Flash 12.0 r0

Using the command line option "--disable-experiments" makes the problem go
away, so I tried individually disabling experiments via chrome://flags to
find which one was the cultript. However, disabling any one experiment
didn't fix the problem; only disabling them all fixed the problem. So, I
hope you'll be able to figure it out with the following info from
chrome://version:

Command line:

/usr/bin/google-chrome --user-data-dir=[REDACTED] --flag-switches-begin
--enable-accelerated-filters --enable-deadline-scheduling
--enable-device-discovery-notifications
--disable-compositor-touch-hit-testing --disable-touch-adjustment
--enable-adview --enable-app-window-controls --disable-async-dns
--enable-devtools-experiments --enable-download-resumption
--enable-encrypted-media --enable-ephemeral-apps
--enable-experimental-canvas-features --disable-gesture-tap-highlight
--enable-http2-draft-04 --enable-offline-cache-access --enable-quic-https
--enable-quic --enable-service-worker --enable-spdy4a2
--enable-spelling-feedback-field-trial --enable-streamlined-hosted-apps
--enable-suggestions-ntp --enable-sync-synced-notifications
--enable-tcp-fastopen --enable-usermedia-screen-capturing
--enable-experimental-extension-apis --extensions-on-chrome-urls
--force-compositing-mode --embed-flash-fullscreen
--disable-impl-side-painting --enable-lcd-text --disable-map-image
--enable-password-autofill-public-suffix-domain-matching
--enable-per-tile-painting --show-autofill-type-predictions
--enable-threaded-compositing --touch-events=disabled --flag-switches-end

Variations:

6dcb530d-ea8a9327
c70841c8-4866ef6e
9e5c75f1-bbc3bcc9
24dca50e-837c4893
ca65a9fe-91ac3782
8d790604-96fa6510
4ea303a6-c4f3c574
b2612322-f8cf70e2
5a3c10b5-e1cc0f14
244ca1ac-4ad60575
3ac60855-486e2a9c
246fb659-cdc3d902
f296190c-4c073154
4442aae2-75cb33fc
ed1d377-e1cc0f14
75f0f0a0-d7f6b13c
e2b18481-bd104136
e7e71889-4ad60575
cbf0c14e-bf3e6cfd

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

chro...@googlecode.com

unread,
Mar 8, 2014, 8:38:26 AM3/8/14
to chromi...@chromium.org

Comment #2 on issue 348354 by zor...@gmail.com: Page freezes after changing
value of select/dropdown form element
http://code.google.com/p/chromium/issues/detail?id=348354

Process freezes rather, so more than one tab can hang and even refuse to
close. Essentially *all* dropdown menu interaction seems broken, even the
Search Engine choice in the settings.

Version: 34.0.1847.45-0ubuntu1~ppa1~saucy1 from ppa
Distro: Kubuntu 13.10 amd64
Kernel: 3.12.4-pf+ from ppa

chro...@googlecode.com

unread,
Mar 8, 2014, 8:59:49 AM3/8/14
to chromi...@chromium.org

Comment #3 on issue 348354 by zor...@gmail.com: Page freezes after changing
value of select/dropdown form element
http://code.google.com/p/chromium/issues/detail?id=348354

I forgot to mention, the flag is "--no-experiments". (And it seems to work
around the issue for me.)

Apologies for the extra noise.

chro...@googlecode.com

unread,
Mar 8, 2014, 5:35:48 PM3/8/14
to chromi...@chromium.org

Comment #4 on issue 348354 by khym.cha...@gmail.com: Page freezes after
changing value of select/dropdown form element
http://code.google.com/p/chromium/issues/detail?id=348354

> Process freezes rather, so more than one tab can hang and even refuse to
> close.

I can close the frozen tabs.

chro...@googlecode.com

unread,
Mar 8, 2014, 7:53:43 PM3/8/14
to chromi...@chromium.org

Comment #5 on issue 348354 by khym.cha...@gmail.com: Page freezes after
changing value of select/dropdown form element
http://code.google.com/p/chromium/issues/detail?id=348354

I can reproduce the bug with the following combination of command line
options:

--enable-logging --v=1 --enable-fastback --enable-preconnect
--enable-preparsed-js-caching --enable-accelerated-2d-canvas
--enable-accelerated-layers --enable-threaded-compositing
--enable-deferred-2d-canvas --enable-advanced-fs --enable-gpu-plugin
--enable-crash-reporter --experimental-spellchecker-features
--enable-connect-backup-jobs --password-store=kwallet
--enable-expose-for-tabs --enable-experimental-form-filling
--enable-grouped-history --enable-interactive-autocomplete
--enable-omnibox-auto-completion-for-ime --purge-memory-button
--enable-rich-notifications --enable-translate-new-ux --disable-ipv6
--no-experiments

If I then change --enable-threaded-compositing to
--disable-threaded-compositing the problem goes away, so threaded
compositing has *something* to do with it. But if I then remove
--no-experiments the problem comes back despite threaded compositing still
being disabled.

chro...@googlecode.com

unread,
Mar 13, 2014, 1:49:28 AM3/13/14
to chromi...@chromium.org

Comment #7 on issue 348354 by khym.cha...@gmail.com: Page freezes after
changing value of select/dropdown form element
http://code.google.com/p/chromium/issues/detail?id=348354

The problem has gone away after upgrading to version 34.0.1847.60

chro...@googlecode.com

unread,
Oct 15, 2015, 3:47:20 AM10/15/15
to chromi...@chromium.org

Comment #10 on issue 348354 by dan...@optimiert.es: Page freezes after
changing value of select/dropdown form element
https://code.google.com/p/chromium/issues/detail?id=348354

Same problem
Version 45.0.2454.101 Built on Ubuntu 14.04, running on elementary OS 0.3.1
(64-bit)

chro...@googlecode.com

unread,
Oct 15, 2015, 3:54:24 AM10/15/15
to chromi...@chromium.org

Comment #11 on issue 348354 by dan...@optimiert.es: Page freezes after
changing value of select/dropdown form element
https://code.google.com/p/chromium/issues/detail?id=348354

Same problem. OS hardware reset needed.
Reply all
Reply to author
Forward
0 new messages