Rich Seymour
Rich Seymour
I could use this as well. Either as to_posix_string / to_windows_string or a way to treat a path implicitly as the compiled platform (default) or a chosen platform in most...
Tried compiling the above test C progs with -O3 and they compiled/ran without error. My prior test w/ an ifdef check also worked.
``` Thread 1 received signal SIGSEGV, Segmentation fault. 0x000000000044e87d in copy_int128 (i=) at int128_stubs.c:146 146 Int128_val(res) = i; ``` This gdb output seems to be saying that GCC optimized out...
I found perl folks wrap code with *a lot* of guards to protect it from new GCC... https://github.com/perl11/cperl/commit/c0b59c82b053a3434cf3c20d36d1a3406421bc3d (this was a failed(?) commit to add even more `-O0` style guards...
We didn't end up going with them as the other fix worked, but I feel like it's the "right" way to do it until GCC fixes itself.
I have a razer blade stealth 2018 w/ a QHD touch screen and Ubuntu Studio and I'm also up for testing.
Happens to somewhat randomly to me on docker:1.4.1. btrfs on fedora 21. Should note that adding ``` -e GUNICORN_OPTS=[--preload] ``` from issue #796 comments worked fine
Glad I found this, I was permanently trapped in the minibuffer, like a little prison of not quite enough context to edit and fix the problem and no way to...
Also facing same issue a valid API key format is out of the hands of this library and OpenAI returns an error when one is valid.
From the `chmod(2)` man page: > If none of these are given, the effect is as if (a) were given, but bits that are set in the umask are not...