Skip to content
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

[FATAL] [lib.rs:478] ["Multiplication resulted in NaN: FloatIsNan"] #56684

Open
sayJason opened this issue Oct 16, 2024 · 1 comment
Open

[FATAL] [lib.rs:478] ["Multiplication resulted in NaN: FloatIsNan"] #56684

sayJason opened this issue Oct 16, 2024 · 1 comment
Labels
type/bug The issue is confirmed as a bug.

Comments

@sayJason
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

CREATE TABLE t1 (c1 DOUBLE);
INSERT INTO t1 VALUES (1.0E308);
SELECT c1 FROM t1 WHERE RADIANS(c1) * 0;

2. What did you expect to see? (Required)

Normal execution.

3. What did you see instead (Required)

The server crashed.

4. What is your TiDB version? (Required)

Release Version: v8.3.0
Edition: Community
Git Commit Hash: 1a0c3ac
Git Branch: HEAD
UTC Build Time: 2024-08-20 10:13:01
GoVersion: go1.21.10
Race Enabled: false
Check Table Before Drop: false
Store: tikv

@sayJason sayJason added the type/bug The issue is confirmed as a bug. label Oct 16, 2024
@sayJason
Copy link
Author

I notice that there exist another issue #32623, which has the same error message as this one. But I cannot reproduce that issue in the same version that I found this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

1 participant