Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
48 views

ESP-IDF 5.3.4, No Arduino, Win10. I've loaded an official "station" example which demonstrates how to connect ESP32 to a home wifi access point. Made only 2 changes: .ssid and .password in ...
0 votes
1 answer
110 views

See the below logs, A critical kernel driver cannot apply for a large block of continuous memory and then panic: [29001.362425] kworker/u12:4: page allocation failure: order:4, mode:0x40dc0(GFP_KERNEL|...
0 votes
0 answers
60 views

I am running a rooted CalyxOS (rooted using magisk) on a Google Pixel 8 (Shiba) device. uname -a: Linux localhost 5.15.137-android14-11-gbc062a78e195-ab12057991 #1 SMP PREEMPT Mon Jul 8 12:34:46 UTC ...
0 votes
1 answer
482 views

I need to resolve a kernel panic on Fedora 41, but when I boot into the live version and mount my partitions, after reinstalling kernel 6.11.4, it won't let me run dracut. It tells me that I am ...
1 vote
1 answer
101 views

I am trying to create a simple matchmaking server to match two clients to each other. Here's the structure . ├── bootstrap-server ├── cert.pem.local ├── client.go ├── config.go ├── go.mod ├── go.sum ├─...
0 votes
1 answer
338 views

I want use kdump & kexec, so I installed kexec-tools, configured /etc/kdump.conf and kdump.service. STFW, according to the steps, I can use kexec -l, then kexec -e, change to the new kernel ...
1 vote
1 answer
77 views

I have this endpoint definition: router.NotFoundHandler = http.HandlerFunc(handlerNotFound) router.HandleFunc("/customer/{id}", handlerCustUpd).Methods(http.MethodPut) When called URL https:...
-2 votes
2 answers
211 views

use std::cell::RefCell; use std::collections::VecDeque; struct TextEditor { content: String, history: RefCell<VecDeque<String>>, } impl TextEditor { fn new(initial_content: &...
Zx LLL's user avatar
  • 21
0 votes
1 answer
83 views

I am building a cli tool where application would perform multiple tasks by spawning threads. One of these threads would handle the rendering of state of application. The way rendering works is simply ...
0 votes
1 answer
82 views

We use structured logging in our Rust codebase (e.g. via tracing-subscriber). All is well here. But if the process crashes/panics, then we see this post mortem as multiple events in our log sink (e.g. ...
1 vote
1 answer
231 views

I have installed influxdb 2.7.4 docker container on AWS EC2 having AL2023 OS image. I copied the data from S3 to this docker container and this data file in compressed format is around 4 GB. I ...
0 votes
1 answer
136 views

I'm trying to use the select! macro's pre-condition to only include a branch if an Option is the Some variant. I observe behavour which surprises me: the unwrap is eagerly evaluated causing panic! ...
3 votes
0 answers
1k views

I am familiar with kernel panic on x86 but recently encountered an Serror panic on ARMv8-A that needs resolution. Seeking guidance on the general steps to address Serror issues. The code causing the ...
4 votes
2 answers
741 views

In Rust, if you attempt to index a slice with a "backwards" Range<usize> , the program panics: let arr = [0,1,2,3,4,5,6]; let slice = &arr[4..1]; // panic: slice index starts at 4 ...
RBF06's user avatar
  • 2,521
0 votes
2 answers
8k views

How to disable 'note: run with RUST_BACKTRACE=1 environment variable to display a backtrace' when panic in Rust? My code: use std::{env, fs, path::Path}; fn main() { let args: Vec<String> = ...

15 30 50 per page
1
2 3 4 5
...
20

AltStyle によって変換されたページ (->オリジナル) /