Bug 514961 - File search freeze
Summary: File search freeze
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Search (show other bugs)
Version: 4.7   Edit
Hardware: PC Windows NT
: P3 critical with 2 votes (vote)
Target Milestone: 4.8 M7   Edit
Assignee: Karsten Thoms CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo, performance
: 508447 519185 533220 (view as bug list)
Depends on: 534324
Blocks:
  Show dependency tree
 
Reported: 2017-04-07 16:30 EDT by Alain Picard CLA
Modified: 2019-01-21 04:11 EST (History)
17 users (show)

See Also:


Attachments
Search freeze image (17.27 KB, image/png)
2017-04-10 16:14 EDT, Alain Picard CLA
no flags Details
Heap size remaining decreases by 1MB with each call to constructor of Buffer (68.04 KB, image/jpeg)
2017-07-22 00:59 EDT, Vikas Chandra CLA
no flags Details
I have all non-nested plugin of all these repos (58.77 KB, image/jpeg)
2017-07-22 01:19 EDT, Vikas Chandra CLA
no flags Details
Dumped using jmap (78.96 KB, application/octet-stream)
2017-10-30 22:34 EDT, Maik Greubel CLA
no flags Details
Dumped using jstack (78.96 KB, application/octet-stream)
2017-10-30 22:34 EDT, Maik Greubel CLA
no flags Details
another freeze (72.48 KB, text/plain)
2018-01-28 08:00 EST, Matej Spiller Muys CLA
no flags Details
and another (53.68 KB, text/plain)
2018-01-28 08:00 EST, Matej Spiller Muys CLA
no flags Details
Hot methods (125.17 KB, image/png)
2018-02-09 11:05 EST, Lars Vogel CLA
no flags Details
Object statistics (174.03 KB, image/png)
2018-02-09 11:05 EST, Lars Vogel CLA
no flags Details
Screenshot: OOM (78.72 KB, image/png)
2018-04-17 07:55 EDT, Karsten Thoms CLA
no flags Details
5 thread dumps created with jstack (49.39 KB, application/zip)
2018-04-17 07:55 EDT, Karsten Thoms CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alain Picard CLA 2017-04-07 16:30:18 EDT
Twice now with Oxygen M5, if I either move the search window or try to expand the search results while the search is ongoing, it freezes the application and I am left with killing eclipse.
Comment 1 Alain Picard CLA 2017-04-07 16:38:28 EDT
After restarting this time I had an error dialog with

java.lang.OutOfMemoryError: Java heap space

that is a new installation with the default: -Xmx1024m
Comment 2 Dani Megert CLA 2017-04-09 08:53:08 EDT
Please provide stack traces or steps.
Comment 3 Alain Picard CLA 2017-04-09 08:58:30 EDT
The error log contains about 100 repeated messages about the OutOfMemoryError but the first few have a very short stacktrace.

java.lang.OutOfMemoryError: Java heap space
	at org.eclipse.search.internal.core.text.FileCharSequenceProvider$Buffer.<init>(FileCharSequenceProvider.java:144)
	at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.findBufferToUse(FileCharSequenceProvider.java:358)
	at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.getBuffer(FileCharSequenceProvider.java:347)
	at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.length(FileCharSequenceProvider.java:326)
	at java.util.regex.Matcher.getTextLength(Unknown Source)
	at java.util.regex.Matcher.reset(Unknown Source)
	at java.util.regex.Matcher.reset(Unknown Source)

As for the steps I was simply doing a file search on full workspace content (38k files).

