l1gi

Results 26 comments of l1gi

I am observing the issue regularly while I quit the process. The trace could look different, I have hit similar issue in add_tag(). I have enabled clang ThreadSanitizer to check...

On October 22, 2019 10:22 am Gaute Hope wrote: > Seems like a second main-thread is started? With different logging > formatting? Does the same happen if you do not...

I got the same behavior when my LANG environment variable was not set to the same value as the rest of LC_ variables on FreeBSD.

And this is on the standard and error output when I hit enter on the message: ``` (astroid:2604334): gmime-CRITICAL **: 16:31:46.770: internet_address_list_length: assertion 'IS_INTERNET_ADDRESS_LIST (list)' failed (astroid:2604334): gmime-CRITICAL **: 16:31:46.770:...

Maybe, but I would guess this issue relates to thread-view.scss, not part.scss. Still don't know what to try.

> What's the difference between `__sun` and `__sparc`? Hi Jeff, `__sun` means SunOS, in other words Solaris OS. `__sparc` means hardware platform with SPARC CPU inside. That part relates just...

``` Run ./scripts/clang-format.sh check-branch --diffstat --show-commits >> check_formatting_log.txt 2>&1 src/threads.h | 4 +--- src/util-path.c | 2 +- src/util-syslog.c | 32 ++++++++------------------------ 3 files changed, 10 insertions(+), 28 deletions(-) Commits on...

> Is there a use case when `__sun` is defined but `__sparc` isn't? Yes, Solaris supports all kind of Intel architecture like `__i386`, `__amd64` but also `__x86_64`: [GCC architectures](https://sourceforge.net/p/predef/wiki/Architectures/).

Sorry for an extra commit.