segfault

Results 61 comments of segfault

Is there a best practice for dealing with this issue in the meantime? Perhaps a crate which wraps std io calls with something that preserves path in the Error? It's...

Really weird to me that there isn't a dead simple way to do this. I ran into this limitation within 2 minutes of using gpp.

Not sure this is exactly the same issue, but I ran into something similar trying to config layers with cargo features and Registry. I couldn't figure out a good way...

This seems related to the general issue of parameterize SerializeAs structs. For example, for a database I have an `sender: String` field I want serialized as `{ table: "sender", id:...

Here to mention that I ran into exactly this use-case (wanted a xz plane circle). I do think the Mul operator not being symmetric is a bit weird, and I...

Is it correct there is still no way to do this? The effect seems to be that without workarounds/hacks 1. things that never finish and 2. things the program was...

There is certainly a high cost to not including the path. It makes proper, useful error reporting harder, and therefore also makes it less likely to be done. It's better...

@Kixunil Yeah, if you make a repo drop the link here. I'd be interested in taking a look.

Logging active spans on crash, and logging spans that start but never end, are pretty important requirements for a tracing/logging system. > This could be challenging. The Span holds a...

Writing things to a file doesn't have the second problem, and if you do things right it doesn't have the first. I'm using tracing to output to opentelemetry. Tracing has...