Skip to content
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

Segmentation fault in full stack tests #563

Open
kayabaNerve opened this issue Apr 23, 2024 · 0 comments
Open

Segmentation fault in full stack tests #563

kayabaNerve opened this issue Apr 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kayabaNerve
Copy link
Member

2024-04-23T17:44:34.7651901Z [2024-04-23T17:34:30Z INFO  serai_message_queue] Acknowledging From: Coordinator To: Processor(Bitcoin) ID: 11
2024-04-23T17:44:34.7652336Z [2024-04-23T17:34:31Z INFO  serai_message_queue] Acknowledging From: Processor(Bitcoin) To: Coordinator ID: 13
2024-04-23T17:44:34.7652785Z [2024-04-23T17:34:42Z INFO  serai_message_queue] Queued message. From: Coordinator To: Processor(Bitcoin) ID: 12
2024-04-23T17:44:34.7653226Z [2024-04-23T17:34:43Z INFO  serai_message_queue] Queued message. From: Processor(Bitcoin) To: Coordinator ID: 14
2024-04-23T17:44:34.7653652Z [2024-04-23T17:34:43Z INFO  serai_message_queue] Acknowledging From: Coordinator To: Processor(Bitcoin) ID: 12
2024-04-23T17:44:34.7654090Z [2024-04-23T17:34:43Z INFO  serai_message_queue] Acknowledging From: Processor(Bitcoin) To: Coordinator ID: 14
2024-04-23T17:44:34.7654528Z [2024-04-23T17:34:54Z INFO  serai_message_queue] Queued message. From: Coordinator To: Processor(Bitcoin) ID: 13
2024-04-23T17:44:34.7655515Z [2024-04-23T17:34:54Z WARN  serai_message_queue] Prior queued message attempted to be queued again. From: Coordinator To: Processor(Bitcoin) Intent: 0003037f49dc94f1602ed3294516a069248e1796a5cc87512ff6accff57a17ae50d0f600
2024-04-23T17:44:34.7656485Z [2024-04-23T17:34:54Z WARN  serai_message_queue] Prior queued message attempted to be queued again. From: Coordinator To: Processor(Bitcoin) Intent: 0003037f49dc94f1602ed3294516a069248e1796a5cc87512ff6accff57a17ae50d0f600
2024-04-23T17:44:34.7656938Z [2024-04-23T17:34:54Z INFO  serai_message_queue] Acknowledging From: Coordinator To: Processor(Bitcoin) ID: 13
2024-04-23T17:44:34.7657053Z Segmentation fault (core dumped)
2024-04-23T17:44:34.7658176Z [2024-04-23T17:22:06Z ERROR serai_processor::networks::monero] couldn't connect to Monero node: ConnectionError("ConnectionError(ConnectError(\"tcp connect error\", Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" }))")

from https://github.com/serai-dex/serai/actions/runs/8804082576/job/24163654936.

I believe this is the message-queue which segfaulted, yet it doesn't use any unsafe code? It'd have to be zalloc, which is used and on our end, or a dependency :/

@kayabaNerve kayabaNerve added the bug Something isn't working label Apr 23, 2024
@kayabaNerve kayabaNerve changed the title Panic in full stack tests Segmentation fault in full stack tests Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant