-
richloweI interrupted `git pbchk` and got a weird python output that is not a normal crash: gist.github.com/richlowe/65459ee4f8586c11a948bbf985eb5315
-
richlowefrom what I can gather this means omnios python is a debug build
-
richlowebut also that something bad might have happened in their GC?
-
richloweFMRI: pkg://omnios/runtime/python-311⊙3:20230609T141113Z on bloody
-
hadflthere is a `debug.python` variant to enable debug python. but it's not enabled by default
-
richloweare you sure?
-
richlowe(I only know what googling for the message bits tells me)
-
hadflhadfl@nemesis:~$ pkg variant debug.python
-
hadflVARIANT VALUE
-
hadfldebug.python false
-
richlowebut it might be worth checking the debug bits didn't leak across the variant
-
hadflwell the variant is false
-
richloweor possibly that message is not debug, but aborting then is? I might have confused what I read.
-
hadflbut there could always be packaging issues so stuff gets mixed (which i hope is not the case)
-
richlowebut it seems like a bad thing happened, and I wanted to relay the bad part, and also mention the possibly suboptimal part
-
richloweI think python maybe being debug is less bad than whatever GC magic meant it apparently misplaced sys.stderr :)