-
jclulow
FYI: Things with Gerrit ought to be better now. We were under attack from some putatively AI crawler spam bots
-
sommerfeld
jclulow: thanks for fixing this!
-
danmcd
Wow! Thanks for the diagnosis and cure. Fucking AI bots...
-
jbk
dumb question.. do we just completely disable the ability to omit frame pointers in our gcc, or is one of the -fno-XXXX-XXXX options implicitly including that -- -O implies -fomit-frame-pointer, so I'm guessing we must be doing something to undo that
-
jbk
but i'm not seeing the option for it
-
jbk
or i'm not seeing anything explicitly doing it
-
sommerfeld
in our gcc 10, yes:
illumos/gcc f924f65
-
jbk
ahh ok
-
sommerfeld
our gcc 14 just got -fforce-omit-frame-pointer:
illumos/gcc 6c5ac80
-
jbk
i'm trying to dig into an ntp problem, and the binary wasn't built with frame pointers annoyingly
-
jbk
but as best as I can tell, it appears to be running yyparse() in a signal handler...
-
jbk
which I really want to confirm
-
jbk
since that seems a somewhat insane thing to do
-
sommerfeld
which NTP versioN?
-
richlowe
jbk: clobbered gcc hard to make it never omit them, and then added an option to force it to (because building firmware)
-
richlowe
the whole purpose being to make it hard for build systems to helpfully turn them off
-
jbk
yeah, i think this ntp got built with a different compiler binary...
-
jbk
i need to dig into that...
-
richlowe
so if they're off by surprise for you, you'd probably want to try to work out how
-
richlowe
yeah, :\
-
jbk
sommerfeld: 4.2.8P15
-
sommerfeld
okay, the original, not one of the forks like ntpsec..
-
jbk
there's a long standing assert that gets tripped
-
jbk
it's been seen on illumos, but also on several linux distros as well
-
jbk
so I don't think it's anything we're doing wrong..
-
jbk
the fact that of the stack I can see, it appears to be in a signal handler
-
jbk
since I can see those bits from libc
-
jbk
and looking at all the callers... i just have to think i've missed something.., or there's more corruption that's makign things misleading...
-
jclulow
My life has improved since switching to chrony haha
-
jbk
that's in the works..
-
gitomat
[illumos-gate] 16006 Need RFC8106 decode in snoop -- Bill Sommerfeld <sommerfeld⊙ame>
-
sommerfeld
is Gerrit slow for anyone else again? (did the AI spambots evade our blocks?)
-
tsoome
seems quite ok
-
sommerfeld
it made me log in again - after that it seems to be better. hmm.
-
richlowe
It will make you log in again when network weather is bad
-
richlowe
I do not understand why
-
richlowe
or rather, it will ask you to. It will stop when the weather improves
-
danmcd
I often reload when asked to login again.