19:43:29 I interrupted `git pbchk` and got a weird python output that is not a normal crash: https://gist.github.com/richlowe/65459ee4f8586c11a948bbf985eb5315 19:43:37 from what I can gather this means omnios python is a debug build 19:43:56 but also that something bad might have happened in their GC? 19:44:26 FMRI: pkg://omnios/runtime/python-311⊙3:20230609T141113Z on bloody 19:44:59 there is a `debug.python` variant to enable debug python. but it's not enabled by default 19:45:07 are you sure? 19:45:21 (I only know what googling for the message bits tells me) 19:45:30 hadfl@nemesis:~$ pkg variant debug.python 19:45:30 VARIANT VALUE 19:45:30 debug.python false 19:45:32 but it might be worth checking the debug bits didn't leak across the variant 19:45:34 well the variant is false 19:45:54 or possibly that message is not debug, but aborting then is? I might have confused what I read. 19:46:00 but there could always be packaging issues so stuff gets mixed (which i hope is not the case) 19:46:14 but it seems like a bad thing happened, and I wanted to relay the bad part, and also mention the possibly suboptimal part 19:46:35 I think python maybe being debug is less bad than whatever GC magic meant it apparently misplaced sys.stderr :)