Sam James

Results 860 comments of Sam James

No objection from me, I just don't know enough about the feature or its status in tmux. If it's well-supported and ideally other distros have turned it on by default,...

> a section containing a compressed ELF executable I'm pretty sure this is MiniDebugInfo (.gnu_debugdata). It looks like only Fedora ships with it by default (?) but I'd be [open...

The conclusion at Cauldron wrt standardising MiniDebugInfo from people I spoke to was basically "you can if you want, but I wouldn't worry that much over it" and that the...

Some more references: * https://github.com/bpftrace/bpftrace/issues/1006 * https://github.com/bpftrace/bpftrace/issues/1744 * https://sourceware.org/systemtap/SystemTap_Beginners_Guide/ustack.html (stap can do this already but surely only with its non-BPF mode) We discussed this a bit on IRC the other...

The commit message for [`f54b874` (#1445)](https://github.com/gentoo/portage/pull/1445/commits/f54b874b09e1ae7a820cf5e5924e5a9fc25d19c6) should include something like you had in the PR description: > Unicode identifiers have never been allowed in PMS (see also [bugs.gentoo.org/435934](https://bugs.gentoo.org/435934) ). (and...

I'm happy to do some of the gruntwork in porting software for this. A lot of them really actually assume SystemTap _anyway_, they just call `dtrace` (its wrapper).

The same command throws with `export UBSAN_OPTIONS="print_stacktrace=1:halt_on_error=0"`: ``` libdtrace/dt_subr.c:119:3: runtime error: null pointer passed as argument 2, which is declared to never be null #0 0x7f2b33d2c2da in dtrace_xstr2desc libdtrace/dt_subr.c:119 #1...

We may want to consider warning on the following as error-prone: ``` src_prepare() { #eapply ... # (may or may not be there, but harder to justify warning on that...

I'll double check if Portage really does that. I'm fairly sure it does (apply twice) but not checked recently.