-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
nil point panic in session.session#TxnInfo()
method.
#43829
Labels
affects-5.1
This bug affects 5.1.x versions.
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.0
affects-7.1
This bug affects the 7.1.x(LTS) versions.
report/community
The community has encountered this bug.
severity/major
sig/transaction
SIG:Transaction
type/bug
The issue is confirmed as a bug.
Comments
wuhuizuo
changed the title
nil point panic
nil point panic in May 15, 2023
session.session#TxnInfo()
method.
ti-chi-bot
bot
added
may-affects-5.1
This bug maybe affects 5.1.x versions.
may-affects-5.2
This bug maybe affects 5.2.x versions.
may-affects-5.3
This bug maybe affects 5.3.x versions.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
labels
May 15, 2023
When running TiDB locally on a mac, kill TiDB by "ctrl+c" mostly has this problem. |
12 tasks
zimulala
added
affects-5.1
This bug affects 5.1.x versions.
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
affects-5.4
This bug affects the 5.4.x(LTS) versions.
affects-6.0
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.2
affects-6.3
affects-6.4
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-6.6
affects-7.0
affects-7.1
This bug affects the 7.1.x(LTS) versions.
labels
Jun 7, 2023
ti-chi-bot
bot
removed
may-affects-5.1
This bug maybe affects 5.1.x versions.
may-affects-5.2
This bug maybe affects 5.2.x versions.
labels
Jun 7, 2023
ti-chi-bot
bot
removed
may-affects-5.3
This bug maybe affects 5.3.x versions.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
labels
Jun 7, 2023
zimulala
removed
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
affects-5.4
This bug affects the 5.4.x(LTS) versions.
affects-6.2
affects-6.3
affects-6.4
affects-6.6
affects-6.0
labels
Jun 7, 2023
This was referenced Jun 8, 2023
The possibility of panic caused by this PR(#42897) is relatively greater |
16 tasks
/found community |
ti-chi-bot
bot
added
the
report/community
The community has encountered this bug.
label
Jun 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.1
This bug affects 5.1.x versions.
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.0
affects-7.1
This bug affects the 7.1.x(LTS) versions.
report/community
The community has encountered this bug.
severity/major
sig/transaction
SIG:Transaction
type/bug
The issue is confirmed as a bug.
Description
test failed in tispark CI job:
detail log:
TiDB Version
Information
It should judge the point before get the field from it.
Ref:
tidb/session/session.go
Lines 545 to 546 in 6043234
The text was updated successfully, but these errors were encountered: