Aurélien Rainone

Results 72 comments of Aurélien Rainone

I believe that's the job of your editor and not `hsandbox`'s to run `go fmt`

Okay thanks. I've just tried with `MEMORY_PROFILER_TEMPORARY_ALLOCATION_LIFETIME_THRESHOLD=600000` (10minutes) rather than the 1minute I had previously configured, however I'm now seeing a bunch of these lines in the log and the...

It's written in rust. With bindings to Rocksdb (c++) and postgres (c) though

Strangely the program i'm trying to profile always get the same messages as posted above: ``` 0007 0052 ERR Failed to fully unwind; some of the stack traces will be...

If that can help, each time I profile the application with profiling enabled, it starts with a long hanging period (looks like a lock/deadlock to me) before resuming normal operations,...

When that happens, this is what `perf top` says: ``` Samples: 595K of event 'cycles', Event count (approx.): 336310883184 Overhead Shared Object Symbol 23,63% libbytehound.so [.] bytehound::allocation_tracker::on_allocation 20,53% libbytehound.so [.]...

> The apparent hanging might be related to the fact that your executable is dumped, compressed and written into the output file at the start (so that later during analysis...

> Sorry, this might be a stupid question, but you aren't compiling bytehound in debug mode, are you? (: No, i'm using the binary release from github directly - i...

#87 Hello there, great package here. Is there an ETA for fixing this? I could help if that's something you'd like to see fix soon. I know I would :-)

Sounds great. Yes a fixed alignment would fix that. Later it could be improved with adding support to different alignments but for now, sticking with a consistent alignment, whatever it...