Allan Daemon

Results 24 comments of Allan Daemon

This is a duplicated of #27. They are the same APIs

> I'm not a Ubuntu user, so I don't have incentive to create and maintain a PPA unless someone offers me some big money 😄 > > Alternatively, you can...

> [@AllanDaemon](https://github.com/AllanDaemon) any advances on the PPA front ? Would be great to have latest version Hi. Sorry for the delay for replying. I'm not working on this and probably...

> This doesn't segfault here. Can you run in a debugger and get a full backtrace, and also provide anything that might be printed on stdout/stderr before that? I think...

The things printed are only my own debug `println!()` calls. ![image](https://github.com/user-attachments/assets/3dd69729-5e21-4b6d-bd26-9916b7f9e3b8) The backtrack: ``` $ gdb target/debug/uchoose GNU gdb (Ubuntu 15.0.50.20240403-0ubuntu1) 15.0.50.20240403-git Copyright (C) 2024 Free Software Foundation, Inc. License...

Using `export DEBUGINFOD_URLS="https://debuginfod.ubuntu.com" ` before runing gdb, and on gdb `set debuginfod enabled on` I got a probably better traceback: ``` gdb target/debug/uchoose GNU gdb (Ubuntu 15.0.50.20240403-0ubuntu1) 15.0.50.20240403-git Copyright (C)...

> Does this also happen if you select adwaita as theme? I remember seeing a similar crash before, which was caused by Ubuntu's theme. I'm not sure. I don't do...

> I would try to reproduce it using some simple Python example and report it there. The crashing example is a port of a Python app to Rust. In Python,...

Using the automaticly generated configuration for the cargo file above, when the workspace has only one place and it has the rust parts (like `Cargo.toml`), it works: ```json { "type":...