Bug#1071216: asahi-btsync: calling of asahi-btsync panics

2025-05-10 Thread NoisyCoil
Reopening this as it was proven to affect multiple users and, now that we ship an asahi-btsync service, for those users it leaves the service in a permanent failing state.

Bug#1071216: asahi-btsync: calling of asahi-btsync panics

2024-09-02 Thread noisycoil
So the bug is not specifically with asahi-btsync, but rather generically with reading that variable from NVRAM. We could even reassign it to librust-apple-nvram-dev since that's where the reading happens, but let's not rush things (also, the variable specifically is a bluetooth variable). Does

Bug#1071216: asahi-btsync: calling of asahi-btsync panics

2024-09-02 Thread Thomas Renard
Hi all, ok this is the actual state for me (as NoisyCoil already found out: macbook pro m1pro 14'') asahi btsync: thread 'main' panicked at src/main.rs:53:17: called `Result::unwrap()` on an `Err` value: VariableNotFound note: run with `RUST_BACKTRACE=1` environment variable to display a bac

Bug#1071216: asahi-btsync: calling of asahi-btsync panics

2024-09-02 Thread cybaer42
Hi all, ok this is the actual state for me (as NoisyCoil already found out: macbook pro m1pro 14'') asahi btsync: thread 'main' panicked at src/main.rs:53:17: called `Result::unwrap()` on an `Err` value: VariableNotFound note: run with `RUST_BACKTRACE=1` environment variable to display a bac

Bug#1071216: asahi-btsync: calling of asahi-btsync panics

2024-09-01 Thread NoisyCoil
Package: asahi-btsync Followup-For: Bug #1071216 X-Debbugs-Cc: noisyc...@tutanota.com, cybae...@web.de Hi all, The reported bug seems to point to a missing variable in NVRAM, which is a bit weird. I cannot reproduce it on my machine (M1 Mac Mini). cy8aer, do you confirm the bug is still there an

Bug#1071216: asahi-btsync: calling of asahi-btsync panics

2024-08-31 Thread Blair Noctis
On Thu, 16 May 2024 12:10:04 +0200 Thomas Renard wrote:> Package: asahi-btsync > Version: 0.2.0-1+b1 > Severity: normal > > Dear Maintainer, > > calling of asahi-btsync panics. > > - call asahi-btsync Let's read some Rust: fn real_main() -> Result<()> { let matches = clap::command!()

Bug#1071216: asahi-btsync: calling of asahi-btsync panics

2024-05-16 Thread Thomas Renard
Package: asahi-btsync Version: 0.2.0-1+b1 Severity: normal Dear Maintainer, calling of asahi-btsync panics. - call asahi-btsync expect: this should show the help page (because it needs parameters) actual: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: VariableNotFou