-
A node running `v0.8.22` is eventually crashing with the error in the issue title, full log here https://paste.ubuntu.com/p/KNd7cHfRZ6/
-
### Host operating system: output of `uname -a`
`Linux mysql-www-xxxxxxx.yyyy.zzzz 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 x86_64 x86_64 GNU/Linux`
### mysqld_exp…
-
- flock 使ってないのありえない
- 無限ループして lock 解除待つのまじやばい KENT 先生は優しく lock 処理実装してる
```
while (-d $ltsv_file_lock) {
select undef, undef, undef, rand(0.5); ## no critic
}
```
これ、 lock 中のプロセスが unl…
yappo updated
10 years ago
-
### Godot version
4.0 Beta2
### System information
OS: Windows 11 | CPU: AMD Ryzen 5 3600X 6-Core | GPU: AMD Radeon RX 5700 XT (Driver: 22.20.19.16-221003a-384125E-AMD-Software-Adrenalin-Edition) |…
-
(gdb) p ptr
$1 = (void *) 0x0
(gdb) f 0
#0 0x00007f586e642a33 in New (num=64, this=0x25c8000, this=0x25c8000)
```
at src/addressmap-inl.h:259
```
259 memset(ptr, 0, sizeof(Object) + num_sizeof(…
-
This attribute is mandatory when using the `alloc` crate without the `std` crate. It is used like this:
```rust
#[alloc_error_handler]
fn foo(_: core::alloc::Layout) -> ! {
// …
}
```
I…
-
I've been building Ladybird from source on a nightly basis. For the last few nights I've been noticing my build get killed by [Linux's OOM killer](https://en.wikipedia.org/wiki/Out_of_memory#Recovery)…
-
### Description
Hi,
sorry for unclear report, I don't know why this happens:
`kernel: [269065.088395] php-fpm8.2[2107797]: segfault at 7f377e872428 ip 0000562b0b8d9ebd sp 00007ffcd580fec0 error…
-
When a task fail, as of today, we have a simple "retry" counter to allow it to be retried.
The first shortcoming in a cloud environment is we can (relatively) often lose machines, so we'd like to h…
-
### What happened + What you expected to happen
ray job failed to submit a task.
job returns the following error message:
'Unexpected error occurred: The actor died unexpectedly before finishing …