-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demo movr: fatal: morestack on g0 #57885
Comments
It's a bug in the CLI's line editor, not sure what. |
We'd need more testing but I suspect this happens when either:
And is fundamentally caused by yet another oddity of macos Big Sur. At this point (and given the other big sur issues cropping up) I am tempted to mark native macos execution as unsupported, disable the interactive readline handling entirely in that case, and recommend folk use the Linux binary inside docker instead. |
this time, the
|
Robert when you laptop resumed from sleep, all processes were sent the signal SIGCONT. The issue is with signal handling so that will also cause it. |
I've now seen this on a non-macOS build as well. This is
|
Yeah, I'm also seeing this. Rapidly resizing the terminal triggers it consistently. As with Steven, this happened with |
86457: cli: replace libedit with bubbline r=ZhouXing19 a=knz First commit from #88574. Benefits from (but is not dependent on) #87606 server-side. Fixes #21826 Fixes #71207 Fixes #71209 Fixes #57885 NB: this will benefit from upstream library releases based off the still-unmerged PRs listed in knz/bubbline#2. Release justification: n/a will not merge before stability ends Release note (cli change): The engine used as line editor in the interactive shell (`cockroach sql`, `demo`) has been updated. It includes numerous bug fixes and new features. The previous engine can still be accessed via the env var COCKROACH_SQL_FORCE_LIBEDIT. This support will be removed in a later version. 92335: kvserver,logstore: introduce log StateLoader r=tbg a=pavelkalinnikov Previously the `StateLoader` accessed both log and state machine state. This commit moves most of the log-specific accesstors to the `logstore` package. Part of #91979 Release note: None Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Pavel Kalinnikov <[email protected]>
Describe the problem
alter
of non-existent index and table seem to have caused a fatal error.To Reproduce
Could not reproduce, but the below commands were run while testing various syntax for a customer.
Expected behavior
N/A
Additional data / screenshots
Environment:
cockroach demo movr
, JDBC]Additional context
N/A
Jira issue: CRDB-6295
Epic CRDB-22182
The text was updated successfully, but these errors were encountered: