Andrew Watts
Andrew Watts
I'm seeing this issue, too. I have a cron job which runs periodically to check to see if god is running, and it seems to have to restart god every...
I'm also on REE 2012.02, on Fedora 8 and 11: Sometimes I see this message: ``` /usr/lib/ruby/1.8/monitor.rb:173: [BUG] gc_sweep(): unknown data type 0x0(0x12efe18) ruby 1.8.7 (2012-02-08 MBARI 8/0x6770 on patchlevel...
It looks like this error is being caused by the "config" method in tasks/memcached.rake; namespacing out the methods defined at the bottom of that file (config, config_args, and memcached) fixed...
I've been running in to this issue with Spotify. From searching through the repo, it looks like this error message comes from https://github.com/leamas/lpf/blob/f1f5dd90e828ab5ecca7ac9a61dd046014d18738/scripts/lpf-notify#L17-L25 It appears that the script is literally...
I'm getting this, too. I installed the prebuilt binary, on Fedora 32. Interestingly, if I run it with `RUST_BACKTRACE=1`, the segfault goes away. If I run it in `gdb`, I...
I've long since switched to deps.edn, so this is moot for me now. (Boot is moot!)
@dschneiderch I did uninstall the RPM package and then reinstall the RPM package according to the instructions at https://keybase.io/docs/the_app/install_linux (it installed the same version that I'd removed) before filing this...
A partial solution to the first issue, via https://clojuredocs.org/clojure.java.shell/sh#example-60754e7fe4b0b1e3652d74c5 Apparently on Windows, `clojure.java.shell/sh` needs either the actual file name of the program to run (if it's not PowerShell or cmd)...
On `aarch64`, the same issue causes an I/O error that then causes a segfault if you try to run `std::fmt::Display::fmt` on it: ``` * thread #1, name = 'main', queue...