Modify

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#22160 closed defect (fixed)

[PATCH] Retry on `SocketException: Unexpected end of file from server`

Reported by: MichaelFS Owned by: team
Priority: normal Milestone: 22.08
Component: Core Version: latest
Keywords: Api 0.6, Upload Cc:

Description (last modified by taylor.smock)

What steps will reproduce the problem?

  1. Open JOSM and create one or more changes, no matter whether on ode, way or relation
  2. Click UPload

What is the expected result?

UPload should be accepted, a "SUCCESS"-message should be displayed.

What happens instead?

Message: Connection with Remote-Server
https://api.openstreetmap.org/api/0.6/failed.
Please check your Internet-connection.

Of course, the Internet-connection is stable and ONline. Nevertheless, I experienced such failures up to five times for one changeset.

The issue has been reported multiple times since January 2022 from several users in the German Forum [ https://forum.openstreetmap.org/viewtopic.php?id=74624]

Please provide any additional information below. Attach a screenshot if possible.

Relative:URL: ^/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2022-04-04 22:26:00 +0200 (Mon, 04 Apr 2022)
Revision:18427
Build-Date:2022-04-05 01:30:55
URL:https://josm.openstreetmap.de/svn/trunk

Identification: JOSM/1.5 (18427 de) Linux Manjaro Linux
Memory Usage: 292 MB / 7832 MB (143 MB allocated, but free)
Java version: 18.0.1.1+2, N/A, OpenJDK 64-Bit Server VM
Look and Feel: javax.swing.plaf.nimbus.NimbusLookAndFeel
Screen: :0.0 1920×1080 (scaling 1.00×1.00)
Maximum Screen Size: 1920×1080
Best cursor sizes: 16×16→16×16, 32×32→32×32
Environment variable LANG: de_DE.UTF-8
System property file.encoding: UTF-8
System property sun.jnu.encoding: UTF-8
Locale info: de_DE
Numbers with default locale: 1234567890 -> 1234567890
Desktop environment: KDE
VM arguments: [--add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, -Djosm.restart=true, -Dawt.useSystemAAFontSettings=gasp]

Plugins:
+ buildings_tools (35978)
+ continuosDownload (99)
+ fieldpapers (v0.5.0)
+ reverter (35980)
+ terracer (35893)
+ undelete (35893)
+ utilsplugin2 (35978)

Map paint styles:
+ https://josm.openstreetmap.de/josmfile?page=Styles/AddressValidator&zip=1

Note: The below stack traces may not be related to the above issue (was closed as othersoftware, see comment:1 )
From comment:12/comment:24

2022-06-23 21:48:55.554 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create (229 B) ...
2022-06-23 21:48:55.558 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> !!! (1 ms)
2022-06-23 21:48:55.559 WARNING: java.net.SocketException: Unexpected end of file from server. Cause: java.net.SocketException: Unexpected end of file from server
java.net.SocketException: Unexpected end of file from server
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1974)
	at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1969)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1968)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1536)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
	at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:334)
	at org.openstreetmap.josm.tools.Http1Client$1.getResponseCode(Http1Client.java:94)
	at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:161)
	at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:729)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:673)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:668)
	at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:663)
	at org.openstreetmap.josm.io.OsmApi.openChangeset(OsmApi.java:463)
	at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:202)
	at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:266)
	at org.openstreetmap.josm.gui.io.AsynchronousUploadPrimitivesTask.realRun(AsynchronousUploadPrimitivesTask.java:129)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.net.SocketException: Unexpected end of file from server
	at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:866)
	at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1615)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3135)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:295)
	at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85)
	... 15 more

2022-06-23 21:48:55.560 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create (229 B) ...
2022-06-23 21:48:55.684 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> HTTP/1.1 200 (74 ms; 9 B)
2022-06-23 21:48:55.684 INFO: OK

Attachments (1)

22160.patch (1.0 KB ) - added by taylor.smock 3 years ago.
Instead of catching ConnectException, catch its super class SocketException, and retry

Download all attachments as: .zip

Change History (82)

comment:1 by taylor.smock, 3 years ago

Resolution: othersoftware
Status: newclosed

It looks like the OSM servers were down again. See https://prometheus.openstreetmap.org/d/ST-7bi5Gz/api-database?orgId=1&from=1655847307102&to=1655891753255 (specifically, I suspect you were trying to upload during the outage at around 06:00 UTC).

comment:2 by mmd, 3 years ago

No, there are repeated reports from different users all saying that they need multiple attempts to upload data. So that's unrelated to the single event you've mentioned here.

Kindly request to reopen this ticket, and continue investigating the issue, and find some mitigation. We don't see none of these reports with others editing apps, and we're suspecting the issue to be related to some Java issue. Thanks.

comment:3 by stoecker, 3 years ago

We cannot investigate anything without additional data about the issue. As should be pretty obvious it does not happen on our systems.

comment:4 by mmd, 3 years ago

I also checked minutely diffs here https://planet.openstreetmap.org/replication/minute/005/112/ , starting with file

488.osc.gz 2022-06-22 06:00 90K
489.osc.gz 2022-06-22 06:01 71K

...

502.osc.gz 2022-06-22 06:15 67K

Based on these minutely diffs, I cannot follow your argument, that the changeset upload was unavailable at 06:00 UTC today.

comment:5 by mmd, 3 years ago

As should be pretty obvious it does not happen on our systems.

As I've mentioned earlier on, the one thing I don't understand is, why we're only seeing these reports from JOSM users. Is JOSM doing anything special here? Are other apps more resilient to temporary network hickups? Are there some strange JDK issues with some versions, that are impacting maybe some parts of your users?

in reply to:  2 comment:6 by taylor.smock, 3 years ago

Replying to mmd:

No, there are repeated reports from different users all saying that they need multiple attempts to upload data. So that's unrelated to the single event you've mentioned here.

That is, however, most likely what caused the issue for this specific user.

Kindly request to reopen this ticket, and continue investigating the issue, and find some mitigation. We don't see none of these reports with others editing apps, and we're suspecting the issue to be related to some Java issue. Thanks.

I've seen the same problem as well. The problem is tracking it down. I have yet to find a way to reliably reproduce it, and it usually doesn't happen. Which has implications for fixing it. Since I have no reliable way to reproduce, I cannot step through the code to find the problematic section, and fix it in our code or file a ticket in upstream Java. For all we know, it might be an implementation specific bug (aka Azul Java). If you want to try and track it down, you can try running the jar files using Liberica Java, Temurin Java, etc. You can also try different versions of Java (starting with Java 8) and see if it starts occurring with a specific Java version. But then we come back to the fact it doesn't happen consistently, which means that you might use Java 8 for a week, see nothing, and move to Java 11, when the next upload may have caused the issue.

If someone can come up with a way to reliably reproduce the problem, then I will be able to fix it in fairly short order if it is in JOSM, or report it upstream otherwise.

Regardless, I do not believe that this ticket is the appropriate place for the unrelated (probably java) bug (given the time that the bug was reported).

I am working on a ticket which will give better feedback when the OSM api is down (see #22138, which you've already commented on), which will at least let us know if the api was up or down.

Replying to mmd:

Based on these minutely diffs, I cannot follow your argument, that the changeset upload was unavailable at 06:00 UTC today.

All I can say is that the OSM monitoring service said that it was down. Maybe it was still processing changesets during that period, but something was happening on the OSM server end.

in reply to:  5 comment:7 by stoecker, 3 years ago

Replying to mmd:

As should be pretty obvious it does not happen on our systems.

As I've mentioned earlier on, the one thing I don't understand is, why we're only seeing these reports from JOSM users. Is JOSM doing anything special here? Are other apps more resilient to temporary network hickups?

Network I/O is a rather complicated thing and there are big differences between different implementations. E.G. the browser based system rely on browser network I/O and this is designed to try more connections in case of issues instead of waiting and reporting to the user. JOSM tries a connect usually only once and reports back to the user.

Best example is when e.g. IPv6 of a server is down. JOSM will report an error in this case. Most browsers will silently switch to IPv4 access (which is disturbing sometimes when you yourself are responsible for server setup and you simply don't see the error :-).

So yes - in case of network trouble JOSM is more likely to report this to the users than other systems.

There are lots of possible mitigation methods and when there are important issues we'll try to workaround them, but most often a more stable network or simply "retry" is the proper solution.

comment:8 by mmd, 3 years ago

Thanks to both for your insights, much appreciated.

All I can say is that the OSM monitoring service said that it was down. Maybe it was still processing changesets during that period, but something was happening on the OSM server end.

Just wanted to quickly comment on this one. Since I've also noticed that prometheus lacks some data specifically at 06:00 UTC, I started looking into minutely diffs a bit. Typically, a changeset upload would take a few seconds, a really, really large changeset with a huge relations maybe about 1 minute in exceptional cases. That's like the 0.005% case. In case you're interested, I did a more in-depth analysis on this topic last year: https://lists.openstreetmap.org/pipermail/dev/2021-March/031139.html

Looking into the minutely diff files and checking the timestamps in there, changeset uploads were happening pretty much all the time without much obvious interruption. My assumption is that data collection by prometheus / grafana might have had some temporary issue. Yes, even collecting stats can be a fun exercise. :)

but most often a more stable network or simply "retry" is the proper solution.

I generally agree that retrying will help in a lot of cases, and I would also assume that this is exactly what browsers are doing under the hood.

Unfortunately, we still have this gap in the API that the upload is not idempotent: in case a user uploads a changeset with only new buildings in there, and the upload is retried for whatever reason, we might end up creating duplicate buildings on the database.

Maybe you still recall the discussion we've had in https://github.com/openstreetmap/openstreetmap-website/issues/2201 . It would make a retry basically a "zero risk" activity. As we couldn't agree on implementation specifics, this feature is not available as of today.

comment:9 by chris66, 3 years ago

I'm also having this problem. After changing the Java Version from V8-32 bit to V11-64 bit the upload is failing less often.
Today I had this error two or three times. One Retry was successfull in every case.

With java8 I sometimes needed 4 retries until the upload succeeded.

OS=Win 10

in reply to:  8 ; comment:10 by stoecker, 3 years ago

Maybe you still recall the discussion we've had in https://github.com/openstreetmap/openstreetmap-website/issues/2201 . It would make a retry basically a "zero risk" activity.

I don't think I've even seen this discussion before. Interesting how easy the participants blame JOSM for doing something wrong when they either didn't understand the problem or have not solution. "Asking the user" is the ultimate bullshit answer to any problem.

Reading the discussion I think we could further mitigate upload duplications when we download and merge the changeset in case of retry attemps.

in reply to:  10 ; comment:11 by skyper, 3 years ago

Is there a problem with checking for open changesets (#21570) or creating changesets (#21976)?

Replying to stoecker:

Reading the discussion I think we could further mitigate upload duplications when we download and merge the changeset in case of retry attemps.

How does this help with new objects? I would be happy about some magic as it is a real pain to recheck all of them if the connection is cut in the middle or end of a bigger upload.

comment:12 by anonymous, 3 years ago

It seems that the server closes the TCP connection (FIN, ACK), after that JOSM tries to PUT and fails?

Wireshark log:

|Time     | OSM mapper PC                         |
|         |                   | api.openstreetmap.org                 
|10:58:37,800577477|         SYN       |                   |Seq = 0
|         |(37866)  ------------------>  (443)    |
|10:58:37,815469006|         SYN, ACK  |                   |Seq = 0 Ack = 1
|         |(37866)  <------------------  (443)    |
|10:58:37,815491939|         ACK       |                   |Seq = 1 Ack = 1
|         |(37866)  ------------------>  (443)    |
|10:58:37,817174486|         PSH, ACK - Len: 1037          |Seq = 1 Ack = 1
|         |(37866)  ------------------>  (443)    |
|10:58:37,832314372|         ACK       |                   |Seq = 1 Ack = 1038
|         |(37866)  <------------------  (443)    |
|10:58:37,833799716|         ACK - Len: 1440               |Seq = 1 Ack = 1038
|         |(37866)  <------------------  (443)    |
|10:58:37,833804130|         ACK       |                   |Seq = 1038 Ack = 1441
|         |(37866)  ------------------>  (443)    |
|10:58:37,833921115|         PSH, ACK - Len: 1440          |Seq = 1441 Ack = 1038
|         |(37866)  <------------------  (443)    |
|10:58:37,833928327|         ACK       |                   |Seq = 1038 Ack = 2881
|         |(37866)  ------------------>  (443)    |
|10:58:37,834923146|         PSH, ACK - Len: 1216          |Seq = 2881 Ack = 1038
|         |(37866)  <------------------  (443)    |
|10:58:37,834927572|         ACK       |                   |Seq = 1038 Ack = 4097
|         |(37866)  ------------------>  (443)    |
|10:58:37,835034867|         PSH, ACK - Len: 1126          |Seq = 4097 Ack = 1038
|         |(37866)  <------------------  (443)    |
|10:58:37,835036577|         ACK       |                   |Seq = 1038 Ack = 5223
|         |(37866)  ------------------>  (443)    |
|10:58:37,836016930|         PSH, ACK - Len: 90            |Seq = 1038 Ack = 5223
|         |(37866)  ------------------>  (443)    |
|10:58:37,836319917|         PSH, ACK - Len: 655           |Seq = 1128 Ack = 5223
|         |(37866)  ------------------>  (443)    |
|10:58:37,851186883|         ACK       |                   |Seq = 5223 Ack = 1128
|         |(37866)  <------------------  (443)    |
|10:58:37,851663210|         PSH, ACK - Len: 303           |Seq = 5223 Ack = 1128
|         |(37866)  <------------------  (443)    |
|10:58:37,851672051|         ACK       |                   |Seq = 1783 Ack = 5526
|         |(37866)  ------------------>  (443)    |
|10:58:37,852645587|         PSH, ACK - Len: 303           |Seq = 5526 Ack = 1128
|         |(37866)  <------------------  (443)    |
|10:58:37,852646908|         ACK       |                   |Seq = 1783 Ack = 5829
|         |(37866)  ------------------>  (443)    |
|10:58:37,852723662|         ACK       |                   |Seq = 5829 Ack = 1783
|         |(37866)  <------------------  (443)    |
|10:58:37,902396083|         ACK - Len: 1440               |Seq = 5829 Ack = 1783
|         |(37866)  <------------------  (443)    |
|10:58:37,902410055|         ACK       |                   |Seq = 1783 Ack = 7269
|         |(37866)  ------------------>  (443)    |
|10:58:37,902818810|         PSH, ACK - Len: 578           |Seq = 7269 Ack = 1783
|         |(37866)  <------------------  (443)    |
|10:58:37,902823230|         ACK       |                   |Seq = 1783 Ack = 7847
|         |(37866)  ------------------>  (443)    |
|10:58:38,082921856|         PSH, ACK - Len: 24            |Seq = 7847 Ack = 1783
|         |(37866)  <------------------  (443)    |
|10:58:38,082934024|         ACK       |                   |Seq = 1783 Ack = 7871
|         |(37866)  ------------------>  (443)    |
|10:58:38,082946251|         FIN, ACK  |                   |Seq = 7871 Ack = 1783
|         |(37866)  <------------------  (443)    |
|10:58:38,123034242|         ACK       |                   |Seq = 1783 Ack = 7872
|         |(37866)  ------------------>  (443)    |
|10:58:38,875773751|         PSH, ACK - Len: 682           |Seq = 1783 Ack = 7872
|         |(37866)  ------------------>  (443)    |
|10:58:38,875859865|         PSH, ACK - Len: 530           |Seq = 2465 Ack = 7872
|         |(37866)  ------------------>  (443)    |
|10:58:38,876049086|         PSH, ACK - Len: 40            |Seq = 2995 Ack = 7872
|         |(37866)  ------------------>  (443)    |
|10:58:38,876077289|         FIN, PSH, ACK - Len:          |Seq = 3035 Ack = 7872
|         |(37866)  ------------------>  (443)    |
|10:58:38,890965810|         ACK       |                   |Seq = 7872 Ack = 2465
|         |(37866)  <------------------  (443)    |
|10:58:38,891001069|         ACK       |                   |Seq = 7872 Ack = 2995
|         |(37866)  <------------------  (443)    |
|10:58:38,891460628|         ACK       |                   |Seq = 7872 Ack = 3035
|         |(37866)  <------------------  (443)    |
|10:58:38,891880357|         ACK       |                   |Seq = 7872 Ack = 3076
|         |(37866)  <------------------  (443)    |

JOSM log:

10:58:37.785 FEIN: Änderungssätze einlesen …
10:58:37.785 FEIN: Verbinde mit Server ...
10:58:37.785 FEIN: REQUEST HEADERS: {Accept=application/xml, */*;q=0.8, Accept-Encoding=gzip, deflate, Authorization=OAuth oauth_consumer_key=...}
10:58:37.903 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=77777&open=true -> HTTP/1.1 200 (117 ms; 459 B)
10:58:37.903 FEIN: RESPONSE HEADERS: {null=[HTTP/1.1 200 OK], Server=[Apache/2.4.41 (Ubuntu)], ...}
10:58:37.903 FEIN: Daten werden heruntergeladen …
10:58:37.903 FEIN: Änderungssätze werden heruntergeladen …
10:58:37.903 FEIN: 
10:58:37.903 FEIN: Liste der Änderungssätze einlesen …
10:58:37.903 FEIN: Starting SAX parsing of org.xml.sax.InputSource@4a73ceed using org.openstreetmap.josm.io.OsmChangesetParser$Parser@3accd9c1
10:58:37.904 FEIN: 'SAX parsing' in 0 ms beendet
10:58:37.904 INFORMATION: 1 open changesets on server
10:58:38.858 INFORMATION: Starting upload with tags {comment=...}
10:58:38.858 INFORMATION: Strategy: CHUNKED_DATASET_STRATEGY, ChunkSize: 10, Policy: none, Close after: false
10:58:38.858 INFORMATION: Änderungssatz 55555: ...
10:58:38.874 FEIN: Exiting map mode: Auswählen
10:58:38.875 INFORMATION: Message notifier inactive
10:58:38.875 FEIN: Verbinde mit Server ...
10:58:38.875 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/55555 (492 B) ...
10:58:38.875 FEIN: Daten werden hochgeladen …
10:58:38.875 FEIN: REQUEST HEADERS: {Accept=application/xml, */*;q=0.8, Accept-Encoding=gzip, deflate, Authorization=OAuth oauth_consumer_key=...}
10:58:38.876 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/55555 -> !!! (0 ms)
10:58:38.876 WARNUNG: java.net.SocketException: Unexpected end of file from server. Ursache: java.net.SocketException: Unexpected end of file from server
java.net.SocketException: Unexpected end of file from server
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043)
        at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
        at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:308)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseCode(Http1Client.java:94)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:161)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:729)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:673)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:668)
        at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:663)
        at org.openstreetmap.josm.io.OsmApi.updateChangeset(OsmApi.java:498)
        at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:206)
        at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:266)
        at org.openstreetmap.josm.gui.io.AsynchronousUploadPrimitivesTask.realRun(AsynchronousUploadPrimitivesTask.java:129)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.net.SocketException: Unexpected end of file from server
        at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:903)
        at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:726)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1688)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3257)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:269)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85)
        ... 15 more

10:58:38.876 WARNUNG: Already here java.net.SocketException: Unexpected end of file from server
10:58:38.876 INFORMATION: Message notifier active (checks every 5 minutes)
10:58:38.960 SCHWERWIEGEND: org.openstreetmap.josm.io.OsmTransferException: java.net.SocketException: Unexpected end of file from server. Ursache: java.net.SocketException: Unexpected end of file from server. Ursache: java.net.SocketException: Unexpected end of file from server
org.openstreetmap.josm.io.OsmTransferException: java.net.SocketException: Unexpected end of file from server
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:777)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:673)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:668)
        at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:663)
        at org.openstreetmap.josm.io.OsmApi.updateChangeset(OsmApi.java:498)
        at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:206)
        at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:266)
        at org.openstreetmap.josm.gui.io.AsynchronousUploadPrimitivesTask.realRun(AsynchronousUploadPrimitivesTask.java:129)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.net.SocketException: Unexpected end of file from server
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043)
        at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
        at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:308)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseCode(Http1Client.java:94)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:161)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:729)
        ... 12 more
Caused by: java.net.SocketException: Unexpected end of file from server
        at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:903)
        at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:726)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1688)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3257)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:269)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85)
        ... 15 more

10:58:38.962 SCHWERWIEGEND: Netzwerkausnahme - <html>Verbindungsaufbau zum Remote-Server<br>'https://api.openstreetmap.org/api/0.6/' gescheitert.<br>Bitte überprüfen Sie Ihre Internetverbindung.</html>

comment:13 by anonymous, 3 years ago

Another log:

Wireshark log:

|Time     | OSM mapper PC                         |
|         |                   | api.openstreetmap.org                 
|10:52:25,583208863|         SYN       |                   |Seq = 0
|         |(41328)  ------------------>  (443)    |
|10:52:25,599131123|         SYN, ACK  |                   |Seq = 0 Ack = 1
|         |(41328)  <------------------  (443)    |
|10:52:25,599145423|         ACK       |                   |Seq = 1 Ack = 1
|         |(41328)  ------------------>  (443)    |
|10:52:25,601589257|         PSH, ACK - Len: 1037          |Seq = 1 Ack = 1
|         |(41328)  ------------------>  (443)    |
|10:52:25,617990948|         ACK       |                   |Seq = 1 Ack = 1038
|         |(41328)  <------------------  (443)    |
|10:52:25,618665094|         PSH, ACK - Len: 213           |Seq = 1 Ack = 1038
|         |(41328)  <------------------  (443)    |
|10:52:25,618668955|         ACK       |                   |Seq = 1038 Ack = 214
|         |(41328)  ------------------>  (443)    |
|10:52:25,619384663|         PSH, ACK - Len: 90            |Seq = 1038 Ack = 214
|         |(41328)  ------------------>  (443)    |
|10:52:25,619757135|         PSH, ACK - Len: 651           |Seq = 1128 Ack = 214
|         |(41328)  ------------------>  (443)    |
|10:52:25,635072864|         ACK       |                   |Seq = 214 Ack = 1128
|         |(41328)  <------------------  (443)    |
|10:52:25,635519014|         PSH, ACK - Len: 303           |Seq = 214 Ack = 1128
|         |(41328)  <------------------  (443)    |
|10:52:25,635522835|         ACK       |                   |Seq = 1779 Ack = 517
|         |(41328)  ------------------>  (443)    |
|10:52:25,635720357|         ACK       |                   |Seq = 517 Ack = 1779
|         |(41328)  <------------------  (443)    |
|10:52:25,685575618|         ACK - Len: 1440               |Seq = 517 Ack = 1779
|         |(41328)  <------------------  (443)    |
|10:52:25,685579832|         ACK       |                   |Seq = 1779 Ack = 1957
|         |(41328)  ------------------>  (443)    |
|10:52:25,685725267|         PSH, ACK - Len: 578           |Seq = 1957 Ack = 1779
|         |(41328)  <------------------  (443)    |
|10:52:25,685728991|         ACK       |                   |Seq = 1779 Ack = 2535
|         |(41328)  ------------------>  (443)    |
|10:52:26,076125389|         PSH, ACK - Len: 24            |Seq = 2535 Ack = 1779
|         |(41328)  <------------------  (443)    |
|10:52:26,076139312|         ACK       |                   |Seq = 1779 Ack = 2559
|         |(41328)  ------------------>  (443)    |
|10:52:26,076153580|         FIN, ACK  |                   |Seq = 2559 Ack = 1779
|         |(41328)  <------------------  (443)    |
|10:52:26,119030039|         ACK       |                   |Seq = 1779 Ack = 2560
|         |(41328)  ------------------>  (443)    |
|10:52:27,719480133|         PSH, ACK - Len: 680           |Seq = 1779 Ack = 2560
|         |(41328)  ------------------>  (443)    |
|10:52:27,719542640|         PSH, ACK - Len: 530           |Seq = 2459 Ack = 2560
|         |(41328)  ------------------>  (443)    |
|10:52:27,719716543|         PSH, ACK - Len: 40            |Seq = 2989 Ack = 2560
|         |(41328)  ------------------>  (443)    |
|10:52:27,719742207|         FIN, PSH, ACK - Len:          |Seq = 3029 Ack = 2560
|         |(41328)  ------------------>  (443)    |
|10:52:27,735426430|         ACK       |                   |Seq = 2560 Ack = 2459
|         |(41328)  <------------------  (443)    |
|10:52:27,735894331|         ACK       |                   |Seq = 2560 Ack = 2989
|         |(41328)  <------------------  (443)    |
|10:52:27,735945469|         ACK       |                   |Seq = 2560 Ack = 3029
|         |(41328)  <------------------  (443)    |
|10:52:27,736116706|         ACK       |                   |Seq = 2560 Ack = 3070
|         |(41328)  <------------------  (443)    |

JOSM log:

10:52:25.582 FEIN: Änderungssätze einlesen …
10:52:25.582 FEIN: Verbinde mit Server ...
10:52:25.582 FEIN: REQUEST HEADERS: {Accept=application/xml, */*;q=0.8, Accept-Encoding=gzip, deflate, Authorization=OAuth oauth_consumer_key=...}
10:52:25.686 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=77777&open=true -> HTTP/1.1 200 (103 ms; 459 B)
10:52:25.686 FEIN: RESPONSE HEADERS: {null=[HTTP/1.1 200 OK], Server=[Apache/2.4.41 (Ubuntu)], ...}
10:52:25.686 FEIN: Daten werden heruntergeladen …
10:52:25.686 FEIN: Änderungssätze werden heruntergeladen …
10:52:25.686 FEIN: 
10:52:25.686 FEIN: Liste der Änderungssätze einlesen …
10:52:25.686 FEIN: Starting SAX parsing of org.xml.sax.InputSource@72a06a75 using org.openstreetmap.josm.io.OsmChangesetParser$Parser@3e36cda1
10:52:25.687 FEIN: 'SAX parsing' in 0 ms beendet
10:52:25.687 INFORMATION: 1 open changesets on server
10:52:27.702 INFORMATION: Starting upload with tags {comment=...}
10:52:27.702 INFORMATION: Strategy: CHUNKED_DATASET_STRATEGY, ChunkSize: 10, Policy: none, Close after: false
10:52:27.702 INFORMATION: Änderungssatz 55555: ...
10:52:27.718 FEIN: Exiting map mode: Auswählen
10:52:27.718 INFORMATION: Message notifier inactive
10:52:27.719 FEIN: Verbinde mit Server ...
10:52:27.719 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/55555 (492 B) ...
10:52:27.719 FEIN: Daten werden hochgeladen …
10:52:27.719 FEIN: REQUEST HEADERS: {Accept=application/xml, */*;q=0.8, Accept-Encoding=gzip, deflate, Authorization=OAuth oauth_consumer_key=...}
10:52:27.719 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/55555 -> !!! (0 ms)
10:52:27.720 WARNUNG: java.net.SocketException: Unexpected end of file from server. Ursache: java.net.SocketException: Unexpected end of file from server
java.net.SocketException: Unexpected end of file from server
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043)
        at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
        at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:308)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseCode(Http1Client.java:94)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:161)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:729)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:673)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:668)
        at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:663)
        at org.openstreetmap.josm.io.OsmApi.updateChangeset(OsmApi.java:498)
        at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:206)
        at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:266)
        at org.openstreetmap.josm.gui.io.AsynchronousUploadPrimitivesTask.realRun(AsynchronousUploadPrimitivesTask.java:129)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.net.SocketException: Unexpected end of file from server
        at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:903)
        at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:726)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1688)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3257)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:269)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85)
        ... 15 more

10:52:27.720 WARNUNG: Already here java.net.SocketException: Unexpected end of file from server
10:52:27.720 INFORMATION: Message notifier active (checks every 5 minutes)
10:52:27.793 SCHWERWIEGEND: org.openstreetmap.josm.io.OsmTransferException: java.net.SocketException: Unexpected end of file from server. Ursache: java.net.SocketException: Unexpected end of file from server. Ursache: java.net.SocketException: Unexpected end of file from server
org.openstreetmap.josm.io.OsmTransferException: java.net.SocketException: Unexpected end of file from server
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:777)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:673)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:668)
        at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:663)
        at org.openstreetmap.josm.io.OsmApi.updateChangeset(OsmApi.java:498)
        at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:206)
        at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:266)
        at org.openstreetmap.josm.gui.io.AsynchronousUploadPrimitivesTask.realRun(AsynchronousUploadPrimitivesTask.java:129)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.net.SocketException: Unexpected end of file from server
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043)
        at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
        at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:308)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseCode(Http1Client.java:94)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:161)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:729)
        ... 12 more
Caused by: java.net.SocketException: Unexpected end of file from server
        at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:903)
        at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:726)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1688)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3257)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:269)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85)
        ... 15 more

10:52:27.794 SCHWERWIEGEND: Netzwerkausnahme - <html>Verbindungsaufbau zum Remote-Server<br>'https://api.openstreetmap.org/api/0.6/' gescheitert.<br>Bitte überprüfen Sie Ihre Internetverbindung.</html>

in reply to:  11 ; comment:15 by stoecker, 3 years ago

Replying to skyper:

Is there a problem with checking for open changesets (#21570) or creating changesets (#21976)?

Replying to stoecker:

Reading the discussion I think we could further mitigate upload duplications when we download and merge the changeset in case of retry attemps.

How does this help with new objects? I would be happy about some magic as it is a real pain to recheck all of them if the connection is cut in the middle or end of a bigger upload.

When an upload process fails we don't know the state. It either could have failed before the server accepted the data (retry is fine) or afterwards (new objects will be duplicated on retry).

When downloading the changeset we can merge the server state and thus replace the new objects in JOSM with the server state and prevent duplicates on retry. Merge code already exists (i.e. manual redownload of area does the same).

comment:16 by mmd, 3 years ago

When downloading the changeset we can merge the server state and thus replace the new objects in JOSM with the server state and prevent duplicates on retry

I think this brings up an interesting question, at what time such a changeset download should ideally happen. Let's assume we have a really large changeset, and the network breaks down in the middle of an upload. It might still take around 30-60s in these extreme cases for the changeset upload to be committed on the database. Until then, the changeset download would not return those "in flight" transactions yet. If you fetch the changeset during that timeframe, you would end up creating some duplicates later on.

As a side note, the overall "idempotency" discussion was also trying find find an answer to the "in flight" transactions issue.

in reply to:  15 comment:17 by skyper, 3 years ago

Replying to stoecker:

When downloading the changeset we can merge the server state and thus replace the new objects in JOSM with the server state and prevent duplicates on retry. Merge code already exists (i.e. manual redownload of area does the same).

Are you sure this works? I always ended up with duplicate objects, version=1 vs id=0. The already uploaded objects (version=1) did not merge/replace the new objects (id=0). Especially if members of relations were successfully uploaded but not the relations themself you had to be really careful.

comment:18 by stoecker, 3 years ago

I'm not sure. But I believe we have this :-)

in reply to:  description comment:19 by MKnight, 3 years ago

Replying to MichaelFS:

The issue has been reported multiple times since January 2022 from several users in the German Forum [ https://forum.openstreetmap.org/viewtopic.php?id=74624]

i got this error(s) earlier little bit before November 22th (see https://forum.openstreetmap.org/viewtopic.php?pid=851970#p851970).
That was the day i got feedback from other user in IRC who has the same problem too for a while.

comment:20 by flohoff, 3 years ago

I am having the same issues since early 2022 i think - I also reported it to the Github issue before.
Running Linux openjdk 11, most of the time dual stacked.

I once got it in wireshark and IIRC its an early SSL abort. So no wonder we cant see the request in RAILs or on the server at all. I try capturing a tcpdump again. It used to be pretty annoying e.g. 3 out of 4 connection attempts failed (For me it initially looked like an API load balancing issue or something) and is now much better like 1 in 8 which fail.

Flo

comment:21 by flohoff, 3 years ago

There is a packet capture.

https://silicon-verl.de/home/flo/tmp/20220623/20220623-flo-pcap-josm-failed-connect2.pcap

So what i can see is that the TCP connection was kept open from the JOSM side (the connection started in 20:41:45 for checking open changesets) and josm tries to reuse that connection for the upload at 20:41:47 which then fails.

Corresponding josm output:

2022-06-23 20:41:45.772 INFO: GET https://api.openstreetmap.org/api/0.6/changesets?user=34927&open=true -> HTTP/1.1 200 (141 ms; 189 B)
2022-06-23 20:41:45.774 INFO: 0 open changesets on server
2022-06-23 20:41:47.394 INFO: Starting upload with tags {created_by=JOSM/1.5 (18382 en), comment=Add landuse}
2022-06-23 20:41:47.394 INFO: Strategy: SINGLE_REQUEST_STRATEGY, ChunkSize: -1, Policy: none, Close after: true
2022-06-23 20:41:47.394 INFO: Changeset 0: Add landuse
2022-06-23 20:41:47.469 INFO: Message notifier inactive
2022-06-23 20:41:47.470 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create (223 B) ...
2022-06-23 20:41:47.513 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> !!! (39 ms)
2022-06-23 20:41:47.515 WARNING: java.net.SocketException: Unexpected end of file from server. Cause: java.net.SocketException: Unexpected end of file from server
java.net.SocketException: Unexpected end of file from server
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1974)
	at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1969)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1968)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1536)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
	at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:334)
	at org.openstreetmap.josm.tools.Http1Client$1.getResponseCode(Http1Client.java:94)
	at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:152)
	at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:729)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:673)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:668)
	at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:663)
	at org.openstreetmap.josm.io.OsmApi.openChangeset(OsmApi.java:463)
	at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:202)
	at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:266)
	at org.openstreetmap.josm.gui.io.AsynchronousUploadPrimitivesTask.realRun(AsynchronousUploadPrimitivesTask.java:129)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.net.SocketException: Unexpected end of file from server
	at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:866)
	at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1615)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3135)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:295)
	at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85)
	... 15 more

2022-06-23 20:41:47.516 INFO: Message notifier active (checks every 60 minutes)
2022-06-23 20:41:47.733 SEVERE: org.openstreetmap.josm.io.OsmTransferException: java.net.SocketException: Unexpected end of file from server. Cause: java.net.SocketException: Unexpected end of file from server. Cause: java.net.SocketException: Unexpected end of file from server
org.openstreetmap.josm.io.OsmTransferException: java.net.SocketException: Unexpected end of file from server
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:777)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:673)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:668)
	at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:663)
	at org.openstreetmap.josm.io.OsmApi.openChangeset(OsmApi.java:463)
	at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:202)
	at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:266)
	at org.openstreetmap.josm.gui.io.AsynchronousUploadPrimitivesTask.realRun(AsynchronousUploadPrimitivesTask.java:129)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.net.SocketException: Unexpected end of file from server
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1974)
	at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1969)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1968)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1536)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
	at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:334)
	at org.openstreetmap.josm.tools.Http1Client$1.getResponseCode(Http1Client.java:94)
	at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:152)
	at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:729)
	... 12 more
Caused by: java.net.SocketException: Unexpected end of file from server
	at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:866)
	at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1615)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3135)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:295)
	at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85)
	... 15 more

2022-06-23 20:41:47.750 SEVERE: Network exception - <html>Failed to open a connection to the remote server<br>'https://api.openstreetmap.org/api/0.6/'.<br>Please check your internet connection.</html>
Last edited 3 years ago by taylor.smock (previous) (diff)

comment:22 by mmd, 3 years ago

NB: I added a link back to this ticket on the operations issue: https://github.com/openstreetmap/operations/issues/597

It's quite interesting that everyone reports issues with the two changeset endpoints which are handled by the Rails port.

by taylor.smock, 3 years ago

Attachment: 22160.patch added

Instead of catching ConnectException, catch its super class SocketException, and retry

comment:23 by taylor.smock, 3 years ago

To whoever provided comment:12, and comment:21 (flohoff): thank you. The logged stack traces were helpful.

Please try attachment:josm-custom.jar and see if that fixes the problem.

Note that I have not yet committed it, as I want to go through the history and see if there was a reason for us to use ConnectException over SocketException. Like uploading the same thing twice. So please check for duplicate uploads on a frequent basis if you do test out the attachment:josm-custom.jar file.

EDIT: ConnectException was first introduced in r874.

Last edited 3 years ago by taylor.smock (previous) (diff)

comment:24 by flohoff, 3 years ago

With the josm-custom.jar from comment:23

Okay - so after 2 uploads i got this. I did not get a popup - Everything went through smooth.

But it feels like we are painting over something here. Something in the SSL/TLS handling seems to go boom and we are now just reconnecting in any case something fails.

2022-06-23 21:48:55.554 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create (229 B) ...
2022-06-23 21:48:55.558 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> !!! (1 ms)
2022-06-23 21:48:55.559 WARNING: java.net.SocketException: Unexpected end of file from server. Cause: java.net.SocketException: Unexpected end of file from server
java.net.SocketException: Unexpected end of file from server
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1974)
	at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1969)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1968)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1536)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
	at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:334)
	at org.openstreetmap.josm.tools.Http1Client$1.getResponseCode(Http1Client.java:94)
	at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:161)
	at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:729)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:673)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:668)
	at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:663)
	at org.openstreetmap.josm.io.OsmApi.openChangeset(OsmApi.java:463)
	at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:202)
	at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:266)
	at org.openstreetmap.josm.gui.io.AsynchronousUploadPrimitivesTask.realRun(AsynchronousUploadPrimitivesTask.java:129)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.net.SocketException: Unexpected end of file from server
	at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:866)
	at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1615)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3135)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:295)
	at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85)
	... 15 more

2022-06-23 21:48:55.560 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create (229 B) ...
2022-06-23 21:48:55.684 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> HTTP/1.1 200 (74 ms; 9 B)
2022-06-23 21:48:55.684 INFO: OK
Last edited 3 years ago by taylor.smock (previous) (diff)

comment:25 by flohoff, 3 years ago

While staring at it again - Are these times accurate?

2022-06-23 21:48:55.558 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> !!! (1 ms)

1ms is well below the RTT to the api.openstreetmap.org - so something in the local API knows the connection is gone.

in reply to:  24 ; comment:26 by taylor.smock, 3 years ago

Replying to flohoff:

With the josm-custom.jar from comment:23

Okay - so after 2 uploads i got this. I did not get a popup - Everything went through smooth.

But it feels like we are painting over something here. Something in the SSL/TLS handling seems to go boom and we are now just reconnecting in any case something fails.

That is literally what we are doing. Something is causing a failure, so we are just retrying. Originally, we were just retrying in case of a timeout. With attachment:22160.patch, we are retrying in any case where there is a socket exception.

Known subclasses for SocketException ("Thrown to indicate that there is an error creating or accessing a Socket")

  • BindException -- shouldn't be thrown, "Signals that an error occurred while attempting to bind a socket to a local address and port. Typically, the port is in use, or the requested local address could not be assigned."
  • ConnectException-- replacing that here, "Signals that an error occurred while attempting to connect a socket to a remote address and port. Typically, the connection was refused remotely (e.g., no process is listening on the remote address/port)."
  • ConnectionResetException -- "Thrown to indicate a connection reset"
  • NoRouteToHostException -- "Signals that an error occurred while attempting to connect a socket to a remote address and port. Typically, the remote host cannot be reached because of an intervening firewall, or if an intermediate router is down."
  • PortUnreachableException -- "Signals that an ICMP Port Unreachable message has been received on a connected datagram."
  • Various subclasses from httpclient, shouldn't be thrown in our code.

All of the ones that we should see indicate we should probably retry.

So I think applying attachment:22160.patch is safe, but considering the age of the code, and the criticality thereof, I don't think we should apply it until next Wednesday (assuming we do a release this weekend).

Of note, all the reported logs show that the calling issue is at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85). We are getting the header field (specifically, the HTTP version), which fails. This sets the rememberedException variable in HttpUrlConnection, which throws it when getInputStream is called again.

You can alternatively try the HTTP2 plugin, and see if that helps.

comment:27 by taylor.smock, 3 years ago

Description: modified (diff)
Milestone: 22.07
Resolution: othersoftware
Status: closedreopened
Summary: Upload of changes works only after several attempts[PATCH] Retry on `SocketException: Unexpected end of file from server`

Even though I still feel like the original report by MichaelFS was due to a possibly flaky OSM server, I'm going to reopen this since a good chunk of discussion for a separate issue has occurred here.

comment:28 by mmd, 3 years ago

Regarding the criticality, I think this also depends on the endpoint.

As an example, retrying "PUT /api/0.6/changeset/create" would create another empty changeset but wouldn't otherwise result in duplicate data being uploaded. Unless you're sending dozens of these in a short timeframe, I don't see much of an issue here.

Retrying "PUT /api/0.6/changeset/55555" causes no issue at all, as it would only update metadata for an existing changeset.

Changeset upload is really the tricky one in the "all new object" use case (otherwise you'd get a 409 Conflict on a retry of a previously successful upload).

comment:29 by anonymous, 3 years ago

I tried something different as i was keen to actually trace and decode the SSL Sessions. So i quickly setup an SSL Proxy for the API and voila - the issue is gone.

I put:

        SSLProxyEngine On
        <Location /osmapi>
                ProxyPass https://api.openstreetmap.org/api
                ProxyPassReverse https://api.openstreetmap.org/api
        </Location>

into my apache2 config on.

And then i switched to:

https://osm.zz.de/osmapi

as the API Endpoint (And back to basic user auth).

Just as a shot into the blue:

JOSM has an issue with timeouts on TLS connections, which in case of HTTP/1.1 keep-alive i guess are beeing kept open, and the OSM API endpoints having short timeouts dropping the connections. On reuse you stumble into a already dead but unnoticed dead connection.

My guess is that in late 2021 or early 2022 either JOSM changed to HTTP/1.1 or HTTP keepalive or the Admins for the OSM API reduced the keepalive timeout on their end or even introduced keepalive.

Flo

comment:30 by mmd, 3 years ago

@flo: I'm not sure what JOSM maintainers would recommend, but there's a command line parameter -Djavax.net.debug=all command line parameter to enable SSL/TLS session tracing. Maybe that could be helpful to trace all network traffic (including decrypted payload) without involving an SSL proxy. Also see https://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html

I'm going to add your comment to the operations issue to double check if any change has been introduced on osm.org side.

comment:31 by mmd, 3 years ago

By the way, has anyone been able to successfully reproduce the issue on the dev instance https://master.apis.dev.openstreetmap.org ? You'd need a dedicated account there, and for OAuth to work, you also need to register an application there. For your convenience, I've already registered an application you could use and enter in your local JOSM instance for testing:

Consumer Key:       KYQPbQvL9EWZKkT2CpRukwCzzhBUJIEnGtjZ1dhy 
Consumer Secret:    62Wm25aNOTUVlxwm3OtxSDxpI6QVlUOpLO7SXdKL
Request Token URL:  https://master.apis.dev.openstreetmap.org/oauth/request_token
Access Token URL:   https://master.apis.dev.openstreetmap.org/oauth/access_token
Authorise URL:      https://master.apis.dev.openstreetmap.org/oauth/authorize


I think this would be really helpful, as we could posibly try different options without creating tons of useless empty changesets on production.

in reply to:  25 ; comment:32 by Fabi2, 3 years ago

Replying to flohoff:

While staring at it again - Are these times accurate?

2022-06-23 21:48:55.558 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> !!! (1 ms)

1ms is well below the RTT to the api.openstreetmap.org - so something in the local API knows the connection is gone.

Can it be an issue with a half-closed (see "man 2 shutdown" on Linux) TCP-connection? Then read() should return 0 for EOF and you can`t write to the socket anymore.

Last edited 3 years ago by Fabi2 (previous) (diff)

in reply to:  32 ; comment:33 by anonymous, 3 years ago

Replying to Fabi2:

Replying to flohoff:

While staring at it again - Are these times accurate?

2022-06-23 21:48:55.558 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> !!! (1 ms)

1ms is well below the RTT to the api.openstreetmap.org - so something in the local API knows the connection is gone.

Can it be an issue with a half-closed (see "man 2 shutdown" on Linux) TCP-connection? Then read() should return 0 for EOF and you can`t write to the socket anymore.

Yes, the operating system already knows that the connection is (half) closed, but it seems that Java didn't recognize it, otherwise the connect() call would do a connect instead of trying to reuse the already closed keepalive connection. Maybe some sort of race condition on the Java side?

in reply to:  30 ; comment:34 by anonymous, 3 years ago

Summary of my new log with -Djavax.net.debug=all:

  1. Keepalive connection establised, some data is sent.
  2. Server closes connection at 15:00:37,046750483, now the connection is half closed.
  3. 15:00:37.918 duplex close of SSLSocket
  4. At 15:00:39.374 JOSM tries to connect.
  5. At 15:00:39,374425021 client closes the half closed connection.

Hypothesis:

  • Without keepalive, there wouldn't be a problem.
  • If the server (half) closes the connection before the client fully closes the connection and within this time period JOSM tries to connect, there is a "SocketException: Unexpected end of file from server".
|Time     | OSM mapper PC                         |
|         |                   | api.openstreetmap.org                 
|15:00:34,704325832|         54034 → https(443) [SYN] Seq=0 Win=64240          |TCP: 54034 → https(443) [SYN] Seq=0 Win=64240 Len=0 MSS=1460 SACK_PERM=1
|         |(54034)  -------------------------------------->  (443)    |
|15:00:34,719281895|         https(443) → 54034 [SYN, ACK] Seq=0 Ack=          |TCP: https(443) → 54034 [SYN, ACK] Seq=0 Ack=1 Win=43440 Len=0 MSS=1452 SACK_PERM=1
|         |(54034)  <--------------------------------------  (443)    |
|15:00:34,719313553|         54034 → https(443) [ACK] Seq=1 Ack=1 Win          |TCP: 54034 → https(443) [ACK] Seq=1 Ack=1 Win=64256 Len=0
|         |(54034)  -------------------------------------->  (443)    |
|15:00:34,722362804|         Client Hello                  |                   |TLSv1.3: Client Hello
|         |(54034)  -------------------------------------->  (443)    |
|15:00:34,737111609|         https(443) → 54034 [ACK] Seq=1 Ack=701 W          |TCP: https(443) → 54034 [ACK] Seq=1 Ack=701 Win=43008 Len=0
|         |(54034)  <--------------------------------------  (443)    |
|15:00:34,737882881|         Server Hello, Change Cipher Spec, Applic          |TLSv1.3: Server Hello, Change Cipher Spec, Application Data
|         |(54034)  <--------------------------------------  (443)    |
|15:00:34,737895417|         54034 → https(443) [ACK] Seq=701 Ack=144          |TCP: 54034 → https(443) [ACK] Seq=701 Ack=1441 Win=64128 Len=0
|         |(54034)  -------------------------------------->  (443)    |
|15:00:34,738067792|         https(443) → 54034 [PSH, ACK] Seq=1441 A          |TCP: https(443) → 54034 [PSH, ACK] Seq=1441 Ack=701 Win=43008 Len=1440
|         |(54034)  <--------------------------------------  (443)    |
|15:00:34,738073903|         54034 → https(443) [ACK] Seq=701 Ack=288          |TCP: 54034 → https(443) [ACK] Seq=701 Ack=2881 Win=63360 Len=0
|         |(54034)  -------------------------------------->  (443)    |
|15:00:34,738191041|         https(443) → 54034 [PSH, ACK] Seq=2881 A          |TCP: https(443) → 54034 [PSH, ACK] Seq=2881 Ack=701 Win=43008 Len=1216
|         |(54034)  <--------------------------------------  (443)    |
|15:00:34,738195093|         54034 → https(443) [ACK] Seq=701 Ack=409          |TCP: 54034 → https(443) [ACK] Seq=701 Ack=4097 Win=62464 Len=0
|         |(54034)  -------------------------------------->  (443)    |
|15:00:34,739864733|         Application Data, Application Data, Appl          |TLSv1.3: Application Data, Application Data, Application Data
|         |(54034)  <--------------------------------------  (443)    |
|15:00:34,739869105|         54034 → https(443) [ACK] Seq=701 Ack=522          |TCP: 54034 → https(443) [ACK] Seq=701 Ack=5223 Win=61440 Len=0
|         |(54034)  -------------------------------------->  (443)    |
|15:00:34,750531940|         Application Data              |                   |TLSv1.3: Application Data
|         |(54034)  -------------------------------------->  (443)    |
|15:00:34,751211100|         Application Data              |                   |TLSv1.3: Application Data
|         |(54034)  -------------------------------------->  (443)    |
|15:00:34,764772217|         https(443) → 54034 [ACK] Seq=5223 Ack=79          |TCP: https(443) → 54034 [ACK] Seq=5223 Ack=791 Win=43008 Len=0
|         |(54034)  <--------------------------------------  (443)    |
|15:00:34,765269196|         Application Data              |                   |TLSv1.3: Application Data
|         |(54034)  <--------------------------------------  (443)    |
|15:00:34,765275519|         54034 → https(443) [ACK] Seq=1444 Ack=55          |TCP: 54034 → https(443) [ACK] Seq=1444 Ack=5526 Win=64128 Len=0
|         |(54034)  -------------------------------------->  (443)    |
|15:00:34,765269274|         Application Data              |                   |TLSv1.3: Application Data
|         |(54034)  <--------------------------------------  (443)    |
|15:00:34,765280934|         54034 → https(443) [ACK] Seq=1444 Ack=58          |TCP: 54034 → https(443) [ACK] Seq=1444 Ack=5829 Win=64128 Len=0
|         |(54034)  -------------------------------------->  (443)    |
|15:00:34,765695909|         https(443) → 54034 [ACK] Seq=5829 Ack=14          |TCP: https(443) → 54034 [ACK] Seq=5829 Ack=1444 Win=42496 Len=0
|         |(54034)  <--------------------------------------  (443)    |
|15:00:34,811398267|         Application Data              |                   |TLSv1.3: Application Data
|         |(54034)  <--------------------------------------  (443)    |
|15:00:34,811411649|         54034 → https(443) [ACK] Seq=1444 Ack=78          |TCP: 54034 → https(443) [ACK] Seq=1444 Ack=7824 Win=63872 Len=0
|         |(54034)  -------------------------------------->  (443)    |
|15:00:37,046693429|         Application Data              |                   |TLSv1.3: Application Data
|         |(54034)  <--------------------------------------  (443)    |
|15:00:37,046730733|         54034 → https(443) [ACK] Seq=1444 Ack=78          |TCP: 54034 → https(443) [ACK] Seq=1444 Ack=7848 Win=64128 Len=0
|         |(54034)  -------------------------------------->  (443)    |
|15:00:37,046750483|         https(443) → 54034 [FIN, ACK] Seq=7848 A          |TCP: https(443) → 54034 [FIN, ACK] Seq=7848 Ack=1444 Win=42496 Len=0
|         |(54034)  <--------------------------------------  (443)    |
|15:00:37,088053783|         54034 → https(443) [ACK] Seq=1444 Ack=78          |TCP: 54034 → https(443) [ACK] Seq=1444 Ack=7849 Win=64128 Len=0
|         |(54034)  -------------------------------------->  (443)    |
|15:00:39,367971708|         Application Data              |                   |TLSv1.3: Application Data
|         |(54034)  -------------------------------------->  (443)    |
|15:00:39,368580828|         Application Data              |                   |TLSv1.3: Application Data
|         |(54034)  -------------------------------------->  (443)    |
|15:00:39,374277842|         Application Data              |                   |TLSv1.3: Application Data
|         |(54034)  -------------------------------------->  (443)    |
|15:00:39,374373406|         Application Data              |                   |TLSv1.3: Application Data
|         |(54034)  -------------------------------------->  (443)    |
|15:00:39,374425021|         54034 → https(443) [FIN, ACK] Seq=2722 A          |TCP: 54034 → https(443) [FIN, ACK] Seq=2722 Ack=7849 Win=64128 Len=0
|         |(54034)  -------------------------------------->  (443)    |
|15:00:39,382830835|         https(443) → 54034 [ACK] Seq=7849 Ack=21          |TCP: https(443) → 54034 [ACK] Seq=7849 Ack=2127 Win=42496 Len=0
|         |(54034)  <--------------------------------------  (443)    |
|15:00:39,383249972|         https(443) → 54034 [ACK] Seq=7849 Ack=26          |TCP: https(443) → 54034 [ACK] Seq=7849 Ack=2642 Win=42496 Len=0
|         |(54034)  <--------------------------------------  (443)    |
|15:00:39,388762701|         https(443) → 54034 [ACK] Seq=7849 Ack=26          |TCP: https(443) → 54034 [ACK] Seq=7849 Ack=2682 Win=42496 Len=0
|         |(54034)  <--------------------------------------  (443)    |
|15:00:39,388774755|         https(443) → 54034 [ACK] Seq=7849 Ack=27          |TCP: https(443) → 54034 [ACK] Seq=7849 Ack=2722 Win=42496 Len=0
|         |(54034)  <--------------------------------------  (443)    |
|15:00:39,389166335|         https(443) → 54034 [ACK] Seq=7849 Ack=27          |TCP: https(443) → 54034 [ACK] Seq=7849 Ack=2723 Win=42496 Len=0
|         |(54034)  <--------------------------------------  (443)    |
15:00:34.703 FEIN: Verbinde mit Server ...
15:00:34.703 FEIN: REQUEST HEADERS: {Accept=application/xml, */*;q=0.8, Accept-Encoding=gzip, deflate, Authorization=OAuth oauth_consumer_key=...}
javax.net.ssl|DEBUG|14|AWT-EventQueue-0|15:00:34.722 CEST|SSLSocketOutputRecord.java:261|WRITE: TLSv1.3 handshake, length = 695
javax.net.ssl|DEBUG|14|AWT-EventQueue-0|15:00:34.738 CEST|SSLSocketInputRecord.java:214|READ: TLSv1.2 handshake, length = 90
15:00:34.813 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=00000&open=true -> HTTP/1.1 200 (109 ms; 436 B)
15:00:34.813 FEIN: RESPONSE HEADERS: {null=[HTTP/1.1 200 OK], Server=[Apache/2.4.41 (Ubuntu)], ..., Keep-Alive=[timeout=5, max=100], Status=[200 OK], ..., Connection=[Keep-Alive], ...}
15:00:34.813 FEIN: Daten werden heruntergeladen …
15:00:34.813 FEIN: Änderungssätze werden heruntergeladen …
15:00:34.813 FEIN: Liste der Änderungssätze einlesen …
15:00:34.814 INFORMATION: 1 open changesets on server



repeated 9 times (duplex close):

---
javax.net.ssl|DEBUG|03 2C|Keep-Alive-Timer|15:00:37.918 CEST|SSLSocketImpl.java:578|duplex close of SSLSocket
javax.net.ssl|DEBUG|03 2C|Keep-Alive-Timer|15:00:37.918 CEST|SSLSocketOutputRecord.java:71|WRITE: TLSv1.2 alert(close_notify), length = 10
javax.net.ssl|DEBUG|03 2C|Keep-Alive-Timer|15:00:37.919 CEST|SSLSocketImpl.java:1736|close the underlying socket
javax.net.ssl|DEBUG|03 2C|Keep-Alive-Timer|15:00:37.919 CEST|SSLSocketImpl.java:1755|close the SSL connection (initiative)
javax.net.ssl|DEBUG|03 2C|Keep-Alive-Timer|15:00:37.919 CEST|SSLSocketImpl.java:834|close inbound of SSLSocket
javax.net.ssl|WARNING|03 2C|Keep-Alive-Timer|15:00:37.920 CEST|SSLSocketImpl.java:596|SSLSocket duplex close failed (
"throwable" : {
  java.net.SocketException: Socket is closed
        at java.base/java.net.Socket.shutdownInput(Socket.java:1539)
        at java.base/sun.security.ssl.BaseSSLSocketImpl.shutdownInput(BaseSSLSocketImpl.java:216)
        at java.base/sun.security.ssl.SSLSocketImpl.shutdownInput(SSLSocketImpl.java:849)
        at java.base/sun.security.ssl.SSLSocketImpl.bruteForceCloseInput(SSLSocketImpl.java:799)
        at java.base/sun.security.ssl.SSLSocketImpl.duplexCloseOutput(SSLSocketImpl.java:661)
        at java.base/sun.security.ssl.SSLSocketImpl.close(SSLSocketImpl.java:585)
        at java.base/sun.net.www.http.HttpClient.closeServer(HttpClient.java:1062)
        at java.base/sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:183)
        at java.base/java.lang.Thread.run(Thread.java:829)
        at java.base/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:161)}

)
---

15:00:39.343 INFORMATION: Starting upload with tags {comment=..., created_by=JOSM/1.5 (18500 de)}
15:00:39.367 FEIN: Verbinde mit Server ...
15:00:39.367 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/1111111 (477 B) ...
javax.net.ssl|DEBUG|13|main-worker-0|15:00:39.367 CEST|SSLSocketOutputRecord.java:334|WRITE: TLSv1.3 application_data, length = 645
15:00:39.368 FEIN: Daten werden hochgeladen …
javax.net.ssl|DEBUG|13|main-worker-0|15:00:39.368 CEST|SSLSocketOutputRecord.java:334|WRITE: TLSv1.3 application_data, length = 477
15:00:39.368 FEIN: REQUEST HEADERS: {Accept=application/xml, */*;q=0.8, Accept-Encoding=gzip, deflate, Authorization=OAuth oauth_consumer_key=..., Connection=close, Content-Type=text/xml}
javax.net.ssl|DEBUG|13|main-worker-0|15:00:39.368 CEST|SSLSocketInputRecord.java:214|READ: TLSv1.2 application_data, length = 19
javax.net.ssl|DEBUG|13|main-worker-0|15:00:39.368 CEST|SSLSocketInputRecord.java:247|READ: TLSv1.2 application_data, length = 19
javax.net.ssl|DEBUG|13|main-worker-0|15:00:39.374 CEST|SSLSocketImpl.java:578|duplex close of SSLSocket
javax.net.ssl|DEBUG|13|main-worker-0|15:00:39.374 CEST|SSLSocketOutputRecord.java:71|WRITE: TLSv1.3 alert(user_canceled), length = 2
javax.net.ssl|DEBUG|13|main-worker-0|15:00:39.374 CEST|SSLSocketOutputRecord.java:71|WRITE: TLSv1.3 alert(close_notify), length = 2
javax.net.ssl|DEBUG|13|main-worker-0|15:00:39.374 CEST|SSLSocketImpl.java:1755|close the SSL connection (passive)
15:00:39.374 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/1111111 -> !!! (5 ms)
15:00:39.376 WARNUNG: java.net.SocketException: Unexpected end of file from server. Ursache: java.net.SocketException: Unexpected end of file from server
java.net.SocketException: Unexpected end of file from server
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1974)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1969)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1968)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1536)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
        at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:334)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseCode(Http1Client.java:94)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:161)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:729)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:673)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:668)
        at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:663)
        at org.openstreetmap.josm.io.OsmApi.updateChangeset(OsmApi.java:498)
        at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:206)
        at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:266)
        at org.openstreetmap.josm.gui.io.AsynchronousUploadPrimitivesTask.realRun(AsynchronousUploadPrimitivesTask.java:129)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.net.SocketException: Unexpected end of file from server
        at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:866)
        at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1615)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3135)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:295)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85)
        ... 15 more

comment:35 by mmd, 3 years ago

Are we using keepalive at all in this scenario? My understanding of https://github.com/JOSM/josm/blob/master/src/org/openstreetmap/josm/io/OsmApi.java#L704 would be, that we're explicitly asking the server to close the connection.

comment:36 by mmd, 3 years ago

Sorry, I missed the initial "Why"... it should read: "Why are we using keepalive ...?"

in reply to:  34 comment:37 by anonymous, 3 years ago

Replying to anonym:

Summary of my new log with -Djavax.net.debug=all:

  1. Keepalive connection establised, some data is sent.
  2. Server closes connection at 15:00:37,046750483, now the connection is half closed.
  3. 15:00:37.918 duplex close of SSLSocket
  4. At 15:00:39.374 JOSM tries to connect.
  5. At 15:00:39,374425021 client closes the half closed connection.

I think a simple read on the connection before trying to use it again should bring the error up.

in reply to:  26 ; comment:38 by taylor.smock, 3 years ago

From comment:26, can someone who is consistently seeing the problem try the http2 plugin on the official builds of JOSM, and see if that fixes the problem? If so, we might consider pushing Java 11+ harder (see #17858), so we can merge http2 into JOSM core.

We have to move the needle on Java 11+ uptake by ~15% though (currently ~20% for people who actually update JOSM -- we typically want <5% of users remaining on an old Java version before updating).

in reply to:  35 comment:39 by anonymous, 3 years ago

Replying to mmd:

Are we using keepalive at all in this scenario? My understanding of https://github.com/JOSM/josm/blob/master/src/org/openstreetmap/josm/io/OsmApi.java#L704 would be, that we're explicitly asking the server to close the connection.

Yes, you are right, "Connection=close" is send to the server and visible in the log:

15:00:39.368 FEIN: REQUEST HEADERS: {Accept=application/xml, */*;q=0.8, Accept-Encoding=gzip, deflate, Authorization=OAuth oauth_consumer_key=..., Connection=close, Content-Type=text/xml}

in reply to:  33 comment:40 by anonymous, 3 years ago

Replying to anonym:

Replying to Fabi2:

Replying to flohoff:

While staring at it again - Are these times accurate?

2022-06-23 21:48:55.558 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> !!! (1 ms)

1ms is well below the RTT to the api.openstreetmap.org - so something in the local API knows the connection is gone.

Can it be an issue with a half-closed (see "man 2 shutdown" on Linux) TCP-connection? Then read() should return 0 for EOF and you can`t write to the socket anymore.

Yes, the operating system already knows that the connection is (half) closed, but it seems that Java didn't recognize it, otherwise the connect() call would do a connect instead of trying to reuse the already closed keepalive connection. Maybe some sort of race condition on the Java side?

Or maybe the JRE doesn't handle this situation and tries to write to the the already half-closed socket.

in reply to:  38 ; comment:41 by anonymous, 3 years ago

Thanks for taylor.smock:

From comment:26, can someone who is consistently seeing the problem try the http2 plugin on the official builds of JOSM, and see if that fixes the problem? If so, we might consider pushing Java 11+ harder (see #17858), so we can merge http2 into JOSM core.
We have to move the needle on Java 11+ uptake by ~15% though (currently ~20% for people who actually update JOSM -- we typically want <5% of users remaining on an old Java version before updating).

I just added the AddOn http2 to JOSM and re-started the software. After that about 17 UPloads without any API-message! I'll check it further and will report it here, in case the API-issue should be back.
But my actual success should encourage everybody, to give it a try.

in reply to:  41 ; comment:42 by MichaelFS, 3 years ago

Just for clarification: Comment # 38 has been published by myself.

in reply to:  42 comment:43 by MichaelFS, 3 years ago

SORRY, not Comment # 38 but # 41!

comment:44 by anonymous, 3 years ago

> From comment:26, can someone who is consistently seeing the problem try the http2 plugin on the official builds of JOSM, and see if that fixes the problem?

The http2 plugin did not solve the issue on my system. But the error message has changed to:

2022-06-28 12:34:11.928 SCHWERWIEGEND: Ein-/Ausgabefehler - <html>Datenübertragungsfehler zum Server<br>"https://api.openstreetmap.org/api/0.6/"<br>beim Hoch- oder Herunterladen.<br>Details: /192.168.2.101:50438: GOAWAY received</html>

comment:45 by Fabi2, 3 years ago

A few days ago I had the API-problem even with OpenJDK 18.x.x on Linux, but since 3 or 4 days I don't see it anymore. I tried to look at the code a bit. Besides the RemoteControl-server, witch uses accept() it only uses hi-level classes for networking. I wondered why there are no methods for calling shutdown() in java.net.ServerSocket, as you can call it for java.net.Socket. The JRE developers seems to think that no one will call it for a server socket and maybe also don't handle it.

in reply to:  44 comment:46 by taylor.smock, 3 years ago

Replying to anonymous:

2022-06-28 12:34:11.928 SCHWERWIEGEND: Ein-/Ausgabefehler - <html>Datenübertragungsfehler zum Server<br>"https://api.openstreetmap.org/api/0.6/"<br>beim Hoch- oder Herunterladen.<br>Details: /192.168.2.101:50438: GOAWAY received</html>

This is actually a bit different. GOAWAY is something that is sent by the server (see RFC7540 for the HTTP/2 spec). What we have been discussing is random disconnects under HTTP/1. GOAWAY could mean one of several things:

  • Server is going down for maintenance
  • We are misbehaving somewhere (unlikely -- presumably firefishy would let us know)

In any case, once a GOAWAY is received, any further communication with the server requires a new connection (per HTTP/2 spec).

comment:47 by mmd, 3 years ago

I also experienced one instance of a "GOAWAY" on Oracle JDK 18 running on Ubuntu 20.04 after deploying the http2 plugin.
Besides, I also noticed some new warnings on the console about the "Connection" HTTP header field, which weren't present on Java 11.

in reply to:  41 comment:48 by MichaelFS, 3 years ago

Today I experienced the failure
Datenübertragungsfehler zum Server "https://api.openstreetmap.org/api/0.6/" beim Hoch- oder Herunterladen. Details: /10.11.30.141:33216: GOAWAY received
The changeset consist of 65 modifications, and the error came after 9 have been uploaded. This means, the new message does not show up during "handshake" (no modification uploaded yet) as the old one (without http2) did all time.

comment:49 by mmd, 3 years ago

Another user reported that they experienced GOAWAY when creating a new changeset once the http2 plugin was enabled:

JOSM-tested 18463
openjdk version "11.0.15" 2022-04-19
OpenJDK Runtime Environment (build 11.0.15+10-suse-150000.3.80.1-x8664)
OpenJDK 64-Bit Server VM (build 11.0.15+10-suse-150000.3.80.1-x8664, mixed mode)

Source: https://forum.openstreetmap.org/viewtopic.php?pid=866193#p866193

comment:50 by mdk, 3 years ago

Maybe #20774 is related with the GOAWAY problem?

in reply to:  description comment:51 by Renee ruby <Reneerust5@…>, 3 years ago

Replying to MichaelFS:

What steps will reproduce the problem?

  1. Open JOSM and create one or more changes, no matter whether on ode, way or relation
  2. Click UPload

What is the expected result?

UPload should be accepted, a "SUCCESS"-message should be displayed.

What happens instead?

Message: Connection with Remote-Server
https://api.openstreetmap.org/api/0.6/failed.
Please check your Internet-connection.

Of course, the Internet-connection is stable and ONline. Nevertheless, I experienced such failures up to five times for one changeset.

The issue has been reported multiple times since January 2022 from several users in the German Forum [ https://forum.openstreetmap.org/viewtopic.php?id=74624]

Please provide any additional information below. Attach a screenshot if possible.

Relative:URL: ^/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2022-04-04 22:26:00 +0200 (Mon, 04 Apr 2022)
Revision:18427
Build-Date:2022-04-05 01:30:55
URL:https://josm.openstreetmap.de/svn/trunk

Identification: JOSM/1.5 (18427 de) Linux Manjaro Linux
Memory Usage: 292 MB / 7832 MB (143 MB allocated, but free)
Java version: 18.0.1.1+2, N/A, OpenJDK 64-Bit Server VM
Look and Feel: javax.swing.plaf.nimbus.NimbusLookAndFeel
Screen: :0.0 1920×1080 (scaling 1.00×1.00)
Maximum Screen Size: 1920×1080
Best cursor sizes: 16×16→16×16, 32×32→32×32
Environment variable LANG: de_DE.UTF-8
System property file.encoding: UTF-8
System property sun.jnu.encoding: UTF-8
Locale info: de_DE
Numbers with default locale: 1234567890 -> 1234567890
Desktop environment: KDE
VM arguments: [--add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, -Djosm.restart=true, -Dawt.useSystemAAFontSettings=gasp]

Plugins:
+ buildings_tools (35978)
+ continuosDownload (99)
+ fieldpapers (v0.5.0)
+ reverter (35980)
+ terracer (35893)
+ undelete (35893)
+ utilsplugin2 (35978)

Map paint styles:
+ https://josm.openstreetmap.de/josmfile?page=Styles/AddressValidator&zip=1

Note: The below stack traces may not be related to the above issue (was closed as othersoftware, see comment:1 )
From comment:12/comment:24

2022-06-23 21:48:55.554 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create (229 B) ...
2022-06-23 21:48:55.558 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> !!! (1 ms)
2022-06-23 21:48:55.559 WARNING: java.net.SocketException: Unexpected end of file from server. Cause: java.net.SocketException: Unexpected end of file from server
java.net.SocketException: Unexpected end of file from server
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1974)
	at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1969)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1968)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1536)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
	at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:334)
	at org.openstreetmap.josm.tools.Http1Client$1.getResponseCode(Http1Client.java:94)
	at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:161)
	at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:729)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:673)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:668)
	at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:663)
	at org.openstreetmap.josm.io.OsmApi.openChangeset(OsmApi.java:463)
	at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:202)
	at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:266)
	at org.openstreetmap.josm.gui.io.AsynchronousUploadPrimitivesTask.realRun(AsynchronousUploadPrimitivesTask.java:129)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.net.SocketException: Unexpected end of file from server
	at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:866)
	at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1615)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3135)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:295)
	at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85)
	... 15 more

2022-06-23 21:48:55.560 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create (229 B) ...
2022-06-23 21:48:55.684 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> HTTP/1.1 200 (74 ms; 9 B)
2022-06-23 21:48:55.684 INFO: OK

in reply to:  50 comment:52 by taylor.smock, 3 years ago

Replying to mdk:

Maybe #20774 is related with the GOAWAY problem?

Maybe?

Anyway, jep 353 might be part of the cause. This was part of Java 13.

To test the "old" version of the socket implementation, start josm with java -Djdk.net.usePlainSocketImpl=true -jar josm-latest.jar.
Did anyone check if it was reproducible with Java 8/11 (see comment:6)?

You can also try different versions of Java (starting with Java 8) and see if it starts occurring with a specific Java version.

comment:53 by mmd, 3 years ago

Did anyone check if it was reproducible with Java 8/11

Yes, please see my comment https://josm.openstreetmap.de/ticket/22160#comment:49
This user experienced issues on openjdk11 both with and w/o http2 plugin.

comment:54 by mmd, 3 years ago

By the way, I'd highly recommend to review this analysis: https://forum.openstreetmap.org/viewtopic.php?pid=866289#p866289
Use Google Translate. I reviewed the English translation, it looks just fine to me.

in reply to:  53 comment:55 by taylor.smock, 3 years ago

Replying to mmd:

Did anyone check if it was reproducible with Java 8/11

Yes, please see my comment https://josm.openstreetmap.de/ticket/22160#comment:49
This user experienced issues on openjdk11 both with and w/o http2 plugin.

I kind of skimmed over it because it was java 11 + http2.

Use Google Translate. I reviewed the English translation, it looks just fine to me.

I used https://browser.mt/ since I don't like google. I think I got most of it. Comment 70/71 on the post may make it easier for me to troubleshoot the root cause.

comment:56 by mmd, 3 years ago

My proposal right now would be to put the http2 plugin experiment on hold, and ask users to uninstall it. There are new kind of issues popping up now (e.g. https://imgbb.com/FH8vwgB ), and it seems the plugin still needs a bit more work to be ready for prime time.

comment:57 by taylor.smock, 3 years ago

For those trying attachment:22160.patch with attachment:josm-custom.jar, has anyone noticed duplicate uploads?

comment:58 by chris66, 3 years ago

Thanks, the patch is working for me.

in reply to:  58 comment:59 by taylor.smock, 3 years ago

Replying to chris66:

Thanks, the patch is working for me.

Good. One thing I am somewhat worried about is double uploads. If you get a conflict, and the last user who made changes to the conflict object was you, then we've got a problem. Like I said in comment:26, I think applying the patch is safe. I just want to apply it after we do a stable release, which I'm planning to do today. Which means I may apply that patch Monday.

in reply to:  57 ; comment:60 by MichaelFS, 3 years ago

Replying to taylor.smock:

For those trying attachment:22160.patch with attachment:josm-custom.jar, has anyone noticed duplicate uploads?

Thanks a lot for your support and effort!!
I've done the same as chris66 before: DE-installed http2 and run the patched version. There was no failure message and I could not notice any duplicate upload (How to identify that? What will happen by then?).
However, in the konsole output there were several issues (lines 2, 34, 66 and so on):

2022-07-06 15:40:37.555 INFORMATION: GET https://api.openstreetmap.org/api/0.6/user/details -> !!! (1 ms)
2022-07-06 15:40:37.557 WARNUNG: java.net.UnknownHostException: api.openstreetmap.org
java.net.UnknownHostException: api.openstreetmap.org
        at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
        at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.base/java.net.Socket.connect(Socket.java:609)
        at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
        at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:177)
        at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
        at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
        at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266)
        at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:373)
        at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:203)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1187)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1081)
        at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:189)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:168)
        at org.openstreetmap.josm.tools.Http1Client.performConnection(Http1Client.java:78)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:157)
        at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:195)
        at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:138)
        at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:122)
        at org.openstreetmap.josm.io.OsmServerReader.getInputStream(OsmServerReader.java:86)
        at org.openstreetmap.josm.io.OsmServerReader.fetchData(OsmServerReader.java:424)
        at org.openstreetmap.josm.io.OsmServerUserInfoReader.fetchUserInfo(OsmServerUserInfoReader.java:170)
        at org.openstreetmap.josm.io.MessageNotifier$Worker.run(MessageNotifier.java:83)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
        at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)

2022-07-06 15:40:37.558 SCHWERWIEGEND: java.net.UnknownHostException: api.openstreetmap.org
java.net.UnknownHostException: api.openstreetmap.org
        at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
        at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.base/java.net.Socket.connect(Socket.java:609)
        at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
        at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:177)
        at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
        at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
        at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266)
        at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:373)
        at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:203)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1187)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1081)
        at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:189)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:168)
        at org.openstreetmap.josm.tools.Http1Client.performConnection(Http1Client.java:78)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:157)
        at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:195)
        at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:138)
        at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:122)
        at org.openstreetmap.josm.io.OsmServerReader.getInputStream(OsmServerReader.java:86)
        at org.openstreetmap.josm.io.OsmServerReader.fetchData(OsmServerReader.java:424)
        at org.openstreetmap.josm.io.OsmServerUserInfoReader.fetchUserInfo(OsmServerUserInfoReader.java:170)
        at org.openstreetmap.josm.io.MessageNotifier$Worker.run(MessageNotifier.java:83)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
        at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)

2022-07-06 15:40:37.560 WARNUNG: org.openstreetmap.josm.io.OsmTransferException: Verbindung zum OSM-Server fehlgeschlagen. Bitte überprüfen Sie Ihre Internetverbindung.. Ursache: java.net.UnknownHostException: api.openstreetmap.org
org.openstreetmap.josm.io.OsmTransferException: Verbindung zum OSM-Server fehlgeschlagen. Bitte überprüfen Sie Ihre Internetverbindung.
        at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:200)
        at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:138)
        at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:122)
        at org.openstreetmap.josm.io.OsmServerReader.getInputStream(OsmServerReader.java:86)
        at org.openstreetmap.josm.io.OsmServerReader.fetchData(OsmServerReader.java:424)
        at org.openstreetmap.josm.io.OsmServerUserInfoReader.fetchUserInfo(OsmServerUserInfoReader.java:170)
        at org.openstreetmap.josm.io.MessageNotifier$Worker.run(MessageNotifier.java:83)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
        at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.net.UnknownHostException: api.openstreetmap.org
        at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
        at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.base/java.net.Socket.connect(Socket.java:609)
        at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
        at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:177)
        at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
        at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
        at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266)
        at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:373)
        at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:203)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1187)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1081)
        at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:189)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:168)
        at org.openstreetmap.josm.tools.Http1Client.performConnection(Http1Client.java:78)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:157)
        at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:195)
        ... 12 more

2022-07-06 15:45:38.186 INFORMATION: GET https://api.openstreetmap.org/api/0.6/user/details (Anzahl der ungelesenen Nachrichten abrufen) -> HTTP/1.1 200 (632 ms; 402 B)
2022-07-06 15:50:37.723 INFORMATION: GET https://api.openstreetmap.org/api/0.6/user/details (Anzahl der ungelesenen Nachrichten abrufen) -> HTTP/1.1 200 (170 ms; 402 B)
2022-07-06 15:51:40.650 INFORMATION: Getting 0,0% of area, already have 100,0%, overlap 0,0%

2022-07-06 15:51:57.346 INFORMATION: Getting 0,0% of area, already have 100,0%, overlap 0,0%

2022-07-06 15:52:01.710 INFORMATION: Getting 0,2% of area, already have 99,8%, overlap 0,0%

2022-07-06 15:52:10.622 INFORMATION: Getting 5,8% of area, already have 94,2%, overlap 0,0%

2022-07-06 15:52:25.859 INFORMATION: Getting 0,0% of area, already have 100,0%, overlap 0,0%

2022-07-06 15:52:28.717 INFORMATION: Getting 0,0% of area, already have 100,0%, overlap 0,0%

2022-07-06 15:52:47.098 INFORMATION: GET https://api.openstreetmap.org/api/0.6/way/34684438/history -> HTTP/1.1 200 (155 ms)
2022-07-06 15:52:47.334 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?changesets=97295492,92126132,100795305,3578680,1230013,106620853,4368754,40927426,17746745,98376933,3578669,118440628,106382601,112840647 -> HTTP/1.1 200 (183 ms; 1,08 kB)
2022-07-06 15:55:38.240 INFORMATION: GET https://api.openstreetmap.org/api/0.6/user/details (Anzahl der ungelesenen Nachrichten abrufen) -> HTTP/1.1 200 (685 ms; 402 B)
2022-07-06 15:55:57.236 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=369020&open=true -> HTTP/1.1 200 (149 ms; 189 B)
2022-07-06 15:55:57.239 INFORMATION: 0 open changesets on server
2022-07-06 15:56:19.904 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=369020&open=true -> HTTP/1.1 200 (695 ms; 189 B)
2022-07-06 15:56:19.907 INFORMATION: 0 open changesets on server
2022-07-06 15:56:28.119 INFORMATION: Starting upload with tags {comment=operator hinzu, source=eigene Recherche, created_by=JOSM/1.5 (18499 SVN de)}
2022-07-06 15:56:28.120 INFORMATION: Strategy: SINGLE_REQUEST_STRATEGY, ChunkSize: -1, Policy: none, Close after: true
2022-07-06 15:56:28.121 INFORMATION: Änderungssatz 0: operator hinzu
2022-07-06 15:56:28.202 INFORMATION: Message notifier inactive
2022-07-06 15:56:28.209 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create (274 B) ...
2022-07-06 15:56:28.393 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> HTTP/1.1 200 (96 ms; 9 B)
2022-07-06 15:56:28.393 INFORMATION: OK
2022-07-06 15:56:28.501 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279649/upload (1,01 kB) ...
2022-07-06 15:56:28.668 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279649/upload -> HTTP/1.1 200 (86 ms)
2022-07-06 15:56:28.669 INFORMATION: OK
2022-07-06 15:56:28.787 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279649/close (2 B) ...
2022-07-06 15:56:28.942 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279649/close -> HTTP/1.1 200 (69 ms)
2022-07-06 15:56:28.942 INFORMATION: OK
2022-07-06 15:56:29.043 INFORMATION: Message notifier active (checks every 5 minutes)
2022-07-06 15:56:41.502 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=369020&open=true -> HTTP/1.1 200 (155 ms; 189 B)
2022-07-06 15:56:41.505 INFORMATION: 0 open changesets on server
2022-07-06 15:56:43.811 INFORMATION: Starting upload with tags {comment=check_date, source=eigene Recherche, created_by=JOSM/1.5 (18499 SVN de)}
2022-07-06 15:56:43.812 INFORMATION: Strategy: SINGLE_REQUEST_STRATEGY, ChunkSize: -1, Policy: none, Close after: true
2022-07-06 15:56:43.812 INFORMATION: Änderungssatz 0: check_date
2022-07-06 15:56:43.873 INFORMATION: Message notifier inactive
2022-07-06 15:56:43.874 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create (270 B) ...
2022-07-06 15:56:43.985 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> HTTP/1.1 200 (106 ms; 9 B)
2022-07-06 15:56:43.985 INFORMATION: OK
2022-07-06 15:56:44.090 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279659/upload (417 B) ...
2022-07-06 15:56:44.246 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279659/upload -> HTTP/1.1 200 (73 ms)
2022-07-06 15:56:44.246 INFORMATION: OK
2022-07-06 15:56:44.355 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279659/close (2 B) ...
2022-07-06 15:56:44.514 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279659/close -> HTTP/1.1 200 (75 ms)
2022-07-06 15:56:44.514 INFORMATION: OK
2022-07-06 15:56:44.615 INFORMATION: Message notifier active (checks every 5 minutes)
2022-07-06 15:57:34.911 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=369020&open=true -> HTTP/1.1 200 (178 ms; 189 B)
2022-07-06 15:57:34.915 INFORMATION: 0 open changesets on server
2022-07-06 15:57:56.956 INFORMATION: Starting upload with tags {comment=building type, source=eigene Recherche, created_by=JOSM/1.5 (18499 SVN de)}
2022-07-06 15:57:56.957 INFORMATION: Strategy: SINGLE_REQUEST_STRATEGY, ChunkSize: -1, Policy: none, Close after: true
2022-07-06 15:57:56.957 INFORMATION: Änderungssatz 0: building type
2022-07-06 15:57:57.014 INFORMATION: Message notifier inactive
2022-07-06 15:57:57.016 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create (273 B) ...
2022-07-06 15:57:57.206 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> HTTP/1.1 200 (104 ms; 9 B)
2022-07-06 15:57:57.206 INFORMATION: OK
2022-07-06 15:57:57.309 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279714/upload (497 B) ...
2022-07-06 15:57:57.479 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279714/upload -> HTTP/1.1 200 (83 ms)
2022-07-06 15:57:57.480 INFORMATION: OK
2022-07-06 15:57:57.592 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279714/close (2 B) ...
2022-07-06 15:57:57.759 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279714/close -> HTTP/1.1 200 (81 ms)
2022-07-06 15:57:57.760 INFORMATION: OK
2022-07-06 15:57:57.861 INFORMATION: Message notifier active (checks every 5 minutes)
2022-07-06 15:58:02.629 INFORMATION: Getting 0,0% of area, already have 100,0%, overlap 0,0%

2022-07-06 15:58:03.372 INFORMATION: Getting 5,8% of area, already have 94,2%, overlap 0,0%

2022-07-06 15:59:18.707 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=369020&open=true -> HTTP/1.1 200 (155 ms; 189 B)
2022-07-06 15:59:18.710 INFORMATION: 0 open changesets on server
2022-07-06 15:59:26.097 INFORMATION: Starting upload with tags {comment=check_date, source=eigene Recherche, created_by=JOSM/1.5 (18499 SVN de)}
2022-07-06 15:59:26.098 INFORMATION: Strategy: SINGLE_REQUEST_STRATEGY, ChunkSize: -1, Policy: none, Close after: true
2022-07-06 15:59:26.098 INFORMATION: Änderungssatz 0: check_date
2022-07-06 15:59:26.162 INFORMATION: Message notifier inactive
2022-07-06 15:59:26.163 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create (270 B) ...
2022-07-06 15:59:26.351 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> HTTP/1.1 200 (99 ms; 9 B)
2022-07-06 15:59:26.351 INFORMATION: OK
2022-07-06 15:59:26.456 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279784/upload (39,6 kB) ...
2022-07-06 15:59:26.936 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279784/upload -> HTTP/1.1 200 (395 ms)
2022-07-06 15:59:26.937 INFORMATION: OK
2022-07-06 15:59:27.083 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279784/close (2 B) ...
2022-07-06 15:59:27.243 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279784/close -> HTTP/1.1 200 (76 ms)
2022-07-06 15:59:27.244 INFORMATION: OK
2022-07-06 15:59:27.345 INFORMATION: Message notifier active (checks every 5 minutes)
2022-07-06 16:00:02.005 INFORMATION: Getting 0,0% of area, already have 100,0%, overlap 0,0%

2022-07-06 16:01:07.259 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=369020&open=true -> HTTP/1.1 200 (164 ms; 189 B)
2022-07-06 16:01:07.262 INFORMATION: 0 open changesets on server
2022-07-06 16:01:09.503 INFORMATION: Starting upload with tags {comment=check_date, source=eigene Recherche, created_by=JOSM/1.5 (18499 SVN de)}
2022-07-06 16:01:09.503 INFORMATION: Strategy: SINGLE_REQUEST_STRATEGY, ChunkSize: -1, Policy: none, Close after: true
2022-07-06 16:01:09.504 INFORMATION: Änderungssatz 0: check_date
2022-07-06 16:01:09.564 INFORMATION: Message notifier inactive
2022-07-06 16:01:09.566 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create (270 B) ...
2022-07-06 16:01:09.572 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> !!! (2 ms)
2022-07-06 16:01:09.573 WARNUNG: java.net.SocketException: Unexpected end of file from server. Ursache: java.net.SocketException: Unexpected end of file from server
java.net.SocketException: Unexpected end of file from server
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1974)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1969)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1968)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1536)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
        at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:334)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseCode(Http1Client.java:94)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:161)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:729)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:673)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:668)
        at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:663)
        at org.openstreetmap.josm.io.OsmApi.openChangeset(OsmApi.java:463)
        at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:202)
        at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:266)
        at org.openstreetmap.josm.gui.io.AsynchronousUploadPrimitivesTask.realRun(AsynchronousUploadPrimitivesTask.java:129)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.net.SocketException: Unexpected end of file from server
        at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:866)
        at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1615)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3135)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:295)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85)
        ... 15 more

2022-07-06 16:01:09.575 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create (270 B) ...
2022-07-06 16:01:09.767 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> HTTP/1.1 200 (110 ms; 9 B)
2022-07-06 16:01:09.767 INFORMATION: OK
2022-07-06 16:01:09.870 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279854/upload (2,85 kB) ...
2022-07-06 16:01:10.037 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279854/upload -> HTTP/1.1 200 (81 ms)
2022-07-06 16:01:10.037 INFORMATION: OK
2022-07-06 16:01:10.173 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279854/close (2 B) ...
2022-07-06 16:01:10.327 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279854/close -> HTTP/1.1 200 (67 ms)
2022-07-06 16:01:10.328 INFORMATION: OK
2022-07-06 16:01:10.430 INFORMATION: Message notifier active (checks every 5 minutes)
2022-07-06 16:01:10.601 INFORMATION: GET https://api.openstreetmap.org/api/0.6/user/details (Anzahl der ungelesenen Nachrichten abrufen) -> HTTP/1.1 200 (170 ms; 402 B)
2022-07-06 16:01:32.706 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=369020&open=true -> HTTP/1.1 200 (161 ms; 189 B)
2022-07-06 16:01:32.709 INFORMATION: 0 open changesets on server
2022-07-06 16:01:34.825 INFORMATION: Starting upload with tags {comment=check_date, source=eigene Recherche, created_by=JOSM/1.5 (18499 SVN de)}
2022-07-06 16:01:34.826 INFORMATION: Strategy: SINGLE_REQUEST_STRATEGY, ChunkSize: -1, Policy: none, Close after: true
2022-07-06 16:01:34.826 INFORMATION: Änderungssatz 0: check_date
2022-07-06 16:01:34.892 INFORMATION: Message notifier inactive
2022-07-06 16:01:34.893 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create (270 B) ...
2022-07-06 16:01:35.144 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> HTTP/1.1 200 (247 ms; 9 B)
2022-07-06 16:01:35.145 INFORMATION: OK
2022-07-06 16:01:35.249 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279871/upload (5,58 kB) ...
2022-07-06 16:01:35.419 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279871/upload -> HTTP/1.1 200 (86 ms)
2022-07-06 16:01:35.420 INFORMATION: OK
2022-07-06 16:01:35.538 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279871/close (2 B) ...
2022-07-06 16:01:35.722 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279871/close -> HTTP/1.1 200 (94 ms)
2022-07-06 16:01:35.722 INFORMATION: OK
2022-07-06 16:01:35.823 INFORMATION: Message notifier active (checks every 5 minutes)
2022-07-06 16:02:14.425 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=369020&open=true -> HTTP/1.1 200 (159 ms; 189 B)
2022-07-06 16:02:14.428 INFORMATION: 0 open changesets on server
2022-07-06 16:02:15.722 INFORMATION: Starting upload with tags {comment=check_date, source=eigene Recherche, created_by=JOSM/1.5 (18499 SVN de)}
2022-07-06 16:02:15.722 INFORMATION: Strategy: SINGLE_REQUEST_STRATEGY, ChunkSize: -1, Policy: none, Close after: true
2022-07-06 16:02:15.722 INFORMATION: Änderungssatz 0: check_date
2022-07-06 16:02:15.782 INFORMATION: Message notifier inactive
2022-07-06 16:02:15.784 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create (270 B) ...
2022-07-06 16:02:15.890 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> HTTP/1.1 200 (100 ms; 9 B)
2022-07-06 16:02:15.890 INFORMATION: OK
2022-07-06 16:02:15.993 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279894/upload (2,62 kB) ...
2022-07-06 16:02:16.154 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279894/upload -> HTTP/1.1 200 (77 ms)
2022-07-06 16:02:16.154 INFORMATION: OK
2022-07-06 16:02:16.298 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279894/close (2 B) ...
2022-07-06 16:02:16.451 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279894/close -> HTTP/1.1 200 (70 ms)
2022-07-06 16:02:16.451 INFORMATION: OK
2022-07-06 16:02:16.552 INFORMATION: Message notifier active (checks every 5 minutes)
2022-07-06 16:02:51.882 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=369020&open=true -> HTTP/1.1 200 (164 ms; 189 B)
2022-07-06 16:02:51.885 INFORMATION: 0 open changesets on server
2022-07-06 16:02:53.671 INFORMATION: Starting upload with tags {comment=check_date, source=eigene Recherche, created_by=JOSM/1.5 (18499 SVN de)}
2022-07-06 16:02:53.672 INFORMATION: Strategy: SINGLE_REQUEST_STRATEGY, ChunkSize: -1, Policy: none, Close after: true
2022-07-06 16:02:53.673 INFORMATION: Änderungssatz 0: check_date
2022-07-06 16:02:53.731 INFORMATION: Message notifier inactive
2022-07-06 16:02:53.732 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create (270 B) ...
2022-07-06 16:02:53.829 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> HTTP/1.1 200 (91 ms; 9 B)
2022-07-06 16:02:53.829 INFORMATION: OK
2022-07-06 16:02:53.933 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279913/upload (1,87 kB) ...
2022-07-06 16:02:54.095 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279913/upload -> HTTP/1.1 200 (79 ms)
2022-07-06 16:02:54.095 INFORMATION: OK
2022-07-06 16:02:54.226 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279913/close (2 B) ...
2022-07-06 16:02:54.378 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279913/close -> HTTP/1.1 200 (69 ms)
2022-07-06 16:02:54.378 INFORMATION: OK
2022-07-06 16:02:54.480 INFORMATION: Message notifier active (checks every 5 minutes)
2022-07-06 16:03:15.184 INFORMATION: GET https://api.openstreetmap.org/api/0.6/changesets?user=369020&open=true -> HTTP/1.1 200 (152 ms; 189 B)
2022-07-06 16:03:15.187 INFORMATION: 0 open changesets on server
2022-07-06 16:03:16.626 INFORMATION: Starting upload with tags {comment=check_date, source=eigene Recherche, created_by=JOSM/1.5 (18499 SVN de)}
2022-07-06 16:03:16.627 INFORMATION: Strategy: SINGLE_REQUEST_STRATEGY, ChunkSize: -1, Policy: none, Close after: true
2022-07-06 16:03:16.627 INFORMATION: Änderungssatz 0: check_date
2022-07-06 16:03:16.677 INFORMATION: Message notifier inactive
2022-07-06 16:03:16.679 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create (270 B) ...
2022-07-06 16:03:16.684 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> !!! (1 ms)
2022-07-06 16:03:16.684 WARNUNG: java.net.SocketException: Unexpected end of file from server. Ursache: java.net.SocketException: Unexpected end of file from server
java.net.SocketException: Unexpected end of file from server
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1974)
        at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1969)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1968)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1536)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
        at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:334)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseCode(Http1Client.java:94)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:161)
        at org.openstreetmap.josm.tools.HttpClient.connect(HttpClient.java:124)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:729)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:673)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:668)
        at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:663)
        at org.openstreetmap.josm.io.OsmApi.openChangeset(OsmApi.java:463)
        at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:202)
        at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrimitivesTask.java:266)
        at org.openstreetmap.josm.gui.io.AsynchronousUploadPrimitivesTask.realRun(AsynchronousUploadPrimitivesTask.java:129)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.net.SocketException: Unexpected end of file from server
        at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:866)
        at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1615)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3135)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(HttpsURLConnectionImpl.java:295)
        at org.openstreetmap.josm.tools.Http1Client$1.getResponseVersion(Http1Client.java:85)
        ... 15 more

2022-07-06 16:03:16.685 WARNUNG: Already here java.net.SocketException: Unexpected end of file from server
2022-07-06 16:03:16.687 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create (270 B) ...
2022-07-06 16:03:16.860 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> HTTP/1.1 200 (91 ms; 9 B)
2022-07-06 16:03:16.860 INFORMATION: OK
2022-07-06 16:03:16.963 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279925/upload (2,50 kB) ...
2022-07-06 16:03:17.129 INFORMATION: POST https://api.openstreetmap.org/api/0.6/changeset/123279925/upload -> HTTP/1.1 200 (83 ms)
2022-07-06 16:03:17.129 INFORMATION: OK
2022-07-06 16:03:17.247 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279925/close (2 B) ...
2022-07-06 16:03:17.403 INFORMATION: PUT https://api.openstreetmap.org/api/0.6/changeset/123279925/close -> HTTP/1.1 200 (73 ms)
2022-07-06 16:03:17.404 INFORMATION: OK
2022-07-06 16:03:17.505 INFORMATION: Message notifier active (checks every 5 minutes)

in reply to:  60 ; comment:61 by taylor.smock, 3 years ago

Replying to MichaelFS:

Replying to taylor.smock:

For those trying attachment:22160.patch with attachment:josm-custom.jar, has anyone noticed duplicate uploads?

Thanks a lot for your support and effort!!
I've done the same as chris66 before: DE-installed http2 and run the patched version. There was no failure message and I could not notice any duplicate upload (How to identify that? What will happen by then?).

If you get conflicts when you are uploading changed data, that would be one indication. Another indication would be if you downloaded an area, and saw that there were multiple overlapping features uploaded at almost the same time in different changesets.

Going through your paste:
Line 2/34:

java.net.UnknownHostException: api.openstreetmap.org
        at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)

This is a DNS issue. We cannot fix that. Java uses the system configured dns providers (since we don't set any in JOSM). Maybe your internet connection is flaky?

Line 66: Same thing, different stack trace.

2022-07-06 15:40:37.560 WARNING: org.openstreetmap.josm.io.OsmTransferException: Connection to OSM server failed. Please check your internet connection.. Cause: java.net.UnknownHostException: api.openstreetmap.org
org.openstreetmap.josm.io.OsmTransferException: Connection to the OSM server failed. Please check your internet connection.

Line 198/305: What people are complaining about when upload fails.

2022-07-06 16:03:16.684 WARNUNG: java.net.SocketException: Unexpected end of file from server. Ursache: java.net.SocketException: Unexpected end of file from server
java.net.SocketException: Unexpected end of file from server

in reply to:  61 ; comment:62 by skyper, 3 years ago

Replying to taylor.smock:

If you get conflicts when you are uploading changed data, that would be one indication. Another indication would be if you downloaded an area, and saw that there were multiple overlapping features uploaded at almost the same time in different changesets.

I see two different scenarios:

  • if the timeout happens while creating the changeset it needs to be checked if the changeset has been created in order to not create empty changsets.
  • if the timeout happens while uploading objects the already uploaded objects need to be synced, especially tricky with new objects, in order to not create duplicate objects. Unlike @stoecker, I still doubt that we have a detection for new objects which have been uploaded but the server's answer is missing.

In both cases the already created changeset should be used similar to the mechanism when conflicts are detected on upload.

It might be smart to test the patched version with the dev server.

in reply to:  62 comment:63 by SimonPoole, 3 years ago

Replying to skyper:
...

  • if the timeout happens while uploading objects the already uploaded objects need to be synced, especially tricky with new objects, in order to not create duplicate objects. Unlike @stoecker, I still doubt that we have a detection for new objects which have been uploaded but the server's answer is missing.

...

The issue @mmd linked to above https://github.com/openstreetmap/openstreetmap-website/issues/2201 contains an in depth discussion of the topic.

Merging / updating from the API will not work for newly created elements because the template id -> actually assigned id mapping is missing.

What would be (hackish) possible for referentially complete uploads is to detect if the upload was successful (for example by querying for the changeset data) then throwing away the local data and re-downloading. However this will not work for chunked uploads in the way they are currently implemented as you can have parent elements referring to elements by their template id that were uploaded/or not in an earlier chunk.

comment:64 by taylor.smock, 3 years ago

For everyone using the patched version, have you noticed any duplicate uploads?

While I do not believe that duplicate uploads will occur (see comment:26 for why), I want to be very certain before applying the patch (which I'll be modifying to only retry if the exception message is Unexpected end of file from server) -- if this messes things up, we are going to have a lot of duplicate uploads very quickly.

Note for future people: Unexpected end of file from server currently only occurs once, in HttpClient.

in reply to:  64 comment:65 by MichaelFS, 3 years ago

Replying to taylor.smock:

For everyone using the patched version, have you noticed any duplicate uploads?

I have used the patched version for several days after DE-installing http2. There was absolutely no issue with duplicate uploads and no

Message: Connection with Remote-Server
https://api.openstreetmap.org/api/0.6/failed.
Please check your Internet-connection.

Yesterday, with the original version, the api-message was back for about every fith upload.

Last edited 3 years ago by MichaelFS (previous) (diff)

comment:66 by anonymous, 3 years ago

The patched version is still working for me, did not notice any conflicts / duplicates.

comment:67 by chris66, 3 years ago

Is there a maximum number of retries? I think 10 or so would be usefull.

in reply to:  67 comment:68 by taylor.smock, 3 years ago

Replying to chris66:

Is there a maximum number of retries? I think 10 or so would be [useful].

This is configurable with the advanced preference osm-server.max-num-retries which defaults to 5.

comment:69 by taylor.smock, 3 years ago

Milestone: 22.0722.08

in reply to:  64 ; comment:70 by MichaelFS, 3 years ago

Replying to taylor.smock:

For everyone using the patched version, have you noticed any duplicate uploads?

I'm using the patched version since about four weeks regularly and never had a duplicate upload. But today was the second time, that JOSM crashed; I do not really remember crashes with the old versions. I saved the status report (immediately after restart) and can provide it, if it may help ...

in reply to:  70 ; comment:71 by taylor.smock, 3 years ago

Replying to MichaelFS:

Replying to taylor.smock:

For everyone using the patched version, have you noticed any duplicate uploads?

I'm using the patched version since about four weeks regularly and never had a duplicate upload. But today was the second time, that JOSM crashed; I do not really remember crashes with the old versions. I saved the status report (immediately after restart) and can provide it, if it may help ...

Yes, please provide the crash report. It might be a duplicate of #22183 (java.lang.NoClassDefFoundError: Could not initialize class org.openstreetmap.josm.actions.SessionSaveAction). If it is a duplicate of #22183, please try to follow the instructions in comment:6:ticket:22183.

in reply to:  71 ; comment:72 by MichaelFS, 3 years ago

Replying to taylor.smock:

Replying to MichaelFS:

Replying to taylor.smock:

For everyone using the patched version, have you noticed any duplicate uploads?

I'm using the patched version since about four weeks regularly and never had a duplicate upload. But today was the second time, that JOSM crashed; I do not really remember crashes with the old versions. I saved the status report (immediately after restart) ...

Yes, please provide the crash report. It might be a duplicate of #22183 (java.lang.NoClassDefFoundError: Could not initialize class org.openstreetmap.josm.actions.SessionSaveAction). If it is a duplicate of #22183, please try to follow the instructions in comment:6:ticket:22183.

I checked th JOSM-Status and could not find the string "Could not initialize": The full text at the end. My JAVA-system provided a file hs_err_pid14888 and also there no string "Could not initialize"; in case you want this also, please let me know.
Thanks a lot you for your work!

----- 
JOSM-Status
{{{
Revision:18499
Is-Local-Build:true
Build-Date:2022-06-23 13:37:16

Identification: JOSM/1.5 (18499 SVN de) Linux Manjaro Linux
Memory Usage: 588 MB / 7830 MB (450 MB allocated, but free)
Java version: 11.0.16+8, Oracle Corporation, OpenJDK 64-Bit Server VM
Look and Feel: javax.swing.plaf.nimbus.NimbusLookAndFeel
Screen: :0.0 1920×1080 (scaling 1.00×1.00)
Maximum Screen Size: 1920×1080
Best cursor sizes: 16×16→16×16, 32×32→32×32
Environment variable LANG: de_DE.UTF-8
System property file.encoding: UTF-8
System property sun.jnu.encoding: UTF-8
Locale info: de_DE
Numbers with default locale: 1234567890 -> 1234567890
Desktop environment: KDE
VM arguments: [-Dawt.useSystemAAFontSettings=gasp]
Program arguments: [--debug]
Dataset consistency test: No problems found

Plugins:
+ buildings_tools (36011)
+ continuosDownload (99)
+ fieldpapers (v0.5.0)
+ reverter (36011)
+ terracer (35978)
+ undelete (36011)
+ utilsplugin2 (36011)

Map paint styles:
+ https://josm.openstreetmap.de/josmfile?page=Styles/AddressValidator&zip=1

Last errors/warnings:
- 00016.769 E: org.openstreetmap.josm.io.OsmApiException: ResponseCode=400, Error Header=<You requested too many nodes (limit is 50000). Either request a smaller area, or use planet.osm>
- 00016.786 E: Fehlerhafte Anfrage - <html>Der OSM-Server »api.openstreetmap.org« meldete eine fehlerhafte Anfrage.<br><br>Das angeforderte Gebiet ist zu groß oder enthält zu viele Daten.<br>Versuchen Sie, ein kleineres Gebiet herunterzuladen oder nutzen Sie einen Datenbankexport.</html>
- 00017.644 E: org.openstreetmap.josm.io.OsmApiException: ResponseCode=400, Error Header=<You requested too many nodes (limit is 50000). Either request a smaller area, or use planet.osm>
- 00017.657 E: Fehlerhafte Anfrage - <html>Der OSM-Server »api.openstreetmap.org« meldete eine fehlerhafte Anfrage.<br><br>Das angeforderte Gebiet ist zu groß oder enthält zu viele Daten.<br>Versuchen Sie, ein kleineres Gebiet herunterzuladen oder nutzen Sie einen Datenbankexport.</html>


autosave.interval=180
buildings_tool.shape=RECTANGLE
cache.bing.attribution.xml=1660027050
cache.capabilities1637351842=1659683565
cache.motd.html=1660023326
cache.motd.html.java=11.0.16
cache.motd.html.lang=De:
cache.motd.html.version=18499
changesetdialog.lastHeight=0
changesetdialog.minimized=true
commandstack.lastHeight=0
conflict.lastHeight=98
conflict.visible=true
coordinates=DECIMAL_DEGREES
download.overpass.servers=[http://overpass.openstreetmap.ru/cgi/, https://overpass-api.de/api/]
download.places.history=[Isarecker Feld, Wang]
download.tab=1
downloadprimitive.lasttype=2
draw.dialogspanel=false
draw.viewport.following=true
expert=true
filter.lastHeight=0
gui.geometry=x=460,y=170,width=990,height=741
gui.maximized=true
imagery.entries=[{max-zoom=22, min-zoom=1, noTileHeaders={"X-VE-Tile-Info":["no-tile"]}, noTileChecksums={"MD5":["c13269481c73de6e18589f9fbc3bdf7e"]}, metadataHeaders={"X-VE-TILEMETA-CaptureDatesRange":"Capture Date"}, transparent=true, minimumTileExpire=3600, name=Bing Luftbild, id=Bing, type=bing, url=https://www.bing.com/maps/, permission-reference-url=https://wiki.openstreetmap.org/wiki/Bing_Maps, cookies=, icon=data:image/png;base64,iVBORw0..., customHttpHeaders={}, category=photo},
  {max-zoom=22, noTileHeaders={"Etag":["\"10i954m13i2\""]}, noTileChecksums={"MD5":["f27d9de7f80c13501f470595e327aa6d"]}, transparent=true, minimumTileExpire=3600, name=Esri Luftbilder, id=EsriWorldImagery, type=tms, url=https://{switch:services,server}.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}, attribution-text=Terms & Feedback, attribution-url=https://wiki.openstreetmap.org/wiki/Esri, cookies=, icon=data:image/png;base64,iVBORw0..., customHttpHeaders={}, category=photo},
  {max-zoom=22, transparent=true, minimumTileExpire=3600, name=Esri World Luftbilder (Clarity) Beta, id=EsriWorldImageryClarity, type=tms, url=https://clarity.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}, attribution-text=Terms & Feedback, attribution-url=https://wiki.openstreetmap.org/wiki/Esri, permission-reference-url=https://github.com/osmlab/editor-layer-index/pull/358#issuecomment-361416110, cookies=, icon=data:image/png;base64,iVBORw0..., description=Bilder aus dem Esri-Archiv, die klarer und genauer sein können als die Standardbilder., customHttpHeaders={}, category=photo},
  {max-zoom=22, noTileHeaders={"ETag":["\"336b022ed883bc72347a637634e490d4\"|\"067736a547cafe90014b4e59b6510abe\"|\"ee1f6802b0234046b553cbbc672ac7d9\"|\"9f5a2f1d7cc131e58befc2052c71c827\""]}, noTileChecksums={"MD5":["58e78313d04adf0ea64b8de8590c3d46"]}, transparent=true, minimumTileExpire=3600, name=Mapbox Satellitenbild, id=Mapbox, type=tms, url=https://{switch:a,b,c,d}.tiles.mapbox.com/v4/mapbox.satellite/{zoom}/{x}/{y}.jpg?access_token={apikey}, attribution-text=Terms & Feedback, attribution-url=https://www.mapbox.com/about/maps/, permission-reference-url=https://wiki.openstreetmap.org/wiki/Vertical_Aerial_Photographs#DigitalGlobe_.2F_MapBox, cookies=, icon=data:image/png;base64,iVBORw0..., customHttpHeaders={}, category=photo},
  {max-zoom=22, noTileChecksums={"MD5":["08d6916814b216570e5241732c41d5e5"]}, valid-georeference=true, transparent=true, minimumTileExpire=3600, name=Maxar Premium-Luftbild, id=Maxar-Premium, type=tms, url=https://services.digitalglobe.com/earthservice/tmsaccess/tms/1.0.0/DigitalGlobe:ImageryTileService@EPSG:3857@jpg/{zoom}/{x}/{-y}.jpg?connectId={apikey}, attribution-text=Terms & Feedback, attribution-url=https://wiki.openstreetmap.org/wiki/DigitalGlobe, cookies=, icon=data:image/png;base64,iVBORw0..., description=Maxar Premium ist ein Mosaik bestehend aus Maxar-Basiskarte mit ausgewählten Regionen gefüllt mit +Vivid oder Luftbildbereichen von allgemeinem Interessse, Auflösung 50 cm oder besser, häufiger aktualisiert mit laufenden Updates., customHttpHeaders={}, category=photo},
  {max-zoom=19, valid-georeference=true, modTileFeatures=true, transparent=true, minimumTileExpire=3600, name=OpenStreetMap Carto (Standard), id=standard, type=tms, url=https://tile.openstreetmap.org/{zoom}/{x}/{y}.png, attribution-text=© OpenStreetMap contributors, attribution-url=https://www.openstreetmap.org/, permission-reference-url=https://wiki.osmfoundation.org/wiki/Terms_of_Use, cookies=, icon=data:image/png;base64,iVBORw0..., customHttpHeaders={}, category=osmbasedmap}
]
imagery.layers.default=[Bing, EsriWorldImagery, EsriWorldImageryClarity, Mapbox, Maxar-Premium, standard]
imagery.offsetbookmarks=[]
josm.version=18499
laf=javax.swing.plaf.nimbus.NimbusLookAndFeel
lastDirectory=/mnt/Daten/2022-07-30_10-48-37
layerlist.lastHeight=113
mappaint.renderer-class-name=org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer
mappaint.style.entries=[{active=true, title=JOSM Standard (MapCSS), ptoken=standard, url=resource://styles/standard/elemstyles.mapcss}, {active=false, title=Potlatch 2, ptoken=standard, url=resource://styles/standard/potlatch2.mapcss}, {active=true, title=Address Tags Validator, url=https://josm.openstreetmap.de/josmfile?page=Styles/AddressValidator&zip=1}]
mappaint.style.known-defaults=[resource://styles/standard/elemstyles.mapcss, resource://styles/standard/potlatch2.mapcss]
mapstyle.lastHeight=0
message.imagery.nagPanel.https://www.bing.com/maps/=false
minimap.lastHeight=0
mirror.<josm.cache>/images.https://geoportal.bayern.de/bayernatlas/favicon/favicon-32x32.png=[1660027048283, <josm.cache>/images/mirror_https___geoportal.bayern.de_bayernatlas_favicon_favicon-32x32.png]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/anglesnap.svg?format_raw=[1624718046457, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_anglesnap.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/copy.svg?format_raw=[1624718045530, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_copy.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/cursor/modifier/rectangle_move.svg?format_raw=[1624717992066, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_cursor_modifier_rectangle_move.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/cursor/modifier/rectangle_plus.svg?format_raw=[1624717992646, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_cursor_modifier_rectangle_plus.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/cursor/modifier/rectangle_plussmall.svg?format_raw=[1624717992496, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_cursor_modifier_rectangle_plussmall.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/dialogs/add.svg?format_raw=[1659276639588, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_dialogs_add.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/dialogs/delete.svg?format_raw=[1659276639800, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_dialogs_delete.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/dialogs/edit.svg?format_raw=[1659276639695, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_dialogs_edit.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/dialogs/mergedown.svg?format_raw=[1624718046349, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_dialogs_mergedown.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/dialogs/propertiesdialog.svg?format_raw=[1659276639282, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_dialogs_propertiesdialog.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/dialogs/refresh.svg?format_raw=[1645171902166, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_dialogs_refresh.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/dialogs/search.svg?format_raw=[1624718046598, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_dialogs_search.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/download.svg?format_raw=[1645171902038, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_download.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/duplicate.svg?format_raw=[1624718045910, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_duplicate.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/mapmode/extrude/dualalign.svg?format_raw=[1624717992351, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_mapmode_extrude_dualalign.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/mapmode/extrude/extrude.svg?format_raw=[1624717991804, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_mapmode_extrude_extrude.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/ok.svg?format_raw=[1645171902497, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_ok.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/paste.svg?format_raw=[1624718045674, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_paste.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/pastetags.svg?format_raw=[1624718045790, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_pastetags.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/preference.svg?format_raw=[1646045446973, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_preference.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/preferences/plugin.svg?format_raw=[1645171901920, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_preferences_plugin.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/preferences/proxy.svg?format_raw=[1646045447403, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_preferences_proxy.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/purge.svg?format_raw=[1624718046222, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_purge.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/redo.svg?format_raw=[1624718045384, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_redo.svg_format_raw]
mirror.<josm.cache>/images.https://josm.openstreetmap.de/browser/trunk/resources/images/undo.svg?format_raw=[1624718045238, <josm.cache>/images/mirror_https___josm.openstreetmap.de_browser_trunk_resources_images_undo.svg_format_raw]
mirror.<josm.cache>/images.https://raw.githubusercontent.com/FreemapSlovakia/freemap-v3-react/master/src/images/freemap-logo-small.png=[1659684588114, <josm.cache>/images/mirror_https___raw.githubusercontent.com_FreemapSlovakia_freemap-v3-react_master_src_images_freemap-logo-small.png]
mirror.https://josm.openstreetmap.de/josmfile?page_Styles/AddressValidator&zip_1=[1659683567151, <josm.cache>/mirror_https___josm.openstreetmap.de_josmfile_page_Styles_AddressValidator_zip_1]
mirror.https://josm.openstreetmap.de/maps=[1660023328060, <josm.cache>/mirror_https___josm.openstreetmap.de_maps]
mirror.https://josm.openstreetmap.de/presets=[1656501202013, <josm.cache>/mirror_https___josm.openstreetmap.de_presets]
mirror.https://josm.openstreetmap.de/proj/BETA2007.gsb=[1658818412698, <josm.cache>/mirror_https___josm.openstreetmap.de_proj_BETA2007.gsb]
mirror.https://josm.openstreetmap.de/remote/geofabrik-index-v1-nogeom.json=[1659683566958, <josm.cache>/mirror_https___josm.openstreetmap.de_remote_geofabrik-index-v1-nogeom.json]
mirror.https://josm.openstreetmap.de/rules=[1652376564922, <josm.cache>/mirror_https___josm.openstreetmap.de_rules]
mirror.https://josm.openstreetmap.de/styles=[1656501200102, <josm.cache>/mirror_https___josm.openstreetmap.de_styles]
mirror.https://josm.openstreetmap.de/tested=[1644859115846, <josm.cache>/mirror_https___josm.openstreetmap.de_tested]
notes/note_open.lastHeight=0
org.openstreetmap.josm.actions.SessionSaveAsAction$SessionSaveAsDialog.geometry=x=735,y=300,width=450,height=450
org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog.geometry=x=560,y=225,width=800,height=600
org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.geometry=x=660,y=340,width=600,height=400
org.openstreetmap.josm.gui.dialogs.DeleteFromRelationConfirmationDialog.geometry=x=760,y=425,width=400,height=200
org.openstreetmap.josm.gui.dialogs.LatLonDialog.geometry=x=775,y=343,width=828,height=522
org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.geometry=x=0,y=0,width=1000,height=600
org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper$AddTagsDialog.geometry=x=199,y=56,width=1461,height=480
org.openstreetmap.josm.gui.dialogs.properties.TagEditHelper$EditTagDialog.geometry=x=741,y=358,width=1179,height=222
org.openstreetmap.josm.gui.dialogs.relation.GenericRelationEditor.geometry=x=610,y=200,width=700,height=650
org.openstreetmap.josm.gui.download.DownloadDialog.geometry=x=553,y=247,width=1000,height=600
org.openstreetmap.josm.gui.help.HelpBrowser.geometry=x=0,y=0,width=600,height=400
org.openstreetmap.josm.gui.history.HistoryBrowserDialogManager.geometry=x=384,y=290,width=1149,height=500
org.openstreetmap.josm.gui.io.UploadDialog.geometry=x=96,y=389,width=826,height=578
org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard.geometry=x=434,y=237,width=921,height=511
org.openstreetmap.josm.gui.preferences.PreferenceDialog.geometry=x=179,y=0,width=1251,height=1050
org.openstreetmap.josm.gui.preferences.advanced.ListEditor.geometry=x=554,y=350,width=500,height=350
org.openstreetmap.josm.plugins.terracer.HouseNumberInputDialog.geometry=x=1162,y=434,width=351,height=376
org.openstreetmap.josm.plugins.utilsplugin2.latlon.LatLonDialog.geometry=x=639,y=179,width=641,height=691
org.openstreetmap.josm.plugins.utilsplugin2.multitagger.MultiTagDialog.geometry=x=710,y=275,width=500,height=500
osm-download.bounds=48.5116706;11.8910292;48.5136542;11.902391
osm-server.upload-strategy=singlerequest
pluginmanager.lastupdate=1660023323919
pluginmanager.version=18499
plugins=[buildings_tools, continuosDownload, fieldpapers, reverter, terracer, undelete, utilsplugin2]
plugins.terracer.handle_relation=false
preferences.reset.draw.rawgps.lines=true
progressdialog.size=239
properties.recent-tags=[wikimedia_commons,
  File:Wegkreuz bei Heinrichtsruh.jpg,
  wikimedia_commons,
  File:Wegkreuz zwischen Eitting und Berglern.jpg,
]
propertiesdialog.geometry=x=1104,y=418,width=396,height=379
propertiesdialog.lastHeight=205
proxy.policy=no-proxy
relationlist.lastHeight=151
remotecontrol.enabled=true
search.history=[R Werndlfing]
selectionlist.geometry=x=851,y=434,width=383,height=181
selectionlist.lastHeight=208
sourcetag.value=Bing
toggleDialogs.width=116
toolbar=[open,
  save,
  download,
  upload,
  |,
  undo,
  redo,
  |,
  dialogs/search(searchExpression=),
  preference,
  |,
  splitway,
  combineway,
  wayflip,
  |,
  imagery-offset,
  |,
  tagginggroup_Highways/Streets,
  tagginggroup_Highways/Ways,
  tagginggroup_Highways/Waypoints,
  tagginggroup_Highways/Barriers,
  |,
  tagginggroup_Transport/Car,
  tagginggroup_Transport/Public Transport,
  |,
  tagginggroup_Man Made/Man Made,
  tagginggroup_Facilities/Tourism,
  tagging_Facilities/Tourism/Other Information Point,
  tagginggroup_Facilities/Food+Drinks,
  tagging_Annotation/Address
]
undelete.osmid=w541972760
upload.comment.history=[OSMOSE: wikidata nicht relevant, Details hinzu, building type, amenity hinzu, check_date, neu hinzu, , Schwerpunkt 2022-75: WikiMediaCommons hinzu, OSMOSE: office, OSMOSE: Diameter, OSMOS: admin_ventre hinzu, is_in bereinigt, OSMOSE: Alte Details gelöscht, alte Details gelöscht, description hinzu]
upload.comment.last-used=1660027361
upload.source.history=[eigene Recherche,
  ,
  https://www.idowa.de/inhalt.landshuter-altstadt-haushaltswarengeschaeft-grimm-schliesst.11beeeee-e13f-48de-9a6c-896d51776595.html,
  https://www.idowa.de/inhalt.schliessungen-in-landshut-unverpacktladen-hat-zu-orsay-im-ccl-schliesst.80bbaec9-22b9-4a4e-a9d8-7dccad8a4b36.html,
  DE,
  E,
  eigene Recherche (BING),
  https://www.moosinning.de/communice-news/news/artikel?tx_news_pi1%5Baction%5D=detail&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Bnews%5D=428&cHash=a13e66d879b480316d838630224544e7,
  https://www.merkur.de/lokales/erding/moosinning-ort377228/nimm-ein-buch-lies-ein-buch-bring-ein-buch-91107774.html,
  siehe https://geoportal.bayern.de/denkmalatlas/searchResult.html?objtyp=bau&koid=55605, eigene Recherche,
  2021-0,
  eigene Recherche, siehe auch https://forum.openstreetmap.org/viewtopic.php?pid=818038,
  eigene Recherche, siehe https://de.wikipedia.org/wiki/Liste_der_Baudenkm%C3%A4ler_in_Moosburg_an_der_Isar
]
userlist.lastHeight=0
utilsplugin2.customurl=https://www.openstreetmap.org/{#type}/{#id}/history
utilsplugin2.urlHistory=[Wikipedia,
  https://en.wikipedia.org/w/index.php?search={name}&fulltext=Search,
  Wikipedia RU,
  http://osm.mapki.com/history/{#type}.php?id={#id},
  Who Dit It?,
  http://simon04.dev.openstreetmap.org/whodidit/?zoom=12&lat={#lat}&lon={#lon}&layers=BTT,
  Keep Right validator,
  http://keepright.ipax.at/report_map.php?zoom=14&lat={#lat}&lon={#lon}&layers=B0T,
  Element history [demo, =Ctrl-Shift-H],
  https://www.openstreetmap.org/{#type}/{#id}/history,
  Browse element [demo, =Ctrl-Shift-I],
  https://www.openstreetmap.org/{#type}/{#id}
]
validator.lastHeight=132
validator.skip=[]
validator.skipBeforeUpload=[]
validator.visible=true
}}}
-----

in reply to:  72 ; comment:73 by taylor.smock, 3 years ago

Replying to MichaelFS:

I checked th JOSM-Status and could not find the string "Could not initialize": The full text at the end. My JAVA-system provided a file hs_err_pid14888 and also there no string "Could not initialize"; in case you want this also, please let me know.

Go ahead and attach hs_err_pid14888 -- the status report didn't have a stack trace in it, so I'm hoping it is in that file (if you didn't trim the status report when you were posting).

in reply to:  73 ; comment:74 by anonymous, 3 years ago

Replying to taylor.smock:

Replying to MichaelFS:

I checked th JOSM-Status and could not find the string "Could not initialize": The full text at the end. My JAVA-system provided a file hs_err_pid14888 and also there no string "Could not initialize"; in case you want this also, please let me know.

Go ahead and attach hs_err_pid14888 -- the status report didn't have a stack trace in it, so I'm hoping it is in that file (if you didn't trim the status report when you were posting).

The original JOSM-status has only one finding for "stack": commandstack.lastHeight=0
Here is the hs_err_pid14888, hope this helps:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007feb898dea49, pid=14888, tid=23818
#
# JRE version: OpenJDK Runtime Environment (11.0.16+8) (build 11.0.16+8)
# Java VM: OpenJDK 64-Bit Server VM (11.0.16+8, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# J 27743 c2 org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.apply(Lorg/openstreetmap/josm/gui/mappaint/MultiCascade;Lorg/openstreetmap/josm/data/osm/IPrimitive;DZ)V (317 bytes) @ 0x00007feb898dea49 [0x00007feb898de9c0+0x0000000000000089]
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /mnt/Daten/core.14888)
#
# If you would like to submit a bug report, please visit:
#   https://bugreport.java.com/bugreport/crash.jsp
#

---------------  S U M M A R Y ------------

Command Line: -Dawt.useSystemAAFontSettings=gasp /mnt/Daten/josm-custom22160.jar --debug

Host: AMD Ryzen 7 PRO 4750U with Radeon Graphics, 16 cores, 30G, Manjaro Linux
Time: Tue Aug  9 08:52:07 2022 CEST elapsed time: 4611.738096 seconds (0d 1h 16m 51s)

---------------  T H R E A D  ---------------

Current thread (0x00007fea18001000):  JavaThread "styled-map-renderer-36" daemon [_thread_in_Java, id=23818, stack(0x00007feaa52f8000,0x00007feaa53f8000)]

Stack: [0x00007feaa52f8000,0x00007feaa53f8000],  sp=0x00007feaa53f5f60,  free space=1015k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
J 27743 c2 org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.apply(Lorg/openstreetmap/josm/gui/mappaint/MultiCascade;Lorg/openstreetmap/josm/data/osm/IPrimitive;DZ)V (317 bytes) @ 0x00007feb898dea49 [0x00007feb898de9c0+0x0000000000000089]
J 22568 c2 org.openstreetmap.josm.gui.mappaint.ElemStyles.generateStyles(Lorg/openstreetmap/josm/data/osm/IPrimitive;DZ)Lorg/openstreetmap/josm/tools/Pair; (475 bytes) @ 0x00007feb892e73a0 [0x00007feb892e6d40+0x0000000000000660]
J 27720 c2 org.openstreetmap.josm.gui.mappaint.ElemStyles.getImpl(Lorg/openstreetmap/josm/data/osm/IPrimitive;DLorg/openstreetmap/josm/gui/NavigatableComponent;)Lorg/openstreetmap/josm/tools/Pair; (936 bytes) @ 0x00007feb898bc9f4 [0x00007feb898bbba0+0x0000000000000e54]
J 22387 c2 org.openstreetmap.josm.gui.mappaint.ElemStyles.getStyleCacheWithRange(Lorg/openstreetmap/josm/data/osm/IPrimitive;DLorg/openstreetmap/josm/gui/NavigatableComponent;)Lorg/openstreetmap/josm/tools/Pair; (627 bytes) @ 0x00007feb8929c86c [0x00007feb8929c300+0x000000000000056c]
J 25137 c2 org.openstreetmap.josm.data.osm.visitor.paint.ComputeStyleListWorker.add(Lorg/openstreetmap/josm/data/osm/IRelation;I)V (117 bytes) @ 0x00007feb8963c864 [0x00007feb8963c800+0x0000000000000064]
J 19204 c2 org.openstreetmap.josm.data.osm.visitor.paint.ComputeStyleListWorker.visit(Lorg/openstreetmap/josm/data/osm/IRelation;)V (11 bytes) @ 0x00007feb88fed210 [0x00007feb88fed1c0+0x0000000000000050]
J 18240 c2 org.openstreetmap.josm.data.osm.Relation.accept(Lorg/openstreetmap/josm/data/osm/visitor/PrimitiveVisitor;)V (8 bytes) @ 0x00007feb8868d064 [0x00007feb8868d020+0x0000000000000044]
J 19868 c2 org.openstreetmap.josm.data.osm.visitor.paint.ComputeStyleListWorker.computeDirectly()Ljava/util/List; (126 bytes) @ 0x00007feb88b32afc [0x00007feb88b327e0+0x000000000000031c]
J 26315 c2 java.util.concurrent.RecursiveTask.exec()Z java.base@11.0.16 (10 bytes) @ 0x00007feb89717cc0 [0x00007feb89717b00+0x00000000000001c0]
J 27323 c2 java.util.concurrent.ForkJoinTask.doExec()I java.base@11.0.16 (37 bytes) @ 0x00007feb8981190c [0x00007feb898118c0+0x000000000000004c]
J 23808 c2 java.util.concurrent.ForkJoinPool.awaitJoin(Ljava/util/concurrent/ForkJoinPool$WorkQueue;Ljava/util/concurrent/ForkJoinTask;J)I java.base@11.0.16 (400 bytes) @ 0x00007feb89454114 [0x00007feb89453920+0x00000000000007f4]
J 26315 c2 java.util.concurrent.RecursiveTask.exec()Z java.base@11.0.16 (10 bytes) @ 0x00007feb89718974 [0x00007feb89717b00+0x0000000000000e74]
J 27323 c2 java.util.concurrent.ForkJoinTask.doExec()I java.base@11.0.16 (37 bytes) @ 0x00007feb8981190c [0x00007feb898118c0+0x000000000000004c]
J 15015 c2 java.util.concurrent.ForkJoinPool.scan(Ljava/util/concurrent/ForkJoinPool$WorkQueue;I)Z java.base@11.0.16 (209 bytes) @ 0x00007feb884bc6e0 [0x00007feb884bc380+0x0000000000000360]
j  java.util.concurrent.ForkJoinPool.runWorker(Ljava/util/concurrent/ForkJoinPool$WorkQueue;)V+25 java.base@11.0.16
j  java.util.concurrent.ForkJoinWorkerThread.run()V+24 java.base@11.0.16
v  ~StubRoutines::call_stub
V  [libjvm.so+0x8f7f8f]
V  [libjvm.so+0x8f5e37]
V  [libjvm.so+0x9ae206]
V  [libjvm.so+0xeb5dc1]
V  [libjvm.so+0xeb2ec2]
V  [libjvm.so+0xc8e9f1]


siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000000

Register to memory mapping:

RAX=0x0 is NULL
RBX={method} {0x00007feaa7b05498} 'apply' '(Lorg/openstreetmap/josm/gui/mappaint/MultiCascade;Lorg/openstreetmap/josm/data/osm/IPrimitive;DZ)V' in 'org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource'
RCX=0x000000061e9af620 is an oop: org.openstreetmap.josm.data.osm.Relation 
{0x000000061e9af620} - klass: 'org/openstreetmap/josm/data/osm/Relation'
RDX=0x0000000637a96548 is an oop: org.openstreetmap.josm.gui.mappaint.MultiCascade 
{0x0000000637a96548} - klass: 'org/openstreetmap/josm/gui/mappaint/MultiCascade'
RSP=0x00007feaa53f5f60 is pointing into the stack for thread: 0x00007fea18001000
RBP=0x0000000619689b88 is an oop: org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource 
{0x0000000619689b88} - klass: 'org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource'
RSI=0x0000000619689b88 is an oop: org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource 
{0x0000000619689b88} - klass: 'org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource'
RDI=0x00007feb7b1bd4b2 points into unknown readable memory: 20 20 20 20 20 20
R8 =0x0000000000000001 is an unknown value
R9 =0x0 is NULL
R10=0x0000000000000005 is an unknown value
R11=5593936 is a compressed pointer to class: 0x0000000800555b50
org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource {0x0000000800555b50}
R12=0x0 is NULL
R13=0x0000000626d14348 is an oop: [Ljava.lang.Object; 
{0x0000000626d14348} - klass: 'java/lang/Object'[]
 - length: 4
R14=0x0 is NULL
R15=0x00007fea18001000 is a thread


Registers:
RAX=0x0000000000000000, RBX=0x00007feaa7b05498, RCX=0x000000061e9af620, RDX=0x0000000637a96548
RSP=0x00007feaa53f5f60, RBP=0x0000000619689b88, RSI=0x0000000619689b88, RDI=0x00007feb7b1bd4b2
R8 =0x0000000000000001, R9 =0x0000000000000000, R10=0x0000000000000005, R11=0x0000000000555b50
R12=0x0000000000000000, R13=0x0000000626d14348, R14=0x0000000000000000, R15=0x00007fea18001000
RIP=0x00007feb898dea49, EFLAGS=0x0000000000010246, CSGSFS=0x002b000000000033, ERR=0x0000000000000006
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007feaa53f5f60)
0x00007feaa53f5f60:   0000000000000000 4053c74eaf3a2ce0
0x00007feaa53f5f70:   000000063acb5a38 0000000100000000
0x00007feaa53f5f80:   000000061e9af620 0000000626d1c378
0x00007feaa53f5f90:   0000000626d1c390 000000063acb5a50 

Instructions: (pc=0x00007feb898dea49)
0x00007feb898de949:   e5 05 50 00 c0 0a 64 01 f8 21 db 05 50 00 c0 0a
0x00007feb898de959:   64 01 f8 dd d9 05 50 00 c0 0a 64 01 f8 81 cf 05
0x00007feb898de969:   50 00 c0 0a 64 01 f8 01 cf 05 50 00 c0 0a 64 01
0x00007feb898de979:   f8 61 c3 05 50 00 c0 0a 64 01 f8 8d bc 05 50 00
0x00007feb898de989:   c0 0a 64 01 f8 51 ba 05 50 00 c0 0a 64 01 f8 fd
0x00007feb898de999:   a0 05 50 00 c0 0a 64 05 64 0f 64 00 00 00 00 00
0x00007feb898de9a9:   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00007feb898de9b9:   00 00 00 00 00 00 00 44 8b 56 08 49 bc 00 00 00
0x00007feb898de9c9:   00 08 00 00 00 4d 03 d4 4d 33 e4 49 3b c2 0f 85
0x00007feb898de9d9:   a3 d6 f7 f6 66 66 90 89 84 24 00 c0 fe ff 55 48
0x00007feb898de9e9:   81 ec 00 01 00 00 c5 fb 11 44 24 08 48 89 4c 24
0x00007feb898de9f9:   20 48 89 54 24 50 48 8b ee 48 8b 86 18 01 00 00
0x00007feb898dea09:   4c 8b d0 49 83 c2 48 4c 3b 96 28 01 00 00 0f 83
0x00007feb898dea19:   8c 43 00 00 4c 89 96 18 01 00 00 41 0f 18 82 00
0x00007feb898dea29:   01 00 00 41 ba 40 fd 4e 00 49 bc 00 00 00 00 08
0x00007feb898dea39:   00 00 00 4d 03 d4 4d 33 e4 4d 8b 92 b8 00 00 00
0x00007feb898dea49:   4c 89 10 c7 40 08 40 fd 4e 00 c7 40 0c 00 00 00
0x00007feb898dea59:   00 48 c7 40 10 00 00 00 00 c7 40 18 00 00 00 00
0x00007feb898dea69:   48 c7 40 20 00 00 00 00 48 c7 40 28 00 00 00 00
0x00007feb898dea79:   48 c7 40 30 00 00 00 00 48 c7 40 38 00 00 00 00
0x00007feb898dea89:   48 c7 40 40 00 00 00 00 c7 40 1c f2 a2 fb c2 48
0x00007feb898dea99:   89 44 24 58 4c 8b d0 49 bb 90 17 dd 17 06 00 00
0x00007feb898deaa9:   00 4d 33 da 49 c1 eb 15 4d 85 db 74 53 49 c1 ea
0x00007feb898deab9:   09 48 bf 00 00 00 78 eb 7f 00 00 49 03 fa 80 3f
0x00007feb898deac9:   20 74 3d 4c 8b 56 70 4c 8b 9e 80 00 00 00 f0 83
0x00007feb898dead9:   44 24 c0 00 80 3f 00 74 27 c6 07 00 4d 85 d2 75
0x00007feb898deae9:   12 c5 f8 77 49 ba 40 97 be 9e eb 7f 00 00 41 ff
0x00007feb898deaf9:   d2 eb 0d 4b 89 7c 13 f8 49 83 c2 f8 4c 89 56 70
0x00007feb898deb09:   80 7e 30 00 0f 85 be 3d 00 00 4c 8b 54 24 58 4c
0x00007feb898deb19:   8b 5c 24 20 4d 8b c3 49 c1 e8 03 4c 8b 5c 24 58
0x00007feb898deb29:   45 89 43 0c 4c 8b 5c 24 20 4d 33 da 49 c1 eb 15
0x00007feb898deb39:   4d 85 db 74 5d 4c 8b 5c 24 20 4d 85 db 74 53 49 


Stack slot to memory mapping:
stack at sp + 0 slots: 0x0 is NULL
stack at sp + 1 slots: 0x4053c74eaf3a2ce0 is an unknown value
stack at sp + 2 slots: 0x000000063acb5a38 is an oop: java.util.ArrayList 
{0x000000063acb5a38} - klass: 'java/util/ArrayList'
stack at sp + 3 slots: 0x0000000100000000 is an unknown value
stack at sp + 4 slots: 0x000000061e9af620 is an oop: org.openstreetmap.josm.data.osm.Relation 
{0x000000061e9af620} - klass: 'org/openstreetmap/josm/data/osm/Relation'
stack at sp + 5 slots: 0x0000000626d1c378 is an oop: java.util.ArrayList 
{0x0000000626d1c378} - klass: 'java/util/ArrayList'
stack at sp + 6 slots: 0x0000000626d1c390 is an oop: [Ljava.lang.Object; 
{0x0000000626d1c390} - klass: 'java/lang/Object'[]
 - length: 1
stack at sp + 7 slots: 0x000000063acb5a50 is an oop: [Ljava.lang.Object; 
{0x000000063acb5a50} - klass: 'java/lang/Object'[]
 - length: 1



---------------  P R O C E S S  ---------------

Threads class SMR info:
_java_thread_list=0x00007fea9000bfe0, length=88, elements={
0x00007feb982d0000, 0x00007feb982d4000, 0x00007feb982e9000, 0x00007feb982eb000,
0x00007feb982ed000, 0x00007feb982ef000, 0x00007feb982f1000, 0x00007feb983a0800,
0x00007feb9874d000, 0x00007feb98755000, 0x00007feb9ad2d800, 0x00007feacc02c800,
0x00007feacc02d800, 0x00007feac4084000, 0x00007feb9ac25000, 0x00007feb9ac2b000,
0x00007feb9af5f800, 0x00007feab4003000, 0x00007fea5007f800, 0x00007fea500b7000,
0x00007feb9b09f000, 0x00007feb9b154800, 0x00007feb9b162800, 0x00007feb9b163000,
0x00007feb9b164800, 0x00007feb98015800, 0x00007feac4214000, 0x00007feac450e000,
0x00007feac415b000, 0x00007fea44078000, 0x00007fea10002000, 0x00007fea84002000,
0x00007fea24003800, 0x00007feacc109800, 0x00007fea10003000, 0x00007fea0c006000,
0x00007feabc001800, 0x00007fea0c007800, 0x00007fea0c009000, 0x00007fea8c008000,
0x00007feab0007800, 0x00007fea14002800, 0x00007feac4785800, 0x00007feac4448000,
0x00007feac43da000, 0x00007feac4256000, 0x00007feac42ee000, 0x00007feac44d8000,
0x00007feac4297800, 0x00007feac4354000, 0x00007feac445e000, 0x00007feac4469000,
0x00007feac44bc000, 0x00007feac44e2000, 0x00007feac442c000, 0x00007feac43e8000,
0x00007feac451e000, 0x00007feac456a800, 0x00007feac457d800, 0x00007feac464e000,
0x00007feac430d800, 0x00007feac4569800, 0x00007feac4242800, 0x00007feac456f800,
0x00007feac4842000, 0x00007feac478b800, 0x00007feac4852800, 0x00007feac4335000,
0x00007fea1c012000, 0x00007fea34001000, 0x00007fea2c004800, 0x00007feb2407f800,
0x00007fea18001000, 0x00007fea8c001800, 0x00007fea2000a800, 0x00007fea20018000,
0x00007fea20019000, 0x00007fea40006000, 0x00007fea04001800, 0x00007fea74002800,
0x00007fea8000a800, 0x00007fea38001800, 0x00007fea20019800, 0x00007fea20023800,
0x00007fea20024800, 0x00007fea20026000, 0x00007feb385dd800, 0x00007feb3c3b2800
}

Java Threads: ( => current thread )
  0x00007feb982d0000 JavaThread "Reference Handler" daemon [_thread_blocked, id=14896, stack(0x00007feb5b700000,0x00007feb5b800000)]
  0x00007feb982d4000 JavaThread "Finalizer" daemon [_thread_blocked, id=14897, stack(0x00007feb5b600000,0x00007feb5b700000)]
  0x00007feb982e9000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=14898, stack(0x00007feb5b1c0000,0x00007feb5b2c0000)]
  0x00007feb982eb000 JavaThread "Service Thread" daemon [_thread_blocked, id=14899, stack(0x00007feb5b0c0000,0x00007feb5b1c0000)]
  0x00007feb982ed000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=14900, stack(0x00007feb5afc0000,0x00007feb5b0c0000)]
  0x00007feb982ef000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=14901, stack(0x00007feb5aec0000,0x00007feb5afc0000)]
  0x00007feb982f1000 JavaThread "Sweeper thread" daemon [_thread_blocked, id=14902, stack(0x00007feb5adc0000,0x00007feb5aec0000)]
  0x00007feb983a0800 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=14904, stack(0x00007feb5abbe000,0x00007feb5acbe000)]
  0x00007feb9874d000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=14921, stack(0x00007feb076ff000,0x00007feb077ff000)]
  0x00007feb98755000 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=14922, stack(0x00007feb075ff000,0x00007feb076ff000)]
  0x00007feb9ad2d800 JavaThread "main-worker-0" [_thread_blocked, id=14935, stack(0x00007feb59eb8000,0x00007feb59fb8000)]
  0x00007feacc02c800 JavaThread "AWT-Shutdown" [_thread_blocked, id=14936, stack(0x00007feb05e32000,0x00007feb05f32000)]
  0x00007feacc02d800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=14937, stack(0x00007feb05d32000,0x00007feb05e32000)]
  0x00007feac4084000 JavaThread "TimerQueue" daemon [_thread_blocked, id=14938, stack(0x00007feb050e9000,0x00007feb051e9000)]
  0x00007feb9ac25000 JavaThread "FileSystemWatchService" daemon [_thread_in_native, id=14947, stack(0x00007feb043e9000,0x00007feb044e9000)]
  0x00007feb9ac2b000 JavaThread "File Watcher" [_thread_blocked, id=14948, stack(0x00007feb042e9000,0x00007feb043e9000)]
  0x00007feb9af5f800 JavaThread "Weak reference cleaner" [_thread_blocked, id=14950, stack(0x00007feaa7d00000,0x00007feaa7e00000)]
  0x00007feab4003000 JavaThread "ForkJoinPool.commonPool-worker-27" daemon [_thread_blocked, id=14954, stack(0x00007feaa7c00000,0x00007feaa7d00000)]
  0x00007fea5007f800 JavaThread "JCS-ElementEventQueue-Thread-1" daemon [_thread_blocked, id=14976, stack(0x00007feaa66fe000,0x00007feaa67fe000)]
  0x00007fea500b7000 JavaThread "CacheEventQueue.QProcessor-TMS_BLOCK_v2Thread-2" daemon [_thread_blocked, id=14977, stack(0x00007feaa68fe000,0x00007feaa69fe000)]
  0x00007feb9b09f000 JavaThread "Timer-0" [_thread_blocked, id=14978, stack(0x00007feb5a0be000,0x00007feb5a1be000)]
  0x00007feb9b154800 JavaThread "RemoteControl HTTP Server" daemon [_thread_in_native, id=14980, stack(0x00007feaa67fe000,0x00007feaa68fe000)]
  0x00007feb9b162800 JavaThread "RemoteControl HTTP Server" daemon [_thread_in_native, id=14981, stack(0x00007feaa6bfe000,0x00007feaa6cfe000)]
  0x00007feb9b163000 JavaThread "message-notifier-0" [_thread_blocked, id=14982, stack(0x00007feaa6afe000,0x00007feaa6bfe000)]
  0x00007feb9b164800 JavaThread "changeset-updater-0" [_thread_blocked, id=14983, stack(0x00007feaa5af8000,0x00007feaa5bf8000)]
  0x00007feb98015800 JavaThread "DestroyJavaVM" [_thread_blocked, id=14889, stack(0x00007feb9dfe6000,0x00007feb9e0e6000)]
  0x00007feac4214000 JavaThread "Timer-1" daemon [_thread_blocked, id=14984, stack(0x00007feaa59f8000,0x00007feaa5af8000)]
  0x00007feac450e000 JavaThread "Timer-2" [_thread_blocked, id=15360, stack(0x00007feb5aabe000,0x00007feb5abbe000)]
  0x00007feac415b000 JavaThread "Map Status Collector" daemon [_thread_blocked, id=15380, stack(0x00007feb5a1be000,0x00007feb5a2be000)]
  0x00007fea44078000 JavaThread "pool-1-thread-1" [_thread_blocked, id=15398, stack(0x00007feaa42f8000,0x00007feaa43f8000)]
  0x00007fea10002000 JavaThread "ForkJoinPool.commonPool-worker-7" daemon [_thread_blocked, id=17941, stack(0x00007feaa4ef8000,0x00007feaa4ff8000)]
  0x00007fea84002000 JavaThread "ForkJoinPool.commonPool-worker-23" daemon [_thread_blocked, id=17946, stack(0x00007feaa4cf8000,0x00007feaa4df8000)]
  0x00007fea24003800 JavaThread "ForkJoinPool.commonPool-worker-9" daemon [_thread_blocked, id=17947, stack(0x00007feb5a8be000,0x00007feb5a9be000)]
  0x00007feacc109800 JavaThread "ForkJoinPool.commonPool-worker-1" daemon [_thread_blocked, id=17950, stack(0x00007feaa70fe000,0x00007feaa71fe000)]
  0x00007fea10003000 JavaThread "ForkJoinPool.commonPool-worker-15" daemon [_thread_blocked, id=17951, stack(0x00007feaa53f8000,0x00007feaa54f8000)]
  0x00007fea0c006000 JavaThread "styled-map-renderer-18" daemon [_thread_blocked, id=17953, stack(0x00007feaa45f8000,0x00007feaa46f8000)]
  0x00007feabc001800 JavaThread "styled-map-renderer-19" daemon [_thread_blocked, id=17954, stack(0x00007feaa75fe000,0x00007feaa76fe000)]
  0x00007fea0c007800 JavaThread "styled-map-renderer-20" daemon [_thread_blocked, id=17956, stack(0x00007feb045e9000,0x00007feb046e9000)]
  0x00007fea0c009000 JavaThread "styled-map-renderer-22" daemon [_thread_blocked, id=17957, stack(0x00007feaa69fe000,0x00007feaa6afe000)]
  0x00007fea8c008000 JavaThread "styled-map-renderer-25" daemon [_thread_blocked, id=18204, stack(0x00007feaa6dfe000,0x00007feaa6efe000)]
  0x00007feab0007800 JavaThread "styled-map-renderer-27" daemon [_thread_blocked, id=18229, stack(0x00007feb044e9000,0x00007feb045e9000)]
  0x00007fea14002800 JavaThread "ForkJoinPool.commonPool-worker-29" daemon [_thread_blocked, id=18967, stack(0x00007feaa51f8000,0x00007feaa52f8000)]
  0x00007feac4785800 JavaThread "image-fetcher-0" [_thread_blocked, id=19530, stack(0x00007feaa4df8000,0x00007feaa4ef8000)]
  0x00007feac4448000 JavaThread "TMS-downloader-0" [_thread_blocked, id=19549, stack(0x00007feaa72fe000,0x00007feaa73fe000)]
  0x00007feac43da000 JavaThread "TMS-downloader-1" [_thread_blocked, id=19550, stack(0x00007fea02fb9000,0x00007fea030b9000)]
  0x00007feac4256000 JavaThread "TMS-downloader-2" [_thread_blocked, id=19551, stack(0x00007fea02eb9000,0x00007fea02fb9000)]
  0x00007feac42ee000 JavaThread "TMS-downloader-3" [_thread_blocked, id=19552, stack(0x00007fea02db9000,0x00007fea02eb9000)]
  0x00007feac44d8000 JavaThread "TMS-downloader-4" [_thread_blocked, id=19553, stack(0x00007fea02cb9000,0x00007fea02db9000)]
  0x00007feac4297800 JavaThread "TMS-downloader-5" [_thread_blocked, id=19554, stack(0x00007fea02bb9000,0x00007fea02cb9000)]
  0x00007feac4354000 JavaThread "TMS-downloader-6" [_thread_blocked, id=19555, stack(0x00007fea02ab9000,0x00007fea02bb9000)]
  0x00007feac445e000 JavaThread "TMS-downloader-7" [_thread_blocked, id=19556, stack(0x00007fea029b9000,0x00007fea02ab9000)]
  0x00007feac4469000 JavaThread "TMS-downloader-8" [_thread_blocked, id=19557, stack(0x00007fea028b9000,0x00007fea029b9000)]
  0x00007feac44bc000 JavaThread "TMS-downloader-9" [_thread_blocked, id=19558, stack(0x00007fea027b9000,0x00007fea028b9000)]
  0x00007feac44e2000 JavaThread "TMS-downloader-10" [_thread_blocked, id=19559, stack(0x00007fea026b9000,0x00007fea027b9000)]
  0x00007feac442c000 JavaThread "TMS-downloader-11" [_thread_blocked, id=19560, stack(0x00007fea025b9000,0x00007fea026b9000)]
  0x00007feac43e8000 JavaThread "TMS-downloader-12" [_thread_blocked, id=19561, stack(0x00007fea024b9000,0x00007fea025b9000)]
  0x00007feac451e000 JavaThread "TMS-downloader-13" [_thread_blocked, id=19562, stack(0x00007fea023b9000,0x00007fea024b9000)]
  0x00007feac456a800 JavaThread "TMS-downloader-14" [_thread_blocked, id=19564, stack(0x00007fea021b9000,0x00007fea022b9000)]
  0x00007feac457d800 JavaThread "TMS-downloader-15" [_thread_blocked, id=19565, stack(0x00007fea020b9000,0x00007fea021b9000)]
  0x00007feac464e000 JavaThread "TMS-downloader-16" [_thread_blocked, id=19566, stack(0x00007fea01fb9000,0x00007fea020b9000)]
  0x00007feac430d800 JavaThread "TMS-downloader-17" [_thread_blocked, id=19567, stack(0x00007fea01eb9000,0x00007fea01fb9000)]
  0x00007feac4569800 JavaThread "TMS-downloader-18" [_thread_blocked, id=19568, stack(0x00007fea01db9000,0x00007fea01eb9000)]
  0x00007feac4242800 JavaThread "TMS-downloader-19" [_thread_blocked, id=19569, stack(0x00007fea01cb9000,0x00007fea01db9000)]
  0x00007feac456f800 JavaThread "TMS-downloader-20" [_thread_blocked, id=19570, stack(0x00007fea01bb9000,0x00007fea01cb9000)]
  0x00007feac4842000 JavaThread "TMS-downloader-21" [_thread_blocked, id=19571, stack(0x00007fea01ab9000,0x00007fea01bb9000)]
  0x00007feac478b800 JavaThread "TMS-downloader-22" [_thread_blocked, id=19572, stack(0x00007fea019b9000,0x00007fea01ab9000)]
  0x00007feac4852800 JavaThread "TMS-downloader-23" [_thread_blocked, id=19573, stack(0x00007fea018b9000,0x00007fea019b9000)]
  0x00007feac4335000 JavaThread "TMS-downloader-24" [_thread_blocked, id=19574, stack(0x00007fea017b9000,0x00007fea018b9000)]
  0x00007fea1c012000 JavaThread "ForkJoinPool.commonPool-worker-13" daemon [_thread_blocked, id=22417, stack(0x00007feaa4af8000,0x00007feaa4bf8000)]
  0x00007fea34001000 JavaThread "ForkJoinPool.commonPool-worker-19" daemon [_thread_blocked, id=22418, stack(0x00007feaa46f8000,0x00007feaa47f8000)]
  0x00007fea2c004800 JavaThread "ForkJoinPool.commonPool-worker-3" daemon [_thread_blocked, id=22419, stack(0x00007feaa6ffe000,0x00007feaa70fe000)]
  0x00007feb2407f800 JavaThread "styled-map-renderer-35" daemon [_thread_blocked, id=23808, stack(0x00007feaa49f8000,0x00007feaa4af8000)]
=>0x00007fea18001000 JavaThread "styled-map-renderer-36" daemon [_thread_in_Java, id=23818, stack(0x00007feaa52f8000,0x00007feaa53f8000)]
  0x00007fea8c001800 JavaThread "styled-map-renderer-37" daemon [_thread_blocked, id=23819, stack(0x00007feaa4bf8000,0x00007feaa4cf8000)]
  0x00007fea2000a800 JavaThread "styled-map-renderer-38" daemon [_thread_blocked, id=23820, stack(0x00007feaa50f8000,0x00007feaa51f8000)]
  0x00007fea20018000 JavaThread "styled-map-renderer-39" daemon [_thread_blocked, id=23821, stack(0x00007feb5a9be000,0x00007feb5aabe000)]
  0x00007fea20019000 JavaThread "styled-map-renderer-40" daemon [_thread_blocked, id=23822, stack(0x00007feaa47f8000,0x00007feaa48f8000)]
  0x00007fea40006000 JavaThread "ForkJoinPool.commonPool-worker-5" daemon [_thread_blocked, id=23833, stack(0x00007feb046e9000,0x00007feb047e9000)]
  0x00007fea04001800 JavaThread "ForkJoinPool.commonPool-worker-17" daemon [_thread_blocked, id=23834, stack(0x00007feaa71fe000,0x00007feaa72fe000)]
  0x00007fea74002800 JavaThread "ForkJoinPool.commonPool-worker-25" daemon [_thread_blocked, id=23835, stack(0x00007feaa6cfe000,0x00007feaa6dfe000)]
  0x00007fea8000a800 JavaThread "ForkJoinPool.commonPool-worker-11" daemon [_thread_blocked, id=23836, stack(0x00007feaa73fe000,0x00007feaa74fe000)]
  0x00007fea38001800 JavaThread "ForkJoinPool.commonPool-worker-21" daemon [_thread_blocked, id=23837, stack(0x00007feb047e9000,0x00007feb048e9000)]
  0x00007fea20019800 JavaThread "styled-map-renderer-41" daemon [_thread_blocked, id=23841, stack(0x00007feaa48f8000,0x00007feaa49f8000)]
  0x00007fea20023800 JavaThread "styled-map-renderer-42" daemon [_thread_blocked, id=23842, stack(0x00007feaa74fe000,0x00007feaa75fe000)]
  0x00007fea20024800 JavaThread "styled-map-renderer-43" daemon [_thread_blocked, id=23843, stack(0x00007fea014b9000,0x00007fea015b9000)]
  0x00007fea20026000 JavaThread "styled-map-renderer-44" daemon [_thread_in_Java, id=23844, stack(0x00007feaa40f8000,0x00007feaa41f8000)]
  0x00007feb385dd800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=23849, stack(0x00007feaa4ff8000,0x00007feaa50f8000)]
  0x00007feb3c3b2800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=23859, stack(0x00007feaa54f8000,0x00007feaa55f8000)]

Other Threads:
  0x00007feb982c8000 VMThread "VM Thread" [stack: 0x00007feb6802c000,0x00007feb6812c000] [id=14895]
  0x00007feb9839a000 WatcherThread [stack: 0x00007feb5acc0000,0x00007feb5adc0000] [id=14903]
  0x00007feb9802f800 GCTaskThread "GC Thread#0" [stack: 0x00007feb9dcd2000,0x00007feb9ddd2000] [id=14890]
  0x00007feb50001000 GCTaskThread "GC Thread#1" [stack: 0x00007feb0731a000,0x00007feb0741a000] [id=14923]
  0x00007feb50002800 GCTaskThread "GC Thread#2" [stack: 0x00007feb07218000,0x00007feb07318000] [id=14924]
  0x00007feb50004000 GCTaskThread "GC Thread#3" [stack: 0x00007feb07116000,0x00007feb07216000] [id=14925]
  0x00007feb50006000 GCTaskThread "GC Thread#4" [stack: 0x00007feb07014000,0x00007feb07114000] [id=14926]
  0x00007feb50007800 GCTaskThread "GC Thread#5" [stack: 0x00007feb06f12000,0x00007feb07012000] [id=14927]
  0x00007feb50009000 GCTaskThread "GC Thread#6" [stack: 0x00007feb06e10000,0x00007feb06f10000] [id=14928]
  0x00007feb5000a800 GCTaskThread "GC Thread#7" [stack: 0x00007feb06d0e000,0x00007feb06e0e000] [id=14929]
  0x00007feb5000c800 GCTaskThread "GC Thread#8" [stack: 0x00007feb06c0c000,0x00007feb06d0c000] [id=14930]
  0x00007feb5000e800 GCTaskThread "GC Thread#9" [stack: 0x00007feb06b0a000,0x00007feb06c0a000] [id=14931]
  0x00007feb50010000 GCTaskThread "GC Thread#10" [stack: 0x00007feb06a08000,0x00007feb06b08000] [id=14932]
  0x00007feb50017000 GCTaskThread "GC Thread#11" [stack: 0x00007feaa7900000,0x00007feaa7a00000] [id=14953]
  0x00007feb50019000 GCTaskThread "GC Thread#12" [stack: 0x00007feaa61fe000,0x00007feaa62fe000] [id=14971]
  0x00007feb98069000 ConcurrentGCThread "G1 Main Marker" [stack: 0x00007feb8059a000,0x00007feb8069a000] [id=14891]
  0x00007feb9806b000 ConcurrentGCThread "G1 Conc#0" [stack: 0x00007feb80498000,0x00007feb80598000] [id=14892]
  0x00007feb64001000 ConcurrentGCThread "G1 Conc#1" [stack: 0x00007feb06288000,0x00007feb06388000] [id=14933]
  0x00007feb64002000 ConcurrentGCThread "G1 Conc#2" [stack: 0x00007feb06186000,0x00007feb06286000] [id=14934]
  0x00007feb981fa800 ConcurrentGCThread "G1 Refine#0" [stack: 0x00007feb682b1000,0x00007feb683b1000] [id=14893]
  0x00007feb60002000 ConcurrentGCThread "G1 Refine#1" [stack: 0x00007feaa60fc000,0x00007feaa61fc000] [id=14972]
  0x00007feb20a9c800 ConcurrentGCThread "G1 Refine#2" [stack: 0x00007feaa5ffa000,0x00007feaa60fa000] [id=14973]
  0x00007feb981fc800 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x00007feb681af000,0x00007feb682af000] [id=14894]

Threads with active compile tasks:
C2 CompilerThread0  4611753 27751       4       org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer$$Lambda$1111/0x0000000800812040::accept (32 bytes)

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap address: 0x0000000616a00000, size: 7830 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000800000000, Narrow klass shift: 0
Compressed class space size: 1073741824 Address: 0x0000000800000000

Heap:
 garbage-first heap   total 602112K, used 274048K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 54 young (110592K), 9 survivors (18432K)
 Metaspace       used 77563K, capacity 80625K, committed 80848K, reserved 1120256K
  class space    used 8608K, capacity 9854K, committed 9856K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, A=archive, TAMS=top-at-mark-start (previous, next)
|   0|0x0000000616a00000, 0x0000000616c00000, 0x0000000616c00000|100%| O|  |TAMS 0x0000000616c00000, 0x0000000616a00000| Untracked 
|   1|0x0000000616c00000, 0x0000000616e00000, 0x0000000616e00000|100%| O|  |TAMS 0x0000000616e00000, 0x0000000616c00000| Untracked 
|   2|0x0000000616e00000, 0x0000000617000000, 0x0000000617000000|100%| O|  |TAMS 0x0000000617000000, 0x0000000616e00000| Untracked 
|   3|0x0000000617000000, 0x0000000617200000, 0x0000000617200000|100%| O|  |TAMS 0x0000000617200000, 0x0000000617000000| Untracked 
|   4|0x0000000617200000, 0x0000000617400000, 0x0000000617400000|100%|HS|  |TAMS 0x0000000617400000, 0x0000000617200000| Complete 
|   5|0x0000000617400000, 0x0000000617600000, 0x0000000617600000|100%|HC|  |TAMS 0x0000000617600000, 0x0000000617400000| Complete 
|   6|0x0000000617600000, 0x0000000617800000, 0x0000000617800000|100%|HS|  |TAMS 0x0000000617600000, 0x0000000617600000| Complete 
|   7|0x0000000617800000, 0x0000000617a00000, 0x0000000617a00000|100%| O|  |TAMS 0x0000000617a00000, 0x0000000617800000| Untracked 
|   8|0x0000000617a00000, 0x0000000617c00000, 0x0000000617c00000|100%| O|  |TAMS 0x0000000617a00000, 0x0000000617a00000| Untracked 
|   9|0x0000000617c00000, 0x0000000617e00000, 0x0000000617e00000|100%| O|  |TAMS 0x0000000617e00000, 0x0000000617c00000| Untracked 
|  10|0x0000000617e00000, 0x0000000618000000, 0x0000000618000000|100%|HS|  |TAMS 0x0000000617e00000, 0x0000000617e00000| Complete 
|  11|0x0000000618000000, 0x0000000618200000, 0x0000000618200000|100%|HC|  |TAMS 0x0000000618000000, 0x0000000618000000| Complete 
|  12|0x0000000618200000, 0x0000000618400000, 0x0000000618400000|100%|HC|  |TAMS 0x0000000618200000, 0x0000000618200000| Complete 
|  13|0x0000000618400000, 0x0000000618600000, 0x0000000618600000|100%| O|  |TAMS 0x0000000618600000, 0x0000000618400000| Untracked 
|  14|0x0000000618600000, 0x0000000618800000, 0x0000000618800000|100%| O|  |TAMS 0x0000000618800000, 0x0000000618600000| Untracked 
|  15|0x0000000618800000, 0x0000000618a00000, 0x0000000618a00000|100%| O|  |TAMS 0x0000000618a00000, 0x0000000618800000| Untracked 
|  16|0x0000000618a00000, 0x0000000618c00000, 0x0000000618c00000|100%| O|  |TAMS 0x0000000618c00000, 0x0000000618a00000| Untracked 
|  17|0x0000000618c00000, 0x0000000618e00000, 0x0000000618e00000|100%| O|  |TAMS 0x0000000618e00000, 0x0000000618c00000| Untracked 
|  18|0x0000000618e00000, 0x0000000619000000, 0x0000000619000000|100%|HS|  |TAMS 0x0000000618e00000, 0x0000000618e00000| Complete 
|  19|0x0000000619000000, 0x0000000619200000, 0x0000000619200000|100%|HC|  |TAMS 0x0000000619000000, 0x0000000619000000| Complete 
|  20|0x0000000619200000, 0x0000000619400000, 0x0000000619400000|100%| O|  |TAMS 0x0000000619400000, 0x0000000619200000| Untracked 
|  21|0x0000000619400000, 0x0000000619600000, 0x0000000619600000|100%| O|  |TAMS 0x0000000619600000, 0x0000000619400000| Untracked 
|  22|0x0000000619600000, 0x0000000619800000, 0x0000000619800000|100%| O|  |TAMS 0x0000000619800000, 0x0000000619600000| Untracked 
|  23|0x0000000619800000, 0x0000000619a00000, 0x0000000619a00000|100%|HS|  |TAMS 0x0000000619800000, 0x0000000619800000| Complete 
|  24|0x0000000619a00000, 0x0000000619c00000, 0x0000000619c00000|100%|HC|  |TAMS 0x0000000619a00000, 0x0000000619a00000| Complete 
|  25|0x0000000619c00000, 0x0000000619e00000, 0x0000000619e00000|100%| O|  |TAMS 0x0000000619e00000, 0x0000000619c00000| Untracked 
|  26|0x0000000619e00000, 0x000000061a000000, 0x000000061a000000|100%| O|  |TAMS 0x000000061a000000, 0x0000000619e00000| Untracked 
|  27|0x000000061a000000, 0x000000061a200000, 0x000000061a200000|100%| O|  |TAMS 0x000000061a200000, 0x000000061a000000| Untracked 
|  28|0x000000061a200000, 0x000000061a400000, 0x000000061a400000|100%| O|  |TAMS 0x000000061a400000, 0x000000061a200000| Untracked 
|  29|0x000000061a400000, 0x000000061a600000, 0x000000061a600000|100%| O|  |TAMS 0x000000061a600000, 0x000000061a400000| Untracked 
|  30|0x000000061a600000, 0x000000061a800000, 0x000000061a800000|100%| O|  |TAMS 0x000000061a800000, 0x000000061a600000| Untracked 
|  31|0x000000061a800000, 0x000000061aa00000, 0x000000061aa00000|100%| O|  |TAMS 0x000000061aa00000, 0x000000061a800000| Untracked 
|  32|0x000000061aa00000, 0x000000061ac00000, 0x000000061ac00000|100%| O|  |TAMS 0x000000061ac00000, 0x000000061aa00000| Untracked 
|  33|0x000000061ac00000, 0x000000061ae00000, 0x000000061ae00000|100%| O|  |TAMS 0x000000061ae00000, 0x000000061ac00000| Untracked 
|  34|0x000000061ae00000, 0x000000061b000000, 0x000000061b000000|100%| O|  |TAMS 0x000000061b000000, 0x000000061ae00000| Untracked 
|  35|0x000000061b000000, 0x000000061b200000, 0x000000061b200000|100%| O|  |TAMS 0x000000061b200000, 0x000000061b000000| Untracked 
|  36|0x000000061b200000, 0x000000061b400000, 0x000000061b400000|100%| O|  |TAMS 0x000000061b400000, 0x000000061b200000| Untracked 
|  37|0x000000061b400000, 0x000000061b600000, 0x000000061b600000|100%| O|  |TAMS 0x000000061b600000, 0x000000061b400000| Untracked 
|  38|0x000000061b600000, 0x000000061b800000, 0x000000061b800000|100%| O|  |TAMS 0x000000061b800000, 0x000000061b600000| Untracked 
|  39|0x000000061b800000, 0x000000061ba00000, 0x000000061ba00000|100%| O|  |TAMS 0x000000061ba00000, 0x000000061b800000| Untracked 
|  40|0x000000061ba00000, 0x000000061bc00000, 0x000000061bc00000|100%| O|  |TAMS 0x000000061bc00000, 0x000000061ba00000| Untracked 
|  41|0x000000061bc00000, 0x000000061be00000, 0x000000061be00000|100%| O|  |TAMS 0x000000061bc71400, 0x000000061bc00000| Untracked 
|  42|0x000000061be00000, 0x000000061c000000, 0x000000061c000000|100%|HS|  |TAMS 0x000000061be00000, 0x000000061be00000| Complete 
|  43|0x000000061c000000, 0x000000061c200000, 0x000000061c200000|100%|HC|  |TAMS 0x000000061c000000, 0x000000061c000000| Complete 
|  44|0x000000061c200000, 0x000000061c400000, 0x000000061c400000|100%|HC|  |TAMS 0x000000061c200000, 0x000000061c200000| Complete 
|  45|0x000000061c400000, 0x000000061c600000, 0x000000061c600000|100%| O|  |TAMS 0x000000061c400000, 0x000000061c400000| Untracked 
|  46|0x000000061c600000, 0x000000061c800000, 0x000000061c800000|100%| O|  |TAMS 0x000000061c600000, 0x000000061c600000| Untracked 
|  47|0x000000061c800000, 0x000000061ca00000, 0x000000061ca00000|100%| O|  |TAMS 0x000000061c800000, 0x000000061c800000| Untracked 
|  48|0x000000061ca00000, 0x000000061cc00000, 0x000000061cc00000|100%| O|  |TAMS 0x000000061ca00000, 0x000000061ca00000| Untracked 
|  49|0x000000061cc00000, 0x000000061ce00000, 0x000000061ce00000|100%|HS|  |TAMS 0x000000061cc00000, 0x000000061cc00000| Complete 
|  50|0x000000061ce00000, 0x000000061d000000, 0x000000061d000000|100%| O|  |TAMS 0x000000061ce00000, 0x000000061ce00000| Untracked 
|  51|0x000000061d000000, 0x000000061d200000, 0x000000061d200000|100%| O|  |TAMS 0x000000061d000000, 0x000000061d000000| Untracked 
|  52|0x000000061d200000, 0x000000061d400000, 0x000000061d400000|100%| O|  |TAMS 0x000000061d200000, 0x000000061d200000| Untracked 
|  53|0x000000061d400000, 0x000000061d600000, 0x000000061d600000|100%| O|  |TAMS 0x000000061d400000, 0x000000061d400000| Untracked 
|  54|0x000000061d600000, 0x000000061d800000, 0x000000061d800000|100%| O|  |TAMS 0x000000061d600000, 0x000000061d600000| Untracked 
|  55|0x000000061d800000, 0x000000061da00000, 0x000000061da00000|100%| O|  |TAMS 0x000000061d800000, 0x000000061d800000| Untracked 
|  56|0x000000061da00000, 0x000000061dc00000, 0x000000061dc00000|100%| O|  |TAMS 0x000000061da00000, 0x000000061da00000| Untracked 
|  57|0x000000061dc00000, 0x000000061de00000, 0x000000061de00000|100%| O|  |TAMS 0x000000061dc00000, 0x000000061dc00000| Untracked 
|  58|0x000000061de00000, 0x000000061e000000, 0x000000061e000000|100%|HS|  |TAMS 0x000000061de00000, 0x000000061de00000| Complete 
|  59|0x000000061e000000, 0x000000061e200000, 0x000000061e200000|100%| O|  |TAMS 0x000000061e000000, 0x000000061e000000| Untracked 
|  60|0x000000061e200000, 0x000000061e400000, 0x000000061e400000|100%| O|  |TAMS 0x000000061e200000, 0x000000061e200000| Untracked 
|  61|0x000000061e400000, 0x000000061e600000, 0x000000061e600000|100%| O|  |TAMS 0x000000061e400000, 0x000000061e400000| Untracked 
|  62|0x000000061e600000, 0x000000061e800000, 0x000000061e800000|100%| O|  |TAMS 0x000000061e600000, 0x000000061e600000| Untracked 
|  63|0x000000061e800000, 0x000000061ea00000, 0x000000061ea00000|100%| O|  |TAMS 0x000000061e800000, 0x000000061e800000| Untracked 
|  64|0x000000061ea00000, 0x000000061ec00000, 0x000000061ec00000|100%| O|  |TAMS 0x000000061ea00000, 0x000000061ea00000| Untracked 
|  65|0x000000061ec00000, 0x000000061ee00000, 0x000000061ee00000|100%| O|  |TAMS 0x000000061ec00000, 0x000000061ec00000| Untracked 
|  66|0x000000061ee00000, 0x000000061f000000, 0x000000061f000000|100%| O|  |TAMS 0x000000061ee00000, 0x000000061ee00000| Untracked 
|  67|0x000000061f000000, 0x000000061f200000, 0x000000061f200000|100%| O|  |TAMS 0x000000061f000000, 0x000000061f000000| Untracked 
|  68|0x000000061f200000, 0x000000061f400000, 0x000000061f400000|100%| O|  |TAMS 0x000000061f200000, 0x000000061f200000| Untracked 
|  69|0x000000061f400000, 0x000000061f600000, 0x000000061f600000|100%| O|  |TAMS 0x000000061f400000, 0x000000061f400000| Untracked 
|  70|0x000000061f600000, 0x000000061f800000, 0x000000061f800000|100%| O|  |TAMS 0x000000061f600000, 0x000000061f600000| Untracked 
|  71|0x000000061f800000, 0x000000061fa00000, 0x000000061fa00000|100%| O|  |TAMS 0x000000061f800000, 0x000000061f800000| Untracked 
|  72|0x000000061fa00000, 0x000000061fc00000, 0x000000061fc00000|100%| O|  |TAMS 0x000000061fa00000, 0x000000061fa00000| Untracked 
|  73|0x000000061fc00000, 0x000000061fe00000, 0x000000061fe00000|100%| O|  |TAMS 0x000000061fc00000, 0x000000061fc00000| Untracked 
|  74|0x000000061fe00000, 0x0000000620000000, 0x0000000620000000|100%| O|  |TAMS 0x000000061fe00000, 0x000000061fe00000| Untracked 
|  75|0x0000000620000000, 0x0000000620200000, 0x0000000620200000|100%| O|  |TAMS 0x0000000620000000, 0x0000000620000000| Untracked 
|  76|0x0000000620200000, 0x0000000620400000, 0x0000000620400000|100%| O|  |TAMS 0x0000000620200000, 0x0000000620200000| Untracked 
|  77|0x0000000620400000, 0x0000000620600000, 0x0000000620600000|100%| O|  |TAMS 0x0000000620400000, 0x0000000620400000| Untracked 
|  78|0x0000000620600000, 0x0000000620800000, 0x0000000620800000|100%| O|  |TAMS 0x0000000620600000, 0x0000000620600000| Untracked 
|  79|0x0000000620800000, 0x0000000620a00000, 0x0000000620a00000|100%| O|  |TAMS 0x0000000620800000, 0x0000000620800000| Untracked 
|  80|0x0000000620a00000, 0x0000000620c00000, 0x0000000620c00000|100%| O|  |TAMS 0x0000000620a00000, 0x0000000620a00000| Untracked 
|  81|0x0000000620c00000, 0x0000000620cc9e00, 0x0000000620e00000| 39%| O|  |TAMS 0x0000000620c00000, 0x0000000620c00000| Untracked 
|  82|0x0000000620e00000, 0x0000000620e00000, 0x0000000621000000|  0%| F|  |TAMS 0x0000000620e00000, 0x0000000620e00000| Untracked 
|  83|0x0000000621000000, 0x0000000621000000, 0x0000000621200000|  0%| F|  |TAMS 0x0000000621000000, 0x0000000621000000| Untracked 
|  84|0x0000000621200000, 0x0000000621200000, 0x0000000621400000|  0%| F|  |TAMS 0x0000000621200000, 0x0000000621200000| Untracked 
|  85|0x0000000621400000, 0x0000000621400000, 0x0000000621600000|  0%| F|  |TAMS 0x0000000621400000, 0x0000000621400000| Untracked 
|  86|0x0000000621600000, 0x0000000621600000, 0x0000000621800000|  0%| F|  |TAMS 0x0000000621600000, 0x0000000621600000| Untracked 
|  87|0x0000000621800000, 0x0000000621800000, 0x0000000621a00000|  0%| F|  |TAMS 0x0000000621800000, 0x0000000621800000| Untracked 
|  88|0x0000000621a00000, 0x0000000621a00000, 0x0000000621c00000|  0%| F|  |TAMS 0x0000000621a00000, 0x0000000621a00000| Untracked 
|  89|0x0000000621c00000, 0x0000000621c00000, 0x0000000621e00000|  0%| F|  |TAMS 0x0000000621c00000, 0x0000000621c00000| Untracked 
|  90|0x0000000621e00000, 0x0000000621e00000, 0x0000000622000000|  0%| F|  |TAMS 0x0000000621e00000, 0x0000000621e00000| Untracked 
|  91|0x0000000622000000, 0x0000000622000000, 0x0000000622200000|  0%| F|  |TAMS 0x0000000622000000, 0x0000000622000000| Untracked 
|  92|0x0000000622200000, 0x0000000622200000, 0x0000000622400000|  0%| F|  |TAMS 0x0000000622200000, 0x0000000622200000| Untracked 
|  93|0x0000000622400000, 0x0000000622400000, 0x0000000622600000|  0%| F|  |TAMS 0x0000000622400000, 0x0000000622400000| Untracked 
|  94|0x0000000622600000, 0x0000000622600000, 0x0000000622800000|  0%| F|  |TAMS 0x0000000622600000, 0x0000000622600000| Untracked 
|  95|0x0000000622800000, 0x0000000622800000, 0x0000000622a00000|  0%| F|  |TAMS 0x0000000622800000, 0x0000000622800000| Untracked 
|  96|0x0000000622a00000, 0x0000000622a00000, 0x0000000622c00000|  0%| F|  |TAMS 0x0000000622a00000, 0x0000000622a00000| Untracked 
|  97|0x0000000622c00000, 0x0000000622c00000, 0x0000000622e00000|  0%| F|  |TAMS 0x0000000622c00000, 0x0000000622c00000| Untracked 
|  98|0x0000000622e00000, 0x0000000622e00000, 0x0000000623000000|  0%| F|  |TAMS 0x0000000622e00000, 0x0000000622e00000| Untracked 
|  99|0x0000000623000000, 0x0000000623000000, 0x0000000623200000|  0%| F|  |TAMS 0x0000000623000000, 0x0000000623000000| Untracked 
| 100|0x0000000623200000, 0x0000000623200000, 0x0000000623400000|  0%| F|  |TAMS 0x0000000623200000, 0x0000000623200000| Untracked 
| 101|0x0000000623400000, 0x0000000623400000, 0x0000000623600000|  0%| F|  |TAMS 0x0000000623400000, 0x0000000623400000| Untracked 
| 102|0x0000000623600000, 0x0000000623600000, 0x0000000623800000|  0%| F|  |TAMS 0x0000000623600000, 0x0000000623600000| Untracked 
| 103|0x0000000623800000, 0x0000000623800000, 0x0000000623a00000|  0%| F|  |TAMS 0x0000000623800000, 0x0000000623800000| Untracked 
| 104|0x0000000623a00000, 0x0000000623a00000, 0x0000000623c00000|  0%| F|  |TAMS 0x0000000623a00000, 0x0000000623a00000| Untracked 
| 105|0x0000000623c00000, 0x0000000623c00000, 0x0000000623e00000|  0%| F|  |TAMS 0x0000000623c00000, 0x0000000623c00000| Untracked 
| 106|0x0000000623e00000, 0x0000000623e00000, 0x0000000624000000|  0%| F|  |TAMS 0x0000000623e00000, 0x0000000623e00000| Untracked 
| 107|0x0000000624000000, 0x0000000624000000, 0x0000000624200000|  0%| F|  |TAMS 0x0000000624000000, 0x0000000624000000| Untracked 
| 108|0x0000000624200000, 0x0000000624200000, 0x0000000624400000|  0%| F|  |TAMS 0x0000000624200000, 0x0000000624200000| Untracked 
| 109|0x0000000624400000, 0x0000000624400000, 0x0000000624600000|  0%| F|  |TAMS 0x0000000624400000, 0x0000000624400000| Untracked 
| 110|0x0000000624600000, 0x0000000624600000, 0x0000000624800000|  0%| F|  |TAMS 0x0000000624600000, 0x0000000624600000| Untracked 
| 111|0x0000000624800000, 0x00000006248d6548, 0x0000000624a00000| 41%| S|CS|TAMS 0x0000000624800000, 0x0000000624800000| Complete 
| 112|0x0000000624a00000, 0x0000000624c00000, 0x0000000624c00000|100%| S|CS|TAMS 0x0000000624a00000, 0x0000000624a00000| Complete 
| 113|0x0000000624c00000, 0x0000000624e00000, 0x0000000624e00000|100%| S|CS|TAMS 0x0000000624c00000, 0x0000000624c00000| Complete 
| 114|0x0000000624e00000, 0x0000000625000000, 0x0000000625000000|100%| S|CS|TAMS 0x0000000624e00000, 0x0000000624e00000| Complete 
| 115|0x0000000625000000, 0x0000000625200000, 0x0000000625200000|100%| S|CS|TAMS 0x0000000625000000, 0x0000000625000000| Complete 
| 116|0x0000000625200000, 0x0000000625400000, 0x0000000625400000|100%| S|CS|TAMS 0x0000000625200000, 0x0000000625200000| Complete 
| 117|0x0000000625400000, 0x0000000625600000, 0x0000000625600000|100%| S|CS|TAMS 0x0000000625400000, 0x0000000625400000| Complete 
| 118|0x0000000625600000, 0x0000000625600000, 0x0000000625800000|  0%| F|  |TAMS 0x0000000625600000, 0x0000000625600000| Untracked 
| 119|0x0000000625800000, 0x0000000625800000, 0x0000000625a00000|  0%| F|  |TAMS 0x0000000625800000, 0x0000000625800000| Untracked 
| 120|0x0000000625a00000, 0x0000000625a00000, 0x0000000625c00000|  0%| F|  |TAMS 0x0000000625a00000, 0x0000000625a00000| Untracked 
| 121|0x0000000625c00000, 0x0000000625c00000, 0x0000000625e00000|  0%| F|  |TAMS 0x0000000625c00000, 0x0000000625c00000| Untracked 
| 122|0x0000000625e00000, 0x0000000625e00000, 0x0000000626000000|  0%| F|  |TAMS 0x0000000625e00000, 0x0000000625e00000| Untracked 
| 123|0x0000000626000000, 0x0000000626000000, 0x0000000626200000|  0%| F|  |TAMS 0x0000000626000000, 0x0000000626000000| Untracked 
| 124|0x0000000626200000, 0x0000000626400000, 0x0000000626400000|100%| S|CS|TAMS 0x0000000626200000, 0x0000000626200000| Complete 
| 125|0x0000000626400000, 0x0000000626400000, 0x0000000626600000|  0%| F|  |TAMS 0x0000000626400000, 0x0000000626400000| Untracked 
| 126|0x0000000626600000, 0x0000000626600000, 0x0000000626800000|  0%| F|  |TAMS 0x0000000626600000, 0x0000000626600000| Untracked 
| 127|0x0000000626800000, 0x0000000626800000, 0x0000000626a00000|  0%| F|  |TAMS 0x0000000626800000, 0x0000000626800000| Untracked 
| 128|0x0000000626a00000, 0x0000000626a00000, 0x0000000626c00000|  0%| F|  |TAMS 0x0000000626a00000, 0x0000000626a00000| Untracked 
| 129|0x0000000626c00000, 0x0000000626e00000, 0x0000000626e00000|100%| S|CS|TAMS 0x0000000626c00000, 0x0000000626c00000| Complete 
| 130|0x0000000626e00000, 0x0000000626e00000, 0x0000000627000000|  0%| F|  |TAMS 0x0000000626e00000, 0x0000000626e00000| Untracked 
| 131|0x0000000627000000, 0x0000000627000000, 0x0000000627200000|  0%| F|  |TAMS 0x0000000627000000, 0x0000000627000000| Untracked 
| 132|0x0000000627200000, 0x0000000627200000, 0x0000000627400000|  0%| F|  |TAMS 0x0000000627200000, 0x0000000627200000| Untracked 
| 133|0x0000000627400000, 0x0000000627400000, 0x0000000627600000|  0%| F|  |TAMS 0x0000000627400000, 0x0000000627400000| Untracked 
| 134|0x0000000627600000, 0x0000000627600000, 0x0000000627800000|  0%| F|  |TAMS 0x0000000627600000, 0x0000000627600000| Untracked 
| 135|0x0000000627800000, 0x0000000627800000, 0x0000000627a00000|  0%| F|  |TAMS 0x0000000627800000, 0x0000000627800000| Untracked 
| 136|0x0000000627a00000, 0x0000000627a00000, 0x0000000627c00000|  0%| F|  |TAMS 0x0000000627a00000, 0x0000000627a00000| Untracked 
| 137|0x0000000627c00000, 0x0000000627c00000, 0x0000000627e00000|  0%| F|  |TAMS 0x0000000627c00000, 0x0000000627c00000| Untracked 
| 138|0x0000000627e00000, 0x0000000627e00000, 0x0000000628000000|  0%| F|  |TAMS 0x0000000627e00000, 0x0000000627e00000| Untracked 
| 139|0x0000000628000000, 0x0000000628000000, 0x0000000628200000|  0%| F|  |TAMS 0x0000000628000000, 0x0000000628000000| Untracked 
| 140|0x0000000628200000, 0x0000000628200000, 0x0000000628400000|  0%| F|  |TAMS 0x0000000628200000, 0x0000000628200000| Untracked 
| 141|0x0000000628400000, 0x0000000628400000, 0x0000000628600000|  0%| F|  |TAMS 0x0000000628400000, 0x0000000628400000| Untracked 
| 142|0x0000000628600000, 0x0000000628600000, 0x0000000628800000|  0%| F|  |TAMS 0x0000000628600000, 0x0000000628600000| Untracked 
| 143|0x0000000628800000, 0x0000000628800000, 0x0000000628a00000|  0%| F|  |TAMS 0x0000000628800000, 0x0000000628800000| Untracked 
| 144|0x0000000628a00000, 0x0000000628a00000, 0x0000000628c00000|  0%| F|  |TAMS 0x0000000628a00000, 0x0000000628a00000| Untracked 
| 145|0x0000000628c00000, 0x0000000628c00000, 0x0000000628e00000|  0%| F|  |TAMS 0x0000000628c00000, 0x0000000628c00000| Untracked 
| 146|0x0000000628e00000, 0x0000000628e00000, 0x0000000629000000|  0%| F|  |TAMS 0x0000000628e00000, 0x0000000628e00000| Untracked 
| 147|0x0000000629000000, 0x0000000629000000, 0x0000000629200000|  0%| F|  |TAMS 0x0000000629000000, 0x0000000629000000| Untracked 
| 148|0x0000000629200000, 0x0000000629200000, 0x0000000629400000|  0%| F|  |TAMS 0x0000000629200000, 0x0000000629200000| Untracked 
| 149|0x0000000629400000, 0x0000000629400000, 0x0000000629600000|  0%| F|  |TAMS 0x0000000629400000, 0x0000000629400000| Untracked 
| 150|0x0000000629600000, 0x0000000629600000, 0x0000000629800000|  0%| F|  |TAMS 0x0000000629600000, 0x0000000629600000| Untracked 
| 151|0x0000000629800000, 0x0000000629800000, 0x0000000629a00000|  0%| F|  |TAMS 0x0000000629800000, 0x0000000629800000| Untracked 
| 152|0x0000000629a00000, 0x0000000629a00000, 0x0000000629c00000|  0%| F|  |TAMS 0x0000000629a00000, 0x0000000629a00000| Untracked 
| 153|0x0000000629c00000, 0x0000000629c00000, 0x0000000629e00000|  0%| F|  |TAMS 0x0000000629c00000, 0x0000000629c00000| Untracked 
| 154|0x0000000629e00000, 0x0000000629e00000, 0x000000062a000000|  0%| F|  |TAMS 0x0000000629e00000, 0x0000000629e00000| Untracked 
| 155|0x000000062a000000, 0x000000062a000000, 0x000000062a200000|  0%| F|  |TAMS 0x000000062a000000, 0x000000062a000000| Untracked 
| 156|0x000000062a200000, 0x000000062a200000, 0x000000062a400000|  0%| F|  |TAMS 0x000000062a200000, 0x000000062a200000| Untracked 
| 157|0x000000062a400000, 0x000000062a400000, 0x000000062a600000|  0%| F|  |TAMS 0x000000062a400000, 0x000000062a400000| Untracked 
| 158|0x000000062a600000, 0x000000062a600000, 0x000000062a800000|  0%| F|  |TAMS 0x000000062a600000, 0x000000062a600000| Untracked 
| 159|0x000000062a800000, 0x000000062a800000, 0x000000062aa00000|  0%| F|  |TAMS 0x000000062a800000, 0x000000062a800000| Untracked 
| 160|0x000000062aa00000, 0x000000062aa00000, 0x000000062ac00000|  0%| F|  |TAMS 0x000000062aa00000, 0x000000062aa00000| Untracked 
| 161|0x000000062ac00000, 0x000000062ac00000, 0x000000062ae00000|  0%| F|  |TAMS 0x000000062ac00000, 0x000000062ac00000| Untracked 
| 162|0x000000062ae00000, 0x000000062ae00000, 0x000000062b000000|  0%| F|  |TAMS 0x000000062ae00000, 0x000000062ae00000| Untracked 
| 163|0x000000062b000000, 0x000000062b000000, 0x000000062b200000|  0%| F|  |TAMS 0x000000062b000000, 0x000000062b000000| Untracked 
| 164|0x000000062b200000, 0x000000062b200000, 0x000000062b400000|  0%| F|  |TAMS 0x000000062b200000, 0x000000062b200000| Untracked 
| 165|0x000000062b400000, 0x000000062b400000, 0x000000062b600000|  0%| F|  |TAMS 0x000000062b400000, 0x000000062b400000| Untracked 
| 166|0x000000062b600000, 0x000000062b600000, 0x000000062b800000|  0%| F|  |TAMS 0x000000062b600000, 0x000000062b600000| Untracked 
| 167|0x000000062b800000, 0x000000062b800000, 0x000000062ba00000|  0%| F|  |TAMS 0x000000062b800000, 0x000000062b800000| Untracked 
| 168|0x000000062ba00000, 0x000000062ba00000, 0x000000062bc00000|  0%| F|  |TAMS 0x000000062ba00000, 0x000000062ba00000| Untracked 
| 169|0x000000062bc00000, 0x000000062bc00000, 0x000000062be00000|  0%| F|  |TAMS 0x000000062bc00000, 0x000000062bc00000| Untracked 
| 170|0x000000062be00000, 0x000000062be00000, 0x000000062c000000|  0%| F|  |TAMS 0x000000062be00000, 0x000000062be00000| Untracked 
| 171|0x000000062c000000, 0x000000062c000000, 0x000000062c200000|  0%| F|  |TAMS 0x000000062c000000, 0x000000062c000000| Untracked 
| 172|0x000000062c200000, 0x000000062c200000, 0x000000062c400000|  0%| F|  |TAMS 0x000000062c200000, 0x000000062c200000| Untracked 
| 173|0x000000062c400000, 0x000000062c400000, 0x000000062c600000|  0%| F|  |TAMS 0x000000062c400000, 0x000000062c400000| Untracked 
| 174|0x000000062c600000, 0x000000062c600000, 0x000000062c800000|  0%| F|  |TAMS 0x000000062c600000, 0x000000062c600000| Untracked 
| 175|0x000000062c800000, 0x000000062c800000, 0x000000062ca00000|  0%| F|  |TAMS 0x000000062c800000, 0x000000062c800000| Untracked 
| 176|0x000000062ca00000, 0x000000062ca00000, 0x000000062cc00000|  0%| F|  |TAMS 0x000000062ca00000, 0x000000062ca00000| Untracked 
| 177|0x000000062cc00000, 0x000000062cc00000, 0x000000062ce00000|  0%| F|  |TAMS 0x000000062cc00000, 0x000000062cc00000| Untracked 
| 178|0x000000062ce00000, 0x000000062ce00000, 0x000000062d000000|  0%| F|  |TAMS 0x000000062ce00000, 0x000000062ce00000| Untracked 
| 179|0x000000062d000000, 0x000000062d000000, 0x000000062d200000|  0%| F|  |TAMS 0x000000062d000000, 0x000000062d000000| Untracked 
| 180|0x000000062d200000, 0x000000062d200000, 0x000000062d400000|  0%| F|  |TAMS 0x000000062d200000, 0x000000062d200000| Untracked 
| 181|0x000000062d400000, 0x000000062d400000, 0x000000062d600000|  0%| F|  |TAMS 0x000000062d400000, 0x000000062d400000| Untracked 
| 182|0x000000062d600000, 0x000000062d600000, 0x000000062d800000|  0%| F|  |TAMS 0x000000062d600000, 0x000000062d600000| Untracked 
| 183|0x000000062d800000, 0x000000062d800000, 0x000000062da00000|  0%| F|  |TAMS 0x000000062d800000, 0x000000062d800000| Untracked 
| 184|0x000000062da00000, 0x000000062da00000, 0x000000062dc00000|  0%| F|  |TAMS 0x000000062da00000, 0x000000062da00000| Untracked 
| 185|0x000000062dc00000, 0x000000062dc00000, 0x000000062de00000|  0%| F|  |TAMS 0x000000062dc00000, 0x000000062dc00000| Untracked 
| 186|0x000000062de00000, 0x000000062de00000, 0x000000062e000000|  0%| F|  |TAMS 0x000000062de00000, 0x000000062de00000| Untracked 
| 187|0x000000062e000000, 0x000000062e000000, 0x000000062e200000|  0%| F|  |TAMS 0x000000062e000000, 0x000000062e000000| Untracked 
| 188|0x000000062e200000, 0x000000062e200000, 0x000000062e400000|  0%| F|  |TAMS 0x000000062e200000, 0x000000062e200000| Untracked 
| 189|0x000000062e400000, 0x000000062e400000, 0x000000062e600000|  0%| F|  |TAMS 0x000000062e400000, 0x000000062e400000| Untracked 
| 190|0x000000062e600000, 0x000000062e600000, 0x000000062e800000|  0%| F|  |TAMS 0x000000062e600000, 0x000000062e600000| Untracked 
| 191|0x000000062e800000, 0x000000062e800000, 0x000000062ea00000|  0%| F|  |TAMS 0x000000062e800000, 0x000000062e800000| Untracked 
| 192|0x000000062ea00000, 0x000000062ea00000, 0x000000062ec00000|  0%| F|  |TAMS 0x000000062ea00000, 0x000000062ea00000| Untracked 
| 193|0x000000062ec00000, 0x000000062ec00000, 0x000000062ee00000|  0%| F|  |TAMS 0x000000062ec00000, 0x000000062ec00000| Untracked 
| 194|0x000000062ee00000, 0x000000062ee00000, 0x000000062f000000|  0%| F|  |TAMS 0x000000062ee00000, 0x000000062ee00000| Untracked 
| 195|0x000000062f000000, 0x000000062f000000, 0x000000062f200000|  0%| F|  |TAMS 0x000000062f000000, 0x000000062f000000| Untracked 
| 196|0x000000062f200000, 0x000000062f200000, 0x000000062f400000|  0%| F|  |TAMS 0x000000062f200000, 0x000000062f200000| Untracked 
| 197|0x000000062f400000, 0x000000062f400000, 0x000000062f600000|  0%| F|  |TAMS 0x000000062f400000, 0x000000062f400000| Untracked 
| 198|0x000000062f600000, 0x000000062f600000, 0x000000062f800000|  0%| F|  |TAMS 0x000000062f600000, 0x000000062f600000| Untracked 
| 199|0x000000062f800000, 0x000000062f800000, 0x000000062fa00000|  0%| F|  |TAMS 0x000000062f800000, 0x000000062f800000| Untracked 
| 200|0x000000062fa00000, 0x000000062fa00000, 0x000000062fc00000|  0%| F|  |TAMS 0x000000062fa00000, 0x000000062fa00000| Untracked 
| 201|0x000000062fc00000, 0x000000062fc00000, 0x000000062fe00000|  0%| F|  |TAMS 0x000000062fc00000, 0x000000062fc00000| Untracked 
| 202|0x000000062fe00000, 0x000000062fe00000, 0x0000000630000000|  0%| F|  |TAMS 0x000000062fe00000, 0x000000062fe00000| Untracked 
| 203|0x0000000630000000, 0x0000000630000000, 0x0000000630200000|  0%| F|  |TAMS 0x0000000630000000, 0x0000000630000000| Untracked 
| 204|0x0000000630200000, 0x0000000630200000, 0x0000000630400000|  0%| F|  |TAMS 0x0000000630200000, 0x0000000630200000| Untracked 
| 205|0x0000000630400000, 0x0000000630400000, 0x0000000630600000|  0%| F|  |TAMS 0x0000000630400000, 0x0000000630400000| Untracked 
| 206|0x0000000630600000, 0x0000000630600000, 0x0000000630800000|  0%| F|  |TAMS 0x0000000630600000, 0x0000000630600000| Untracked 
| 207|0x0000000630800000, 0x0000000630800000, 0x0000000630a00000|  0%| F|  |TAMS 0x0000000630800000, 0x0000000630800000| Untracked 
| 208|0x0000000630a00000, 0x0000000630a00000, 0x0000000630c00000|  0%| F|  |TAMS 0x0000000630a00000, 0x0000000630a00000| Untracked 
| 209|0x0000000630c00000, 0x0000000630c00000, 0x0000000630e00000|  0%| F|  |TAMS 0x0000000630c00000, 0x0000000630c00000| Untracked 
| 210|0x0000000630e00000, 0x0000000630e00000, 0x0000000631000000|  0%| F|  |TAMS 0x0000000630e00000, 0x0000000630e00000| Untracked 
| 211|0x0000000631000000, 0x0000000631000000, 0x0000000631200000|  0%| F|  |TAMS 0x0000000631000000, 0x0000000631000000| Untracked 
| 212|0x0000000631200000, 0x0000000631200000, 0x0000000631400000|  0%| F|  |TAMS 0x0000000631200000, 0x0000000631200000| Untracked 
| 213|0x0000000631400000, 0x0000000631400000, 0x0000000631600000|  0%| F|  |TAMS 0x0000000631400000, 0x0000000631400000| Untracked 
| 214|0x0000000631600000, 0x0000000631600000, 0x0000000631800000|  0%| F|  |TAMS 0x0000000631600000, 0x0000000631600000| Untracked 
| 215|0x0000000631800000, 0x0000000631800000, 0x0000000631a00000|  0%| F|  |TAMS 0x0000000631800000, 0x0000000631800000| Untracked 
| 216|0x0000000631a00000, 0x0000000631a00000, 0x0000000631c00000|  0%| F|  |TAMS 0x0000000631a00000, 0x0000000631a00000| Untracked 
| 217|0x0000000631c00000, 0x0000000631c00000, 0x0000000631e00000|  0%| F|  |TAMS 0x0000000631c00000, 0x0000000631c00000| Untracked 
| 218|0x0000000631e00000, 0x0000000631e00000, 0x0000000632000000|  0%| F|  |TAMS 0x0000000631e00000, 0x0000000631e00000| Untracked 
| 219|0x0000000632000000, 0x0000000632000000, 0x0000000632200000|  0%| F|  |TAMS 0x0000000632000000, 0x0000000632000000| Untracked 
| 220|0x0000000632200000, 0x0000000632200000, 0x0000000632400000|  0%| F|  |TAMS 0x0000000632200000, 0x0000000632200000| Untracked 
| 221|0x0000000632400000, 0x0000000632400000, 0x0000000632600000|  0%| F|  |TAMS 0x0000000632400000, 0x0000000632400000| Untracked 
| 222|0x0000000632600000, 0x0000000632600000, 0x0000000632800000|  0%| F|  |TAMS 0x0000000632600000, 0x0000000632600000| Untracked 
| 223|0x0000000632800000, 0x0000000632800000, 0x0000000632a00000|  0%| F|  |TAMS 0x0000000632800000, 0x0000000632800000| Untracked 
| 224|0x0000000632a00000, 0x0000000632a00000, 0x0000000632c00000|  0%| F|  |TAMS 0x0000000632a00000, 0x0000000632a00000| Untracked 
| 225|0x0000000632c00000, 0x0000000632c00000, 0x0000000632e00000|  0%| F|  |TAMS 0x0000000632c00000, 0x0000000632c00000| Untracked 
| 226|0x0000000632e00000, 0x0000000632e00000, 0x0000000633000000|  0%| F|  |TAMS 0x0000000632e00000, 0x0000000632e00000| Untracked 
| 227|0x0000000633000000, 0x0000000633000000, 0x0000000633200000|  0%| F|  |TAMS 0x0000000633000000, 0x0000000633000000| Untracked 
| 228|0x0000000633200000, 0x0000000633200000, 0x0000000633400000|  0%| F|  |TAMS 0x0000000633200000, 0x0000000633200000| Untracked 
| 229|0x0000000633400000, 0x0000000633400000, 0x0000000633600000|  0%| F|  |TAMS 0x0000000633400000, 0x0000000633400000| Untracked 
| 230|0x0000000633600000, 0x0000000633600000, 0x0000000633800000|  0%| F|  |TAMS 0x0000000633600000, 0x0000000633600000| Untracked 
| 231|0x0000000633800000, 0x0000000633800000, 0x0000000633a00000|  0%| F|  |TAMS 0x0000000633800000, 0x0000000633800000| Untracked 
| 232|0x0000000633a00000, 0x0000000633a00000, 0x0000000633c00000|  0%| F|  |TAMS 0x0000000633a00000, 0x0000000633a00000| Untracked 
| 233|0x0000000633c00000, 0x0000000633c00000, 0x0000000633e00000|  0%| F|  |TAMS 0x0000000633c00000, 0x0000000633c00000| Untracked 
| 234|0x0000000633e00000, 0x0000000633e00000, 0x0000000634000000|  0%| F|  |TAMS 0x0000000633e00000, 0x0000000633e00000| Untracked 
| 235|0x0000000634000000, 0x0000000634000000, 0x0000000634200000|  0%| F|  |TAMS 0x0000000634000000, 0x0000000634000000| Untracked 
| 236|0x0000000634200000, 0x0000000634200000, 0x0000000634400000|  0%| F|  |TAMS 0x0000000634200000, 0x0000000634200000| Untracked 
| 237|0x0000000634400000, 0x0000000634400000, 0x0000000634600000|  0%| F|  |TAMS 0x0000000634400000, 0x0000000634400000| Untracked 
| 238|0x0000000634600000, 0x0000000634600000, 0x0000000634800000|  0%| F|  |TAMS 0x0000000634600000, 0x0000000634600000| Untracked 
| 239|0x0000000634800000, 0x0000000634800000, 0x0000000634a00000|  0%| F|  |TAMS 0x0000000634800000, 0x0000000634800000| Untracked 
| 240|0x0000000634a00000, 0x0000000634a00000, 0x0000000634c00000|  0%| F|  |TAMS 0x0000000634a00000, 0x0000000634a00000| Untracked 
| 241|0x0000000634c00000, 0x0000000634c00000, 0x0000000634e00000|  0%| F|  |TAMS 0x0000000634c00000, 0x0000000634c00000| Untracked 
| 242|0x0000000634e00000, 0x0000000634e00000, 0x0000000635000000|  0%| F|  |TAMS 0x0000000634e00000, 0x0000000634e00000| Untracked 
| 243|0x0000000635000000, 0x0000000635000000, 0x0000000635200000|  0%| F|  |TAMS 0x0000000635000000, 0x0000000635000000| Untracked 
| 244|0x0000000635200000, 0x0000000635200000, 0x0000000635400000|  0%| F|  |TAMS 0x0000000635200000, 0x0000000635200000| Untracked 
| 245|0x0000000635400000, 0x0000000635400000, 0x0000000635600000|  0%| F|  |TAMS 0x0000000635400000, 0x0000000635400000| Untracked 
| 246|0x0000000635600000, 0x0000000635600000, 0x0000000635800000|  0%| F|  |TAMS 0x0000000635600000, 0x0000000635600000| Untracked 
| 247|0x0000000635800000, 0x0000000635800000, 0x0000000635a00000|  0%| F|  |TAMS 0x0000000635800000, 0x0000000635800000| Untracked 
| 248|0x0000000635a00000, 0x0000000635a00000, 0x0000000635c00000|  0%| F|  |TAMS 0x0000000635a00000, 0x0000000635a00000| Untracked 
| 249|0x0000000635c00000, 0x0000000635e00000, 0x0000000635e00000|100%| E|  |TAMS 0x0000000635c00000, 0x0000000635c00000| Complete 
| 250|0x0000000635e00000, 0x0000000636000000, 0x0000000636000000|100%| E|CS|TAMS 0x0000000635e00000, 0x0000000635e00000| Complete 
| 251|0x0000000636000000, 0x0000000636200000, 0x0000000636200000|100%| E|CS|TAMS 0x0000000636000000, 0x0000000636000000| Complete 
| 252|0x0000000636200000, 0x0000000636400000, 0x0000000636400000|100%| E|CS|TAMS 0x0000000636200000, 0x0000000636200000| Complete 
| 253|0x0000000636400000, 0x0000000636600000, 0x0000000636600000|100%| E|CS|TAMS 0x0000000636400000, 0x0000000636400000| Complete 
| 254|0x0000000636600000, 0x0000000636800000, 0x0000000636800000|100%| E|CS|TAMS 0x0000000636600000, 0x0000000636600000| Complete 
| 255|0x0000000636800000, 0x0000000636a00000, 0x0000000636a00000|100%| E|CS|TAMS 0x0000000636800000, 0x0000000636800000| Complete 
| 256|0x0000000636a00000, 0x0000000636c00000, 0x0000000636c00000|100%| E|CS|TAMS 0x0000000636a00000, 0x0000000636a00000| Complete 
| 257|0x0000000636c00000, 0x0000000636e00000, 0x0000000636e00000|100%| E|CS|TAMS 0x0000000636c00000, 0x0000000636c00000| Complete 
| 258|0x0000000636e00000, 0x0000000637000000, 0x0000000637000000|100%| E|CS|TAMS 0x0000000636e00000, 0x0000000636e00000| Complete 
| 259|0x0000000637000000, 0x0000000637200000, 0x0000000637200000|100%| E|CS|TAMS 0x0000000637000000, 0x0000000637000000| Complete 
| 260|0x0000000637200000, 0x0000000637400000, 0x0000000637400000|100%| E|CS|TAMS 0x0000000637200000, 0x0000000637200000| Complete 
| 261|0x0000000637400000, 0x0000000637600000, 0x0000000637600000|100%| E|CS|TAMS 0x0000000637400000, 0x0000000637400000| Complete 
| 262|0x0000000637600000, 0x0000000637800000, 0x0000000637800000|100%| E|CS|TAMS 0x0000000637600000, 0x0000000637600000| Complete 
| 263|0x0000000637800000, 0x0000000637a00000, 0x0000000637a00000|100%| E|CS|TAMS 0x0000000637800000, 0x0000000637800000| Complete 
| 264|0x0000000637a00000, 0x0000000637c00000, 0x0000000637c00000|100%| E|CS|TAMS 0x0000000637a00000, 0x0000000637a00000| Complete 
| 265|0x0000000637c00000, 0x0000000637e00000, 0x0000000637e00000|100%| E|CS|TAMS 0x0000000637c00000, 0x0000000637c00000| Complete 
| 266|0x0000000637e00000, 0x0000000638000000, 0x0000000638000000|100%| E|CS|TAMS 0x0000000637e00000, 0x0000000637e00000| Complete 
| 267|0x0000000638000000, 0x0000000638200000, 0x0000000638200000|100%| E|CS|TAMS 0x0000000638000000, 0x0000000638000000| Complete 
| 268|0x0000000638200000, 0x0000000638400000, 0x0000000638400000|100%| E|CS|TAMS 0x0000000638200000, 0x0000000638200000| Complete 
| 269|0x0000000638400000, 0x0000000638600000, 0x0000000638600000|100%| E|CS|TAMS 0x0000000638400000, 0x0000000638400000| Complete 
| 270|0x0000000638600000, 0x0000000638800000, 0x0000000638800000|100%| E|CS|TAMS 0x0000000638600000, 0x0000000638600000| Complete 
| 271|0x0000000638800000, 0x0000000638a00000, 0x0000000638a00000|100%| E|CS|TAMS 0x0000000638800000, 0x0000000638800000| Complete 
| 272|0x0000000638a00000, 0x0000000638c00000, 0x0000000638c00000|100%| E|CS|TAMS 0x0000000638a00000, 0x0000000638a00000| Complete 
| 273|0x0000000638c00000, 0x0000000638e00000, 0x0000000638e00000|100%| E|CS|TAMS 0x0000000638c00000, 0x0000000638c00000| Complete 
| 274|0x0000000638e00000, 0x0000000639000000, 0x0000000639000000|100%| E|CS|TAMS 0x0000000638e00000, 0x0000000638e00000| Complete 
| 275|0x0000000639000000, 0x0000000639200000, 0x0000000639200000|100%| E|CS|TAMS 0x0000000639000000, 0x0000000639000000| Complete 
| 276|0x0000000639200000, 0x0000000639400000, 0x0000000639400000|100%| E|CS|TAMS 0x0000000639200000, 0x0000000639200000| Complete 
| 277|0x0000000639400000, 0x0000000639600000, 0x0000000639600000|100%| E|CS|TAMS 0x0000000639400000, 0x0000000639400000| Complete 
| 278|0x0000000639600000, 0x0000000639800000, 0x0000000639800000|100%| E|CS|TAMS 0x0000000639600000, 0x0000000639600000| Complete 
| 279|0x0000000639800000, 0x0000000639a00000, 0x0000000639a00000|100%| E|CS|TAMS 0x0000000639800000, 0x0000000639800000| Complete 
| 280|0x0000000639a00000, 0x0000000639c00000, 0x0000000639c00000|100%| E|CS|TAMS 0x0000000639a00000, 0x0000000639a00000| Complete 
| 281|0x0000000639c00000, 0x0000000639e00000, 0x0000000639e00000|100%| E|CS|TAMS 0x0000000639c00000, 0x0000000639c00000| Complete 
| 282|0x0000000639e00000, 0x000000063a000000, 0x000000063a000000|100%| E|CS|TAMS 0x0000000639e00000, 0x0000000639e00000| Complete 
| 283|0x000000063a000000, 0x000000063a200000, 0x000000063a200000|100%| E|CS|TAMS 0x000000063a000000, 0x000000063a000000| Complete 
| 284|0x000000063a200000, 0x000000063a400000, 0x000000063a400000|100%| E|CS|TAMS 0x000000063a200000, 0x000000063a200000| Complete 
| 285|0x000000063a400000, 0x000000063a600000, 0x000000063a600000|100%| E|CS|TAMS 0x000000063a400000, 0x000000063a400000| Complete 
| 286|0x000000063a600000, 0x000000063a800000, 0x000000063a800000|100%| E|CS|TAMS 0x000000063a600000, 0x000000063a600000| Complete 
| 287|0x000000063a800000, 0x000000063aa00000, 0x000000063aa00000|100%| E|CS|TAMS 0x000000063a800000, 0x000000063a800000| Complete 
| 288|0x000000063aa00000, 0x000000063ac00000, 0x000000063ac00000|100%| E|CS|TAMS 0x000000063aa00000, 0x000000063aa00000| Complete 
| 289|0x000000063ac00000, 0x000000063ae00000, 0x000000063ae00000|100%| E|CS|TAMS 0x000000063ac00000, 0x000000063ac00000| Complete 
| 290|0x000000063ae00000, 0x000000063b000000, 0x000000063b000000|100%| E|CS|TAMS 0x000000063ae00000, 0x000000063ae00000| Complete 
| 291|0x000000063b000000, 0x000000063b200000, 0x000000063b200000|100%| E|CS|TAMS 0x000000063b000000, 0x000000063b000000| Complete 
| 292|0x000000063b200000, 0x000000063b400000, 0x000000063b400000|100%| E|CS|TAMS 0x000000063b200000, 0x000000063b200000| Complete 
| 293|0x000000063b400000, 0x000000063b600000, 0x000000063b600000|100%| E|CS|TAMS 0x000000063b400000, 0x000000063b400000| Complete 

Card table byte_map: [0x00007feb7b0b5000,0x00007feb7c000000] _byte_map_base: 0x00007feb78000000

Marking Bits (Prev, Next): (CMBitMap*) 0x00007feb98058ed0, (CMBitMap*) 0x00007feb98058e98
 Prev Bits: [0x00007feb6acba000, 0x00007feb72712000)
 Next Bits: [0x00007feb72712000, 0x00007feb7a16a000)

Polling page: 0x00007feb9fa33000

Metaspace:

Usage:
  Non-class:     69,11 MB capacity,    67,34 MB ( 97%) used,     1,42 MB (  2%) free+waste,   364,94 KB ( <1%) overhead. 
      Class:      9,62 MB capacity,     8,41 MB ( 87%) used,     1,05 MB ( 11%) free+waste,   169,56 KB (  2%) overhead. 
       Both:     78,74 MB capacity,    75,75 MB ( 96%) used,     2,47 MB (  3%) free+waste,   534,50 KB ( <1%) overhead. 

Virtual space:
  Non-class space:       70,00 MB reserved,      69,33 MB (>99%) committed 
      Class space:        1,00 GB reserved,       9,62 MB ( <1%) committed 
             Both:        1,07 GB reserved,      78,95 MB (  7%) committed 

Chunk freelists:
   Non-Class:  57,00 KB
       Class:  2,00 KB
        Both:  59,00 KB

MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1,00 GB
Initial GC threshold: 20,80 MB
Current GC threshold: 98,46 MB
CDS: off

CodeHeap 'non-profiled nmethods': size=119172Kb used=21864Kb max_used=21864Kb free=97307Kb
 bounds [0x00007feb883b0000, 0x00007feb89910000, 0x00007feb8f811000]
CodeHeap 'profiled nmethods': size=119168Kb used=46456Kb max_used=46456Kb free=72711Kb
 bounds [0x00007feb80f50000, 0x00007feb83cb0000, 0x00007feb883b0000]
CodeHeap 'non-nmethods': size=7420Kb used=1674Kb max_used=3425Kb free=5746Kb
 bounds [0x00007feb80811000, 0x00007feb80be1000, 0x00007feb80f50000]
 total_blobs=20907 nmethods=19838 adapters=980
 compilation: enabled
              stopped_count=0, restarted_count=0
 full_count=0

Compilation events (20 events):
Event: 4611,583 Thread 0x00007feb982ef000 nmethod 27761 0x00007feb83ca2810 code [0x00007feb83ca2a00, 0x00007feb83ca2ed0]
Event: 4611,585 Thread 0x00007feb385dd800 27763       4       org.openstreetmap.josm.data.osm.OsmPrimitive::load (88 bytes)
Event: 4611,630 Thread 0x00007feb385dd800 nmethod 27763 0x00007feb89903510 code [0x00007feb89903820, 0x00007feb89904c58]
Event: 4611,633 Thread 0x00007feb3c3b2800 27764       4       org.openstreetmap.josm.data.osm.BBox$Immutable::toImmutable (2 bytes)
Event: 4611,633 Thread 0x00007feb3c3b2800 nmethod 27764 0x00007feb89905b90 code [0x00007feb89905d20, 0x00007feb89905d78]
Event: 4611,635 Thread 0x00007feb982ef000 27765 %     3       org.openstreetmap.josm.io.AbstractReader::processRelationsAfterParsing @ 169 (518 bytes)
Event: 4611,649 Thread 0x00007feb982ef000 nmethod 27765% 0x00007feb83ca3090 code [0x00007feb83ca3ac0, 0x00007feb83caac70]
Event: 4611,649 Thread 0x00007feb982ef000 27766       1       javax.swing.plaf.basic.BasicProgressBarUI::setCachedPercent (6 bytes)
Event: 4611,649 Thread 0x00007feb982ef000 nmethod 27766 0x00007feb89905e90 code [0x00007feb89906040, 0x00007feb899060f0]
Event: 4611,658 Thread 0x00007feb385dd800 27767   !   4       org.openstreetmap.josm.data.osm.Node::mergeFrom (79 bytes)
Event: 4611,660 Thread 0x00007feb3c3b2800 27768       4       org.openstreetmap.josm.data.osm.QuadBuckets::remove (66 bytes)
Event: 4611,663 Thread 0x00007feb982ef000 27769       3       org.openstreetmap.josm.data.osm.DataSet$$Lambda$1206/0x0000000800843040::accept (8 bytes)
Event: 4611,663 Thread 0x00007feb982ef000 nmethod 27769 0x00007feb83cad010 code [0x00007feb83cad200, 0x00007feb83cad730]
Event: 4611,675 Thread 0x00007feb385dd800 nmethod 27767 0x00007feb89906190 code [0x00007feb89906420, 0x00007feb89906bc0]
Event: 4611,675 Thread 0x00007feb385dd800 27770       4       java.util.stream.Streams$StreamBuilderImpl::forEachRemaining (30 bytes)
Event: 4611,677 Thread 0x00007feb982ef000 27771       3       org.openstreetmap.josm.data.osm.Relation::keysChangedImpl (42 bytes)
Event: 4611,677 Thread 0x00007feb385dd800 nmethod 27770 0x00007feb89907390 code [0x00007feb89907540, 0x00007feb89907698]
Event: 4611,678 Thread 0x00007feb982ef000 nmethod 27771 0x00007feb83cad910 code [0x00007feb83cadbe0, 0x00007feb83caecd0]
Event: 4611,700 Thread 0x00007feb982ef000 27772       3       org.openstreetmap.josm.data.osm.event.DataSetListenerAdapter::dataChanged (11 bytes)
Event: 4611,701 Thread 0x00007feb982ef000 nmethod 27772 0x00007feb83caf210 code [0x00007feb83caf3c0, 0x00007feb83caf580]

GC Heap History (20 events):
Event: 3724,595 GC heap before
{Heap before GC invocations=32 (full 0):
 garbage-first heap   total 602112K, used 483759K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 176 young (360448K), 6 survivors (12288K)
 Metaspace       used 74965K, capacity 77852K, committed 78032K, reserved 1118208K
  class space    used 8413K, capacity 9581K, committed 9600K, reserved 1048576K
}
Event: 3724,605 GC heap after
{Heap after GC invocations=33 (full 0):
 garbage-first heap   total 602112K, used 136119K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 7 young (14336K), 7 survivors (14336K)
 Metaspace       used 74965K, capacity 77852K, committed 78032K, reserved 1118208K
  class space    used 8413K, capacity 9581K, committed 9600K, reserved 1048576K
}
Event: 3736,738 GC heap before
{Heap before GC invocations=33 (full 0):
 garbage-first heap   total 602112K, used 480183K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 176 young (360448K), 7 survivors (14336K)
 Metaspace       used 76407K, capacity 79491K, committed 79824K, reserved 1120256K
  class space    used 8566K, capacity 9808K, committed 9856K, reserved 1048576K
}
Event: 3736,747 GC heap after
{Heap after GC invocations=34 (full 0):
 garbage-first heap   total 602112K, used 149782K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 13 young (26624K), 13 survivors (26624K)
 Metaspace       used 76407K, capacity 79491K, committed 79824K, reserved 1120256K
  class space    used 8566K, capacity 9808K, committed 9856K, reserved 1048576K
}
Event: 3742,238 GC heap before
{Heap before GC invocations=34 (full 0):
 garbage-first heap   total 602112K, used 483606K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 176 young (360448K), 13 survivors (26624K)
 Metaspace       used 76478K, capacity 79493K, committed 79824K, reserved 1120256K
  class space    used 8566K, capacity 9808K, committed 9856K, reserved 1048576K
}
Event: 3742,250 GC heap after
{Heap after GC invocations=35 (full 0):
 garbage-first heap   total 602112K, used 153898K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 14 young (28672K), 14 survivors (28672K)
 Metaspace       used 76478K, capacity 79493K, committed 79824K, reserved 1120256K
  class space    used 8566K, capacity 9808K, committed 9856K, reserved 1048576K
}
Event: 3745,102 GC heap before
{Heap before GC invocations=35 (full 0):
 garbage-first heap   total 602112K, used 485674K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 176 young (360448K), 14 survivors (28672K)
 Metaspace       used 76540K, capacity 79560K, committed 79824K, reserved 1120256K
  class space    used 8566K, capacity 9808K, committed 9856K, reserved 1048576K
}
Event: 3745,109 GC heap after
{Heap after GC invocations=36 (full 0):
 garbage-first heap   total 602112K, used 153795K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 12 young (24576K), 12 survivors (24576K)
 Metaspace       used 76540K, capacity 79560K, committed 79824K, reserved 1120256K
  class space    used 8566K, capacity 9808K, committed 9856K, reserved 1048576K
}
Event: 3763,009 GC heap before
{Heap before GC invocations=36 (full 0):
 garbage-first heap   total 602112K, used 489667K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 176 young (360448K), 12 survivors (24576K)
 Metaspace       used 76598K, capacity 79628K, committed 79824K, reserved 1120256K
  class space    used 8566K, capacity 9809K, committed 9856K, reserved 1048576K
}
Event: 3763,019 GC heap after
{Heap after GC invocations=37 (full 0):
 garbage-first heap   total 602112K, used 154109K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 12 young (24576K), 12 survivors (24576K)
 Metaspace       used 76598K, capacity 79628K, committed 79824K, reserved 1120256K
  class space    used 8566K, capacity 9809K, committed 9856K, reserved 1048576K
}
Event: 3802,738 GC heap before
{Heap before GC invocations=37 (full 0):
 garbage-first heap   total 602112K, used 489981K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 176 young (360448K), 12 survivors (24576K)
 Metaspace       used 76717K, capacity 79760K, committed 80080K, reserved 1120256K
  class space    used 8568K, capacity 9810K, committed 9856K, reserved 1048576K
}
Event: 3802,748 GC heap after
{Heap after GC invocations=38 (full 0):
 garbage-first heap   total 602112K, used 153639K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 12 young (24576K), 12 survivors (24576K)
 Metaspace       used 76717K, capacity 79760K, committed 80080K, reserved 1120256K
  class space    used 8568K, capacity 9810K, committed 9856K, reserved 1048576K
}
Event: 3994,340 GC heap before
{Heap before GC invocations=38 (full 0):
 garbage-first heap   total 602112K, used 489511K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 176 young (360448K), 12 survivors (24576K)
 Metaspace       used 77092K, capacity 80157K, committed 80336K, reserved 1120256K
  class space    used 8605K, capacity 9853K, committed 9856K, reserved 1048576K
}
Event: 3994,348 GC heap after
{Heap after GC invocations=39 (full 0):
 garbage-first heap   total 602112K, used 156105K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 13 young (26624K), 13 survivors (26624K)
 Metaspace       used 77092K, capacity 80157K, committed 80336K, reserved 1120256K
  class space    used 8605K, capacity 9853K, committed 9856K, reserved 1048576K
}
Event: 4047,949 GC heap before
{Heap before GC invocations=39 (full 0):
 garbage-first heap   total 602112K, used 487881K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 176 young (360448K), 13 survivors (26624K)
 Metaspace       used 77297K, capacity 80292K, committed 80336K, reserved 1120256K
  class space    used 8605K, capacity 9854K, committed 9856K, reserved 1048576K
}
Event: 4047,964 GC heap after
{Heap after GC invocations=40 (full 0):
 garbage-first heap   total 602112K, used 174339K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 21 young (43008K), 21 survivors (43008K)
 Metaspace       used 77297K, capacity 80292K, committed 80336K, reserved 1120256K
  class space    used 8605K, capacity 9854K, committed 9856K, reserved 1048576K
}
Event: 4336,755 GC heap before
{Heap before GC invocations=40 (full 0):
 garbage-first heap   total 602112K, used 489731K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 176 young (360448K), 21 survivors (43008K)
 Metaspace       used 77498K, capacity 80558K, committed 80848K, reserved 1120256K
  class space    used 8606K, capacity 9854K, committed 9856K, reserved 1048576K
}
Event: 4336,770 GC heap after
{Heap after GC invocations=41 (full 0):
 garbage-first heap   total 602112K, used 182959K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 18 young (36864K), 18 survivors (36864K)
 Metaspace       used 77498K, capacity 80558K, committed 80848K, reserved 1120256K
  class space    used 8606K, capacity 9854K, committed 9856K, reserved 1048576K
}
Event: 4609,996 GC heap before
{Heap before GC invocations=41 (full 0):
 garbage-first heap   total 602112K, used 500399K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 174 young (356352K), 18 survivors (36864K)
 Metaspace       used 77552K, capacity 80624K, committed 80848K, reserved 1120256K
  class space    used 8608K, capacity 9854K, committed 9856K, reserved 1048576K
}
Event: 4610,010 GC heap after
{Heap after GC invocations=42 (full 0):
 garbage-first heap   total 602112K, used 183936K [0x0000000616a00000, 0x0000000800000000)
  region size 2048K, 9 young (18432K), 9 survivors (18432K)
 Metaspace       used 77552K, capacity 80624K, committed 80848K, reserved 1120256K
  class space    used 8608K, capacity 9854K, committed 9856K, reserved 1048576K
}

Deoptimization events (20 events):
Event: 4611,569 Thread 0x00007feb9ad2d800 DEOPT PACKING pc=0x00007feb898b07ac sp=0x00007feb59fb5af0
Event: 4611,569 Thread 0x00007feb9ad2d800 DEOPT UNPACKING pc=0x00007feb8085aea5 sp=0x00007feb59fb5a58 mode 2
Event: 4611,569 Thread 0x00007feb9ad2d800 Uncommon trap: trap_request=0xffffff6e fr.pc=0x00007feb898b65c0 relative=0x0000000000000b00
Event: 4611,569 Thread 0x00007feb9ad2d800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007feb898b65c0 method=org.openstreetmap.josm.data.osm.OsmPrimitive.setDeleted(Z)V @ 53 c2
Event: 4611,569 Thread 0x00007feb9ad2d800 DEOPT PACKING pc=0x00007feb898b65c0 sp=0x00007feb59fb59c0
Event: 4611,569 Thread 0x00007feb9ad2d800 DEOPT UNPACKING pc=0x00007feb8085aea5 sp=0x00007feb59fb59a0 mode 2
Event: 4611,569 Thread 0x00007feb9ad2d800 Uncommon trap: trap_request=0xffffff6e fr.pc=0x00007feb898b07ac relative=0x0000000000000c8c
Event: 4611,569 Thread 0x00007feb9ad2d800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007feb898b07ac method=org.openstreetmap.josm.data.osm.OsmPrimitive.setVisible(Z)V @ 15 c2
Event: 4611,569 Thread 0x00007feb9ad2d800 DEOPT PACKING pc=0x00007feb898b07ac sp=0x00007feb59fb5af0
Event: 4611,569 Thread 0x00007feb9ad2d800 DEOPT UNPACKING pc=0x00007feb8085aea5 sp=0x00007feb59fb5a58 mode 2
Event: 4611,569 Thread 0x00007feb9ad2d800 Uncommon trap: trap_request=0xffffff6e fr.pc=0x00007feb898b65c0 relative=0x0000000000000b00
Event: 4611,569 Thread 0x00007feb9ad2d800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007feb898b65c0 method=org.openstreetmap.josm.data.osm.OsmPrimitive.setDeleted(Z)V @ 53 c2
Event: 4611,569 Thread 0x00007feb9ad2d800 DEOPT PACKING pc=0x00007feb898b65c0 sp=0x00007feb59fb59c0
Event: 4611,569 Thread 0x00007feb9ad2d800 DEOPT UNPACKING pc=0x00007feb8085aea5 sp=0x00007feb59fb59a0 mode 2
Event: 4611,569 Thread 0x00007feb9ad2d800 Uncommon trap: trap_request=0xffffff6e fr.pc=0x00007feb898b07ac relative=0x0000000000000c8c
Event: 4611,569 Thread 0x00007feb9ad2d800 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00007feb898b07ac method=org.openstreetmap.josm.data.osm.OsmPrimitive.setVisible(Z)V @ 15 c2
Event: 4611,569 Thread 0x00007feb9ad2d800 DEOPT PACKING pc=0x00007feb898b07ac sp=0x00007feb59fb5af0
Event: 4611,569 Thread 0x00007feb9ad2d800 DEOPT UNPACKING pc=0x00007feb8085aea5 sp=0x00007feb59fb5a58 mode 2
Event: 4611,677 Thread 0x00007feacc02d800 DEOPT PACKING pc=0x00007feb82c0a34c sp=0x00007feb05e2b710
Event: 4611,677 Thread 0x00007feacc02d800 DEOPT UNPACKING pc=0x00007feb8085b64a sp=0x00007feb05e2ac68 mode 0

Classes redefined (0 events):
No events

Internal exceptions (20 events):
Event: 3100,939 Thread 0x00007feb98755000 Implicit null exception at 0x00007feb88c05580 to 0x00007feb88c07370
Event: 3164,929 Thread 0x00007feb98755000 Implicit null exception at 0x00007feb88bf4fc0 to 0x00007feb88bf6b24
Event: 3256,722 Thread 0x00007feac4214000 Exception <a 'sun/nio/fs/UnixException'{0x0000000631d3fc58}> (0x0000000631d3fc58) thrown at [src/hotspot/share/prims/jni.cpp, line 617]
Event: 3378,193 Thread 0x00007feacc02d800 Implicit null exception at 0x00007feb88c27607 to 0x00007feb88c289b0
Event: 3378,194 Thread 0x00007feacc02d800 Implicit null exception at 0x00007feb8880e70b to 0x00007feb8880fa90
Event: 3378,487 Thread 0x00007feacc02d800 Implicit null exception at 0x00007feb887ab0f9 to 0x00007feb887ab168
Event: 3436,723 Thread 0x00007feac4214000 Exception <a 'sun/nio/fs/UnixException'{0x0000000635440dd8}> (0x0000000635440dd8) thrown at [src/hotspot/share/prims/jni.cpp, line 617]
Event: 3602,565 Thread 0x00007feacc02d800 Implicit null exception at 0x00007feb8900f2bc to 0x00007feb890151b4
Event: 3602,568 Thread 0x00007feacc02d800 Implicit null exception at 0x00007feb890f4333 to 0x00007feb890f5ba0
Event: 3602,569 Thread 0x00007feacc02d800 Implicit null exception at 0x00007feb88f9010c to 0x00007feb88f90544
Event: 3616,724 Thread 0x00007feac4214000 Exception <a 'sun/nio/fs/UnixException'{0x0000000629d5bee0}> (0x0000000629d5bee0) thrown at [src/hotspot/share/prims/jni.cpp, line 617]
Event: 3732,868 Thread 0x00007feac4785800 Exception <a 'sun/nio/fs/UnixException'{0x000000063220fbf8}> (0x000000063220fbf8) thrown at [src/hotspot/share/prims/jni.cpp, line 617]
Event: 3735,829 Thread 0x00007fea500b7000 Exception <a 'java/lang/NoSuchMethodError'{0x000000062df19838}: <clinit>> (0x000000062df19838) thrown at [src/hotspot/share/prims/jni.cpp, line 1367]
Event: 3735,832 Thread 0x00007fea500b7000 Exception <a 'java/lang/NoSuchMethodError'{0x000000062df1c308}: <clinit>> (0x000000062df1c308) thrown at [src/hotspot/share/prims/jni.cpp, line 1367]
Event: 3796,725 Thread 0x00007feac4214000 Exception <a 'sun/nio/fs/UnixException'{0x000000062a91ff48}> (0x000000062a91ff48) thrown at [src/hotspot/share/prims/jni.cpp, line 617]
Event: 3802,668 Thread 0x00007feacc02d800 Implicit null exception at 0x00007feb895c5b72 to 0x00007feb895c5c0c
Event: 3976,724 Thread 0x00007feac4214000 Exception <a 'sun/nio/fs/UnixException'{0x000000062e5876c0}> (0x000000062e5876c0) thrown at [src/hotspot/share/prims/jni.cpp, line 617]
Event: 4156,725 Thread 0x00007feac4214000 Exception <a 'sun/nio/fs/UnixException'{0x000000063a1738f8}> (0x000000063a1738f8) thrown at [src/hotspot/share/prims/jni.cpp, line 617]
Event: 4336,726 Thread 0x00007feac4214000 Exception <a 'sun/nio/fs/UnixException'{0x0000000636c46f78}> (0x0000000636c46f78) thrown at [src/hotspot/share/prims/jni.cpp, line 617]
Event: 4611,737 Thread 0x00007fea18001000 Implicit null exception at 0x00007feb898dea49 to 0x0000000000000000

Events (20 events):
Event: 4610,010 Executing VM operation: G1CollectForAllocation done
Event: 4610,045 Executing VM operation: RevokeBias
Event: 4610,046 Executing VM operation: RevokeBias done
Event: 4610,130 Thread 0x00007feb385de800 Thread exited: 0x00007feb385de800
Event: 4610,878 Thread 0x00007feb3c3b2800 Thread added: 0x00007feb3c3b2800
Event: 4610,878 Protecting memory [0x00007feaa54f8000,0x00007feaa54fc000] with protection modes 0
Event: 4610,892 Thread 0x00007feb3c3b3800 Thread added: 0x00007feb3c3b3800
Event: 4610,892 Protecting memory [0x00007feaa6efe000,0x00007feaa6f02000] with protection modes 0
Event: 4611,308 Thread 0x00007feb3c3b3800 Thread exited: 0x00007feb3c3b3800
Event: 4611,337 Executing VM operation: RevokeBias
Event: 4611,338 Executing VM operation: RevokeBias done
Event: 4611,389 Thread 0x00007feacc107800 Thread added: 0x00007feacc107800
Event: 4611,389 Protecting memory [0x00007feaa6efe000,0x00007feaa6f02000] with protection modes 0
Event: 4611,389 Thread 0x00007feacc107800 Thread exited: 0x00007feacc107800
Event: 4611,639 Executing VM operation: RevokeBias
Event: 4611,640 Executing VM operation: RevokeBias done
Event: 4611,640 Executing VM operation: RevokeBias
Event: 4611,641 Executing VM operation: RevokeBias done
Event: 4611,696 Executing VM operation: RevokeBias
Event: 4611,697 Executing VM operation: RevokeBias done


Dynamic libraries:
616a00000-63b600000 rw-p 00000000 00:00 0 
63b600000-800000000 ---p 00000000 00:00 0 
800000000-8009a0000 rw-p 00000000 00:00 0 
8009a0000-840000000 ---p 00000000 00:00 0 
558497eaf000-558497eb0000 r--p 00000000 103:03 1330925                   /usr/lib/jvm/java-11-openjdk/bin/java
558497eb0000-558497eb1000 r-xp 00001000 103:03 1330925                   /usr/lib/jvm/java-11-openjdk/bin/java
558497eb1000-558497eb2000 r--p 00002000 103:03 1330925                   /usr/lib/jvm/java-11-openjdk/bin/java
558497eb2000-558497eb3000 r--p 00002000 103:03 1330925                   /usr/lib/jvm/java-11-openjdk/bin/java
558497eb3000-558497eb4000 rw-p 00003000 103:03 1330925                   /usr/lib/jvm/java-11-openjdk/bin/java
558499e1b000-558499e3c000 rw-p 00000000 00:00 0                          [heap]
7fe978000000-7fe978021000 rw-p 00000000 00:00 0 
7fe978021000-7fe97c000000 ---p 00000000 00:00 0 
7fe97c000000-7fe97c021000 rw-p 00000000 00:00 0 
7fe97c021000-7fe980000000 ---p 00000000 00:00 0 
7fe980000000-7fe980021000 rw-p 00000000 00:00 0 
7fe980021000-7fe984000000 ---p 00000000 00:00 0 
7fe984000000-7fe9840bf000 rw-p 00000000 00:00 0 
7fe9840bf000-7fe988000000 ---p 00000000 00:00 0 
7fe988000000-7fe988021000 rw-p 00000000 00:00 0 
7fe988021000-7fe98c000000 ---p 00000000 00:00 0 
7fe98c000000-7fe98c021000 rw-p 00000000 00:00 0 
7fe98c021000-7fe990000000 ---p 00000000 00:00 0 
7fe990000000-7fe990021000 rw-p 00000000 00:00 0 
7fe990021000-7fe994000000 ---p 00000000 00:00 0 
7fe994000000-7fe994021000 rw-p 00000000 00:00 0 
7fe994021000-7fe998000000 ---p 00000000 00:00 0 
7fe998000000-7fe998021000 rw-p 00000000 00:00 0 
7fe998021000-7fe99c000000 ---p 00000000 00:00 0 
7fe99c000000-7fe99c021000 rw-p 00000000 00:00 0 
7fe99c021000-7fe9a0000000 ---p 00000000 00:00 0 
7fe9a0000000-7fe9a0021000 rw-p 00000000 00:00 0 
7fe9a0021000-7fe9a4000000 ---p 00000000 00:00 0 
7fe9a4000000-7fe9a4030000 rw-p 00000000 00:00 0 
7fe9a4030000-7fe9a8000000 ---p 00000000 00:00 0 
7fe9a8000000-7fe9a8021000 rw-p 00000000 00:00 0 
7fe9a8021000-7fe9ac000000 ---p 00000000 00:00 0 
7fe9ac000000-7fe9ac021000 rw-p 00000000 00:00 0 
7fe9ac021000-7fe9b0000000 ---p 00000000 00:00 0 
7fe9b0000000-7fe9b0021000 rw-p 00000000 00:00 0 
7fe9b0021000-7fe9b4000000 ---p 00000000 00:00 0 
7fe9b4000000-7fe9b4021000 rw-p 00000000 00:00 0 
7fe9b4021000-7fe9b8000000 ---p 00000000 00:00 0 
7fe9b8000000-7fe9b8021000 rw-p 00000000 00:00 0 
7fe9b8021000-7fe9bc000000 ---p 00000000 00:00 0 
7fe9bc000000-7fe9bc39e000 rw-p 00000000 00:00 0 
7fe9bc39e000-7fe9c0000000 ---p 00000000 00:00 0 
7fe9c0000000-7fe9c0021000 rw-p 00000000 00:00 0 
7fe9c0021000-7fe9c4000000 ---p 00000000 00:00 0 
7fe9c4000000-7fe9c4021000 rw-p 00000000 00:00 0 
7fe9c4021000-7fe9c8000000 ---p 00000000 00:00 0 
7fe9c8000000-7fe9c8021000 rw-p 00000000 00:00 0 
7fe9c8021000-7fe9cc000000 ---p 00000000 00:00 0 
7fe9cc000000-7fe9cc021000 rw-p 00000000 00:00 0 
7fe9cc021000-7fe9d0000000 ---p 00000000 00:00 0 
7fe9d0000000-7fe9d0023000 rw-p 00000000 00:00 0 
7fe9d0023000-7fe9d4000000 ---p 00000000 00:00 0 
7fe9d4000000-7fe9d4022000 rw-p 00000000 00:00 0 
7fe9d4022000-7fe9d8000000 ---p 00000000 00:00 0 
7fe9d8000000-7fe9d8021000 rw-p 00000000 00:00 0 
7fe9d8021000-7fe9dc000000 ---p 00000000 00:00 0 
7fe9dc000000-7fe9dc021000 rw-p 00000000 00:00 0 
7fe9dc021000-7fe9e0000000 ---p 00000000 00:00 0 
7fe9e0000000-7fe9e0021000 rw-p 00000000 00:00 0 
7fe9e0021000-7fe9e4000000 ---p 00000000 00:00 0 
7fe9e4000000-7fe9e403f000 rw-p 00000000 00:00 0 
7fe9e403f000-7fe9e8000000 ---p 00000000 00:00 0 
7fe9e8000000-7fe9e8021000 rw-p 00000000 00:00 0 
7fe9e8021000-7fe9ec000000 ---p 00000000 00:00 0 
7fe9ec000000-7fe9ec038000 rw-p 00000000 00:00 0 
7fe9ec038000-7fe9f0000000 ---p 00000000 00:00 0 
7fe9f0000000-7fe9f0907000 rw-p 00000000 00:00 0 
7fe9f0907000-7fe9f4000000 ---p 00000000 00:00 0 
7fe9f4000000-7fe9f4d7d000 rw-p 00000000 00:00 0 
7fe9f4d7d000-7fe9f8000000 ---p 00000000 00:00 0 
7fe9f8000000-7fe9f81a1000 rw-p 00000000 00:00 0 
7fe9f81a1000-7fe9fc000000 ---p 00000000 00:00 0 
7fe9fc000000-7fe9fc021000 rw-p 00000000 00:00 0 
7fe9fc021000-7fea00000000 ---p 00000000 00:00 0 
7fea010b9000-7fea01239000 rw-p 00000000 00:00 0 
7fea01239000-7fea012bd000 ---p 00000000 00:00 0 
7fea012bd000-7fea013b9000 rw-p 00000000 00:00 0 
7fea013b9000-7fea013bd000 ---p 00000000 00:00 0 
7fea013bd000-7fea014b9000 rw-p 00000000 00:00 0 
7fea014b9000-7fea014bd000 ---p 00000000 00:00 0 
7fea014bd000-7fea015b9000 rw-p 00000000 00:00 0 
7fea015b9000-7fea015bd000 ---p 00000000 00:00 0 
7fea015bd000-7fea016b9000 rw-p 00000000 00:00 0 
7fea016b9000-7fea016bd000 ---p 00000000 00:00 0 
7fea016bd000-7fea017b9000 rw-p 00000000 00:00 0 
7fea017b9000-7fea017bd000 ---p 00000000 00:00 0 
7fea017bd000-7fea018b9000 rw-p 00000000 00:00 0 
7fea018b9000-7fea018bd000 ---p 00000000 00:00 0 
7fea018bd000-7fea019b9000 rw-p 00000000 00:00 0 
7fea019b9000-7fea019bd000 ---p 00000000 00:00 0 
7fea019bd000-7fea01ab9000 rw-p 00000000 00:00 0 
7fea01ab9000-7fea01abd000 ---p 00000000 00:00 0 
7fea01abd000-7fea01bb9000 rw-p 00000000 00:00 0 
7fea01bb9000-7fea01bbd000 ---p 00000000 00:00 0 
7fea01bbd000-7fea01cb9000 rw-p 00000000 00:00 0 
7fea01cb9000-7fea01cbd000 ---p 00000000 00:00 0 
7fea01cbd000-7fea01db9000 rw-p 00000000 00:00 0 
7fea01db9000-7fea01dbd000 ---p 00000000 00:00 0 
7fea01dbd000-7fea01eb9000 rw-p 00000000 00:00 0 
7fea01eb9000-7fea01ebd000 ---p 00000000 00:00 0 
7fea01ebd000-7fea01fb9000 rw-p 00000000 00:00 0 
7fea01fb9000-7fea01fbd000 ---p 00000000 00:00 0 
7fea01fbd000-7fea020b9000 rw-p 00000000 00:00 0 
7fea020b9000-7fea020bd000 ---p 00000000 00:00 0 
7fea020bd000-7fea021b9000 rw-p 00000000 00:00 0 
7fea021b9000-7fea021bd000 ---p 00000000 00:00 0 
7fea021bd000-7fea022b9000 rw-p 00000000 00:00 0 
7fea022b9000-7fea022bd000 ---p 00000000 00:00 0 
7fea022bd000-7fea023b9000 rw-p 00000000 00:00 0 
7fea023b9000-7fea023bd000 ---p 00000000 00:00 0 
7fea023bd000-7fea024b9000 rw-p 00000000 00:00 0 
7fea024b9000-7fea024bd000 ---p 00000000 00:00 0 
7fea024bd000-7fea025b9000 rw-p 00000000 00:00 0 
7fea025b9000-7fea025bd000 ---p 00000000 00:00 0 
7fea025bd000-7fea026b9000 rw-p 00000000 00:00 0 
7fea026b9000-7fea026bd000 ---p 00000000 00:00 0 
7fea026bd000-7fea027b9000 rw-p 00000000 00:00 0 
7fea027b9000-7fea027bd000 ---p 00000000 00:00 0 
7fea027bd000-7fea028b9000 rw-p 00000000 00:00 0 
7fea028b9000-7fea028bd000 ---p 00000000 00:00 0 
7fea028bd000-7fea029b9000 rw-p 00000000 00:00 0 
7fea029b9000-7fea029bd000 ---p 00000000 00:00 0 
7fea029bd000-7fea02ab9000 rw-p 00000000 00:00 0 
7fea02ab9000-7fea02abd000 ---p 00000000 00:00 0 
7fea02abd000-7fea02bb9000 rw-p 00000000 00:00 0 
7fea02bb9000-7fea02bbd000 ---p 00000000 00:00 0 
7fea02bbd000-7fea02cb9000 rw-p 00000000 00:00 0 
7fea02cb9000-7fea02cbd000 ---p 00000000 00:00 0 
7fea02cbd000-7fea02db9000 rw-p 00000000 00:00 0 
7fea02db9000-7fea02dbd000 ---p 00000000 00:00 0 
7fea02dbd000-7fea02eb9000 rw-p 00000000 00:00 0 
7fea02eb9000-7fea02ebd000 ---p 00000000 00:00 0 
7fea02ebd000-7fea02fb9000 rw-p 00000000 00:00 0 
7fea02fb9000-7fea02fbd000 ---p 00000000 00:00 0 
7fea02fbd000-7fea030b9000 rw-p 00000000 00:00 0 
7fea030b9000-7fea030bd000 ---p 00000000 00:00 0 
7fea030bd000-7fea033b9000 rw-p 00000000 00:00 0 
7fea033b9000-7fea035b9000 rw-p 00000000 00:00 0 
7fea035b9000-7fea037b9000 rw-p 00000000 00:00 0 
7fea037b9000-7fea039b9000 rw-p 00000000 00:00 0 
7fea039b9000-7fea04000000 rw-s 00000000 00:01 65552                      /SYSV00000000 (deleted)
7fea04000000-7fea04021000 rw-p 00000000 00:00 0 
7fea04021000-7fea08000000 ---p 00000000 00:00 0 
7fea08000000-7fea08021000 rw-p 00000000 00:00 0 
7fea08021000-7fea0c000000 ---p 00000000 00:00 0 
7fea0c000000-7fea0c059000 rw-p 00000000 00:00 0 
7fea0c059000-7fea10000000 ---p 00000000 00:00 0 
7fea10000000-7fea10021000 rw-p 00000000 00:00 0 
7fea10021000-7fea14000000 ---p 00000000 00:00 0 
7fea14000000-7fea14021000 rw-p 00000000 00:00 0 
7fea14021000-7fea18000000 ---p 00000000 00:00 0 
7fea18000000-7fea18021000 rw-p 00000000 00:00 0 
7fea18021000-7fea1c000000 ---p 00000000 00:00 0 
7fea1c000000-7fea1c021000 rw-p 00000000 00:00 0 
7fea1c021000-7fea20000000 ---p 00000000 00:00 0 
7fea20000000-7fea20029000 rw-p 00000000 00:00 0 
7fea20029000-7fea24000000 ---p 00000000 00:00 0 
7fea24000000-7fea24021000 rw-p 00000000 00:00 0 
7fea24021000-7fea28000000 ---p 00000000 00:00 0 
7fea28000000-7fea28210000 rw-p 00000000 00:00 0 
7fea28210000-7fea2c000000 ---p 00000000 00:00 0 
7fea2c000000-7fea2c021000 rw-p 00000000 00:00 0 
7fea2c021000-7fea30000000 ---p 00000000 00:00 0 
7fea30000000-7fea31246000 rw-p 00000000 00:00 0 
7fea31246000-7fea34000000 ---p 00000000 00:00 0 
7fea34000000-7fea34021000 rw-p 00000000 00:00 0 
7fea34021000-7fea38000000 ---p 00000000 00:00 0 
7fea38000000-7fea38021000 rw-p 00000000 00:00 0 
7fea38021000-7fea3c000000 ---p 00000000 00:00 0 
7fea3c000000-7fea3c07d000 rw-p 00000000 00:00 0 
7fea3c07d000-7fea40000000 ---p 00000000 00:00 0 
7fea40000000-7fea40021000 rw-p 00000000 00:00 0 
7fea40021000-7fea44000000 ---p 00000000 00:00 0 
7fea44000000-7fea4407c000 rw-p 00000000 00:00 0 
7fea4407c000-7fea48000000 ---p 00000000 00:00 0 
7fea48000000-7fea48021000 rw-p 00000000 00:00 0 
7fea48021000-7fea4c000000 ---p 00000000 00:00 0 
7fea4c000000-7fea4c021000 rw-p 00000000 00:00 0 
7fea4c021000-7fea50000000 ---p 00000000 00:00 0 
7fea50000000-7fea51505000 rw-p 00000000 00:00 0 
7fea51505000-7fea54000000 ---p 00000000 00:00 0 
7fea54000000-7fea54021000 rw-p 00000000 00:00 0 
7fea54021000-7fea58000000 ---p 00000000 00:00 0 
7fea58000000-7fea580f5000 rw-p 00000000 00:00 0 
7fea580f5000-7fea5c000000 ---p 00000000 00:00 0 
7fea5c000000-7fea5c187000 rw-p 00000000 00:00 0 
7fea5c187000-7fea60000000 ---p 00000000 00:00 0 
7fea60000000-7fea600b0000 rw-p 00000000 00:00 0 
7fea600b0000-7fea64000000 ---p 00000000 00:00 0 
7fea64000000-7fea64021000 rw-p 00000000 00:00 0 
7fea64021000-7fea68000000 ---p 00000000 00:00 0 
7fea68000000-7fea6804d000 rw-p 00000000 00:00 0 
7fea6804d000-7fea6c000000 ---p 00000000 00:00 0 
7fea6c000000-7fea6c021000 rw-p 00000000 00:00 0 
7fea6c021000-7fea70000000 ---p 00000000 00:00 0 
7fea70000000-7fea70021000 rw-p 00000000 00:00 0 
7fea70021000-7fea74000000 ---p 00000000 00:00 0 
7fea74000000-7fea74021000 rw-p 00000000 00:00 0 
7fea74021000-7fea78000000 ---p 00000000 00:00 0 
7fea78000000-7fea785b3000 rw-p 00000000 00:00 0 
7fea785b3000-7fea7c000000 ---p 00000000 00:00 0 
7fea7c000000-7fea7c021000 rw-p 00000000 00:00 0 
7fea7c021000-7fea80000000 ---p 00000000 00:00 0 
7fea80000000-7fea80021000 rw-p 00000000 00:00 0 
7fea80021000-7fea84000000 ---p 00000000 00:00 0 
7fea84000000-7fea84037000 rw-p 00000000 00:00 0 
7fea84037000-7fea88000000 ---p 00000000 00:00 0 
7fea88000000-7fea895e0000 rw-p 00000000 00:00 0 
7fea895e0000-7fea8c000000 ---p 00000000 00:00 0 
7fea8c000000-7fea8c021000 rw-p 00000000 00:00 0 
7fea8c021000-7fea90000000 ---p 00000000 00:00 0 
7fea90000000-7fea9151f000 rw-p 00000000 00:00 0 
7fea9151f000-7fea94000000 ---p 00000000 00:00 0 
7fea94000000-7fea94021000 rw-p 00000000 00:00 0 
7fea94021000-7fea98000000 ---p 00000000 00:00 0 
7fea98000000-7fea98021000 rw-p 00000000 00:00 0 
7fea98021000-7fea9c000000 ---p 00000000 00:00 0 
7fea9c000000-7fea9c021000 rw-p 00000000 00:00 0 
7fea9c021000-7feaa0000000 ---p 00000000 00:00 0 
7feaa0000000-7feaa0021000 rw-p 00000000 00:00 0 
7feaa0021000-7feaa4000000 ---p 00000000 00:00 0 
7feaa40f8000-7feaa40fc000 ---p 00000000 00:00 0 
7feaa40fc000-7feaa41f8000 rw-p 00000000 00:00 0 
7feaa41f8000-7feaa41fc000 ---p 00000000 00:00 0 
7feaa41fc000-7feaa42f8000 rw-p 00000000 00:00 0 
7feaa42f8000-7feaa42fc000 ---p 00000000 00:00 0 
7feaa42fc000-7feaa45f8000 rw-p 00000000 00:00 0 
7feaa45f8000-7feaa45fc000 ---p 00000000 00:00 0 
7feaa45fc000-7feaa46f8000 rw-p 00000000 00:00 0 
7feaa46f8000-7feaa46fc000 ---p 00000000 00:00 0 
7feaa46fc000-7feaa47f8000 rw-p 00000000 00:00 0 
7feaa47f8000-7feaa47fc000 ---p 00000000 00:00 0 
7feaa47fc000-7feaa48f8000 rw-p 00000000 00:00 0 
7feaa48f8000-7feaa48fc000 ---p 00000000 00:00 0 
7feaa48fc000-7feaa49f8000 rw-p 00000000 00:00 0 
7feaa49f8000-7feaa49fc000 ---p 00000000 00:00 0 
7feaa49fc000-7feaa4af8000 rw-p 00000000 00:00 0 
7feaa4af8000-7feaa4afc000 ---p 00000000 00:00 0 
7feaa4afc000-7feaa4bf8000 rw-p 00000000 00:00 0 
7feaa4bf8000-7feaa4bfc000 ---p 00000000 00:00 0 
7feaa4bfc000-7feaa4cf8000 rw-p 00000000 00:00 0 
7feaa4cf8000-7feaa4cfc000 ---p 00000000 00:00 0 
7feaa4cfc000-7feaa4df8000 rw-p 00000000 00:00 0 
7feaa4df8000-7feaa4dfc000 ---p 00000000 00:00 0 
7feaa4dfc000-7feaa4ef8000 rw-p 00000000 00:00 0 
7feaa4ef8000-7feaa4efc000 ---p 00000000 00:00 0 
7feaa4efc000-7feaa4ff8000 rw-p 00000000 00:00 0 
7feaa4ff8000-7feaa4ffc000 ---p 00000000 00:00 0 
7feaa4ffc000-7feaa50f8000 rw-p 00000000 00:00 0 
7feaa50f8000-7feaa50fc000 ---p 00000000 00:00 0 
7feaa50fc000-7feaa51f8000 rw-p 00000000 00:00 0 
7feaa51f8000-7feaa51fc000 ---p 00000000 00:00 0 
7feaa51fc000-7feaa52f8000 rw-p 00000000 00:00 0 
7feaa52f8000-7feaa52fc000 ---p 00000000 00:00 0 
7feaa52fc000-7feaa53f8000 rw-p 00000000 00:00 0 
7feaa53f8000-7feaa53fc000 ---p 00000000 00:00 0 
7feaa53fc000-7feaa54f8000 rw-p 00000000 00:00 0 
7feaa54f8000-7feaa54fc000 ---p 00000000 00:00 0 
7feaa54fc000-7feaa57f8000 rw-p 00000000 00:00 0 
7feaa57f8000-7feaa59f8000 rw-p 00000000 00:00 0 
7feaa59f8000-7feaa59fc000 ---p 00000000 00:00 0 
7feaa59fc000-7feaa5af8000 rw-p 00000000 00:00 0 
7feaa5af8000-7feaa5afc000 ---p 00000000 00:00 0 
7feaa5afc000-7feaa5df8000 rw-p 00000000 00:00 0 
7feaa5df8000-7feaa5ff8000 rw-p 00000000 00:00 0 
7feaa5ff8000-7feaa5ff9000 ---p 00000000 00:00 0 
7feaa5ff9000-7feaa60fa000 rw-p 00000000 00:00 0 
7feaa60fa000-7feaa60fb000 ---p 00000000 00:00 0 
7feaa60fb000-7feaa61fc000 rw-p 00000000 00:00 0 
7feaa61fc000-7feaa61fd000 ---p 00000000 00:00 0 
7feaa61fd000-7feaa64fe000 rw-p 00000000 00:00 0 
7feaa64fe000-7feaa66fe000 rw-p 00000000 00:00 0 
7feaa66fe000-7feaa6702000 ---p 00000000 00:00 0 
7feaa6702000-7feaa67fe000 rw-p 00000000 00:00 0 
7feaa67fe000-7feaa6802000 ---p 00000000 00:00 0 
7feaa6802000-7feaa68fe000 rw-p 00000000 00:00 0 
7feaa68fe000-7feaa6902000 ---p 00000000 00:00 0 
7feaa6902000-7feaa69fe000 rw-p 00000000 00:00 0 
7feaa69fe000-7feaa6a02000 ---p 00000000 00:00 0 
7feaa6a02000-7feaa6afe000 rw-p 00000000 00:00 0 
7feaa6afe000-7feaa6b02000 ---p 00000000 00:00 0 
7feaa6b02000-7feaa6bfe000 rw-p 00000000 00:00 0 
7feaa6bfe000-7feaa6c02000 ---p 00000000 00:00 0 
7feaa6c02000-7feaa6cfe000 rw-p 00000000 00:00 0 
7feaa6cfe000-7feaa6d02000 ---p 00000000 00:00 0 
7feaa6d02000-7feaa6dfe000 rw-p 00000000 00:00 0 
7feaa6dfe000-7feaa6e02000 ---p 00000000 00:00 0 
7feaa6e02000-7feaa6efe000 rw-p 00000000 00:00 0 
7feaa6efe000-7feaa6f02000 ---p 00000000 00:00 0 
7feaa6f02000-7feaa6ffe000 rw-p 00000000 00:00 0 
7feaa6ffe000-7feaa7002000 ---p 00000000 00:00 0 
7feaa7002000-7feaa70fe000 rw-p 00000000 00:00 0 
7feaa70fe000-7feaa7102000 ---p 00000000 00:00 0 
7feaa7102000-7feaa71fe000 rw-p 00000000 00:00 0 
7feaa71fe000-7feaa7202000 ---p 00000000 00:00 0 
7feaa7202000-7feaa72fe000 rw-p 00000000 00:00 0 
7feaa72fe000-7feaa7302000 ---p 00000000 00:00 0 
7feaa7302000-7feaa73fe000 rw-p 00000000 00:00 0 
7feaa73fe000-7feaa7402000 ---p 00000000 00:00 0 
7feaa7402000-7feaa74fe000 rw-p 00000000 00:00 0 
7feaa74fe000-7feaa7502000 ---p 00000000 00:00 0 
7feaa7502000-7feaa75fe000 rw-p 00000000 00:00 0 
7feaa75fe000-7feaa7602000 ---p 00000000 00:00 0 
7feaa7602000-7feaa78fe000 rw-p 00000000 00:00 0 
7feaa78fe000-7feaa78ff000 ---p 00000000 00:00 0 
7feaa78ff000-7feaa7c00000 rw-p 00000000 00:00 0 
7feaa7c00000-7feaa7c04000 ---p 00000000 00:00 0 
7feaa7c04000-7feaa7d00000 rw-p 00000000 00:00 0 
7feaa7d00000-7feaa7d04000 ---p 00000000 00:00 0 
7feaa7d04000-7feaa8000000 rw-p 00000000 00:00 0 
7feaa8000000-7feaa8021000 rw-p 00000000 00:00 0 
7feaa8021000-7feaac000000 ---p 00000000 00:00 0 
7feaac000000-7feaac021000 rw-p 00000000 00:00 0 
7feaac021000-7feab0000000 ---p 00000000 00:00 0 
7feab0000000-7feab0046000 rw-p 00000000 00:00 0 
7feab0046000-7feab4000000 ---p 00000000 00:00 0 
7feab4000000-7feab4021000 rw-p 00000000 00:00 0 
7feab4021000-7feab8000000 ---p 00000000 00:00 0 
7feab8000000-7feab8021000 rw-p 00000000 00:00 0 
7feab8021000-7feabc000000 ---p 00000000 00:00 0 
7feabc000000-7feabc021000 rw-p 00000000 00:00 0 
7feabc021000-7feac0000000 ---p 00000000 00:00 0 
7feac0000000-7feac0021000 rw-p 00000000 00:00 0 
7feac0021000-7feac4000000 ---p 00000000 00:00 0 
7feac4000000-7feac4a93000 rw-p 00000000 00:00 0 
7feac4a93000-7feac8000000 ---p 00000000 00:00 0 
7feac8000000-7feac8021000 rw-p 00000000 00:00 0 
7feac8021000-7feacc000000 ---p 00000000 00:00 0 
7feacc000000-7feacc16f000 rw-p 00000000 00:00 0 
7feacc16f000-7fead0000000 ---p 00000000 00:00 0 
7fead0000000-7fead0021000 rw-p 00000000 00:00 0 
7fead0021000-7fead4000000 ---p 00000000 00:00 0 
7fead4000000-7fead4021000 rw-p 00000000 00:00 0 
7fead4021000-7fead8000000 ---p 00000000 00:00 0 
7fead8000000-7fead8021000 rw-p 00000000 00:00 0 
7fead8021000-7feadc000000 ---p 00000000 00:00 0 
7feadc000000-7feadc021000 rw-p 00000000 00:00 0 
7feadc021000-7feae0000000 ---p 00000000 00:00 0 
7feae0000000-7feae0021000 rw-p 00000000 00:00 0 
7feae0021000-7feae4000000 ---p 00000000 00:00 0 
7feae4000000-7feae4021000 rw-p 00000000 00:00 0 
7feae4021000-7feae8000000 ---p 00000000 00:00 0 
7feae8000000-7feae8021000 rw-p 00000000 00:00 0 
7feae8021000-7feaec000000 ---p 00000000 00:00 0 
7feaec000000-7feaec021000 rw-p 00000000 00:00 0 
7feaec021000-7feaf0000000 ---p 00000000 00:00 0 
7feaf0000000-7feaf0021000 rw-p 00000000 00:00 0 
7feaf0021000-7feaf4000000 ---p 00000000 00:00 0 
7feaf4000000-7feaf403c000 rw-p 00000000 00:00 0 
7feaf403c000-7feaf8000000 ---p 00000000 00:00 0 
7feaf8000000-7feaf8021000 rw-p 00000000 00:00 0 
7feaf8021000-7feafc000000 ---p 00000000 00:00 0 
7feafc000000-7feafc021000 rw-p 00000000 00:00 0 
7feafc021000-7feb00000000 ---p 00000000 00:00 0 
7feb00000000-7feb00021000 rw-p 00000000 00:00 0 
7feb00021000-7feb04000000 ---p 00000000 00:00 0 
7feb04066000-7feb0406a000 r--p 00000000 103:03 1362887                   /usr/lib/libjpeg.so.8.2.2
7feb0406a000-7feb040b5000 r-xp 00004000 103:03 1362887                   /usr/lib/libjpeg.so.8.2.2
7feb040b5000-7feb040e7000 r--p 0004f000 103:03 1362887                   /usr/lib/libjpeg.so.8.2.2
7feb040e7000-7feb040e8000 r--p 00080000 103:03 1362887                   /usr/lib/libjpeg.so.8.2.2
7feb040e8000-7feb040e9000 rw-p 00081000 103:03 1362887                   /usr/lib/libjpeg.so.8.2.2
7feb040e9000-7feb042e9000 rw-p 00000000 00:00 0 
7feb042e9000-7feb042ed000 ---p 00000000 00:00 0 
7feb042ed000-7feb043e9000 rw-p 00000000 00:00 0 
7feb043e9000-7feb043ed000 ---p 00000000 00:00 0 
7feb043ed000-7feb044e9000 rw-p 00000000 00:00 0 
7feb044e9000-7feb044ed000 ---p 00000000 00:00 0 
7feb044ed000-7feb045e9000 rw-p 00000000 00:00 0 
7feb045e9000-7feb045ed000 ---p 00000000 00:00 0 
7feb045ed000-7feb046e9000 rw-p 00000000 00:00 0 
7feb046e9000-7feb046ed000 ---p 00000000 00:00 0 
7feb046ed000-7feb047e9000 rw-p 00000000 00:00 0 
7feb047e9000-7feb047ed000 ---p 00000000 00:00 0 
7feb047ed000-7feb04ae9000 rw-p 00000000 00:00 0 
7feb04ae9000-7feb04ce9000 rw-p 00000000 00:00 0 
7feb04ce9000-7feb04ee9000 rw-p 00000000 00:00 0 
7feb04ee9000-7feb050d1000 rw-p 00000000 00:00 0 
7feb050d1000-7feb050e9000 ---p 00000000 00:00 0 
7feb050e9000-7feb050ed000 ---p 00000000 00:00 0 
7feb050ed000-7feb053e9000 rw-p 00000000 00:00 0 
7feb053e9000-7feb055e9000 rw-p 00000000 00:00 0 
7feb055e9000-7feb055ea000 r--p 00000000 103:03 1330994                   /usr/lib/jvm/java-11-openjdk/lib/libmlib_image.so
7feb055ea000-7feb05669000 r-xp 00001000 103:03 1330994                   /usr/lib/jvm/java-11-openjdk/lib/libmlib_image.so
7feb05669000-7feb05677000 r--p 00080000 103:03 1330994                   /usr/lib/jvm/java-11-openjdk/lib/libmlib_image.so
7feb05677000-7feb05678000 ---p 0008e000 103:03 1330994                   /usr/lib/jvm/java-11-openjdk/lib/libmlib_image.so
7feb05678000-7feb05679000 r--p 0008e000 103:03 1330994                   /usr/lib/jvm/java-11-openjdk/lib/libmlib_image.so
7feb05679000-7feb0567a000 rw-p 0008f000 103:03 1330994                   /usr/lib/jvm/java-11-openjdk/lib/libmlib_image.so
7feb0567a000-7feb0587a000 rw-p 00000000 00:00 0 
7feb0587a000-7feb0587b000 r--s 00000000 103:03 1458333                   /var/cache/fontconfig/40a9d18f2870572023edd72623462882-le64.cache-8
7feb0587b000-7feb0587d000 r--s 00000000 103:03 1458321                   /var/cache/fontconfig/eae2f1927ed5b6faf8016d9368c6d826-le64.cache-8
7feb0587d000-7feb0587f000 r--s 00000000 103:03 1458320                   /var/cache/fontconfig/92e0b5700f95a2352969997dae16323c-le64.cache-8
7feb0587f000-7feb05884000 r--s 00000000 103:03 1458319                   /var/cache/fontconfig/cf55b15957fdd2e0d8fa8081b3ff81d7-le64.cache-8
7feb05884000-7feb05885000 r--s 00000000 103:03 1458318                   /var/cache/fontconfig/fa4e3d282a0f4c4ac851f82048ff3ba2-le64.cache-8
7feb05885000-7feb05886000 r--s 00000000 103:03 1458317                   /var/cache/fontconfig/ec7c6c69c9c36c6dd5bb02bd09bc9d31-le64.cache-8
7feb05886000-7feb05888000 r--s 00000000 103:03 1458316                   /var/cache/fontconfig/c2b22519d17eda78eef97dd4018cba7d-le64.cache-8
7feb05888000-7feb05889000 r--s 00000000 103:03 1458315                   /var/cache/fontconfig/4d198426083d801cf0de0141ca8e0288-le64.cache-8
7feb05889000-7feb0588d000 r--s 00000000 103:03 1458314                   /var/cache/fontconfig/5e8430818a7fc7b634628283bde1d342-le64.cache-8
7feb0588d000-7feb05892000 r--s 00000000 103:03 1458313                   /var/cache/fontconfig/a3ea22cb389cc04e47be479abcfdbc31-le64.cache-8
7feb05892000-7feb05895000 r--s 00000000 103:03 1458312                   /var/cache/fontconfig/721efeb71f653f7777bacba436ddb8fa-le64.cache-8
7feb05895000-7feb05896000 r--s 00000000 103:03 1458311                   /var/cache/fontconfig/973b500063f70d1e6bff0ba5b868a50d-le64.cache-8
7feb05896000-7feb05898000 r--s 00000000 103:03 1458310                   /var/cache/fontconfig/5a1c7d88c07697f78ded6b5eef27ce10-le64.cache-8
7feb05898000-7feb05899000 r--s 00000000 103:03 1458309                   /var/cache/fontconfig/e2d3a011b428b82231acc92c04403687-le64.cache-8
7feb05899000-7feb0589b000 r--s 00000000 103:03 1458308                   /var/cache/fontconfig/aded30fd1818eb295c276e82c743d201-le64.cache-8
7feb0589b000-7feb0589d000 r--s 00000000 103:03 1458307                   /var/cache/fontconfig/a0fdfb074bcc15848b7609b61b5cbf8a-le64.cache-8
7feb0589d000-7feb0589f000 r--s 00000000 103:03 1458306                   /var/cache/fontconfig/8d765f54dbd44254287b487fd88b7e4a-le64.cache-8
7feb0589f000-7feb058a1000 r--s 00000000 103:03 1458305                   /var/cache/fontconfig/14a037046769e0f7e9e7f1a447598127-le64.cache-8
7feb058a1000-7feb058a2000 r--s 00000000 103:03 1458304                   /var/cache/fontconfig/509f52247a9a9c4670cd34125a7c9445-le64.cache-8
7feb058a2000-7feb058a3000 r--s 00000000 103:03 1458303                   /var/cache/fontconfig/de76f67e0719e16809fd0f907aa8b4b9-le64.cache-8
7feb058a3000-7feb058a4000 r--s 00000000 103:03 1458302                   /var/cache/fontconfig/111679c4afd5c4ec3f0bc26721adf6c7-le64.cache-8
7feb058a4000-7feb058a5000 r--s 00000000 103:03 1458187                   /var/cache/fontconfig/7760187f16ac3bd2d7c6039cd19f1171-le64.cache-8
7feb058a5000-7feb058a9000 r--s 00000000 103:03 1458056                   /var/cache/fontconfig/2bd549c0309f197926ad4c73f3449411-le64.cache-8
7feb058a9000-7feb058aa000 r--s 00000000 103:03 1458038                   /var/cache/fontconfig/7d12b35493b14fc56eed5c82d4ab1e05-le64.cache-8
7feb058aa000-7feb058ac000 r--s 00000000 103:03 1457969                   /var/cache/fontconfig/675f6c198839dae49db9e569a31ded73-le64.cache-8
7feb058ac000-7feb058ae000 r--s 00000000 103:03 1457968                   /var/cache/fontconfig/ecf4ce71c39cff0974de27b9ff142e7e-le64.cache-8
7feb058ae000-7feb058af000 r--s 00000000 103:03 1457878                   /var/cache/fontconfig/707c4e5bbb03349de8ea25644deeca98-le64.cache-8
7feb058af000-7feb058b1000 r--s 00000000 103:03 1457877                   /var/cache/fontconfig/0d5d2d284c70ab5a76f5b71c203b8a1c-le64.cache-8
7feb058b1000-7feb058b2000 r--s 00000000 103:03 1457874                   /var/cache/fontconfig/f07280c2aae58ef7dc80d938a073ea28-le64.cache-8
7feb058b2000-7feb058b4000 r--s 00000000 103:03 1457871                   /var/cache/fontconfig/4de5b9020bc81a690f0116ad76afe4b3-le64.cache-8
7feb058b4000-7feb058b5000 r--s 00000000 103:03 1457870                   /var/cache/fontconfig/2abd5c130d33b1e549ea23a0b33a5e5c-le64.cache-8
7feb058b5000-7feb058bd000 r--s 00000000 103:03 1457869                   /var/cache/fontconfig/da0cfc578e9f5da1455242599ae3426d-le64.cache-8
7feb058bd000-7feb058bf000 r--s 00000000 103:03 1457866                   /var/cache/fontconfig/0a9fb522c1fa5624567f3994ec0c37e3-le64.cache-8
7feb058bf000-7feb058c0000 r--s 00000000 103:03 1457865                   /var/cache/fontconfig/3ddcdf6236c88522bffb2800e8f6103d-le64.cache-8
7feb058c0000-7feb058c2000 r--s 00000000 103:03 1457864                   /var/cache/fontconfig/179556a461e169cae9d1547af1675062-le64.cache-8
7feb058c2000-7feb058c4000 r--s 00000000 103:03 1457863                   /var/cache/fontconfig/6766d452a01db7c0cc6cb16ebb5c9b60-le64.cache-8
7feb058c4000-7feb058c5000 r--s 00000000 103:03 1457862                   /var/cache/fontconfig/127579dda8bece5522dc5b923eef08d7-le64.cache-8
7feb058c5000-7feb058c6000 r--s 00000000 103:03 1457860                   /var/cache/fontconfig/f846720922be7a91a49db5b8aa6340b2-le64.cache-8
7feb058c6000-7feb058c7000 r--s 00000000 103:03 1457859                   /var/cache/fontconfig/6572eb547420965a25b8d0c3577ffac0-le64.cache-8
7feb058c7000-7feb058c9000 r--s 00000000 103:03 1457858                   /var/cache/fontconfig/e52f5139140e3609786f96e48d227512-le64.cache-8
7feb058c9000-7feb058cb000 r--s 00000000 103:03 1457856                   /var/cache/fontconfig/9e41a7697a032a88af24f049f01b1f14-le64.cache-8
7feb058cb000-7feb058cd000 r--s 00000000 103:03 1457855                   /var/cache/fontconfig/0839498815990fdd8e23b5b1ee495a20-le64.cache-8
7feb058cd000-7feb058ce000 r--s 00000000 103:03 1457854                   /var/cache/fontconfig/b553c3bc4e0000605889ed3bd8eaa346-le64.cache-8
7feb058ce000-7feb058d5000 r--s 00000000 103:03 1457852                   /var/cache/fontconfig/97f913e191b7a9580a23010e3b6ffdc8-le64.cache-8
7feb058d5000-7feb058dc000 r--s 00000000 103:03 1457851                   /var/cache/fontconfig/4787f32b3f70e59684b6a4d3294c629c-le64.cache-8
7feb058dc000-7feb058e3000 r--s 00000000 103:03 1457850                   /var/cache/fontconfig/4cd819e2d90ac8501d8df7418d1c5faa-le64.cache-8
7feb058e3000-7feb058e4000 r--s 00000000 103:03 1457849                   /var/cache/fontconfig/cf6374527f7b2efd9ba19a1593fb9ef8-le64.cache-8
7feb058e4000-7feb058e5000 r--s 00000000 103:03 1457848                   /var/cache/fontconfig/a3f1fc59dfdfed92e785b09d117df5c3-le64.cache-8
7feb058e5000-7feb058e6000 r--s 00000000 103:03 1457847                   /var/cache/fontconfig/73c89a45baa35aec63dda70521baff73-le64.cache-8
7feb058e6000-7feb058e7000 r--s 00000000 103:03 1457846                   /var/cache/fontconfig/f60d0132dbadb4c4c52460eaffcabce9-le64.cache-8
7feb058e7000-7feb058e8000 r--s 00000000 103:03 1457845                   /var/cache/fontconfig/4874bb0e6539f527f35c6e3601a538a9-le64.cache-8
7feb058e8000-7feb058ea000 r--s 00000000 103:03 1457841                   /var/cache/fontconfig/006dcb98731ee8ea9d67dc578d3dae35-le64.cache-8
7feb058ea000-7feb058eb000 r--s 00000000 103:03 1457834                   /var/cache/fontconfig/d23dcf8dce614fab0b0281622c23eea8-le64.cache-8
7feb058eb000-7feb058ed000 r--s 00000000 103:03 1457833                   /var/cache/fontconfig/086593473b76cfd328dab3c937d18690-le64.cache-8
7feb058ed000-7feb058ee000 r--s 00000000 103:03 1457830                   /var/cache/fontconfig/09327c9b6d58370a4c8a64e92b80355c-le64.cache-8
7feb058ee000-7feb058f0000 r--s 00000000 103:03 1457826                   /var/cache/fontconfig/14a06f432538a208b4fd50d017e9355a-le64.cache-8
7feb058f0000-7feb058f1000 r--s 00000000 103:03 1457825                   /var/cache/fontconfig/9afe5ef10bd3aa88807047adc5645b62-le64.cache-8
7feb058f1000-7feb058f2000 r--s 00000000 103:03 1457823                   /var/cache/fontconfig/4eb9e21dd6936b7b98363d4451c683ba-le64.cache-8
7feb058f2000-7feb058f3000 r--s 00000000 103:03 1457819                   /var/cache/fontconfig/368fa95149f802781d9fe09dd70df774-le64.cache-8
7feb058f3000-7feb058f4000 r--s 00000000 103:03 1457816                   /var/cache/fontconfig/3e395066351ed9120fdeab8de740c15c-le64.cache-8
7feb058f4000-7feb058f9000 r--s 00000000 103:03 1457815                   /var/cache/fontconfig/a7a20ae381d6205e941d16e10a9e54bb-le64.cache-8
7feb058f9000-7feb058fb000 r--s 00000000 103:03 1457812                   /var/cache/fontconfig/2a7290bce728f2ff6f7c2adb10238c68-le64.cache-8
7feb058fb000-7feb05921000 r--s 00000000 103:03 1458334                   /var/cache/fontconfig/f2e43df3287529323e79e7929dc44cc9-le64.cache-8
7feb05921000-7feb05a2f000 r--s 00000000 103:03 1458280                   /var/cache/fontconfig/923e285e415b1073c8df160bee08820f-le64.cache-8
7feb05a2f000-7feb05a3e000 r--s 00000000 103:03 1458331                   /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-le64.cache-8
7feb05a3e000-7feb05a74000 r--s 00000000 103:03 1457800                   /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-le64.cache-8
7feb05af5000-7feb05af6000 r--s 00000000 103:03 1457814                   /var/cache/fontconfig/8734b660cb530c89fa5782b307430656-le64.cache-8
7feb05af6000-7feb05af7000 r--s 00000000 103:03 1457803                   /var/cache/fontconfig/15d4e7e6b2998a97bbb1527ed6ed8497-le64.cache-8
7feb05af7000-7feb05b06000 r--s 00000000 103:03 1458329                   /var/cache/fontconfig/491f45a0a771fef1c10b9b647a97fb82-le64.cache-8
7feb05b06000-7feb05b1a000 r--s 00000000 103:03 1458328                   /var/cache/fontconfig/614d1caaa4d7914789410f6367de37ca-le64.cache-8
7feb05b1a000-7feb05b27000 r--s 00000000 103:03 1458323                   /var/cache/fontconfig/210c0516121708a580e22e6b1f9a103a-le64.cache-8
7feb05b27000-7feb05d27000 rw-p 00000000 00:00 0 
7feb05d27000-7feb05d2c000 r--s 00000000 103:03 1457802                   /var/cache/fontconfig/483d339e0ff0e38dff8c1d77eae66f7a-le64.cache-8
7feb05d2c000-7feb05d32000 r--s 00000000 103:03 1458330                   /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-le64.cache-8
7feb05d32000-7feb05d36000 ---p 00000000 00:00 0 
7feb05d36000-7feb05e32000 rw-p 00000000 00:00 0 
7feb05e32000-7feb05e36000 ---p 00000000 00:00 0 
7feb05e36000-7feb06132000 rw-p 00000000 00:00 0 
7feb06132000-7feb0613a000 r--p 00000000 103:03 1331006                   /usr/lib/jvm/java-11-openjdk/lib/libsunec.so
7feb0613a000-7feb06153000 r-xp 00008000 103:03 1331006                   /usr/lib/jvm/java-11-openjdk/lib/libsunec.so
7feb06153000-7feb0615d000 r--p 00021000 103:03 1331006                   /usr/lib/jvm/java-11-openjdk/lib/libsunec.so
7feb0615d000-7feb0615e000 ---p 0002b000 103:03 1331006                   /usr/lib/jvm/java-11-openjdk/lib/libsunec.so
7feb0615e000-7feb06162000 r--p 0002b000 103:03 1331006                   /usr/lib/jvm/java-11-openjdk/lib/libsunec.so
7feb06162000-7feb06164000 rw-p 0002f000 103:03 1331006                   /usr/lib/jvm/java-11-openjdk/lib/libsunec.so
7feb06184000-7feb06185000 ---p 00000000 00:00 0 
7feb06185000-7feb06286000 rw-p 00000000 00:00 0 
7feb06286000-7feb06287000 ---p 00000000 00:00 0 
7feb06287000-7feb06388000 rw-p 00000000 00:00 0 
7feb06388000-7feb06389000 r--s 00000000 103:03 1458333                   /var/cache/fontconfig/40a9d18f2870572023edd72623462882-le64.cache-8
7feb06389000-7feb0638b000 r--s 00000000 103:03 1458321                   /var/cache/fontconfig/eae2f1927ed5b6faf8016d9368c6d826-le64.cache-8
7feb0638b000-7feb0638d000 r--s 00000000 103:03 1458320                   /var/cache/fontconfig/92e0b5700f95a2352969997dae16323c-le64.cache-8
7feb0638d000-7feb06392000 r--s 00000000 103:03 1458319                   /var/cache/fontconfig/cf55b15957fdd2e0d8fa8081b3ff81d7-le64.cache-8
7feb06392000-7feb06393000 r--s 00000000 103:03 1458318                   /var/cache/fontconfig/fa4e3d282a0f4c4ac851f82048ff3ba2-le64.cache-8
7feb06393000-7feb06394000 r--s 00000000 103:03 1458317                   /var/cache/fontconfig/ec7c6c69c9c36c6dd5bb02bd09bc9d31-le64.cache-8
7feb06394000-7feb06396000 r--s 00000000 103:03 1458316                   /var/cache/fontconfig/c2b22519d17eda78eef97dd4018cba7d-le64.cache-8
7feb06396000-7feb06397000 r--s 00000000 103:03 1458315                   /var/cache/fontconfig/4d198426083d801cf0de0141ca8e0288-le64.cache-8
7feb06397000-7feb0639b000 r--s 00000000 103:03 1458314                   /var/cache/fontconfig/5e8430818a7fc7b634628283bde1d342-le64.cache-8
7feb0639b000-7feb063a0000 r--s 00000000 103:03 1458313                   /var/cache/fontconfig/a3ea22cb389cc04e47be479abcfdbc31-le64.cache-8
7feb063a0000-7feb063a3000 r--s 00000000 103:03 1458312                   /var/cache/fontconfig/721efeb71f653f7777bacba436ddb8fa-le64.cache-8
7feb063a3000-7feb063a4000 r--s 00000000 103:03 1458311                   /var/cache/fontconfig/973b500063f70d1e6bff0ba5b868a50d-le64.cache-8
7feb063a4000-7feb063a6000 r--s 00000000 103:03 1458310                   /var/cache/fontconfig/5a1c7d88c07697f78ded6b5eef27ce10-le64.cache-8
7feb063a6000-7feb063a7000 r--s 00000000 103:03 1458309                   /var/cache/fontconfig/e2d3a011b428b82231acc92c04403687-le64.cache-8
7feb063a7000-7feb063a9000 r--s 00000000 103:03 1458308                   /var/cache/fontconfig/aded30fd1818eb295c276e82c743d201-le64.cache-8
7feb063a9000-7feb063ab000 r--s 00000000 103:03 1458307                   /var/cache/fontconfig/a0fdfb074bcc15848b7609b61b5cbf8a-le64.cache-8
7feb063ab000-7feb063ad000 r--s 00000000 103:03 1458306                   /var/cache/fontconfig/8d765f54dbd44254287b487fd88b7e4a-le64.cache-8
7feb063ad000-7feb063af000 r--s 00000000 103:03 1458305                   /var/cache/fontconfig/14a037046769e0f7e9e7f1a447598127-le64.cache-8
7feb063af000-7feb063b0000 r--s 00000000 103:03 1458304                   /var/cache/fontconfig/509f52247a9a9c4670cd34125a7c9445-le64.cache-8
7feb063b0000-7feb063b1000 r--s 00000000 103:03 1458303                   /var/cache/fontconfig/de76f67e0719e16809fd0f907aa8b4b9-le64.cache-8
7feb063b1000-7feb063b2000 r--s 00000000 103:03 1458302                   /var/cache/fontconfig/111679c4afd5c4ec3f0bc26721adf6c7-le64.cache-8
7feb063b2000-7feb063b3000 r--s 00000000 103:03 1458187                   /var/cache/fontconfig/7760187f16ac3bd2d7c6039cd19f1171-le64.cache-8
7feb063b3000-7feb063b7000 r--s 00000000 103:03 1458056                   /var/cache/fontconfig/2bd549c0309f197926ad4c73f3449411-le64.cache-8
7feb063b7000-7feb063b8000 r--s 00000000 103:03 1458038                   /var/cache/fontconfig/7d12b35493b14fc56eed5c82d4ab1e05-le64.cache-8
7feb063b8000-7feb063ba000 r--s 00000000 103:03 1457969                   /var/cache/fontconfig/675f6c198839dae49db9e569a31ded73-le64.cache-8
7feb063ba000-7feb063bc000 r--s 00000000 103:03 1457968                   /var/cache/fontconfig/ecf4ce71c39cff0974de27b9ff142e7e-le64.cache-8
7feb063bc000-7feb063bd000 r--s 00000000 103:03 1457878                   /var/cache/fontconfig/707c4e5bbb03349de8ea25644deeca98-le64.cache-8
7feb063bd000-7feb063bf000 r--s 00000000 103:03 1457877                   /var/cache/fontconfig/0d5d2d284c70ab5a76f5b71c203b8a1c-le64.cache-8
7feb063bf000-7feb063c0000 r--s 00000000 103:03 1457874                   /var/cache/fontconfig/f07280c2aae58ef7dc80d938a073ea28-le64.cache-8
7feb063c0000-7feb063c2000 r--s 00000000 103:03 1457871                   /var/cache/fontconfig/4de5b9020bc81a690f0116ad76afe4b3-le64.cache-8
7feb063c2000-7feb063c3000 r--s 00000000 103:03 1457870                   /var/cache/fontconfig/2abd5c130d33b1e549ea23a0b33a5e5c-le64.cache-8
7feb063c3000-7feb063cb000 r--s 00000000 103:03 1457869                   /var/cache/fontconfig/da0cfc578e9f5da1455242599ae3426d-le64.cache-8
7feb063cb000-7feb063cd000 r--s 00000000 103:03 1457866                   /var/cache/fontconfig/0a9fb522c1fa5624567f3994ec0c37e3-le64.cache-8
7feb063cd000-7feb063ce000 r--s 00000000 103:03 1457865                   /var/cache/fontconfig/3ddcdf6236c88522bffb2800e8f6103d-le64.cache-8
7feb063ce000-7feb063d0000 r--s 00000000 103:03 1457864                   /var/cache/fontconfig/179556a461e169cae9d1547af1675062-le64.cache-8
7feb063d0000-7feb063d2000 r--s 00000000 103:03 1457863                   /var/cache/fontconfig/6766d452a01db7c0cc6cb16ebb5c9b60-le64.cache-8
7feb063d2000-7feb063d3000 r--s 00000000 103:03 1457862                   /var/cache/fontconfig/127579dda8bece5522dc5b923eef08d7-le64.cache-8
7feb063d3000-7feb063d4000 r--s 00000000 103:03 1457860                   /var/cache/fontconfig/f846720922be7a91a49db5b8aa6340b2-le64.cache-8
7feb063d4000-7feb063d5000 r--s 00000000 103:03 1457859                   /var/cache/fontconfig/6572eb547420965a25b8d0c3577ffac0-le64.cache-8
7feb063d5000-7feb063d7000 r--s 00000000 103:03 1457858                   /var/cache/fontconfig/e52f5139140e3609786f96e48d227512-le64.cache-8
7feb063d7000-7feb063d9000 r--s 00000000 103:03 1457856                   /var/cache/fontconfig/9e41a7697a032a88af24f049f01b1f14-le64.cache-8
7feb063d9000-7feb063db000 r--s 00000000 103:03 1457855                   /var/cache/fontconfig/0839498815990fdd8e23b5b1ee495a20-le64.cache-8
7feb063db000-7feb063dc000 r--s 00000000 103:03 1457854                   /var/cache/fontconfig/b553c3bc4e0000605889ed3bd8eaa346-le64.cache-8
7feb063dc000-7feb063e3000 r--s 00000000 103:03 1457852                   /var/cache/fontconfig/97f913e191b7a9580a23010e3b6ffdc8-le64.cache-8
7feb063e3000-7feb063ea000 r--s 00000000 103:03 1457851                   /var/cache/fontconfig/4787f32b3f70e59684b6a4d3294c629c-le64.cache-8
7feb063ea000-7feb063f1000 r--s 00000000 103:03 1457850                   /var/cache/fontconfig/4cd819e2d90ac8501d8df7418d1c5faa-le64.cache-8
7feb063f1000-7feb063f2000 r--s 00000000 103:03 1457849                   /var/cache/fontconfig/cf6374527f7b2efd9ba19a1593fb9ef8-le64.cache-8
7feb063f2000-7feb063f3000 r--s 00000000 103:03 1457848                   /var/cache/fontconfig/a3f1fc59dfdfed92e785b09d117df5c3-le64.cache-8
7feb063f3000-7feb063f4000 r--s 00000000 103:03 1457847                   /var/cache/fontconfig/73c89a45baa35aec63dda70521baff73-le64.cache-8
7feb063f4000-7feb063f5000 r--s 00000000 103:03 1457846                   /var/cache/fontconfig/f60d0132dbadb4c4c52460eaffcabce9-le64.cache-8
7feb063f5000-7feb063f6000 r--s 00000000 103:03 1457845                   /var/cache/fontconfig/4874bb0e6539f527f35c6e3601a538a9-le64.cache-8
7feb063f6000-7feb063f8000 r--s 00000000 103:03 1457841                   /var/cache/fontconfig/006dcb98731ee8ea9d67dc578d3dae35-le64.cache-8
7feb063f8000-7feb063f9000 r--s 00000000 103:03 1457834                   /var/cache/fontconfig/d23dcf8dce614fab0b0281622c23eea8-le64.cache-8
7feb063f9000-7feb063fb000 r--s 00000000 103:03 1457833                   /var/cache/fontconfig/086593473b76cfd328dab3c937d18690-le64.cache-8
7feb063fb000-7feb063fc000 r--s 00000000 103:03 1457830                   /var/cache/fontconfig/09327c9b6d58370a4c8a64e92b80355c-le64.cache-8
7feb063fc000-7feb063fe000 r--s 00000000 103:03 1457826                   /var/cache/fontconfig/14a06f432538a208b4fd50d017e9355a-le64.cache-8
7feb063fe000-7feb063ff000 r--s 00000000 103:03 1457825                   /var/cache/fontconfig/9afe5ef10bd3aa88807047adc5645b62-le64.cache-8
7feb063ff000-7feb06400000 r--s 00000000 103:03 1457823                   /var/cache/fontconfig/4eb9e21dd6936b7b98363d4451c683ba-le64.cache-8
7feb06400000-7feb06401000 r--s 00000000 103:03 1457819                   /var/cache/fontconfig/368fa95149f802781d9fe09dd70df774-le64.cache-8
7feb06401000-7feb06402000 r--s 00000000 103:03 1457816                   /var/cache/fontconfig/3e395066351ed9120fdeab8de740c15c-le64.cache-8
7feb06402000-7feb06407000 r--s 00000000 103:03 1457815                   /var/cache/fontconfig/a7a20ae381d6205e941d16e10a9e54bb-le64.cache-8
7feb06407000-7feb06408000 r--s 00000000 103:03 1457814                   /var/cache/fontconfig/8734b660cb530c89fa5782b307430656-le64.cache-8
7feb06408000-7feb0640a000 r--s 00000000 103:03 1457812                   /var/cache/fontconfig/2a7290bce728f2ff6f7c2adb10238c68-le64.cache-8
7feb0640a000-7feb0640b000 r--s 00000000 103:03 1457803                   /var/cache/fontconfig/15d4e7e6b2998a97bbb1527ed6ed8497-le64.cache-8
7feb0640b000-7feb06431000 r--s 00000000 103:03 1458334                   /var/cache/fontconfig/f2e43df3287529323e79e7929dc44cc9-le64.cache-8
7feb06431000-7feb0653f000 r--s 00000000 103:03 1458280                   /var/cache/fontconfig/923e285e415b1073c8df160bee08820f-le64.cache-8
7feb0653f000-7feb0654e000 r--s 00000000 103:03 1458331                   /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-le64.cache-8
7feb0654e000-7feb06554000 r--s 00000000 103:03 1458330                   /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-le64.cache-8
7feb06554000-7feb06563000 r--s 00000000 103:03 1458329                   /var/cache/fontconfig/491f45a0a771fef1c10b9b647a97fb82-le64.cache-8
7feb06563000-7feb06577000 r--s 00000000 103:03 1458328                   /var/cache/fontconfig/614d1caaa4d7914789410f6367de37ca-le64.cache-8
7feb06577000-7feb0657b000 r--s 00000000 103:03 1458325                   /var/cache/fontconfig/1dce2cb908b447e938fc03acd9b47fcf-le64.cache-8
7feb0657b000-7feb0657e000 r--s 00000000 103:03 1458324                   /var/cache/fontconfig/6ba42ae0000f58711b5caaf10d690066-le64.cache-8
7feb065c7000-7feb067b3000 rw-p 00000000 00:00 0 
7feb067b3000-7feb067c7000 ---p 00000000 00:00 0 
7feb067c7000-7feb067c8000 r--s 00000000 103:03 1458333                   /var/cache/fontconfig/40a9d18f2870572023edd72623462882-le64.cache-8
7feb067c8000-7feb067ca000 r--s 00000000 103:03 1458321                   /var/cache/fontconfig/eae2f1927ed5b6faf8016d9368c6d826-le64.cache-8
7feb067ca000-7feb067cc000 r--s 00000000 103:03 1458320                   /var/cache/fontconfig/92e0b5700f95a2352969997dae16323c-le64.cache-8
7feb067cc000-7feb067d1000 r--s 00000000 103:03 1458319                   /var/cache/fontconfig/cf55b15957fdd2e0d8fa8081b3ff81d7-le64.cache-8
7feb067d1000-7feb067d2000 r--s 00000000 103:03 1458318                   /var/cache/fontconfig/fa4e3d282a0f4c4ac851f82048ff3ba2-le64.cache-8
7feb067d2000-7feb067d3000 r--s 00000000 103:03 1458317                   /var/cache/fontconfig/ec7c6c69c9c36c6dd5bb02bd09bc9d31-le64.cache-8
7feb067d3000-7feb067d5000 r--s 00000000 103:03 1458316                   /var/cache/fontconfig/c2b22519d17eda78eef97dd4018cba7d-le64.cache-8
7feb067d5000-7feb067d6000 r--s 00000000 103:03 1458315                   /var/cache/fontconfig/4d198426083d801cf0de0141ca8e0288-le64.cache-8
7feb067d6000-7feb067da000 r--s 00000000 103:03 1458314                   /var/cache/fontconfig/5e8430818a7fc7b634628283bde1d342-le64.cache-8
7feb067da000-7feb067df000 r--s 00000000 103:03 1458313                   /var/cache/fontconfig/a3ea22cb389cc04e47be479abcfdbc31-le64.cache-8
7feb067df000-7feb067e2000 r--s 00000000 103:03 1458312                   /var/cache/fontconfig/721efeb71f653f7777bacba436ddb8fa-le64.cache-8
7feb067e2000-7feb067e3000 r--s 00000000 103:03 1458311                   /var/cache/fontconfig/973b500063f70d1e6bff0ba5b868a50d-le64.cache-8
7feb067e3000-7feb067e5000 r--s 00000000 103:03 1458310                   /var/cache/fontconfig/5a1c7d88c07697f78ded6b5eef27ce10-le64.cache-8
7feb067e5000-7feb067e6000 r--s 00000000 103:03 1458309                   /var/cache/fontconfig/e2d3a011b428b82231acc92c04403687-le64.cache-8
7feb067e6000-7feb067e8000 r--s 00000000 103:03 1458308                   /var/cache/fontconfig/aded30fd1818eb295c276e82c743d201-le64.cache-8
7feb067e8000-7feb067ea000 r--s 00000000 103:03 1458307                   /var/cache/fontconfig/a0fdfb074bcc15848b7609b61b5cbf8a-le64.cache-8
7feb067ea000-7feb067ec000 r--s 00000000 103:03 1458306                   /var/cache/fontconfig/8d765f54dbd44254287b487fd88b7e4a-le64.cache-8
7feb067ec000-7feb067ee000 r--s 00000000 103:03 1458305                   /var/cache/fontconfig/14a037046769e0f7e9e7f1a447598127-le64.cache-8
7feb067ee000-7feb067ef000 r--s 00000000 103:03 1458304                   /var/cache/fontconfig/509f52247a9a9c4670cd34125a7c9445-le64.cache-8
7feb067ef000-7feb067f0000 r--s 00000000 103:03 1458303                   /var/cache/fontconfig/de76f67e0719e16809fd0f907aa8b4b9-le64.cache-8
7feb067f0000-7feb067f1000 r--s 00000000 103:03 1458302                   /var/cache/fontconfig/111679c4afd5c4ec3f0bc26721adf6c7-le64.cache-8
7feb067f1000-7feb067f2000 r--s 00000000 103:03 1458187                   /var/cache/fontconfig/7760187f16ac3bd2d7c6039cd19f1171-le64.cache-8
7feb067f2000-7feb067f6000 r--s 00000000 103:03 1458056                   /var/cache/fontconfig/2bd549c0309f197926ad4c73f3449411-le64.cache-8
7feb067f6000-7feb067f7000 r--s 00000000 103:03 1458038                   /var/cache/fontconfig/7d12b35493b14fc56eed5c82d4ab1e05-le64.cache-8
7feb067f7000-7feb067f9000 r--s 00000000 103:03 1457969                   /var/cache/fontconfig/675f6c198839dae49db9e569a31ded73-le64.cache-8
7feb067f9000-7feb067fb000 r--s 00000000 103:03 1457968                   /var/cache/fontconfig/ecf4ce71c39cff0974de27b9ff142e7e-le64.cache-8
7feb067fb000-7feb067fc000 r--s 00000000 103:03 1457878                   /var/cache/fontconfig/707c4e5bbb03349de8ea25644deeca98-le64.cache-8
7feb067fc000-7feb067fe000 r--s 00000000 103:03 1457877                   /var/cache/fontconfig/0d5d2d284c70ab5a76f5b71c203b8a1c-le64.cache-8
7feb067fe000-7feb067ff000 r--s 00000000 103:03 1457874                   /var/cache/fontconfig/f07280c2aae58ef7dc80d938a073ea28-le64.cache-8
7feb067ff000-7feb06801000 r--s 00000000 103:03 1457871                   /var/cache/fontconfig/4de5b9020bc81a690f0116ad76afe4b3-le64.cache-8
7feb06801000-7feb06802000 r--s 00000000 103:03 1457870                   /var/cache/fontconfig/2abd5c130d33b1e549ea23a0b33a5e5c-le64.cache-8
7feb06802000-7feb0680a000 r--s 00000000 103:03 1457869                   /var/cache/fontconfig/da0cfc578e9f5da1455242599ae3426d-le64.cache-8
7feb0680a000-7feb0680c000 r--s 00000000 103:03 1457866                   /var/cache/fontconfig/0a9fb522c1fa5624567f3994ec0c37e3-le64.cache-8
7feb0680c000-7feb0680d000 r--s 00000000 103:03 1457865                   /var/cache/fontconfig/3ddcdf6236c88522bffb2800e8f6103d-le64.cache-8
7feb0680d000-7feb0680f000 r--s 00000000 103:03 1457864                   /var/cache/fontconfig/179556a461e169cae9d1547af1675062-le64.cache-8
7feb0680f000-7feb06811000 r--s 00000000 103:03 1457863                   /var/cache/fontconfig/6766d452a01db7c0cc6cb16ebb5c9b60-le64.cache-8
7feb06811000-7feb06812000 r--s 00000000 103:03 1457862                   /var/cache/fontconfig/127579dda8bece5522dc5b923eef08d7-le64.cache-8
7feb06812000-7feb06813000 r--s 00000000 103:03 1457860                   /var/cache/fontconfig/f846720922be7a91a49db5b8aa6340b2-le64.cache-8
7feb06813000-7feb06814000 r--s 00000000 103:03 1457859                   /var/cache/fontconfig/6572eb547420965a25b8d0c3577ffac0-le64.cache-8
7feb06814000-7feb06816000 r--s 00000000 103:03 1457858                   /var/cache/fontconfig/e52f5139140e3609786f96e48d227512-le64.cache-8
7feb06816000-7feb06818000 r--s 00000000 103:03 1457856                   /var/cache/fontconfig/9e41a7697a032a88af24f049f01b1f14-le64.cache-8
7feb06818000-7feb0681a000 r--s 00000000 103:03 1457855                   /var/cache/fontconfig/0839498815990fdd8e23b5b1ee495a20-le64.cache-8
7feb0681a000-7feb0681b000 r--s 00000000 103:03 1457854                   /var/cache/fontconfig/b553c3bc4e0000605889ed3bd8eaa346-le64.cache-8
7feb0681b000-7feb06822000 r--s 00000000 103:03 1457852                   /var/cache/fontconfig/97f913e191b7a9580a23010e3b6ffdc8-le64.cache-8
7feb06822000-7feb06829000 r--s 00000000 103:03 1457851                   /var/cache/fontconfig/4787f32b3f70e59684b6a4d3294c629c-le64.cache-8
7feb06829000-7feb06830000 r--s 00000000 103:03 1457850                   /var/cache/fontconfig/4cd819e2d90ac8501d8df7418d1c5faa-le64.cache-8
7feb06830000-7feb06831000 r--s 00000000 103:03 1457849                   /var/cache/fontconfig/cf6374527f7b2efd9ba19a1593fb9ef8-le64.cache-8
7feb06831000-7feb06832000 r--s 00000000 103:03 1457848                   /var/cache/fontconfig/a3f1fc59dfdfed92e785b09d117df5c3-le64.cache-8
7feb06832000-7feb06833000 r--s 00000000 103:03 1457847                   /var/cache/fontconfig/73c89a45baa35aec63dda70521baff73-le64.cache-8
7feb06833000-7feb06834000 r--s 00000000 103:03 1457846                   /var/cache/fontconfig/f60d0132dbadb4c4c52460eaffcabce9-le64.cache-8
7feb06834000-7feb06835000 r--s 00000000 103:03 1457845                   /var/cache/fontconfig/4874bb0e6539f527f35c6e3601a538a9-le64.cache-8
7feb06835000-7feb06837000 r--s 00000000 103:03 1457841                   /var/cache/fontconfig/006dcb98731ee8ea9d67dc578d3dae35-le64.cache-8
7feb06837000-7feb06838000 r--s 00000000 103:03 1457834                   /var/cache/fontconfig/d23dcf8dce614fab0b0281622c23eea8-le64.cache-8
7feb06838000-7feb0683a000 r--s 00000000 103:03 1457833                   /var/cache/fontconfig/086593473b76cfd328dab3c937d18690-le64.cache-8
7feb0683a000-7feb0683b000 r--s 00000000 103:03 1457830                   /var/cache/fontconfig/09327c9b6d58370a4c8a64e92b80355c-le64.cache-8
7feb0683b000-7feb0683d000 r--s 00000000 103:03 1457826                   /var/cache/fontconfig/14a06f432538a208b4fd50d017e9355a-le64.cache-8
7feb0683d000-7feb0683e000 r--s 00000000 103:03 1457825                   /var/cache/fontconfig/9afe5ef10bd3aa88807047adc5645b62-le64.cache-8
7feb0683e000-7feb0683f000 r--s 00000000 103:03 1457823                   /var/cache/fontconfig/4eb9e21dd6936b7b98363d4451c683ba-le64.cache-8
7feb0683f000-7feb06840000 r--s 00000000 103:03 1457819                   /var/cache/fontconfig/368fa95149f802781d9fe09dd70df774-le64.cache-8
7feb06840000-7feb06841000 r--s 00000000 103:03 1457816                   /var/cache/fontconfig/3e395066351ed9120fdeab8de740c15c-le64.cache-8
7feb06841000-7feb06846000 r--s 00000000 103:03 1457815                   /var/cache/fontconfig/a7a20ae381d6205e941d16e10a9e54bb-le64.cache-8
7feb06846000-7feb06847000 r--s 00000000 103:03 1457814                   /var/cache/fontconfig/8734b660cb530c89fa5782b307430656-le64.cache-8
7feb06847000-7feb0684c000 r--s 00000000 103:03 1457802                   /var/cache/fontconfig/483d339e0ff0e38dff8c1d77eae66f7a-le64.cache-8
7feb0684c000-7feb06872000 r--s 00000000 103:03 1458334                   /var/cache/fontconfig/f2e43df3287529323e79e7929dc44cc9-le64.cache-8
7feb06872000-7feb06980000 r--s 00000000 103:03 1458280                   /var/cache/fontconfig/923e285e415b1073c8df160bee08820f-le64.cache-8
7feb06980000-7feb069b6000 r--s 00000000 103:03 1457800                   /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-le64.cache-8
7feb069b6000-7feb069bb000 r--s 00000000 103:03 1457802                   /var/cache/fontconfig/483d339e0ff0e38dff8c1d77eae66f7a-le64.cache-8
7feb069bb000-7feb069bf000 r--s 00000000 103:03 1458325                   /var/cache/fontconfig/1dce2cb908b447e938fc03acd9b47fcf-le64.cache-8
7feb069bf000-7feb069c2000 r--s 00000000 103:03 1458324                   /var/cache/fontconfig/6ba42ae0000f58711b5caaf10d690066-le64.cache-8
7feb069c2000-7feb069cf000 r--s 00000000 103:03 1458323                   /var/cache/fontconfig/210c0516121708a580e22e6b1f9a103a-le64.cache-8
7feb069cf000-7feb069d0000 r--s 00000000 103:03 1458322                   /var/cache/fontconfig/8cbc924a075793ba6865a026d7cdffa1-le64.cache-8
7feb069d0000-7feb06a06000 r--s 00000000 103:03 1457800                   /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-le64.cache-8
7feb06a06000-7feb06a07000 ---p 00000000 00:00 0 
7feb06a07000-7feb06b08000 rw-p 00000000 00:00 0 
7feb06b08000-7feb06b09000 ---p 00000000 00:00 0 
7feb06b09000-7feb06c0a000 rw-p 00000000 00:00 0 
7feb06c0a000-7feb06c0b000 ---p 00000000 00:00 0 
7feb06c0b000-7feb06d0c000 rw-p 00000000 00:00 0 
7feb06d0c000-7feb06d0d000 ---p 00000000 00:00 0 
7feb06d0d000-7feb06e0e000 rw-p 00000000 00:00 0 
7feb06e0e000-7feb06e0f000 ---p 00000000 00:00 0 
7feb06e0f000-7feb06f10000 rw-p 00000000 00:00 0 
7feb06f10000-7feb06f11000 ---p 00000000 00:00 0 
7feb06f11000-7feb07012000 rw-p 00000000 00:00 0 
7feb07012000-7feb07013000 ---p 00000000 00:00 0 
7feb07013000-7feb07114000 rw-p 00000000 00:00 0 
7feb07114000-7feb07115000 ---p 00000000 00:00 0 
7feb07115000-7feb07216000 rw-p 00000000 00:00 0 
7feb07216000-7feb07217000 ---p 00000000 00:00 0 
7feb07217000-7feb07318000 rw-p 00000000 00:00 0 
7feb07318000-7feb07319000 ---p 00000000 00:00 0 
7feb07319000-7feb0741a000 rw-p 00000000 00:00 0 
7feb0741a000-7feb0741b000 r--s 00000000 103:03 1458333                   /var/cache/fontconfig/40a9d18f2870572023edd72623462882-le64.cache-8
7feb0741b000-7feb0741d000 r--s 00000000 103:03 1458321                   /var/cache/fontconfig/eae2f1927ed5b6faf8016d9368c6d826-le64.cache-8
7feb0741d000-7feb0741f000 r--s 00000000 103:03 1458320                   /var/cache/fontconfig/92e0b5700f95a2352969997dae16323c-le64.cache-8
7feb0741f000-7feb07424000 r--s 00000000 103:03 1458319                   /var/cache/fontconfig/cf55b15957fdd2e0d8fa8081b3ff81d7-le64.cache-8
7feb07424000-7feb07425000 r--s 00000000 103:03 1458318                   /var/cache/fontconfig/fa4e3d282a0f4c4ac851f82048ff3ba2-le64.cache-8
7feb07425000-7feb07426000 r--s 00000000 103:03 1458317                   /var/cache/fontconfig/ec7c6c69c9c36c6dd5bb02bd09bc9d31-le64.cache-8
7feb07426000-7feb07428000 r--s 00000000 103:03 1458316                   /var/cache/fontconfig/c2b22519d17eda78eef97dd4018cba7d-le64.cache-8
7feb07428000-7feb07429000 r--s 00000000 103:03 1458315                   /var/cache/fontconfig/4d198426083d801cf0de0141ca8e0288-le64.cache-8
7feb07429000-7feb0742d000 r--s 00000000 103:03 1458314                   /var/cache/fontconfig/5e8430818a7fc7b634628283bde1d342-le64.cache-8
7feb0742d000-7feb07432000 r--s 00000000 103:03 1458313                   /var/cache/fontconfig/a3ea22cb389cc04e47be479abcfdbc31-le64.cache-8
7feb07432000-7feb07435000 r--s 00000000 103:03 1458312                   /var/cache/fontconfig/721efeb71f653f7777bacba436ddb8fa-le64.cache-8
7feb07435000-7feb07436000 r--s 00000000 103:03 1458311                   /var/cache/fontconfig/973b500063f70d1e6bff0ba5b868a50d-le64.cache-8
7feb07436000-7feb07438000 r--s 00000000 103:03 1458310                   /var/cache/fontconfig/5a1c7d88c07697f78ded6b5eef27ce10-le64.cache-8
7feb07438000-7feb07439000 r--s 00000000 103:03 1458309                   /var/cache/fontconfig/e2d3a011b428b82231acc92c04403687-le64.cache-8
7feb07439000-7feb0743b000 r--s 00000000 103:03 1458308                   /var/cache/fontconfig/aded30fd1818eb295c276e82c743d201-le64.cache-8
7feb0743b000-7feb0743d000 r--s 00000000 103:03 1458307                   /var/cache/fontconfig/a0fdfb074bcc15848b7609b61b5cbf8a-le64.cache-8
7feb0743d000-7feb0743f000 r--s 00000000 103:03 1458306                   /var/cache/fontconfig/8d765f54dbd44254287b487fd88b7e4a-le64.cache-8
7feb0743f000-7feb07441000 r--s 00000000 103:03 1458305                   /var/cache/fontconfig/14a037046769e0f7e9e7f1a447598127-le64.cache-8
7feb07441000-7feb07442000 r--s 00000000 103:03 1458304                   /var/cache/fontconfig/509f52247a9a9c4670cd34125a7c9445-le64.cache-8
7feb07442000-7feb07443000 r--s 00000000 103:03 1458303                   /var/cache/fontconfig/de76f67e0719e16809fd0f907aa8b4b9-le64.cache-8
7feb07443000-7feb07444000 r--s 00000000 103:03 1458302                   /var/cache/fontconfig/111679c4afd5c4ec3f0bc26721adf6c7-le64.cache-8
7feb07444000-7feb07445000 r--s 00000000 103:03 1458187                   /var/cache/fontconfig/7760187f16ac3bd2d7c6039cd19f1171-le64.cache-8
7feb07445000-7feb07449000 r--s 00000000 103:03 1458056                   /var/cache/fontconfig/2bd549c0309f197926ad4c73f3449411-le64.cache-8
7feb07449000-7feb0744a000 r--s 00000000 103:03 1458038                   /var/cache/fontconfig/7d12b35493b14fc56eed5c82d4ab1e05-le64.cache-8
7feb0744a000-7feb0744c000 r--s 00000000 103:03 1457969                   /var/cache/fontconfig/675f6c198839dae49db9e569a31ded73-le64.cache-8
7feb0744c000-7feb0744e000 r--s 00000000 103:03 1457968                   /var/cache/fontconfig/ecf4ce71c39cff0974de27b9ff142e7e-le64.cache-8
7feb0744e000-7feb0744f000 r--s 00000000 103:03 1457878                   /var/cache/fontconfig/707c4e5bbb03349de8ea25644deeca98-le64.cache-8
7feb0744f000-7feb07451000 r--s 00000000 103:03 1457877                   /var/cache/fontconfig/0d5d2d284c70ab5a76f5b71c203b8a1c-le64.cache-8
7feb07451000-7feb07452000 r--s 00000000 103:03 1457874                   /var/cache/fontconfig/f07280c2aae58ef7dc80d938a073ea28-le64.cache-8
7feb07452000-7feb07454000 r--s 00000000 103:03 1457871                   /var/cache/fontconfig/4de5b9020bc81a690f0116ad76afe4b3-le64.cache-8
7feb07454000-7feb07455000 r--s 00000000 103:03 1457870                   /var/cache/fontconfig/2abd5c130d33b1e549ea23a0b33a5e5c-le64.cache-8
7feb07455000-7feb0745d000 r--s 00000000 103:03 1457869                   /var/cache/fontconfig/da0cfc578e9f5da1455242599ae3426d-le64.cache-8
7feb0745d000-7feb0745f000 r--s 00000000 103:03 1457866                   /var/cache/fontconfig/0a9fb522c1fa5624567f3994ec0c37e3-le64.cache-8
7feb0745f000-7feb07460000 r--s 00000000 103:03 1457865                   /var/cache/fontconfig/3ddcdf6236c88522bffb2800e8f6103d-le64.cache-8
7feb07460000-7feb07462000 r--s 00000000 103:03 1457864                   /var/cache/fontconfig/179556a461e169cae9d1547af1675062-le64.cache-8
7feb07462000-7feb07464000 r--s 00000000 103:03 1457863                   /var/cache/fontconfig/6766d452a01db7c0cc6cb16ebb5c9b60-le64.cache-8
7feb07464000-7feb07465000 r--s 00000000 103:03 1457862                   /var/cache/fontconfig/127579dda8bece5522dc5b923eef08d7-le64.cache-8
7feb07465000-7feb07466000 r--s 00000000 103:03 1457860                   /var/cache/fontconfig/f846720922be7a91a49db5b8aa6340b2-le64.cache-8
7feb07466000-7feb07467000 r--s 00000000 103:03 1457859                   /var/cache/fontconfig/6572eb547420965a25b8d0c3577ffac0-le64.cache-8
7feb07467000-7feb07469000 r--s 00000000 103:03 1457858                   /var/cache/fontconfig/e52f5139140e3609786f96e48d227512-le64.cache-8
7feb07469000-7feb0746b000 r--s 00000000 103:03 1457856                   /var/cache/fontconfig/9e41a7697a032a88af24f049f01b1f14-le64.cache-8
7feb0746b000-7feb0746d000 r--s 00000000 103:03 1457855                   /var/cache/fontconfig/0839498815990fdd8e23b5b1ee495a20-le64.cache-8
7feb0746d000-7feb0746e000 r--s 00000000 103:03 1457854                   /var/cache/fontconfig/b553c3bc4e0000605889ed3bd8eaa346-le64.cache-8
7feb0746e000-7feb07475000 r--s 00000000 103:03 1457852                   /var/cache/fontconfig/97f913e191b7a9580a23010e3b6ffdc8-le64.cache-8
7feb07475000-7feb0747c000 r--s 00000000 103:03 1457851                   /var/cache/fontconfig/4787f32b3f70e59684b6a4d3294c629c-le64.cache-8
7feb0747c000-7feb07483000 r--s 00000000 103:03 1457850                   /var/cache/fontconfig/4cd819e2d90ac8501d8df7418d1c5faa-le64.cache-8
7feb07483000-7feb07484000 r--s 00000000 103:03 1457849                   /var/cache/fontconfig/cf6374527f7b2efd9ba19a1593fb9ef8-le64.cache-8
7feb07484000-7feb07485000 r--s 00000000 103:03 1457848                   /var/cache/fontconfig/a3f1fc59dfdfed92e785b09d117df5c3-le64.cache-8
7feb07485000-7feb07486000 r--s 00000000 103:03 1457847                   /var/cache/fontconfig/73c89a45baa35aec63dda70521baff73-le64.cache-8
7feb07486000-7feb074ac000 r--s 00000000 103:03 1458334                   /var/cache/fontconfig/f2e43df3287529323e79e7929dc44cc9-le64.cache-8
7feb074ac000-7feb075ba000 r--s 00000000 103:03 1458280                   /var/cache/fontconfig/923e285e415b1073c8df160bee08820f-le64.cache-8
7feb075ba000-7feb075c9000 r--s 00000000 103:03 1458331                   /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-le64.cache-8
7feb075c9000-7feb075ff000 r--s 00000000 103:03 1457800                   /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-le64.cache-8
7feb075ff000-7feb07603000 ---p 00000000 00:00 0 
7feb07603000-7feb076ff000 rw-p 00000000 00:00 0 
7feb076ff000-7feb07703000 ---p 00000000 00:00 0 
7feb07703000-7feb077ff000 rw-p 00000000 00:00 0 
7feb077ff000-7feb07800000 ---p 00000000 00:00 0 
7feb07800000-7feb08000000 rw-p 00000000 00:00 0 
7feb08000000-7feb08021000 rw-p 00000000 00:00 0 
7feb08021000-7feb0c000000 ---p 00000000 00:00 0 
7feb0c000000-7feb0c021000 rw-p 00000000 00:00 0 
7feb0c021000-7feb10000000 ---p 00000000 00:00 0 
7feb10000000-7feb103cd000 rw-p 00000000 00:00 0 
7feb103cd000-7feb14000000 ---p 00000000 00:00 0 
7feb14000000-7feb14035000 rw-p 00000000 00:00 0 
7feb14035000-7feb18000000 ---p 00000000 00:00 0 
7feb18000000-7feb18021000 rw-p 00000000 00:00 0 
7feb18021000-7feb1c000000 ---p 00000000 00:00 0 
7feb1c000000-7feb1c51d000 rw-p 00000000 00:00 0 
7feb1c51d000-7feb20000000 ---p 00000000 00:00 0 
7feb20000000-7feb21ab6000 rw-p 00000000 00:00 0 
7feb21ab6000-7feb24000000 ---p 00000000 00:00 0 
7feb24000000-7feb24d58000 rw-p 00000000 00:00 0 
7feb24d58000-7feb28000000 ---p 00000000 00:00 0 
7feb28000000-7feb28021000 rw-p 00000000 00:00 0 
7feb28021000-7feb2c000000 ---p 00000000 00:00 0 
7feb2c000000-7feb2c413000 rw-p 00000000 00:00 0 
7feb2c413000-7feb30000000 ---p 00000000 00:00 0 
7feb30000000-7feb300f1000 rw-p 00000000 00:00 0 
7feb300f1000-7feb34000000 ---p 00000000 00:00 0 
7feb34000000-7feb34021000 rw-p 00000000 00:00 0 
7feb34021000-7feb38000000 ---p 00000000 00:00 0 
7feb38000000-7feb3b452000 rw-p 00000000 00:00 0 
7feb3b452000-7feb3c000000 ---p 00000000 00:00 0 
7feb3c000000-7feb3d64c000 rw-p 00000000 00:00 0 
7feb3d64c000-7feb40000000 ---p 00000000 00:00 0 
7feb40000000-7feb40021000 rw-p 00000000 00:00 0 
7feb40021000-7feb44000000 ---p 00000000 00:00 0 
7feb44000000-7feb44021000 rw-p 00000000 00:00 0 
7feb44021000-7feb48000000 ---p 00000000 00:00 0 
7feb48000000-7feb48021000 rw-p 00000000 00:00 0 
7feb48021000-7feb4c000000 ---p 00000000 00:00 0 
7feb4c000000-7feb4c021000 rw-p 00000000 00:00 0 
7feb4c021000-7feb50000000 ---p 00000000 00:00 0 
7feb50000000-7feb50b33000 rw-p 00000000 00:00 0 
7feb50b33000-7feb54000000 ---p 00000000 00:00 0 
7feb54000000-7feb54021000 rw-p 00000000 00:00 0 
7feb54021000-7feb58000000 ---p 00000000 00:00 0 
7feb58000000-7feb58001000 r--s 00000000 103:03 1457846                   /var/cache/fontconfig/f60d0132dbadb4c4c52460eaffcabce9-le64.cache-8
7feb58001000-7feb58002000 r--s 00000000 103:03 1457845                   /var/cache/fontconfig/4874bb0e6539f527f35c6e3601a538a9-le64.cache-8
7feb58002000-7feb58004000 r--s 00000000 103:03 1457841                   /var/cache/fontconfig/006dcb98731ee8ea9d67dc578d3dae35-le64.cache-8
7feb58004000-7feb58005000 r--s 00000000 103:03 1457834                   /var/cache/fontconfig/d23dcf8dce614fab0b0281622c23eea8-le64.cache-8
7feb58005000-7feb58007000 r--s 00000000 103:03 1457833                   /var/cache/fontconfig/086593473b76cfd328dab3c937d18690-le64.cache-8
7feb58007000-7feb5800c000 r--s 00000000 103:03 1457815                   /var/cache/fontconfig/a7a20ae381d6205e941d16e10a9e54bb-le64.cache-8
7feb5800c000-7feb5801b000 r--s 00000000 103:03 1458329                   /var/cache/fontconfig/491f45a0a771fef1c10b9b647a97fb82-le64.cache-8
7feb5801b000-7feb5802a000 r--s 00000000 103:03 1458331                   /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-le64.cache-8
7feb5802a000-7feb58039000 r--s 00000000 103:03 1458329                   /var/cache/fontconfig/491f45a0a771fef1c10b9b647a97fb82-le64.cache-8
7feb58039000-7feb5803a000 r--s 00000000 103:03 1458322                   /var/cache/fontconfig/8cbc924a075793ba6865a026d7cdffa1-le64.cache-8
7feb58045000-7feb58047000 r--p 00000000 103:03 1330992                   /usr/lib/jvm/java-11-openjdk/lib/libmanagement_ext.so
7feb58047000-7feb5804a000 r-xp 00002000 103:03 1330992                   /usr/lib/jvm/java-11-openjdk/lib/libmanagement_ext.so
7feb5804a000-7feb5804b000 r--p 00005000 103:03 1330992                   /usr/lib/jvm/java-11-openjdk/lib/libmanagement_ext.so
7feb5804b000-7feb5804c000 ---p 00006000 103:03 1330992                   /usr/lib/jvm/java-11-openjdk/lib/libmanagement_ext.so
7feb5804c000-7feb5804d000 r--p 00006000 103:03 1330992                   /usr/lib/jvm/java-11-openjdk/lib/libmanagement_ext.so
7feb5804d000-7feb5804e000 rw-p 00007000 103:03 1330992                   /usr/lib/jvm/java-11-openjdk/lib/libmanagement_ext.so
7feb5804e000-7feb58051000 r--p 00000000 103:03 1330988                   /usr/lib/jvm/java-11-openjdk/lib/libmanagement.so
7feb58051000-7feb58052000 r-xp 00003000 103:03 1330988                   /usr/lib/jvm/java-11-openjdk/lib/libmanagement.so
7feb58052000-7feb58053000 r--p 00004000 103:03 1330988                   /usr/lib/jvm/java-11-openjdk/lib/libmanagement.so
7feb58053000-7feb58054000 r--p 00004000 103:03 1330988                   /usr/lib/jvm/java-11-openjdk/lib/libmanagement.so
7feb58054000-7feb58055000 rw-p 00005000 103:03 1330988                   /usr/lib/jvm/java-11-openjdk/lib/libmanagement.so
7feb58055000-7feb58056000 r--p 00000000 103:03 1330962                   /usr/lib/jvm/java-11-openjdk/lib/libextnet.so
7feb58056000-7feb58057000 r-xp 00001000 103:03 1330962                   /usr/lib/jvm/java-11-openjdk/lib/libextnet.so
7feb58057000-7feb58058000 r--p 00002000 103:03 1330962                   /usr/lib/jvm/java-11-openjdk/lib/libextnet.so
7feb58058000-7feb58059000 r--p 00002000 103:03 1330962                   /usr/lib/jvm/java-11-openjdk/lib/libextnet.so
7feb58059000-7feb5805a000 rw-p 00003000 103:03 1330962                   /usr/lib/jvm/java-11-openjdk/lib/libextnet.so
7feb5805d000-7feb5805f000 r--p 00000000 103:03 1330978                   /usr/lib/jvm/java-11-openjdk/lib/libjavajpeg.so
7feb5805f000-7feb58066000 r-xp 00002000 103:03 1330978                   /usr/lib/jvm/java-11-openjdk/lib/libjavajpeg.so
7feb58066000-7feb58067000 r--p 00009000 103:03 1330978                   /usr/lib/jvm/java-11-openjdk/lib/libjavajpeg.so
7feb58067000-7feb58068000 ---p 0000a000 103:03 1330978                   /usr/lib/jvm/java-11-openjdk/lib/libjavajpeg.so
7feb58068000-7feb58069000 r--p 0000a000 103:03 1330978                   /usr/lib/jvm/java-11-openjdk/lib/libjavajpeg.so
7feb58069000-7feb5806a000 rw-p 0000b000 103:03 1330978                   /usr/lib/jvm/java-11-openjdk/lib/libjavajpeg.so
7feb5806a000-7feb5806c000 r--s 00000000 103:03 1457812                   /var/cache/fontconfig/2a7290bce728f2ff6f7c2adb10238c68-le64.cache-8
7feb5806c000-7feb5806d000 r--s 00000000 103:03 1457803                   /var/cache/fontconfig/15d4e7e6b2998a97bbb1527ed6ed8497-le64.cache-8
7feb5806d000-7feb58073000 r--s 00000000 103:03 1458330                   /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-le64.cache-8
7feb58073000-7feb58087000 r--s 00000000 103:03 1458328                   /var/cache/fontconfig/614d1caaa4d7914789410f6367de37ca-le64.cache-8
7feb58087000-7feb5808b000 r--s 00000000 103:03 1458325                   /var/cache/fontconfig/1dce2cb908b447e938fc03acd9b47fcf-le64.cache-8
7feb5808b000-7feb5808e000 r--s 00000000 103:03 1458324                   /var/cache/fontconfig/6ba42ae0000f58711b5caaf10d690066-le64.cache-8
7feb5808e000-7feb5809b000 r--s 00000000 103:03 1458323                   /var/cache/fontconfig/210c0516121708a580e22e6b1f9a103a-le64.cache-8
7feb5809b000-7feb5809c000 r--s 00000000 103:03 1458322                   /var/cache/fontconfig/8cbc924a075793ba6865a026d7cdffa1-le64.cache-8
7feb5809c000-7feb5809f000 r--p 00000000 103:03 1329544                   /usr/lib/libXcursor.so.1.0.2
7feb5809f000-7feb580a4000 r-xp 00003000 103:03 1329544                   /usr/lib/libXcursor.so.1.0.2
7feb580a4000-7feb580a6000 r--p 00008000 103:03 1329544                   /usr/lib/libXcursor.so.1.0.2
7feb580a6000-7feb580a7000 r--p 00009000 103:03 1329544                   /usr/lib/libXcursor.so.1.0.2
7feb580a7000-7feb580a8000 rw-p 0000a000 103:03 1329544                   /usr/lib/libXcursor.so.1.0.2
7feb580a8000-7feb580aa000 r--s 00000000 103:03 1457826                   /var/cache/fontconfig/14a06f432538a208b4fd50d017e9355a-le64.cache-8
7feb580aa000-7feb580af000 r--s 00000000 103:03 1457802                   /var/cache/fontconfig/483d339e0ff0e38dff8c1d77eae66f7a-le64.cache-8
7feb580af000-7feb580b5000 r--s 00000000 103:03 1458330                   /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-le64.cache-8
7feb580b5000-7feb580c9000 r--s 00000000 103:03 1458328                   /var/cache/fontconfig/614d1caaa4d7914789410f6367de37ca-le64.cache-8
7feb580c9000-7feb580cd000 r--s 00000000 103:03 1458325                   /var/cache/fontconfig/1dce2cb908b447e938fc03acd9b47fcf-le64.cache-8
7feb580cd000-7feb580da000 r--s 00000000 103:03 1458323                   /var/cache/fontconfig/210c0516121708a580e22e6b1f9a103a-le64.cache-8
7feb580da000-7feb580db000 ---p 00000000 00:00 0 
7feb580db000-7feb588db000 rw-p 00000000 00:00 0 
7feb588db000-7feb588dc000 ---p 00000000 00:00 0 
7feb588dc000-7feb590dc000 rw-p 00000000 00:00 0 
7feb590dc000-7feb590ec000 r--p 00000000 103:03 1768584                   /usr/share/glib-2.0/schemas/gschemas.compiled
7feb590ec000-7feb590f4000 r--p 00000000 103:03 1311912                   /usr/lib/libblkid.so.1.1.0
7feb590f4000-7feb59114000 r-xp 00008000 103:03 1311912                   /usr/lib/libblkid.so.1.1.0
7feb59114000-7feb5911e000 r--p 00028000 103:03 1311912                   /usr/lib/libblkid.so.1.1.0
7feb5911e000-7feb59124000 r--p 00031000 103:03 1311912                   /usr/lib/libblkid.so.1.1.0
7feb59124000-7feb59125000 rw-p 00037000 103:03 1311912                   /usr/lib/libblkid.so.1.1.0
7feb59125000-7feb59127000 r--p 00000000 103:03 1312670                   /usr/lib/libffi.so.8.1.0
7feb59127000-7feb5912d000 r-xp 00002000 103:03 1312670                   /usr/lib/libffi.so.8.1.0
7feb5912d000-7feb5912e000 r--p 00008000 103:03 1312670                   /usr/lib/libffi.so.8.1.0
7feb5912e000-7feb5912f000 ---p 00009000 103:03 1312670                   /usr/lib/libffi.so.8.1.0
7feb5912f000-7feb59130000 r--p 00009000 103:03 1312670                   /usr/lib/libffi.so.8.1.0
7feb59130000-7feb59131000 rw-p 0000a000 103:03 1312670                   /usr/lib/libffi.so.8.1.0
7feb59131000-7feb5913b000 r--p 00000000 103:03 1316283                   /usr/lib/libmount.so.1.1.0
7feb5913b000-7feb59166000 r-xp 0000a000 103:03 1316283                   /usr/lib/libmount.so.1.1.0
7feb59166000-7feb59172000 r--p 00035000 103:03 1316283                   /usr/lib/libmount.so.1.1.0
7feb59172000-7feb59173000 ---p 00041000 103:03 1316283                   /usr/lib/libmount.so.1.1.0
7feb59173000-7feb59175000 r--p 00041000 103:03 1316283                   /usr/lib/libmount.so.1.1.0
7feb59175000-7feb59176000 rw-p 00043000 103:03 1316283                   /usr/lib/libmount.so.1.1.0
7feb59176000-7feb59185000 r--p 00000000 103:03 1321994                   /usr/lib/libgobject-2.0.so.0.7200.3
7feb59185000-7feb591b7000 r-xp 0000f000 103:03 1321994                   /usr/lib/libgobject-2.0.so.0.7200.3
7feb591b7000-7feb591d1000 r--p 00041000 103:03 1321994                   /usr/lib/libgobject-2.0.so.0.7200.3
7feb591d1000-7feb591d4000 r--p 0005a000 103:03 1321994                   /usr/lib/libgobject-2.0.so.0.7200.3
7feb591d4000-7feb591d5000 rw-p 0005d000 103:03 1321994                   /usr/lib/libgobject-2.0.so.0.7200.3
7feb591d5000-7feb5920d000 r--p 00000000 103:03 1317151                   /usr/lib/libgio-2.0.so.0.7200.3
7feb5920d000-7feb59313000 r-xp 00038000 103:03 1317151                   /usr/lib/libgio-2.0.so.0.7200.3
7feb59313000-7feb59395000 r--p 0013e000 103:03 1317151                   /usr/lib/libgio-2.0.so.0.7200.3
7feb59395000-7feb5939d000 r--p 001bf000 103:03 1317151                   /usr/lib/libgio-2.0.so.0.7200.3
7feb5939d000-7feb5939e000 rw-p 001c7000 103:03 1317151                   /usr/lib/libgio-2.0.so.0.7200.3
7feb5939e000-7feb593a0000 rw-p 00000000 00:00 0 
7feb593a0000-7feb593a2000 r--p 00000000 103:03 1329565                   /usr/lib/libXrandr.so.2.2.0
7feb593a2000-7feb593a9000 r-xp 00002000 103:03 1329565                   /usr/lib/libXrandr.so.2.2.0
7feb593a9000-7feb593ab000 r--p 00009000 103:03 1329565                   /usr/lib/libXrandr.so.2.2.0
7feb593ab000-7feb593ac000 r--p 0000a000 103:03 1329565                   /usr/lib/libXrandr.so.2.2.0
7feb593ac000-7feb593ad000 rw-p 0000b000 103:03 1329565                   /usr/lib/libXrandr.so.2.2.0
7feb593ad000-7feb595ad000 rw-p 00000000 00:00 0 
7feb595ad000-7feb595ae000 r--p 00000000 103:03 1326558                   /usr/lib/libbrotlicommon.so.1.0.9
7feb595ae000-7feb595af000 r-xp 00001000 103:03 1326558                   /usr/lib/libbrotlicommon.so.1.0.9
7feb595af000-7feb595ce000 r--p 00002000 103:03 1326558                   /usr/lib/libbrotlicommon.so.1.0.9
7feb595ce000-7feb595cf000 r--p 00020000 103:03 1326558                   /usr/lib/libbrotlicommon.so.1.0.9
7feb595cf000-7feb595d0000 rw-p 00021000 103:03 1326558                   /usr/lib/libbrotlicommon.so.1.0.9
7feb595d0000-7feb595d2000 r--p 00000000 103:03 1315109                   /usr/lib/libpcre.so.1.2.13
7feb595d2000-7feb59628000 r-xp 00002000 103:03 1315109                   /usr/lib/libpcre.so.1.2.13
7feb59628000-7feb59645000 r--p 00058000 103:03 1315109                   /usr/lib/libpcre.so.1.2.13
7feb59645000-7feb59646000 r--p 00074000 103:03 1315109                   /usr/lib/libpcre.so.1.2.13
7feb59646000-7feb59647000 rw-p 00075000 103:03 1315109                   /usr/lib/libpcre.so.1.2.13
7feb59647000-7feb59648000 r--p 00000000 103:03 1329224                   /usr/lib/libbrotlidec.so.1.0.9
7feb59648000-7feb59650000 r-xp 00001000 103:03 1329224                   /usr/lib/libbrotlidec.so.1.0.9
7feb59650000-7feb59653000 r--p 00009000 103:03 1329224                   /usr/lib/libbrotlidec.so.1.0.9
7feb59653000-7feb59654000 r--p 0000b000 103:03 1329224                   /usr/lib/libbrotlidec.so.1.0.9
7feb59654000-7feb59655000 rw-p 0000c000 103:03 1329224                   /usr/lib/libbrotlidec.so.1.0.9
7feb59655000-7feb5965b000 r--p 00000000 103:03 1317169                   /usr/lib/libpng16.so.16.37.0
7feb5965b000-7feb5967f000 r-xp 00006000 103:03 1317169                   /usr/lib/libpng16.so.16.37.0
7feb5967f000-7feb5968a000 r--p 0002a000 103:03 1317169                   /usr/lib/libpng16.so.16.37.0
7feb5968a000-7feb5968b000 r--p 00034000 103:03 1317169                   /usr/lib/libpng16.so.16.37.0
7feb5968b000-7feb5968c000 rw-p 00035000 103:03 1317169                   /usr/lib/libpng16.so.16.37.0
7feb5968c000-7feb5968e000 r--p 00000000 103:03 1323276                   /usr/lib/libbz2.so.1.0.8
7feb5968e000-7feb5969b000 r-xp 00002000 103:03 1323276                   /usr/lib/libbz2.so.1.0.8
7feb5969b000-7feb5969d000 r--p 0000f000 103:03 1323276                   /usr/lib/libbz2.so.1.0.8
7feb5969d000-7feb5969e000 r--p 00010000 103:03 1323276                   /usr/lib/libbz2.so.1.0.8
7feb5969e000-7feb5969f000 rw-p 00011000 103:03 1323276                   /usr/lib/libbz2.so.1.0.8
7feb5969f000-7feb596bc000 r--p 00000000 103:03 1321786                   /usr/lib/libglib-2.0.so.0.7200.3
7feb596bc000-7feb5974e000 r-xp 0001d000 103:03 1321786                   /usr/lib/libglib-2.0.so.0.7200.3
7feb5974e000-7feb597d8000 r--p 000af000 103:03 1321786                   /usr/lib/libglib-2.0.so.0.7200.3
7feb597d8000-7feb597d9000 ---p 00139000 103:03 1321786                   /usr/lib/libglib-2.0.so.0.7200.3
7feb597d9000-7feb597da000 r--p 00139000 103:03 1321786                   /usr/lib/libglib-2.0.so.0.7200.3
7feb597da000-7feb597db000 rw-p 0013a000 103:03 1321786                   /usr/lib/libglib-2.0.so.0.7200.3
7feb597db000-7feb597dc000 rw-p 00000000 00:00 0 
7feb597dc000-7feb597df000 r--p 00000000 103:03 1321906                   /usr/lib/libgraphite2.so.3.2.1
7feb597df000-7feb597f7000 r-xp 00003000 103:03 1321906                   /usr/lib/libgraphite2.so.3.2.1
7feb597f7000-7feb597fa000 r--p 0001b000 103:03 1321906                   /usr/lib/libgraphite2.so.3.2.1
7feb597fa000-7feb597fb000 ---p 0001e000 103:03 1321906                   /usr/lib/libgraphite2.so.3.2.1
7feb597fb000-7feb597fd000 r--p 0001e000 103:03 1321906                   /usr/lib/libgraphite2.so.3.2.1
7feb597fd000-7feb597fe000 rw-p 00020000 103:03 1321906                   /usr/lib/libgraphite2.so.3.2.1
7feb597fe000-7feb5980c000 r--p 00000000 103:03 1386012                   /usr/lib/libfreetype.so.6.18.3
7feb5980c000-7feb5988e000 r-xp 0000e000 103:03 1386012                   /usr/lib/libfreetype.so.6.18.3
7feb5988e000-7feb598c4000 r--p 00090000 103:03 1386012                   /usr/lib/libfreetype.so.6.18.3
7feb598c4000-7feb598c5000 ---p 000c6000 103:03 1386012                   /usr/lib/libfreetype.so.6.18.3
7feb598c5000-7feb598cc000 r--p 000c6000 103:03 1386012                   /usr/lib/libfreetype.so.6.18.3
7feb598cc000-7feb598cd000 rw-p 000cd000 103:03 1386012                   /usr/lib/libfreetype.so.6.18.3
7feb598cd000-7feb598d8000 r--p 00000000 103:03 1413290                   /usr/lib/libharfbuzz.so.0.50100.0
7feb598d8000-7feb59991000 r-xp 0000b000 103:03 1413290                   /usr/lib/libharfbuzz.so.0.50100.0
7feb59991000-7feb599c6000 r--p 000c4000 103:03 1413290                   /usr/lib/libharfbuzz.so.0.50100.0
7feb599c6000-7feb599c7000 ---p 000f9000 103:03 1413290                   /usr/lib/libharfbuzz.so.0.50100.0
7feb599c7000-7feb599c8000 r--p 000f9000 103:03 1413290                   /usr/lib/libharfbuzz.so.0.50100.0
7feb599c8000-7feb599c9000 rw-p 000fa000 103:03 1413290                   /usr/lib/libharfbuzz.so.0.50100.0
7feb599c9000-7feb599cd000 r--p 00000000 103:03 1713178                   /usr/lib/gio/modules/libdconfsettings.so
7feb599cd000-7feb599d3000 r-xp 00004000 103:03 1713178                   /usr/lib/gio/modules/libdconfsettings.so
7feb599d3000-7feb599d6000 r--p 0000a000 103:03 1713178                   /usr/lib/gio/modules/libdconfsettings.so
7feb599d6000-7feb599d7000 r--p 0000c000 103:03 1713178                   /usr/lib/gio/modules/libdconfsettings.so
7feb599d7000-7feb599d8000 rw-p 0000d000 103:03 1713178                   /usr/lib/gio/modules/libdconfsettings.so
7feb599d8000-7feb599fb000 r--p 00000000 103:03 1835981                   /usr/share/locale/de/LC_MESSAGES/glib20.mo
7feb599fb000-7feb599ff000 r--p 00000000 103:03 1330964                   /usr/lib/jvm/java-11-openjdk/lib/libfontmanager.so
7feb599ff000-7feb59a07000 r-xp 00004000 103:03 1330964                   /usr/lib/jvm/java-11-openjdk/lib/libfontmanager.so
7feb59a07000-7feb59a09000 r--p 0000c000 103:03 1330964                   /usr/lib/jvm/java-11-openjdk/lib/libfontmanager.so
7feb59a09000-7feb59a0a000 r--p 0000d000 103:03 1330964                   /usr/lib/jvm/java-11-openjdk/lib/libfontmanager.so
7feb59a0a000-7feb59a0b000 rw-p 0000e000 103:03 1330964                   /usr/lib/jvm/java-11-openjdk/lib/libfontmanager.so
7feb59a0b000-7feb59a17000 r--p 00000000 103:03 1322082                   /usr/lib/libxcb.so.1.1.0
7feb59a17000-7feb59a2b000 r-xp 0000c000 103:03 1322082                   /usr/lib/libxcb.so.1.1.0
7feb59a2b000-7feb59a34000 r--p 00020000 103:03 1322082                   /usr/lib/libxcb.so.1.1.0
7feb59a34000-7feb59a35000 r--p 00028000 103:03 1322082                   /usr/lib/libxcb.so.1.1.0
7feb59a35000-7feb59a36000 rw-p 00029000 103:03 1322082                   /usr/lib/libxcb.so.1.1.0
7feb59a36000-7feb59a52000 r--p 00000000 103:03 1357454                   /usr/lib/libX11.so.6.4.0
7feb59a52000-7feb59add000 r-xp 0001c000 103:03 1357454                   /usr/lib/libX11.so.6.4.0
7feb59add000-7feb59b72000 r--p 000a7000 103:03 1357454                   /usr/lib/libX11.so.6.4.0
7feb59b72000-7feb59b75000 r--p 0013b000 103:03 1357454                   /usr/lib/libX11.so.6.4.0
7feb59b75000-7feb59b79000 rw-p 0013e000 103:03 1357454                   /usr/lib/libX11.so.6.4.0
7feb59b79000-7feb59b8a000 r--p 00000000 103:03 1331028                   /usr/lib/jvm/java-11-openjdk/lib/libawt_xawt.so
7feb59b8a000-7feb59bc9000 r-xp 00011000 103:03 1331028                   /usr/lib/jvm/java-11-openjdk/lib/libawt_xawt.so
7feb59bc9000-7feb59bda000 r--p 00050000 103:03 1331028                   /usr/lib/jvm/java-11-openjdk/lib/libawt_xawt.so
7feb59bda000-7feb59bdb000 ---p 00061000 103:03 1331028                   /usr/lib/jvm/java-11-openjdk/lib/libawt_xawt.so
7feb59bdb000-7feb59bdc000 r--p 00061000 103:03 1331028                   /usr/lib/jvm/java-11-openjdk/lib/libawt_xawt.so
7feb59bdc000-7feb59bde000 rw-p 00062000 103:03 1331028                   /usr/lib/jvm/java-11-openjdk/lib/libawt_xawt.so
7feb59bde000-7feb59be0000 rw-p 00000000 00:00 0 
7feb59be0000-7feb59c0d000 r--p 00000000 103:03 1330956                   /usr/lib/jvm/java-11-openjdk/lib/libawt.so
7feb59c0d000-7feb59c7a000 r-xp 0002d000 103:03 1330956                   /usr/lib/jvm/java-11-openjdk/lib/libawt.so
7feb59c7a000-7feb59c87000 r--p 0009a000 103:03 1330956                   /usr/lib/jvm/java-11-openjdk/lib/libawt.so
7feb59c87000-7feb59c88000 r--p 000a6000 103:03 1330956                   /usr/lib/jvm/java-11-openjdk/lib/libawt.so
7feb59c88000-7feb59c93000 rw-p 000a7000 103:03 1330956                   /usr/lib/jvm/java-11-openjdk/lib/libawt.so
7feb59c93000-7feb59eb8000 rw-p 00000000 00:00 0 
7feb59eb8000-7feb59ebc000 ---p 00000000 00:00 0 
7feb59ebc000-7feb59fb8000 rw-p 00000000 00:00 0 
7feb59fb8000-7feb59fb9000 r--s 00000000 103:03 1457830                   /var/cache/fontconfig/09327c9b6d58370a4c8a64e92b80355c-le64.cache-8
7feb59fb9000-7feb59fbb000 r--p 00000000 103:03 1322091                   /usr/lib/libXfixes.so.3.1.0
7feb59fbb000-7feb59fbe000 r-xp 00002000 103:03 1322091                   /usr/lib/libXfixes.so.3.1.0
7feb59fbe000-7feb59fbf000 r--p 00005000 103:03 1322091                   /usr/lib/libXfixes.so.3.1.0
7feb59fbf000-7feb59fc0000 ---p 00006000 103:03 1322091                   /usr/lib/libXfixes.so.3.1.0
7feb59fc0000-7feb59fc1000 r--p 00006000 103:03 1322091                   /usr/lib/libXfixes.so.3.1.0
7feb59fc1000-7feb59fc2000 rw-p 00007000 103:03 1322091                   /usr/lib/libXfixes.so.3.1.0
7feb59fc2000-7feb59fc4000 r--p 00000000 103:03 1322089                   /usr/lib/libXdmcp.so.6.0.0
7feb59fc4000-7feb59fc6000 r-xp 00002000 103:03 1322089                   /usr/lib/libXdmcp.so.6.0.0
7feb59fc6000-7feb59fc8000 r--p 00004000 103:03 1322089                   /usr/lib/libXdmcp.so.6.0.0
7feb59fc8000-7feb59fc9000 r--p 00005000 103:03 1322089                   /usr/lib/libXdmcp.so.6.0.0
7feb59fc9000-7feb59fca000 rw-p 00006000 103:03 1322089                   /usr/lib/libXdmcp.so.6.0.0
7feb59fca000-7feb59fcb000 r--p 00000000 103:03 1322062                   /usr/lib/libXau.so.6.0.0
7feb59fcb000-7feb59fcc000 r-xp 00001000 103:03 1322062                   /usr/lib/libXau.so.6.0.0
7feb59fcc000-7feb59fcd000 r--p 00002000 103:03 1322062                   /usr/lib/libXau.so.6.0.0
7feb59fcd000-7feb59fce000 r--p 00002000 103:03 1322062                   /usr/lib/libXau.so.6.0.0
7feb59fce000-7feb59fcf000 rw-p 00003000 103:03 1322062                   /usr/lib/libXau.so.6.0.0
7feb59fcf000-7feb59fd2000 r--p 00000000 103:03 1329547                   /usr/lib/libXi.so.6.1.0
7feb59fd2000-7feb59fde000 r-xp 00003000 103:03 1329547                   /usr/lib/libXi.so.6.1.0
7feb59fde000-7feb59fe1000 r--p 0000f000 103:03 1329547                   /usr/lib/libXi.so.6.1.0
7feb59fe1000-7feb59fe2000 r--p 00011000 103:03 1329547                   /usr/lib/libXi.so.6.1.0
7feb59fe2000-7feb59fe3000 rw-p 00012000 103:03 1329547                   /usr/lib/libXi.so.6.1.0
7feb59fe3000-7feb59fe5000 r--p 00000000 103:03 1329569                   /usr/lib/libXtst.so.6.1.0
7feb59fe5000-7feb59fe8000 r-xp 00002000 103:03 1329569                   /usr/lib/libXtst.so.6.1.0
7feb59fe8000-7feb59fe9000 r--p 00005000 103:03 1329569                   /usr/lib/libXtst.so.6.1.0
7feb59fe9000-7feb59fea000 ---p 00006000 103:03 1329569                   /usr/lib/libXtst.so.6.1.0
7feb59fea000-7feb59feb000 r--p 00006000 103:03 1329569                   /usr/lib/libXtst.so.6.1.0
7feb59feb000-7feb59fec000 rw-p 00007000 103:03 1329569                   /usr/lib/libXtst.so.6.1.0
7feb59fec000-7feb59ff0000 r--p 00000000 103:03 1336411                   /usr/lib/libnss_myhostname.so.2
7feb59ff0000-7feb5a000000 r-xp 00004000 103:03 1336411                   /usr/lib/libnss_myhostname.so.2
7feb5a000000-7feb5a00d000 r--p 00014000 103:03 1336411                   /usr/lib/libnss_myhostname.so.2
7feb5a00d000-7feb5a012000 r--p 00020000 103:03 1336411                   /usr/lib/libnss_myhostname.so.2
7feb5a012000-7feb5a013000 rw-p 00025000 103:03 1336411                   /usr/lib/libnss_myhostname.so.2
7feb5a013000-7feb5a016000 r--p 00000000 103:03 1336413                   /usr/lib/libnss_resolve.so.2
7feb5a016000-7feb5a02c000 r-xp 00003000 103:03 1336413                   /usr/lib/libnss_resolve.so.2
7feb5a02c000-7feb5a033000 r--p 00019000 103:03 1336413                   /usr/lib/libnss_resolve.so.2
7feb5a033000-7feb5a034000 ---p 00020000 103:03 1336413                   /usr/lib/libnss_resolve.so.2
7feb5a034000-7feb5a035000 r--p 00020000 103:03 1336413                   /usr/lib/libnss_resolve.so.2
7feb5a035000-7feb5a036000 rw-p 00021000 103:03 1336413                   /usr/lib/libnss_resolve.so.2
7feb5a036000-7feb5a03d000 r--p 00000000 103:03 1336412                   /usr/lib/libnss_mymachines.so.2
7feb5a03d000-7feb5a073000 r-xp 00007000 103:03 1336412                   /usr/lib/libnss_mymachines.so.2
7feb5a073000-7feb5a086000 r--p 0003d000 103:03 1336412                   /usr/lib/libnss_mymachines.so.2
7feb5a086000-7feb5a087000 ---p 00050000 103:03 1336412                   /usr/lib/libnss_mymachines.so.2
7feb5a087000-7feb5a08a000 r--p 00050000 103:03 1336412                   /usr/lib/libnss_mymachines.so.2
7feb5a08a000-7feb5a08b000 rw-p 00053000 103:03 1336412                   /usr/lib/libnss_mymachines.so.2
7feb5a08b000-7feb5a08c000 rw-p 00000000 00:00 0 
7feb5a08c000-7feb5a08d000 r--s 00000000 103:03 1457825                   /var/cache/fontconfig/9afe5ef10bd3aa88807047adc5645b62-le64.cache-8
7feb5a08d000-7feb5a08f000 r--p 00000000 103:03 1321884                   /usr/lib/libgmodule-2.0.so.0.7200.3
7feb5a08f000-7feb5a091000 r-xp 00002000 103:03 1321884                   /usr/lib/libgmodule-2.0.so.0.7200.3
7feb5a091000-7feb5a092000 r--p 00004000 103:03 1321884                   /usr/lib/libgmodule-2.0.so.0.7200.3
7feb5a092000-7feb5a093000 r--p 00004000 103:03 1321884                   /usr/lib/libgmodule-2.0.so.0.7200.3
7feb5a093000-7feb5a094000 rw-p 00005000 103:03 1321884                   /usr/lib/libgmodule-2.0.so.0.7200.3
7feb5a094000-7feb5a095000 r--p 00000000 103:03 1357436                   /usr/lib/libpthread.so.0
7feb5a095000-7feb5a096000 r-xp 00001000 103:03 1357436                   /usr/lib/libpthread.so.0
7feb5a096000-7feb5a097000 r--p 00002000 103:03 1357436                   /usr/lib/libpthread.so.0
7feb5a097000-7feb5a098000 r--p 00002000 103:03 1357436                   /usr/lib/libpthread.so.0
7feb5a098000-7feb5a099000 rw-p 00003000 103:03 1357436                   /usr/lib/libpthread.so.0
7feb5a099000-7feb5a0be000 r--p 00000000 103:03 1835917                   /usr/share/locale/de/LC_MESSAGES/libc.mo
7feb5a0be000-7feb5a0c2000 ---p 00000000 00:00 0 
7feb5a0c2000-7feb5a1be000 rw-p 00000000 00:00 0 
7feb5a1be000-7feb5a1c2000 ---p 00000000 00:00 0 
7feb5a1c2000-7feb5a4be000 rw-p 00000000 00:00 0 
7feb5a4be000-7feb5a6be000 rw-p 00000000 00:00 0 
7feb5a6be000-7feb5a8be000 rw-p 00000000 00:00 0 
7feb5a8be000-7feb5a8c2000 ---p 00000000 00:00 0 
7feb5a8c2000-7feb5a9be000 rw-p 00000000 00:00 0 
7feb5a9be000-7feb5a9c2000 ---p 00000000 00:00 0 
7feb5a9c2000-7feb5aabe000 rw-p 00000000 00:00 0 
7feb5aabe000-7feb5aac2000 ---p 00000000 00:00 0 
7feb5aac2000-7feb5abbe000 rw-p 00000000 00:00 0 
7feb5abbe000-7feb5abc2000 ---p 00000000 00:00 0 
7feb5abc2000-7feb5acbe000 rw-p 00000000 00:00 0 
7feb5acbe000-7feb5acbf000 ---p 00000000 00:00 0 
7feb5acbf000-7feb5adc0000 rw-p 00000000 00:00 0 
7feb5adc0000-7feb5adc4000 ---p 00000000 00:00 0 
7feb5adc4000-7feb5aec0000 rw-p 00000000 00:00 0 
7feb5aec0000-7feb5aec4000 ---p 00000000 00:00 0 
7feb5aec4000-7feb5afc0000 rw-p 00000000 00:00 0 
7feb5afc0000-7feb5afc4000 ---p 00000000 00:00 0 
7feb5afc4000-7feb5b0c0000 rw-p 00000000 00:00 0 
7feb5b0c0000-7feb5b0c4000 ---p 00000000 00:00 0 
7feb5b0c4000-7feb5b1c0000 rw-p 00000000 00:00 0 
7feb5b1c0000-7feb5b1c4000 ---p 00000000 00:00 0 
7feb5b1c4000-7feb5b2c0000 rw-p 00000000 00:00 0 
7feb5b2c0000-7feb5b600000 r--p 00000000 103:03 1415080                   /usr/lib/locale/locale-archive
7feb5b600000-7feb5b604000 ---p 00000000 00:00 0 
7feb5b604000-7feb5b700000 rw-p 00000000 00:00 0 
7feb5b700000-7feb5b704000 ---p 00000000 00:00 0 
7feb5b704000-7feb5c000000 rw-p 00000000 00:00 0 
7feb5c000000-7feb5c021000 rw-p 00000000 00:00 0 
7feb5c021000-7feb60000000 ---p 00000000 00:00 0 
7feb60000000-7feb60021000 rw-p 00000000 00:00 0 
7feb60021000-7feb64000000 ---p 00000000 00:00 0 
7feb64000000-7feb64021000 rw-p 00000000 00:00 0 
7feb64021000-7feb68000000 ---p 00000000 00:00 0 
7feb68000000-7feb68001000 r--s 00000000 103:03 1457823                   /var/cache/fontconfig/4eb9e21dd6936b7b98363d4451c683ba-le64.cache-8
7feb68001000-7feb68002000 r--s 00000000 103:03 1457819                   /var/cache/fontconfig/368fa95149f802781d9fe09dd70df774-le64.cache-8
7feb68002000-7feb68003000 r--s 00000000 103:03 1457816                   /var/cache/fontconfig/3e395066351ed9120fdeab8de740c15c-le64.cache-8
7feb68003000-7feb68007000 r--p 00000000 103:03 1322090                   /usr/lib/libXext.so.6.4.0
7feb68007000-7feb68012000 r-xp 00004000 103:03 1322090                   /usr/lib/libXext.so.6.4.0
7feb68012000-7feb68016000 r--p 0000f000 103:03 1322090                   /usr/lib/libXext.so.6.4.0
7feb68016000-7feb68017000 r--p 00012000 103:03 1322090                   /usr/lib/libXext.so.6.4.0
7feb68017000-7feb68018000 rw-p 00013000 103:03 1322090                   /usr/lib/libXext.so.6.4.0
7feb68018000-7feb6801b000 r--p 00000000 103:03 1357439                   /usr/lib/libresolv.so.2
7feb6801b000-7feb68023000 r-xp 00003000 103:03 1357439                   /usr/lib/libresolv.so.2
7feb68023000-7feb68025000 r--p 0000b000 103:03 1357439                   /usr/lib/libresolv.so.2
7feb68025000-7feb68026000 ---p 0000d000 103:03 1357439                   /usr/lib/libresolv.so.2
7feb68026000-7feb68027000 r--p 0000d000 103:03 1357439                   /usr/lib/libresolv.so.2
7feb68027000-7feb68028000 rw-p 0000e000 103:03 1357439                   /usr/lib/libresolv.so.2
7feb68028000-7feb6802a000 rw-p 00000000 00:00 0 
7feb6802a000-7feb6802b000 ---p 00000000 00:00 0 
7feb6802b000-7feb681ad000 rw-p 00000000 00:00 0 
7feb681ad000-7feb681ae000 ---p 00000000 00:00 0 
7feb681ae000-7feb682af000 rw-p 00000000 00:00 0 
7feb682af000-7feb682b0000 ---p 00000000 00:00 0 
7feb682b0000-7feb6b5ea000 rw-p 00000000 00:00 0 
7feb6b5ea000-7feb72712000 ---p 00000000 00:00 0 
7feb72712000-7feb73042000 rw-p 00000000 00:00 0 
7feb73042000-7feb7a16a000 ---p 00000000 00:00 0 
7feb7a16a000-7feb7a290000 rw-p 00000000 00:00 0 
7feb7a290000-7feb7b0b5000 ---p 00000000 00:00 0 
7feb7b0b5000-7feb7b1db000 rw-p 00000000 00:00 0 
7feb7b1db000-7feb7c000000 ---p 00000000 00:00 0 
7feb7c000000-7feb7c021000 rw-p 00000000 00:00 0 
7feb7c021000-7feb80000000 ---p 00000000 00:00 0 
7feb80000000-7feb80002000 r--s 00000000 103:03 1457812                   /var/cache/fontconfig/2a7290bce728f2ff6f7c2adb10238c68-le64.cache-8
7feb80002000-7feb80004000 r--p 00000000 103:03 1322092                   /usr/lib/libXrender.so.1.3.0
7feb80004000-7feb8000b000 r-xp 00002000 103:03 1322092                   /usr/lib/libXrender.so.1.3.0
7feb8000b000-7feb8000d000 r--p 00009000 103:03 1322092                   /usr/lib/libXrender.so.1.3.0
7feb8000d000-7feb8000e000 r--p 0000a000 103:03 1322092                   /usr/lib/libXrender.so.1.3.0
7feb8000e000-7feb8000f000 rw-p 0000b000 103:03 1322092                   /usr/lib/libXrender.so.1.3.0
7feb8000f000-7feb80010000 r--p 00000000 103:03 1328492                   /usr/lib/libnss_mdns4_minimal.so.2
7feb80010000-7feb80012000 r-xp 00001000 103:03 1328492                   /usr/lib/libnss_mdns4_minimal.so.2
7feb80012000-7feb80013000 r--p 00003000 103:03 1328492                   /usr/lib/libnss_mdns4_minimal.so.2
7feb80013000-7feb80014000 r--p 00003000 103:03 1328492                   /usr/lib/libnss_mdns4_minimal.so.2
7feb80014000-7feb80015000 rw-p 00004000 103:03 1328492                   /usr/lib/libnss_mdns4_minimal.so.2
7feb80015000-7feb80019000 ---p 00000000 00:00 0 
7feb80019000-7feb80496000 rw-p 00000000 00:00 0 
7feb80496000-7feb80497000 ---p 00000000 00:00 0 
7feb80497000-7feb80598000 rw-p 00000000 00:00 0 
7feb80598000-7feb80599000 ---p 00000000 00:00 0 
7feb80599000-7feb80811000 rw-p 00000000 00:00 0 
7feb80811000-7feb80be1000 rwxp 00000000 00:00 0 
7feb80be1000-7feb80f50000 ---p 00000000 00:00 0 
7feb80f50000-7feb83cb0000 rwxp 00000000 00:00 0 
7feb83cb0000-7feb883b0000 ---p 00000000 00:00 0 
7feb883b0000-7feb89910000 rwxp 00000000 00:00 0 
7feb89910000-7feb8f811000 ---p 00000000 00:00 0 
7feb8f811000-7feb98000000 r--s 00000000 103:03 1331013                   /usr/lib/jvm/java-11-openjdk/lib/modules
7feb98000000-7feb9b169000 rw-p 00000000 00:00 0 
7feb9b169000-7feb9c000000 ---p 00000000 00:00 0 
7feb9c000000-7feb9c003000 r--s 00000000 103:03 1458324                   /var/cache/fontconfig/6ba42ae0000f58711b5caaf10d690066-le64.cache-8
7feb9c003000-7feb9c006000 r--p 00000000 103:03 1384240                   /usr/lib/libcap.so.2.65
7feb9c006000-7feb9c00b000 r-xp 00003000 103:03 1384240                   /usr/lib/libcap.so.2.65
7feb9c00b000-7feb9c00d000 r--p 00008000 103:03 1384240                   /usr/lib/libcap.so.2.65
7feb9c00d000-7feb9c00e000 r--p 00009000 103:03 1384240                   /usr/lib/libcap.so.2.65
7feb9c00e000-7feb9c00f000 rw-p 0000a000 103:03 1384240                   /usr/lib/libcap.so.2.65
7feb9c00f000-7feb9c013000 r--p 00000000 103:03 1330996                   /usr/lib/jvm/java-11-openjdk/lib/libnet.so
7feb9c013000-7feb9c021000 r-xp 00004000 103:03 1330996                   /usr/lib/jvm/java-11-openjdk/lib/libnet.so
7feb9c021000-7feb9c025000 r--p 00012000 103:03 1330996                   /usr/lib/jvm/java-11-openjdk/lib/libnet.so
7feb9c025000-7feb9c026000 r--p 00015000 103:03 1330996                   /usr/lib/jvm/java-11-openjdk/lib/libnet.so
7feb9c026000-7feb9c027000 rw-p 00016000 103:03 1330996                   /usr/lib/jvm/java-11-openjdk/lib/libnet.so
7feb9c027000-7feb9c02e000 r--p 00000000 103:03 1330998                   /usr/lib/jvm/java-11-openjdk/lib/libnio.so
7feb9c02e000-7feb9c035000 r-xp 00007000 103:03 1330998                   /usr/lib/jvm/java-11-openjdk/lib/libnio.so
7feb9c035000-7feb9c038000 r--p 0000e000 103:03 1330998                   /usr/lib/jvm/java-11-openjdk/lib/libnio.so
7feb9c038000-7feb9c039000 r--p 00010000 103:03 1330998                   /usr/lib/jvm/java-11-openjdk/lib/libnio.so
7feb9c039000-7feb9c03a000 rw-p 00011000 103:03 1330998                   /usr/lib/jvm/java-11-openjdk/lib/libnio.so
7feb9c03a000-7feb9c160000 rw-p 00000000 00:00 0 
7feb9c160000-7feb9cf85000 ---p 00000000 00:00 0 
7feb9cf85000-7feb9dcd0000 rw-p 00000000 00:00 0 
7feb9dcd0000-7feb9dcd1000 ---p 00000000 00:00 0 
7feb9dcd1000-7feb9ddfd000 rw-p 00000000 00:00 0 
7feb9ddfd000-7feb9debb000 ---p 00000000 00:00 0 
7feb9debb000-7feb9df16000 rw-p 00000000 00:00 0 
7feb9df16000-7feb9dfa4000 ---p 00000000 00:00 0 
7feb9dfa4000-7feb9dfac000 rw-p 00000000 00:00 0 
7feb9dfac000-7feb9dfb3000 ---p 00000000 00:00 0 
7feb9dfb3000-7feb9dfc1000 r--p 00000000 103:03 1330976                   /usr/lib/jvm/java-11-openjdk/lib/libjava.so
7feb9dfc1000-7feb9dfd7000 r-xp 0000e000 103:03 1330976                   /usr/lib/jvm/java-11-openjdk/lib/libjava.so
7feb9dfd7000-7feb9dfdd000 r--p 00024000 103:03 1330976                   /usr/lib/jvm/java-11-openjdk/lib/libjava.so
7feb9dfdd000-7feb9dfde000 ---p 0002a000 103:03 1330976                   /usr/lib/jvm/java-11-openjdk/lib/libjava.so
7feb9dfde000-7feb9dfdf000 r--p 0002a000 103:03 1330976                   /usr/lib/jvm/java-11-openjdk/lib/libjava.so
7feb9dfdf000-7feb9dfe0000 rw-p 0002b000 103:03 1330976                   /usr/lib/jvm/java-11-openjdk/lib/libjava.so
7feb9dfe0000-7feb9dfe1000 rw-p 00000000 00:00 0 
7feb9dfe1000-7feb9dfe2000 r--p 00000000 103:03 1357441                   /usr/lib/librt.so.1
7feb9dfe2000-7feb9dfe3000 r-xp 00001000 103:03 1357441                   /usr/lib/librt.so.1
7feb9dfe3000-7feb9dfe4000 r--p 00002000 103:03 1357441                   /usr/lib/librt.so.1
7feb9dfe4000-7feb9dfe5000 r--p 00002000 103:03 1357441                   /usr/lib/librt.so.1
7feb9dfe5000-7feb9dfe6000 rw-p 00003000 103:03 1357441                   /usr/lib/librt.so.1
7feb9dfe6000-7feb9dfea000 ---p 00000000 00:00 0 
7feb9dfea000-7feb9e0e6000 rw-p 00000000 00:00 0 
7feb9e0e6000-7feb9e0e9000 r--p 00000000 103:03 1315670                   /usr/lib/libgcc_s.so.1
7feb9e0e9000-7feb9e100000 r-xp 00003000 103:03 1315670                   /usr/lib/libgcc_s.so.1
7feb9e100000-7feb9e104000 r--p 0001a000 103:03 1315670                   /usr/lib/libgcc_s.so.1
7feb9e104000-7feb9e105000 r--p 0001d000 103:03 1315670                   /usr/lib/libgcc_s.so.1
7feb9e105000-7feb9e106000 rw-p 0001e000 103:03 1315670                   /usr/lib/libgcc_s.so.1
7feb9e106000-7feb9e114000 r--p 00000000 103:03 1357416                   /usr/lib/libm.so.6
7feb9e114000-7feb9e18e000 r-xp 0000e000 103:03 1357416                   /usr/lib/libm.so.6
7feb9e18e000-7feb9e1ea000 r--p 00088000 103:03 1357416                   /usr/lib/libm.so.6
7feb9e1ea000-7feb9e1eb000 r--p 000e3000 103:03 1357416                   /usr/lib/libm.so.6
7feb9e1eb000-7feb9e1ec000 rw-p 000e4000 103:03 1357416                   /usr/lib/libm.so.6
7feb9e1ec000-7feb9e285000 r--p 00000000 103:03 1413279                   /usr/lib/libstdc++.so.6.0.30
7feb9e285000-7feb9e39b000 r-xp 00099000 103:03 1413279                   /usr/lib/libstdc++.so.6.0.30
7feb9e39b000-7feb9e412000 r--p 001af000 103:03 1413279                   /usr/lib/libstdc++.so.6.0.30
7feb9e412000-7feb9e41f000 r--p 00225000 103:03 1413279                   /usr/lib/libstdc++.so.6.0.30
7feb9e41f000-7feb9e420000 rw-p 00232000 103:03 1413279                   /usr/lib/libstdc++.so.6.0.30
7feb9e420000-7feb9e423000 rw-p 00000000 00:00 0 
7feb9e423000-7feb9e6a7000 r--p 00000000 103:03 1331023                   /usr/lib/jvm/java-11-openjdk/lib/server/libjvm.so
7feb9e6a7000-7feb9f3c0000 r-xp 00284000 103:03 1331023                   /usr/lib/jvm/java-11-openjdk/lib/server/libjvm.so
7feb9f3c0000-7feb9f6c6000 r--p 00f9d000 103:03 1331023                   /usr/lib/jvm/java-11-openjdk/lib/server/libjvm.so
7feb9f6c6000-7feb9f6c7000 ---p 012a3000 103:03 1331023                   /usr/lib/jvm/java-11-openjdk/lib/server/libjvm.so
7feb9f6c7000-7feb9f78b000 r--p 012a3000 103:03 1331023                   /usr/lib/jvm/java-11-openjdk/lib/server/libjvm.so
7feb9f78b000-7feb9f7c6000 rw-p 01367000 103:03 1331023                   /usr/lib/jvm/java-11-openjdk/lib/server/libjvm.so
7feb9f7c6000-7feb9f81f000 rw-p 00000000 00:00 0 
7feb9f81f000-7feb9f822000 r--p 00000000 103:03 1312666                   /usr/lib/libz.so.1.2.12
7feb9f822000-7feb9f830000 r-xp 00003000 103:03 1312666                   /usr/lib/libz.so.1.2.12
7feb9f830000-7feb9f837000 r--p 00011000 103:03 1312666                   /usr/lib/libz.so.1.2.12
7feb9f837000-7feb9f838000 r--p 00017000 103:03 1312666                   /usr/lib/libz.so.1.2.12
7feb9f838000-7feb9f839000 rw-p 00018000 103:03 1312666                   /usr/lib/libz.so.1.2.12
7feb9f839000-7feb9f85b000 r--p 00000000 103:03 1357404                   /usr/lib/libc.so.6
7feb9f85b000-7feb9f9b6000 r-xp 00022000 103:03 1357404                   /usr/lib/libc.so.6
7feb9f9b6000-7feb9fa09000 r--p 0017d000 103:03 1357404                   /usr/lib/libc.so.6
7feb9fa09000-7feb9fa0a000 ---p 001d0000 103:03 1357404                   /usr/lib/libc.so.6
7feb9fa0a000-7feb9fa0e000 r--p 001d0000 103:03 1357404                   /usr/lib/libc.so.6
7feb9fa0e000-7feb9fa10000 rw-p 001d4000 103:03 1357404                   /usr/lib/libc.so.6
7feb9fa10000-7feb9fa1d000 rw-p 00000000 00:00 0 
7feb9fa1d000-7feb9fa1e000 r--s 00000000 103:03 1457814                   /var/cache/fontconfig/8734b660cb530c89fa5782b307430656-le64.cache-8
7feb9fa1e000-7feb9fa1f000 r--s 00000000 103:03 1457803                   /var/cache/fontconfig/15d4e7e6b2998a97bbb1527ed6ed8497-le64.cache-8
7feb9fa1f000-7feb9fa20000 r--s 00000000 103:03 1458322                   /var/cache/fontconfig/8cbc924a075793ba6865a026d7cdffa1-le64.cache-8
7feb9fa20000-7feb9fa21000 r--p 00000000 103:04 1317535                   /home/MyName/.config/dconf/user
7feb9fa21000-7feb9fa23000 r--p 00000000 103:03 1331012                   /usr/lib/jvm/java-11-openjdk/lib/libzip.so
7feb9fa23000-7feb9fa27000 r-xp 00002000 103:03 1331012                   /usr/lib/jvm/java-11-openjdk/lib/libzip.so
7feb9fa27000-7feb9fa29000 r--p 00006000 103:03 1331012                   /usr/lib/jvm/java-11-openjdk/lib/libzip.so
7feb9fa29000-7feb9fa2a000 r--p 00007000 103:03 1331012                   /usr/lib/jvm/java-11-openjdk/lib/libzip.so
7feb9fa2a000-7feb9fa2b000 rw-p 00008000 103:03 1331012                   /usr/lib/jvm/java-11-openjdk/lib/libzip.so
7feb9fa2b000-7feb9fa33000 rw-s 00000000 00:23 463                        /tmp/hsperfdata_MyName/14888
7feb9fa33000-7feb9fa34000 ---p 00000000 00:00 0 
7feb9fa34000-7feb9fa35000 r--p 00000000 00:00 0 
7feb9fa35000-7feb9fa37000 r--p 00000000 103:03 1330982                   /usr/lib/jvm/java-11-openjdk/lib/libjimage.so
7feb9fa37000-7feb9fa3a000 r-xp 00002000 103:03 1330982                   /usr/lib/jvm/java-11-openjdk/lib/libjimage.so
7feb9fa3a000-7feb9fa3b000 r--p 00005000 103:03 1330982                   /usr/lib/jvm/java-11-openjdk/lib/libjimage.so
7feb9fa3b000-7feb9fa3c000 ---p 00006000 103:03 1330982                   /usr/lib/jvm/java-11-openjdk/lib/libjimage.so
7feb9fa3c000-7feb9fa3d000 r--p 00006000 103:03 1330982                   /usr/lib/jvm/java-11-openjdk/lib/libjimage.so
7feb9fa3d000-7feb9fa3e000 rw-p 00007000 103:03 1330982                   /usr/lib/jvm/java-11-openjdk/lib/libjimage.so
7feb9fa3e000-7feb9fa43000 r--p 00000000 103:03 1331010                   /usr/lib/jvm/java-11-openjdk/lib/libverify.so
7feb9fa43000-7feb9fa4a000 r-xp 00005000 103:03 1331010                   /usr/lib/jvm/java-11-openjdk/lib/libverify.so
7feb9fa4a000-7feb9fa4c000 r--p 0000c000 103:03 1331010                   /usr/lib/jvm/java-11-openjdk/lib/libverify.so
7feb9fa4c000-7feb9fa4e000 r--p 0000d000 103:03 1331010                   /usr/lib/jvm/java-11-openjdk/lib/libverify.so
7feb9fa4e000-7feb9fa4f000 rw-p 0000f000 103:03 1331010                   /usr/lib/jvm/java-11-openjdk/lib/libverify.so
7feb9fa4f000-7feb9fa52000 r--p 00000000 103:03 1330950                   /usr/lib/jvm/java-11-openjdk/lib/jli/libjli.so
7feb9fa52000-7feb9fa5c000 r-xp 00003000 103:03 1330950                   /usr/lib/jvm/java-11-openjdk/lib/jli/libjli.so
7feb9fa5c000-7feb9fa5f000 r--p 0000d000 103:03 1330950                   /usr/lib/jvm/java-11-openjdk/lib/jli/libjli.so
7feb9fa5f000-7feb9fa60000 ---p 00010000 103:03 1330950                   /usr/lib/jvm/java-11-openjdk/lib/jli/libjli.so
7feb9fa60000-7feb9fa61000 r--p 00010000 103:03 1330950                   /usr/lib/jvm/java-11-openjdk/lib/jli/libjli.so
7feb9fa61000-7feb9fa62000 rw-p 00011000 103:03 1330950                   /usr/lib/jvm/java-11-openjdk/lib/jli/libjli.so
7feb9fa62000-7feb9fa64000 rw-p 00000000 00:00 0 
7feb9fa64000-7feb9fa65000 r--p 00000000 103:03 1357393                   /usr/lib/ld-linux-x86-64.so.2
7feb9fa65000-7feb9fa8b000 r-xp 00001000 103:03 1357393                   /usr/lib/ld-linux-x86-64.so.2
7feb9fa8b000-7feb9fa95000 r--p 00027000 103:03 1357393                   /usr/lib/ld-linux-x86-64.so.2
7feb9fa95000-7feb9fa96000 r--s 00000000 00:32 502                        /run/user/1000/dconf/user
7feb9fa96000-7feb9fa98000 r--p 00031000 103:03 1357393                   /usr/lib/ld-linux-x86-64.so.2
7feb9fa98000-7feb9fa9a000 rw-p 00033000 103:03 1357393                   /usr/lib/ld-linux-x86-64.so.2
7fff64075000-7fff64096000 rw-p 00000000 00:00 0                          [stack]
7fff641f2000-7fff641f6000 r--p 00000000 00:00 0                          [vvar]
7fff641f6000-7fff641f8000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


VM Arguments:
jvm_args: -Dawt.useSystemAAFontSettings=gasp 
java_command: /mnt/Daten/josm-custom22160.jar --debug
java_class_path (initial): /mnt/Daten/josm-custom22160.jar
Launcher Type: SUN_STANDARD

[Global flags]
     intx CICompilerCount                          = 12                                        {product} {ergonomic}
     uint ConcGCThreads                            = 3                                         {product} {ergonomic}
     uint G1ConcRefinementThreads                  = 13                                        {product} {ergonomic}
   size_t G1HeapRegionSize                         = 2097152                                   {product} {ergonomic}
    uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
   size_t InitialHeapSize                          = 513802240                                 {product} {ergonomic}
   size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}
   size_t MaxHeapSize                              = 8210350080                                {product} {ergonomic}
   size_t MaxNewSize                               = 4926210048                                {product} {ergonomic}
   size_t MinHeapDeltaBytes                        = 2097152                                   {product} {ergonomic}
    uintx NonNMethodCodeHeapSize                   = 7594288                                {pd product} {ergonomic}
    uintx NonProfiledCodeHeapSize                  = 122031976                              {pd product} {ergonomic}
    uintx ProfiledCodeHeapSize                     = 122031976                              {pd product} {ergonomic}
    uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
     bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
     bool UseCompressedClassPointers               = true                                 {lp64_product} {ergonomic}
     bool UseCompressedOops                        = true                                 {lp64_product} {ergonomic}
     bool UseG1GC                                  = true                                      {product} {ergonomic}

Logging:
Log output configuration:
 #0: stdout all=warning uptime,level,tags
 #1: stderr all=off uptime,level,tags

Environment Variables:
_JAVA_OPTIONS=-Dawt.useSystemAAFontSettings=gasp
PATH=/home/MyName/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin
SHELL=/bin/bash
DISPLAY=:0
LANG=de_DE.UTF-8

Signal Handlers:
SIGSEGV: [libjvm.so+0xf21ed0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xf21ed0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0xf21ed0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: SIG_IGN, sa_mask[0]=00000000000010000000000000000000, sa_flags=SA_RESTART
SIGXFSZ: [libjvm.so+0xc84460], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0xf21ed0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR2: [libjvm.so+0xc84300], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0xc84bc0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0xc84bc0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0xc84bc0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0xc84bc0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO


---------------  S Y S T E M  ---------------

OS:DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=21.3.6
DISTRIB_CODENAME=Ruah
DISTRIB_DESCRIPTION="Manjaro Linux"
uname:Linux 5.15.59-1-MANJARO #1 SMP PREEMPT Wed Aug 3 11:20:04 UTC 2022 x86_64
OS uptime: 0 days 12:13 hours
libc:glibc 2.36 NPTL 2.36 
rlimit (soft/hard): STACK 8192k/infinity , CORE infinity/infinity , NPROC 125215/125215 , NOFILE 524288/524288 , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK 8192k/8192k
load average:1,03 1,76 4,93

/proc/meminfo:
MemTotal:       32070776 kB
MemFree:          792072 kB
MemAvailable:   24567012 kB
Buffers:          194908 kB
Cached:         23611272 kB
SwapCached:        36700 kB
Active:         13130128 kB
Inactive:       16499004 kB
Active(anon):      94580 kB
Inactive(anon):  5956900 kB
Active(file):   13035548 kB
Inactive(file): 10542104 kB
Unevictable:        1024 kB
Mlocked:            1024 kB
SwapTotal:      67108860 kB
SwapFree:       67058636 kB
Dirty:               708 kB
Writeback:             0 kB
AnonPages:       5787496 kB
Mapped:          1006132 kB
Shmem:            228516 kB
KReclaimable:     656788 kB
Slab:             860224 kB
SReclaimable:     656788 kB
SUnreclaim:       203436 kB
KernelStack:       24048 kB
PageTables:        55320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83144248 kB
Committed_AS:   19846956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:       95468 kB
VmallocChunk:          0 kB
Percpu:            12864 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1114172 kB
DirectMap2M:    27435008 kB
DirectMap1G:     5242880 kB

/sys/kernel/mm/transparent_hugepage/enabled:
always [madvise] never
/sys/kernel/mm/transparent_hugepage/defrag (defrag/compaction efforts parameter):
always defer defer+madvise [madvise] never

Process Memory:
Virtual Size: 18085728K (peak: 18085928K)
Resident Set Size: 1084348K (peak: 1096148K) (anon: 1037500K, file: 40384K, shmem: 6464K)
Swapped out: 0K
C-Heap outstanding allocations: 159939K, retained: 152648K
glibc malloc tunables: (default)

/proc/sys/kernel/threads-max (system-wide limit on the number of threads):
250430
/proc/sys/vm/max_map_count (maximum number of memory map areas a process may have):
65530
/proc/sys/kernel/pid_max (system-wide limit on number of process identifiers):
4194304

container (cgroup) information:
container_type: cgroupv2
cpu_cpuset_cpus: not supported
cpu_memory_nodes: not supported
active_processor_count: 16
cpu_quota: not supported
cpu_period: not supported
cpu_shares: not supported
memory_limit_in_bytes: unlimited
memory_and_swap_limit_in_bytes: unlimited
memory_soft_limit_in_bytes: unlimited
memory_usage_in_bytes: 1196257280
memory_max_usage_in_bytes: not supported

Steal ticks since vm start: 0
Steal ticks percentage since vm start:  0,000

CPU:total 16 (initial active 16) (16 cores per cpu, 2 threads per core) family 23 model 96 stepping 1 microcode 0x8600106, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, mmxext, 3dnowpref, lzcnt, sse4a, ht, tsc, tscinvbit, tscinv, bmi1, bmi2, adx, sha, fma
CPU Model and flags from /proc/cpuinfo:
model name	: AMD Ryzen 7 PRO 4750U with Radeon Graphics
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca
Online cpus:
0-15
Offline cpus:

BIOS frequency limitation:
1700000
Frequency switch latency (ns):
0
Available cpu frequencies:
1700000 1600000 1400000 
Current governor:
schedutil
Core performance/turbo boost:
1

Memory: 4k page, physical 32070776k(792072k free), swap 67108860k(67058636k free)

vm_info: OpenJDK 64-Bit Server VM (11.0.16+8) for linux-amd64 JRE (11.0.16+8), built on Jul 20 2022 13:10:16 by "builduser" with gcc 12.1.0

END.
Last edited 3 years ago by MichaelFS (previous) (diff)

in reply to:  74 ; comment:75 by taylor.smock, 3 years ago

Thanks. That looks like a different issue. It is occurring in org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.apply(Lorg/openstreetmap/josm/gui/mappaint/MultiCascade;Lorg/openstreetmap/josm/data/osm/IPrimitive;DZ)V (317 bytes) @ 0x00007feb898dea49 [0x00007feb898de9c0+0x0000000000000089] which was not touched by the patch. That code was actually last touched in March 2020, so it is highly unlikely it is the problem.

It is more likely due to receiving a SIGSEGV signal

# SIGSEGV (0xb) at pc=0x00007feb898dea49, pid=14888, tid=23818

This is due to attempting to access restricted memory. This is probably a java bug, not a JOSM bug -- we do not directly access or modify memory.

Identification: JOSM/1.5 (18499 SVN de) Linux Manjaro Linux
Memory Usage: 588 MB / 7830 MB (450 MB allocated, but free)
Java version: 11.0.16+8, Oracle Corporation, OpenJDK 64-Bit Server VM

Looking at the Manjaro JDK packages ( https://packages.manjaro.org/?query=openjdk ), it looks like they updated them today. I don't know if the Manjaro JDK packages report themselves as Oracle Corporation, but that is most likely the problem. You can try (a) downgrading to the last known working Java version, (b) moving to a different java version (i.e. Java 11 -> Java 17), (c) reinstalling java (maybe something got corrupted on disk?), etc.

comment:76 by taylor.smock, 3 years ago

I'm going to put one last call out for anyone seeing duplicates with the patch. I'll apply the patch Thursday, if I don't forget. (AKA, ping me if I forget).

in reply to:  75 comment:77 by MichaelFS, 3 years ago

Replying to taylor.smock:
Thank you for your intensive research:
... > > Identification: JOSM/1.5 (18499 SVN de) Linux Manjaro Linux

Memory Usage: 588 MB / 7830 MB (450 MB allocated, but free)
Java version: 11.0.16+8, Oracle Corporation, OpenJDK 64-Bit Server VM

Looking at the Manjaro JDK packages ( https://packages.manjaro.org/?query=openjdk ), it looks like they updated them today. I don't know if the Manjaro JDK packages report themselves as Oracle Corporation, but that is most likely the problem. You can try (a) downgrading to the last known working Java version, (b) moving to a different java version (i.e. Java 11 -> Java 17), (c) reinstalling java (maybe something got corrupted on disk?), etc.

I will run the patched JOSM today with JAVA18, which I have already installed. In case of issues I'll report it here. On the other hand the crashes are very rarely. Good to know, that this is not in relation with "SocketException: Unexpected end of file from server".

comment:78 by taylor.smock, 3 years ago

Resolution: fixed
Status: reopenedclosed

In 18532/josm:

Fix #22160: Retry on SocketException: Unexpected end of file from server

This allows additional exceptions to force a retry. Specifically, the
following subclasses of SocketException were considered:

  • BindException -- shouldn't be thrown, "Signals that an error occurred

while attempting to bind a socket to a local address and port. Typically,
the port is in use, or the requested local address could not be assigned."
This will be raised if it is ever encountered.

  • ConnectException-- replacing that here, "Signals that an error occurred

while attempting to connect a socket to a remote address and port.
Typically, the connection was refused remotely (e.g., no process is
listening on the remote address/port)."

  • ConnectionResetException -- "Thrown to indicate a connection reset"

This seems to be a Java internal class. It is rethrown.

  • NoRouteToHostException -- "Signals that an error occurred while attempting

to connect a socket to a remote address and port. Typically, the remote
host cannot be reached because of an intervening firewall, or if an
intermediate router is down."

  • PortUnreachableException -- "Signals that an ICMP Port Unreachable message

has been received on a connected datagram."

SocketException is only thrown in one location in the JDK source code, but
just in case someone decided to throw the exception in a library, we
additionally check that the message matches that from the JDK source. This is,
unfortunately, a bit more fragile than it should be.

comment:79 by MichaelFS, 3 years ago

Thank you very much! I appreciate your engagement.
Btw.: Using the patched version with JAVA18 the last days I had no issue and no crash of JOSM.

comment:80 by chris66, 3 years ago

What's the status, is the patch included in latest?

in reply to:  80 comment:81 by taylor.smock, 3 years ago

Replying to chris66:

What's the status, is the patch included in latest?

Yes. As of r18532, it is in JOSM core. Current latest is r18539.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.