I have now updated my .ini to 4gb which is my normal setting and all is well, but there is still an issue as not everyone can allocate this much RAM.
Comment 4 Dani Megert CLA 2017-04-09 09:00:01 EDT
Can you provide a test case or steps?
Comment 5 Alain Picard CLA 2017-04-09 09:02:18 EDT
As I said do a text search with a large number of files on a warmed up workspaces (has done full built already and some call hierarchy search before). And make sure to constrain the max heap space. I can't think of anything else.
Comment 6 Dani Megert CLA 2017-04-09 09:09:09 EDT
(In reply to Alain Picard from comment #5)
> As I said do a text search with a large number of files

What's "large" for you?
Comment 7 Alain Picard CLA 2017-04-09 09:09:58 EDT
As stated in comment #3, it was 38k files
Comment 8 Dani Megert CLA 2017-04-09 09:12:27 EDT
(In reply to Alain Picard from comment #7)
> As stated in comment #3, it was 38k files

Yes, I saw that. It's more about the matches. Can you try to figure out how many matches are reported before it gets an OOME?
Comment 9 Alain Picard CLA 2017-04-09 09:14:38 EDT
In this case it wasn't that high, maybe 1k matches. One time about 1k and the other very few (< 100).
Comment 10 Dani Megert CLA 2017-04-10 03:35:57 EDT
I tried to reproduce with -Xmx512M and searched 10'000 files finding over 1 million matches, and it did not run out of memory.

Do you maybe have very large files (> 300 MB)?
Comment 11 Alain Picard CLA 2017-04-10 16:14:20 EDT
Created attachment 267742 [details]
Search freeze image

Here is an image showing a new search that just froze at 0%. Eclipse was still responsive but it wouldn't complete saving the workspace on exit and I had to end the task. Nothing in the log and now I have 4gb for Xmx
Comment 12 Alain Picard CLA 2017-04-10 16:23:09 EDT
(In reply to Dani Megert from comment #10)
> I tried to reproduce with -Xmx512M and searched 10'000 files finding over 1
> million matches, and it did not run out of memory.
> 
> Do you maybe have very large files (> 300 MB)?

In terms of workspace files here are the biggest:
106M    ./com.castortech.iris.models.ecore.ba/model2/ba2.aird
45M     ./com.castortech.sharedjars/SourceZips/poi-src-3.9-20121203.zip
42M     ./com.castortech.sharedjars/SourceZips/castor-1.3.3-RC1-src.zip
Comment 13 Till Brychcy CLA 2017-04-10 16:34:52 EDT
For some time around M5 I also had frequent search hangs when searching for text in all java and property files in my jdt workspace, but not in a reproducible way, so I never filed a bug. 
I haven't observed them in M6
Comment 14 Dani Megert CLA 2017-04-11 03:42:00 EDT
(In reply to Till Brychcy from comment #13)
> For some time around M5 I also had frequent search hangs when searching for
> text in all java and property files in my jdt workspace, but not in a
> reproducible way, so I never filed a bug. 
> I haven't observed them in M6

Alain, please try with 4.6 M6:
https://www.eclipse.org/downloads/
or if you only need the Eclipse SDK:
http://download.eclipse.org/eclipse/downloads/drops4/S-4.7M6-201703082000/
Comment 15 Dani Megert CLA 2017-04-11 08:26:12 EDT
*** Bug 508447 has been marked as a duplicate of this bug. ***
Comment 16 Vlastimil Dolejš CLA 2017-07-04 08:59:37 EDT
Hi,
I have encountered the same problem, except I have no OOME in the log file.
Eclipse 4.7.0 (20170620-1800), Windows 10

What I do:
1/ Run file search over entire workspace (70k files, 139 matches)
2/ Click Expand all in the Search results view while the search is still running (some partial results are already present)
3/ Freeze - Application is not responding

If I wait with the expand all until the search is finished no problem occurs.
Comment 17 Dani Megert CLA 2017-07-17 10:40:22 EDT
Vikas, something for you to investigate?
Comment 18 Vikas Chandra CLA 2017-07-18 00:05:08 EDT
I will investigate this for 4.8M1.
Comment 19 Vikas Chandra CLA 2017-07-21 03:04:00 EDT
After couple of attempts on my normal workspace ( pde+platforui repos), searching for "pluginM" in the entire workspace and maximising/minimising search window causes comment#0.

I also get
!STACK 0
java.lang.OutOfMemoryError: Java heap space
	at org.eclipse.search.internal.core.text.FileCharSequenceProvider$Buffer.<init>(FileCharSequenceProvider.java:144)
	at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.findBufferToUse(FileCharSequenceProvider.java:358)
	at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.getBuffer(FileCharSequenceProvider.java:347)
	at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.length(FileCharSequenceProvider.java:326)
	at java.util.regex.Matcher.getTextLength(Unknown Source)
	at java.util.regex.Matcher.reset(Unknown Source)
	at java.util.regex.Matcher.reset(Unknown Source)
	at org.eclipse.search.internal.core.text.TextSearchVisitor.locateMatches(TextSearchVisitor.java:506)
	at org.eclipse.search.internal.core.text.TextSearchVisitor.access$8(TextSearchVisitor.java:504)
	at org.eclipse.search.internal.core.text.TextSearchVisitor$TextSearchJob.processFile(TextSearchVisitor.java:242)
	at org.eclipse.search.internal.core.text.TextSearchVisitor$TextSearchJob.run(TextSearchVisitor.java:185)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
!SUBENTRY 1 org.eclipse.core.jobs 4 2 2017-07-21 12:30:27.171




java.lang.OutOfMemoryError: Java heap space
!SUBENTRY 1 org.eclipse.core.jobs 4 2 2017-07-21 12:30:27.171
!MESSAGE An internal error occurred during: "IDialogTestPass.java".
!STACK 0
java.lang.OutOfMemoryError: GC overhead limit exceeded
!SUBENTRY 1 org.eclipse.core.jobs 4 2 2017-07-21 12:30:27.171
!MESSAGE An internal error occurred during: "TestTableWrapLayout.java".
!STACK 0
java.lang.OutOfMemoryError: GC overhead limit exceeded
!SUBENTRY 1 org.eclipse.core.jobs 4 2 2017-07-21 12:30:27.171
!MESSAGE An internal error occurred during: "OverrideTestsSelectionProvider.java".
Comment 20 Vikas Chandra CLA 2017-07-22 00:59:41 EDT
Created attachment 269488 [details]
Heap size remaining decreases by 1MB with each call to constructor of Buffer
Comment 21 Vikas Chandra CLA 2017-07-22 01:08:08 EDT
Since default eclipse.ini Xmx value is 1024MB and we know that each constructor call takes away 1MB ( see previous attachment), it would be best to reclaim memory on every 900th call  of FileCharSequenceProvider.Buffer ( similar to org.eclipse.jdt.internal.core.index.Index.save() ). 


Please note that recreating this is slightly difficult but it "surely" happens if attempted for sometime. I will post predictable recreating steps as soon as I identify them.
Comment 22 Vikas Chandra CLA 2017-07-22 01:19:43 EDT
Created attachment 269489 [details]
I have all non-nested plugin of all these repos

For me, this problem recreates "consistently" on

Version: Photon (4.8)
Build id: I20170714-2000


However as I said earlier, the steps to recreate this is not predictable but it surely happens ( within 4 attempts for me). I have all the non-nested projects of these repos ( see attachments) in a brand new workspace. I also have Preferences-> Plug-in Development->  "Include all plugins from target in Java search" option on.
Comment 23 Maik Greubel CLA 2017-10-30 22:33:54 EDT
I have the issue very often.

May the new attachments will help to find the cause.
Comment 24 Maik Greubel CLA 2017-10-30 22:34:29 EDT
Created attachment 271251 [details]
Dumped using jmap
Comment 25 Maik Greubel CLA 2017-10-30 22:34:56 EDT
Created attachment 271252 [details]
Dumped using jstack
Comment 26 Dani Megert CLA 2017-11-12 10:31:53 EST
(In reply to Maik Greubel from comment #25)
> Created attachment 271252 [details]
> Dumped using jstack

This indicates that
org.eclipse.jst.jee.ui.internal.navigator.JEE5ContentProvider$1.run(JEE5ContentProvider.java:145)

is doing work in the UI. Not sure which view this is. Can you try to find that view, close it and retry the search?
Comment 27 Mickael Istria CLA 2017-11-29 11:59:25 EST
Seems like there is still too much investigation and work to do for it to fit in M4 deadline. Moving to M5.
Comment 28 Richard Kennard CLA 2018-01-08 17:09:27 EST
+1 for this issue. It seems okay if you avoid interacting with the 'Search' view until it is finished searching. But the muscle memory from past Eclipse releases is strong - I tend to jump in as soon as I see the (partial) result I want.
Comment 29 Matej Spiller Muys CLA 2018-01-28 08:00:28 EST
Created attachment 272436 [details]
another freeze
Comment 30 Matej Spiller Muys CLA 2018-01-28 08:00:44 EST
Created attachment 272437 [details]
and another
Comment 31 Matej Spiller Muys CLA 2018-01-28 08:24:22 EST
Is there really nothing that you can do around this issue.
I have seen very large group of people affected by this.

It seems that all started when one "smart" eclipse developer decided that IO bound operation like file search, can be made faster when using ridiculous amount of worker threads. Eclipse was then unresponsive while doing file search. This was then "fixed" somehow by reducing the number of threads.

But the file search is still freezing eclipse all the time. At 8%, 0% ... while consuming 100% of one core. A lot of times I am also getting out of memory during search (with -Xmx2048m). I have attached two thread dumps.

Perhaps there is a problem, because workspace has the same file visible in multiple modules and they are dead locking themselves. I am using nested maven projects (with parent poms).

The sad part is that I have to use the external tool doing file search in one thread and it is still faster and using less memory than eclipse every single time.

It is file search ffs. How hard can it be to have it just working in 2018?
Comment 32 Chris Lee CLA 2018-02-02 16:20:54 EST
I've also encountered this issue on multiple occasions - I've tried waiting it out (5+ mins) to no effect. It happens regularly (not every search, but multiple times per week under normal "developer" usage), and the only recourse seems to be killing the process and restarting Eclipse.

Still can't pinpoint what exactly triggers the freeze - I've got nothing that seems related in my error log, and doing the exact same search after a kill-restart usually just "works" - the most recent one was 307 matches across a  workspace with 6 projects with ~130K files (`find . -type f | wc -l`)


I'm running "Eclipse IDE for Java Developers" Oxygen.2 Release (4.7.2) on Ubuntu.

eclipse.ini is launching with decent amount of heap space: 
-Xms4096m
-Xmx4096m

and java version "1.8.0_151"
Comment 33 Lars Vogel CLA 2018-02-09 11:03:59 EST
I used Java Mission Control to do a trace for a minute while searching in a big workspace for the letter "a". 


org.eclipse.search.ui.text.AbstractTextSearchResult.getMatches seems to use 35% for the runtime. I see also more than 3 Millions entries of *.text.FileMatch in the heap.

See screenshots.
Comment 34 Lars Vogel CLA 2018-02-09 11:05:04 EST
Created attachment 272614 [details]
Hot methods
Comment 35 Lars Vogel CLA 2018-02-09 11:05:40 EST
Created attachment 272615 [details]
Object statistics
Comment 36 Andrey Loskutov CLA 2018-02-09 11:31:59 EST
(In reply to Lars Vogel from comment #35)
> Created attachment 272615 [details]
> Object statistics

How much heap your VM had? 512 MB? FileMatch uses 132 MB = 30%?
BTW here is no trace of SWT resources
Comment 37 Veit Guna CLA 2018-02-28 03:38:56 EST
Same here on Oxygen.2. This is _really_ annoying. Normally I would wait for the next version to get this hopefully fixed and keep calm. But since it happens everytime I search, I re-activated my account here to complain. If I do _anything_ (e.g. clicking another window in eclipse) while file search is in progress. It locks up. We have a large project with 60+ maven projects in a workspace. This is really no fun killing the process everytime. I would love to see that fixed in a next SR/Hotfix not just in the next Eclipse major version. My colleagues already joking about me being the only grandpa still using Eclipse and not IntelliJ :). Maybe it's time to take a look...

System: MacOS 10.11.4 (15E65), Eclipse Oxygen.2, JDK 1.8.0_162.
Comment 38 Karsten Thoms CLA 2018-04-17 07:55:07 EDT
Created attachment 273640 [details]
Screenshot: OOM

Just happened on Eclipse Photon
Comment 39 Karsten Thoms CLA 2018-04-17 07:55:47 EDT
Created attachment 273641 [details]
5 thread dumps created with jstack
Comment 40 Karsten Thoms CLA 2018-04-17 08:03:55 EDT
raising severity; changed title since happening also on Photon
Comment 41 Karsten Thoms CLA 2018-04-17 08:38:49 EDT
Some observations:
- ProgressMonitor (progressProvider of JobManager) holds hundreds of TextSearchJob instances in managedJobs
- much memory is held by FileCharSequenceProvider$Buffer (63%), they are held by TextSearchJob#charsequenceForPreviousLocation
Comment 42 Karsten Thoms CLA 2018-04-17 08:43:10 EDT
> - ProgressMonitor (progressProvider of JobManager) holds hundreds of
> TextSearchJob instances in managedJobs
Mistake: It is org.eclipse.ui.internal.progress.ProgressManager, not ProgressMonitor
Comment 43 Eclipse Genie CLA 2018-04-17 09:10:46 EDT
New Gerrit change created: https://git.eclipse.org/r/121254
Comment 44 Lars Vogel CLA 2018-04-17 15:31:15 EDT
(In reply to Eclipse Genie from comment #43)
> New Gerrit change created: https://git.eclipse.org/r/121254

Thanks Karsten, looks good to me. With this patch I can search for "a" in a workspace containing JDT UI and a few test projects -> Result ~ 6 000 000 hits.

With this patch I receive OOM.

Tested also with a few random strings and the result set is always the same, with patch of without.
Comment 45 Karsten Thoms CLA 2018-04-17 16:56:48 EDT
> With this patch I receive OOM.
> 
> Tested also with a few random strings and the result set is always the same,
> with patch of without.

I hope you meant "Without this patch" you receive OOM and with it not anymore.
Comment 46 Andrey Loskutov CLA 2018-04-17 16:58:24 EDT
(In reply to Lars Vogel from comment #44)
> (In reply to Eclipse Genie from comment #43)
> > New Gerrit change created: https://git.eclipse.org/r/121254
> 
> Thanks Karsten, looks good to me. With this patch I can search for "a" in a
> workspace containing JDT UI and a few test projects -> Result ~ 6 000 000
> hits.
> 
> With this patch I receive OOM.

You probably mean *without* the patch.

While I see that the patch is OK, I can't reproduce the problem on my machine, with or without the patch. 

Searching for "a" in eclipse.platform.releng.aggregator finds ~1.2 billion matches, but the memory consumption in both cases is nearly same, at 200-300 MB, with no OOM if I set Xmx to 1 GB. If I search for a|e regex, I get ~3.2 billions matches and memory use of ~500MB, however even here I see that the tree/table viewers have a problem to manage such high number of entries - and still no OOM.

The UI surely freezes during this kind of search, and the freeze is worse for the "tree" layout of the search UI. So I'm not sure that the proposed change is the fix for the root cause (which is still not clear for me) - or I need a better steps to reproduce.

(In reply to Karsten Thoms from comment #41)
> Some observations:
> - ProgressMonitor (progressProvider of JobManager) holds hundreds of
> TextSearchJob instances in managedJobs

This is fishy. How this can happen? The jobs should be removed after they are done.
Comment 47 Karsten Thoms CLA 2018-04-17 17:03:53 EDT
> This is fishy. How this can happen? The jobs should be removed after they
> are done.

Agreed, this looked also strange to me. I don't know when exactly they are removed.

Maybe we could create a follow-up bug to investigate this? The patch might not be fixing the root cause, but it definetely fixes a leak and will most certainly avoid the freeze. When the jobs would be removed and GC'ed, then those resources would also be freed automatically.

I could provide a memory dump of the crash that I analyzed, but it is 2GB large.
Comment 49 Lars Vogel CLA 2018-04-17 17:08:34 EDT
(In reply to Karsten Thoms from comment #45)
> > With this patch I receive OOM.
> > 
> > Tested also with a few random strings and the result set is always the same,
> > with patch of without.
> 
> I hope you meant "Without this patch" you receive OOM and with it not
> anymore.

Yes
Comment 50 Andrey Loskutov CLA 2018-04-17 17:21:31 EDT
(In reply to Karsten Thoms from comment #47)
> > This is fishy. How this can happen? The jobs should be removed after they
> > are done.
> 
> Agreed, this looked also strange to me. I don't know when exactly they are
> removed.
> 
> Maybe we could create a follow-up bug to investigate this? 

Or just keep this one open?

> The patch might
> not be fixing the root cause, but it definetely fixes a leak and will most
> certainly avoid the freeze. When the jobs would be removed and GC'ed, then
> those resources would also be freed automatically.

Sure, this is why I +2 on the patch.

> I could provide a memory dump of the crash that I analyzed, but it is 2GB
> large.

Do you have steps to reproduce, or can you check in the debugger the number of the jobs in org.eclipse.ui.internal.progress.ProgressManager.managedJobs during the search? You probably can see in the dump number of instances of TextSearchJob? If the job count is huge, the fix would be to add a restriction to org.eclipse.search.internal.core.text.TextSearchVisitor.search(IFile[], IProgressMonitor).filesPerJob. 

Right now it is "(files.length + jobCount - 1) / jobCount" and jobCount is (files.length + 49) / 50. 

So if the job number the key, the OOM bug should appear faster with bigger amount of files in the search scope, not because of the number of found matches. High number of matches causes UI freeze due the tableviewer refreshes, but not necessarily OOM.
Comment 51 Karsten Thoms CLA 2018-04-17 17:33:28 EDT
fFiles.length is 83830
The dump contains 550 TextSearchJob instances
ProgressManager#managedJobs.size = 387


Sorry, I don't have steps to reproduce, it just happened while searching through my Xtext dev workspace.

I think it is more due to large files in the search scope, and the files length of 83k is also high.

I am not sure if we should track more in this bug, the freeze should be gone and we might not be able to fix the root for Photon. Maybe we leave it a short time open and we see if we could do more now.
Comment 52 Andrey Loskutov CLA 2018-04-17 17:43:38 EDT
(In reply to Andrey Loskutov from comment #50)
> So if the job number the key, the OOM bug should appear faster with bigger
> amount of files in the search scope, not because of the number of found
> matches. High number of matches causes UI freeze due the tableviewer
> refreshes, but not necessarily OOM.

Yep. I've just created a dummy project in the root of my home/git with 369692 files / 6204 jobCount and a nice OOM while searching for "the text you will never find nowhere!!!". Reducing jobCount to 100 fixed OOM's. 

(In reply to Karsten Thoms from comment #51)
> fFiles.length is 83830
> The dump contains 550 TextSearchJob instances
> ProgressManager#managedJobs.size = 387

Matches my theory.
 
> I am not sure if we should track more in this bug, the freeze should be gone
> and we might not be able to fix the root for Photon. Maybe we leave it a
> short time open and we see if we could do more now.

I think the patch is trivial (now we know the root cause), I will push it in few minutes.
Comment 53 Karsten Thoms CLA 2018-04-17 17:45:13 EDT
Perfect :)
Comment 54 Eclipse Genie CLA 2018-04-17 18:00:07 EDT
New Gerrit change created: https://git.eclipse.org/r/121286
Comment 55 Andrey Loskutov CLA 2018-04-17 18:07:04 EDT
(In reply to Eclipse Genie from comment #54)
> New Gerrit change created: https://git.eclipse.org/r/121286

To reproduce the bug, simply have a project with ~1000000 files and search for a string which does not exist - in a VM with Xmx1G Eclipse will fail with OOM pretty soon (without our patches). With my or Karsten patch there will be no OOM.

This patch simply reduces the number of started TextSearchJob to a maximum of 100. This is still needed after the patch from Karsten, because next time someone adding another field to the TextSearchJob will introduce OOM again.
Comment 57 Karsten Thoms CLA 2018-04-17 18:09:09 EDT
I think we can close it now?
Comment 58 Andrey Loskutov CLA 2018-04-17 18:10:37 EDT
(In reply to Karsten Thoms from comment #57)
> I think we can close it now?

Sure. Thanks for the looking into this bug.
Comment 59 Vikas Chandra CLA 2018-04-18 04:01:26 EDT
*** Bug 519185 has been marked as a duplicate of this bug. ***
Comment 60 Lars Vogel CLA 2018-04-20 08:44:31 EDT
Tested with two workspace which always would fails with heap errors during file search. Both work fine and super fast now.

Thanks Karsten and Andrey.
Comment 61 Karsten Thoms CLA 2018-04-24 08:30:54 EDT
*** Bug 533220 has been marked as a duplicate of this bug. ***