Emil Ernerfeldt
Emil Ernerfeldt
Thanks for fixing this!
That is another way of implementing it for sure, but it is quite useful to be able to distinguish an event from a span, and it is also useful to...
One workaround (for developers) to set the environment variable `PYTHONWARNINGS="always"` or even `PYTHONWARNINGS="error"`, which causes an exception to be raised in case of a warning being logged.
We should do this in `re_types` in particular, and somehow forbid it so that it doesn't come back.
`compare_snippet_output.py` should compare its output with the `.rrd` files checked in to `git lfs`: * If missing, it is an error (a new snippet needs to check in an .rrd...
B) is fixed, but A) is still an issue
@gavrelina what do you think about this?
We ran into this problem again in https://github.com/rerun-io/rerun/pull/9981
This is very surprising! And indeed, I fail to reproduce. My best suggestion for tracking this down is to attach a debugger (e.g. `gdb`) and try to get a stack...
Thanks for that callstack! ``` Thread 1 (Thread 0x7ffff7e6e400 (LWP 954595) "rerun"): #0 0x00007ffff7d1b4cd in __GI___poll (fds=0x7fffffff6678, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff7a648ca in ?? () from /lib/x86_64-linux-gnu/libxcb.so.1 #2 0x00007ffff7a666dc...