-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConsenSys teku #584
Comments
@AntoBrajkovic Java 16 is no longer supported, you can try our latest 17.0.4.1 |
tried it, still fails contextotna@ethValidator:~$ sudo docker run --network="host" -p 9000:9000/tcp -p 9000:9000/udp -p 30304:30303/tcp -p 30304:30303/udp -p 5051:5051 --user 1000:1000 --mount type=bind,source=/home/otna/.local/share/teku,target=/var/lib/teku consensys/teku:latest --data-base-path=/var/lib/teku --ee-endpoint=http://localhost:8551 --ee-jwt-secret-file=/var/lib/teku/token.txt A fatal error has been detected by the Java Runtime Environment:SIGSEGV (0xb) at pc=0x00007f294a1fbe06, pid=1, tid=125JRE version: OpenJDK Runtime Environment Temurin-17.0.4.1+1 (17.0.4.1+1) (build 17.0.4.1+1)Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.4.1+1 (17.0.4.1+1, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)Problematic frame:J 5360 c2 tech.pegasys.teku.spec.logic.common.statetransition.epoch.status.AbstractValidatorStatusFactory$$Lambda$758+0x0000000800572dc8.apply(Ljava/lang/Object;)Ljava/lang/Object; (20 bytes) @ 0x00007f294a1fbe06 [0x00007f294a1fbc60+0x00000000000001a6]Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /opt/teku/core.1)An error report file with more information is saved as:/opt/teku/hs_err_pid1.logIf you would like to submit a bug report, please visit:https://github.com/adoptium/adoptium-support/issues[error occurred during error reporting (), id 0xb, SIGSEGV (0xb) at pc=0x00007f295bd38941] |
@AntoBrajkovic are you able to send us / upload the |
I got bogged down by work.My RAM was faulty. Will give you an update if it was only RAM, in the next few days when I get around to it, |
I got the same error with Trino w/JDK 17 and also 19.0.1
|
@metalshanked Can you send the core dump and/or log file? |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
Question
I am running ConsenSys teku it fails to sync throwing the error bellow. Is it related to the library or teku/I am asking here since it says to report the bug here. Sorry if i am at the wrong address
Context
otna@ethValidator:~/teku/teku-22.9.0$ sudo docker run --network="host" -p 9000:9000/tcp -p 9000:9000/udp -p 30304:30303/tcp -p 30304:30303/udp -p 5051:5051 --user 1000:1000 --mount type=bind,source=/home/otna/.local/share/teku,target=/var/lib/teku consensys/teku:22.9.0-jdk16 --data-base-path=/var/lib/teku --ee-endpoint=http://localhost:8551 --ee-jwt-secret-file=/var/lib/teku/token.txt
WARNING: Published ports are discarded when using host network mode
2022-09-15 21:29:00,804 main INFO Configuring logging for destination: console and file
2022-09-15 21:29:00,809 main INFO Logging file location: /var/lib/teku/logs/teku.log
2022-09-15 21:29:00,809 main INFO Logging includes events: true
2022-09-15 21:29:00,809 main INFO Logging includes validator duties: true
2022-09-15 21:29:00,809 main INFO Logging includes color: true
2022-09-15 21:29:00,863 main INFO Include P2P warnings set to: false
21:29:01.224 INFO - Teku version: teku/v22.9.0/linux-x86_64/-eclipsefoundation-openjdk64bitservervm-java-16
21:29:01.227 INFO - This software is licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
21:29:01.420 INFO - Storing beacon chain data in: /var/lib/teku/beacon
21:29:01.422 INFO - Loading 0 validator keys...
21:29:01.424 INFO - Loaded 0 Validators:
21:29:01.444 INFO - Using optimized BLST library
21:29:01.565 INFO - Initializing storage
21:29:02.196 INFO - Storage initialization complete
21:29:03.048 INFO - Loading generated p2p private key from: generated-node-key
21:29:03.270 INFO - PreGenesis Local ENR: enr:-Iu4QER380mIeK6bmZYIRDYblM1Z7SGcwBWdw8LRN0MGfvIdaTTu7bqnmMU9-eLGcAEuLgebBAMiqcQCZK8R_-NwfABZhGV0aDKQ9aX9QgAAAAD__________4JpZIJ2NIlzZWNwMjU2azGhAsYIJXwNlu4HItcK4CyvxKwNVXfDOn8u3MB1bxFj7yim
21:29:03.434 INFO - Listening for connections on: /ip4/127.0.1.1/tcp/9000/p2p/16Uiu2HAm8khufnK6dQLfuN1uye4rf4ShTd8NcvdnP2uCZJm5amnV
21:29:03.472 INFO - Syncing *** Target slot: 4704443, Head slot: 296625, Remaining slots: 4407818, Connected peers: 0
21:29:03.506 INFO - Local ENR: enr:-Iu4QPo5uKkNi53vLw3rx8MDbuZfcNVHdliWjH8UWipf56E_JPUUYCdDlaZy_XKNqgzrLwSx5Hzknn6TWHbKYax1nIxahGV0aDKQSibFiwIAAAD__________4JpZIJ2NIlzZWNwMjU2azGhAsYIJXwNlu4HItcK4CyvxKwNVXfDOn8u3MB1bxFj7yim
21:29:03.543 INFO - Loading deposits up to Eth1 block 0
21:29:11.459 INFO - Syncing *** Target slot: 4704444, Head slot: 296625, Remaining slots: 4407819, Connected peers: 0
21:29:23.458 INFO - Syncing *** Target slot: 4704445, Head slot: 296625, Remaining slots: 4407820, Connected peers: 0
21:29:35.454 INFO - Syncing *** Target slot: 4704446, Head slot: 296625, Remaining slots: 4407821, Connected peers: 0
21:29:46.219 INFO - Syncing started
21:29:47.454 INFO - Syncing *** Target slot: 4704447, Head slot: 296625, Remaining slots: 4407822, Connected peers: 1
21:29:47.954 INFO - Epoch Event *** Epoch: 147014, Justified checkpoint: 9268, Finalized checkpoint: 9267, Finalized root: 744151ad281ee9b3690c69524fff49d53562111892bf8fb5cd21347945297da4
21:29:59.507 INFO - Syncing *** Target slot: 4704448, Head slot: 296922, Remaining slots: 4407526, Connected peers: 1
21:30:03.482 INFO - Execution Client is online
21:30:11.486 INFO - Syncing *** Target slot: 4704449, Head slot: 296944, Remaining slots: 4407505, Connected peers: 1
21:30:23.494 INFO - Syncing *** Target slot: 4704450, Head slot: 297214, Remaining slots: 4407236, Connected peers: 4
21:30:35.578 INFO - Syncing *** Target slot: 4704451, Head slot: 297591, Remaining slots: 4406860, Connected peers: 4
21:30:47.493 INFO - Syncing *** Target slot: 4704452, Head slot: 297972, Remaining slots: 4406480, Connected peers: 2
21:30:59.522 INFO - Syncing *** Target slot: 4704453, Head slot: 298094, Remaining slots: 4406359, Connected peers: 2
21:31:11.454 INFO - Syncing *** Target slot: 4704454, Head slot: 298094, Remaining slots: 4406360, Connected peers: 2
21:31:23.508 INFO - Syncing *** Target slot: 4704455, Head slot: 298303, Remaining slots: 4406152, Connected peers: 5
21:31:35.504 INFO - Syncing *** Target slot: 4704456, Head slot: 298494, Remaining slots: 4405962, Connected peers: 4
21:31:47.501 INFO - Syncing *** Target slot: 4704457, Head slot: 298534, Remaining slots: 4405923, Connected peers: 2
21:31:59.508 INFO - Syncing *** Target slot: 4704458, Head slot: 298909, Remaining slots: 4405549, Connected peers: 2
21:32:11.492 INFO - Syncing *** Target slot: 4704459, Head slot: 298944, Remaining slots: 4405515, Connected peers: 7
21:32:23.511 INFO - Syncing *** Target slot: 4704460, Head slot: 299136, Remaining slots: 4405324, Connected peers: 7
21:32:35.494 INFO - Syncing *** Target slot: 4704461, Head slot: 299520, Remaining slots: 4404941, Connected peers: 10
21:32:47.495 INFO - Syncing *** Target slot: 4704462, Head slot: 299906, Remaining slots: 4404556, Connected peers: 9
21:32:59.501 INFO - Syncing *** Target slot: 4704463, Head slot: 300274, Remaining slots: 4404189, Connected peers: 9
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f27a55e9ce0, pid=1, tid=50
JRE version: OpenJDK Runtime Environment Temurin-16.0.2+7 (16.0.2+7) (build 16.0.2+7)
Java VM: OpenJDK 64-Bit Server VM Temurin-16.0.2+7 (16.0.2+7, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
Problematic frame:
V [libjvm.so+0x76dce0] G1ParScanThreadState::trim_queue_to_threshold(unsigned int)+0x1a0
Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /opt/teku/core.1)
An error report file with more information is saved as:
/opt/teku/hs_err_pid1.log
If you would like to submit a bug report, please visit:
https://github.com/adoptium/adoptium-support/issues
[error occurred during error reporting (), id 0xb, SIGSEGV (0xb) at pc=0x00007f27a64a2941]
Your operating system and platform:
The text was updated successfully, but these errors were encountered: